r61325 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61324‎ | r61325 | r61326 >
Date:07:43, 21 January 2010
Author:aaron
Status:ok
Tags:
Comment:
Fixed fatal syntax errors from r61130
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -653,11 +653,18 @@
654654
655655 protected function addActionButtons() {
656656 return '<div>' .
657 - Xml::submitButton( wfMsg( 'code-rev-submit' ), array( 'name' => 'wpSave' ), 'accesskey' => wfMsg( 'code-rev-submit-accesskey' ) ) .
658 - ' ' .
659 - Xml::submitButton( wfMsg( 'code-rev-submit-next' ), array( 'name' => 'wpSaveAndNext' ), 'accesskey' => wfMsg( 'code-rev-submit-next-accesskey' ) ) .
660 - ' ' .
661 - Xml::submitButton( wfMsg( 'code-rev-comment-preview' ), array( 'name' => 'wpPreview', 'accesskey' => wfMsg( 'code-rev-comment-preview-accesskey' ) ) ) .
 657+ Xml::submitButton( wfMsg( 'code-rev-submit' ),
 658+ array( 'name' => 'wpSave',
 659+ 'accesskey' => wfMsg( 'code-rev-submit-accesskey' ) )
 660+ ) . ' ' .
 661+ Xml::submitButton( wfMsg( 'code-rev-submit-next' ),
 662+ array( 'name' => 'wpSaveAndNext',
 663+ 'accesskey' => wfMsg( 'code-rev-submit-next-accesskey' ) )
 664+ ) . ' ' .
 665+ Xml::submitButton( wfMsg( 'code-rev-comment-preview' ),
 666+ array( 'name' => 'wpPreview',
 667+ 'accesskey' => wfMsg( 'code-rev-comment-preview-accesskey' ) )
 668+ ) .
662669 '</div>';
663670 }
664671 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61130Removed unused code-rev-comment-submit message....platonides15:42, 16 January 2010

Status & tagging log