Index: trunk/phase3/includes/specials/SpecialLockdb.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | fwrite( $fp, $this->reason ); |
126 | 126 | fwrite( $fp, "\n<p>" . wfMsgExt( |
127 | 127 | 'lockedbyandtime', |
128 | | - array( 'content', 'parseinline' ), |
| 128 | + array( 'content', 'parsemag' ), |
129 | 129 | $wgUser->getName(), |
130 | 130 | $wgContLang->date( wfTimestampNow() ), |
131 | 131 | $wgContLang->time( wfTimestampNow() ) |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3171,7 +3171,7 @@ |
3172 | 3172 | 'lockfilenotwritable' => 'The database lock file is not writable. |
3173 | 3173 | To lock or unlock the database, this needs to be writable by the web server.', |
3174 | 3174 | 'databasenotlocked' => 'The database is not locked.', |
3175 | | -'lockedbyandtime' => '(by GENDER:$1|$1}} on $2 at $3)', |
| 3175 | +'lockedbyandtime' => '(by {{GENDER:$1|$1}} on $2 at $3)', |
3176 | 3176 | |
3177 | 3177 | # Move page |
3178 | 3178 | 'move-page' => 'Move $1', |