Index: trunk/phase3/includes/Title.php |
— | — | @@ -1229,7 +1229,7 @@ |
1230 | 1230 | */ |
1231 | 1231 | private static function fixUrlQueryArgs( $query, $query2 = false ) { |
1232 | 1232 | 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" ); |
1234 | 1234 | } |
1235 | 1235 | if ( is_array( $query ) ) { |
1236 | 1236 | $query = wfArrayToCGI( $query ); |