r96330 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96329‎ | r96330 | r96331 >
Date:13:30, 6 September 2011
Author:demon
Status:ok
Tags:
Comment:
Cleanup to r81612: first sig should be ~~~~
Modified paths:
  • /trunk/extensions/NewUserMessage/NewUserMessage.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/NewUserMessage/NewUserMessage.class.php
@@ -257,7 +257,7 @@
258258 */
259259 static protected function formatUserMessage( $subject, $text, $signature ) {
260260 $contents = "\n";
261 - $signature = empty( $signature ) ? "~~~~~" : "{$signature} ~~~~~";
 261+ $signature = empty( $signature ) ? "~~~~" : "{$signature} ~~~~~";
262262
263263 if ( $subject ) {
264264 $contents .= "== $subject ==\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81612Per CR r66438 and IRC, revert User::leaveNewMessage for now. Copied the funct...btongminh22:44, 6 February 2011

Status & tagging log