From 34368e9d2eb39d3573bc68a982c88af582f3b612 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 27 Jan 2012 13:27:26 +0000 Subject: [PATCH] Minor tweak to r109161, remove trailing "this" --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 916b09c7ec..b91c55c1d8 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1229,7 +1229,7 @@ class Title { */ 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 ); -- 2.20.1