r106096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106095‎ | r106096 | r106097 >
Date:21:19, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
new method was added in the same rel, so wait before showing the notice. follow up to r106070
Modified paths:
  • /trunk/phase3/includes/LogPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogPage.php
@@ -175,7 +175,7 @@
176176 * @deprecated in 1.19, warnings in 1.21. Use getName()
177177 */
178178 public static function logName( $type ) {
179 - wfDeprecated( __METHOD__, '1.19' );
 179+ # wfDeprecated( __METHOD__, '1.19' );
180180 global $wgLogNames;
181181
182182 if( isset( $wgLogNames[$type] ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106070added missing deprecation noticesjeroendedauw19:51, 13 December 2011

Status & tagging log