Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -670,11 +670,4 @@ |
671 | 671 | return UserMailer::send( $to, $from, $subject, $body, $replyto ); |
672 | 672 | } |
673 | 673 | |
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 | | -} |
681 | 674 | /**@}*/ |