Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -3460,7 +3460,7 @@ |
3461 | 3461 | if ( !isset( $functionsWarned[$function] ) ) { |
3462 | 3462 | $functionsWarned[$function] = true; |
3463 | 3463 | |
3464 | | - if ( $version ) { |
| 3464 | + if ( $version && $component === false ) { |
3465 | 3465 | global $wgDeprecationReleaseLimit; |
3466 | 3466 | |
3467 | 3467 | if ( $wgDeprecationReleaseLimit ) { |