r110120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110119‎ | r110120 | r110121 >
Date:13:27, 27 January 2012
Author:demon
Status:ok
Tags:core 
Comment:
Minor tweak to r109161, remove trailing "this"
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1229,7 +1229,7 @@
12301230 */
12311231 private static function fixUrlQueryArgs( $query, $query2 = false ) {
12321232 if( $query2 !== false ) {
1233 - wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter. This ", "1.19" );
 1233+ wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter.", "1.19" );
12341234 }
12351235 if ( is_array( $query ) ) {
12361236 $query = wfArrayToCGI( $query );

Sign-offs

UserFlagDate
Nikerabbitinspected08:37, 28 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109161deprecated $query2 in Title.php...hashar16:42, 17 January 2012

Status & tagging log