Index: trunk/extensions/Cite/Cite.php |
— | — | @@ -649,11 +649,11 @@ |
650 | 650 | return |
651 | 651 | $this->parse( |
652 | 652 | '<strong class="error">' . |
653 | | - wfMsgforContent( 'cite_error', $id, wfMsgForContent( "cite_error_$id" ) ) . |
| 653 | + wfMsg( 'cite_error', $id, wfMsg( "cite_error_$id" ) ) . |
654 | 654 | '</strong>' |
655 | 655 | ); |
656 | 656 | else if ( $id < 0 ) |
657 | | - return wfMsgforContent( 'cite_error', $id ); |
| 657 | + return wfMsg( 'cite_error', $id ); |
658 | 658 | } |
659 | 659 | |
660 | 660 | /** |