Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/234716
Change subject: Really actually fix the typo in Parser.php
......................................................................
Really actually fix the typo in Parser.php
Change-Id: I9d9c6f13095087ac2c2c6693c6bd1613219bf658
---
M includes/parser/Parser.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/16/234716/1
diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index 977aebe..664f0a4 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -511,7 +511,7 @@
}
$limitReport .= 'Cached time: ' .
$this->mOutput->getCacheTime() . "\n";
$limitReport .= 'Cache expiry: ' .
$this->mOutput->getCacheExpiry() . "\n";
- $limitReport .= 'Dynanmic content: ' . (
$this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n";
+ $limitReport .= 'Dynamic content: ' . (
$this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n";
foreach ( $this->mOutput->getLimitReportData() as $key
=> $value ) {
if ( Hooks::run( 'ParserLimitReportFormat',
array( $key, &$value, &$limitReport,
false, false )
--
To view, visit https://gerrit.wikimedia.org/r/234716
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d9c6f13095087ac2c2c6693c6bd1613219bf658
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits