r66702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66701‎ | r66702 | r66703 >
Date:19:02, 20 May 2010
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Follow-up r66698: Fix syntax error (missing ;)
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -3765,7 +3765,7 @@
37663766 if ( !$template
37673767 || $template->getNamespace() !== NS_TEMPLATE
37683768 || !$template->exists() ) {
3769 - $text = "== $subject ==\n\n$text\n\n-- $signature"
 3769+ $text = "== $subject ==\n\n$text\n\n-- $signature";
37703770 } else {
37713771 $text = '{{'. $template->getText()
37723772 . " | subject=$subject | body=$text | signature=$signature }}";

Follow-up revisions

RevisionCommit summaryAuthorDate
r66716re r66702 Use wfMsgForContent instead of wfMsgmah00:52, 21 May 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66698* Add formatting for user messages....mah18:47, 20 May 2010

Comments

#Comment by MarkAHershberger (talk | contribs)   01:04, 21 May 2010

Ugh... Note to self, don't make "small" changes just before checking in w/o testing them.

#Comment by MaxSem (talk | contribs)   05:34, 21 May 2010

Use php checkSyntax.php --modified

Status & tagging log