https://www.mediawiki.org/wiki/Special:Code/MediaWiki/110120
Revision: 110120
Author: demon
Date: 2012-01-27 13:27:26 +0000 (Fri, 27 Jan 2012)
Log Message:
-----------
Minor tweak to r109161, remove trailing "this"
Modified Paths:
--------------
trunk/phase3/includes/Title.php
Modified: trunk/phase3/includes/Title.php
===================================================================
--- trunk/phase3/includes/Title.php 2012-01-27 13:09:55 UTC (rev 110119)
+++ trunk/phase3/includes/Title.php 2012-01-27 13:27:26 UTC (rev 110120)
@@ -1229,7 +1229,7 @@
*/
private static function fixUrlQueryArgs( $query, $query2 = false ) {
if( $query2 !== false ) {
- 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" );
+ 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" );
}
if ( is_array( $query ) ) {
$query = wfArrayToCGI( $query );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs