r78195 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78194‎ | r78195 | r78196 >
Date:15:48, 10 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r78101 fixme, remove wfQuotedPrintable per Roans CR
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -670,11 +670,4 @@
671671 return UserMailer::send( $to, $from, $subject, $body, $replyto );
672672 }
673673
674 -/**
675 - * @deprecated Use UserMailer method deprecated in 1.18, remove in 1.19.
676 - */
677 -function wfQuotedPrintable( $string, $charset = '' ) {
678 - wfDeprecated( __FUNCTION__ );
679 - return UserMailer::quotedPrintable( $string, $charset );
680 -}
681674 /**@}*/

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78101Move wfQuotedPrintable() into UserMailer classplatonides23:09, 8 December 2010

Status & tagging log