r78366 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78365‎ | r78366 | r78367 >
Date:11:11, 14 December 2010
Author:tstarling
Status:ok
Tags:
Comment:
Cleaned up r70342 and r70343: removed commented-out code.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1937,7 +1937,6 @@
19381938 * @param $prefix String: Optional prefix
19391939 */
19401940 function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) {
1941 - // wfDeprecated( __METHOD__ );
19421941 return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix );
19431942 }
19441943
@@ -1956,7 +1955,6 @@
19571956 * @param $prefix String: Optional prefix
19581957 */
19591958 function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) {
1960 - // wfDeprecated( __METHOD__ );
19611959 if ( $colour != '' ) {
19621960 $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour );
19631961 } else $style = '';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70342Partially revert r70337. Let's not deprecate methods that are not even remove...siebrand17:44, 2 August 2010
r70343More message spewing reduction from r70337.siebrand17:46, 2 August 2010

Status & tagging log