Index: trunk/phase3/includes/logging/LogPage.php |
— | — | @@ -175,7 +175,6 @@ |
176 | 176 | * @deprecated in 1.19, warnings in 1.21. Use getName() |
177 | 177 | */ |
178 | 178 | public static function logName( $type ) { |
179 | | - wfDeprecated( __METHOD__, '1.19' ); |
180 | 179 | global $wgLogNames; |
181 | 180 | |
182 | 181 | if( isset( $wgLogNames[$type] ) ) { |
— | — | @@ -195,7 +194,6 @@ |
196 | 195 | * @deprecated in 1.19, warnings in 1.21. Use getDescription() |
197 | 196 | */ |
198 | 197 | public static function logHeader( $type ) { |
199 | | - wfDeprecated( __METHOD__, '1.19' ); |
200 | 198 | global $wgLogHeaders; |
201 | 199 | return wfMsgExt( $wgLogHeaders[$type], array( 'parseinline' ) ); |
202 | 200 | } |