r106042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106041‎ | r106042 | r106043 >
Date:16:42, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r106037; fix location of check
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3460,10 +3460,10 @@
34613461 if ( !isset( $functionsWarned[$function] ) ) {
34623462 $functionsWarned[$function] = true;
34633463
3464 - if ( $version && $component === false ) {
 3464+ if ( $version ) {
34653465 global $wgDeprecationReleaseLimit;
34663466
3467 - if ( $wgDeprecationReleaseLimit ) {
 3467+ if ( $wgDeprecationReleaseLimit && $component === false ) {
34683468 # Strip -* off the end of $version so that branches can use the
34693469 # format #.##-branchname to avoid issues if the branch is merged into
34703470 # a version of MediaWiki later than what it was branched from

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106037Follow up to r105979;jeroendedauw15:49, 13 December 2011

Status & tagging log