r23026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23025‎ | r23026 | r23027 >
Date:02:58, 16 June 2007
Author:tstarling
Status:old
Tags:
Comment:
Fix heredoc vim syntax highlighting
Modified paths:
  • /trunk/phase3/maintenance/language/checkLanguage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/checkLanguage.php
@@ -11,7 +11,7 @@
1212
1313 # Show help
1414 if ( isset( $options['help'] ) ) {
15 - echo <<<END
 15+ echo <<<ENDS
1616 Run this script to check a specific language file, or all of them.
1717 Parameters:
1818 * lang: Language code (default: the installation default language). You can also specify "all" to check all the languages.
@@ -38,7 +38,7 @@
3939 * 2: Show only the headers and the message keys, without the message values.
4040 * 3: Show both the headers and the complete messages, with both keys and values.
4141
42 -END;
 42+ENDS;
4343 exit();
4444 }
4545

Follow-up revisions

RevisionCommit summaryAuthorDate
r23039Merged revisions 22967-23037 via svnmerge from...david20:15, 16 June 2007

Status & tagging log