From: Sam Reed Date: Fri, 10 Dec 2010 15:48:17 +0000 (+0000) Subject: Followup r78101 fixme, remove wfQuotedPrintable per Roans CR X-Git-Tag: 1.31.0-rc.0~33390 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=73777f30cd845086130b1e5b90a47ba8909424b0;p=lhc%2Fweb%2Fwiklou.git Followup r78101 fixme, remove wfQuotedPrintable per Roans CR --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index b93abb6c24..91eaab7302 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -670,11 +670,4 @@ function userMailer( $to, $from, $subject, $body, $replyto = null ) { return UserMailer::send( $to, $from, $subject, $body, $replyto ); } -/** - * @deprecated Use UserMailer method deprecated in 1.18, remove in 1.19. - */ -function wfQuotedPrintable( $string, $charset = '' ) { - wfDeprecated( __FUNCTION__ ); - return UserMailer::quotedPrintable( $string, $charset ); -} /**@}*/