Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1903,7 +1903,7 @@ |
1904 | 1904 | * @param $prefix String: optional prefix. As trail, only before instead of after. |
1905 | 1905 | */ |
1906 | 1906 | static function makeLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { |
1907 | | - wfDeprecated( __METHOD__, '1.16' ); |
| 1907 | + # wfDeprecated( __METHOD__, '1.16' ); // See r105985 and it's revert. Somewhere still used. |
1908 | 1908 | |
1909 | 1909 | wfProfileIn( __METHOD__ ); |
1910 | 1910 | $query = wfCgiToArray( $query ); |
— | — | @@ -1937,7 +1937,7 @@ |
1938 | 1938 | static function makeKnownLinkObj( |
1939 | 1939 | $title, $text = '', $query = '', $trail = '', $prefix = '' , $aprops = '', $style = '' |
1940 | 1940 | ) { |
1941 | | - wfDeprecated( __METHOD__, '1.16' ); |
| 1941 | + # wfDeprecated( __METHOD__, '1.16' ); // See r105985 and it's revert. Somewhere still used. |
1942 | 1942 | |
1943 | 1943 | wfProfileIn( __METHOD__ ); |
1944 | 1944 | |