r90451 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90450‎ | r90451 | r90452 >
Date:09:14, 20 June 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
And fix syntax error in r90450...
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_CreateClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_CreateClass.php
@@ -224,7 +224,7 @@
225225 array(
226226 'type' => 'submit',
227227 'name' => 'save',
228 - 'value' => wfMsg( 'sf_createclass_create' );
 228+ 'value' => wfMsg( 'sf_createclass_create' )
229229 )
230230 );
231231 $text .= "</form>\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90450Clean up to CreateClass:...nikerabbit09:11, 20 June 2011

Status & tagging log