r24180 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24179‎ | r24180 | r24181 >
Date:20:42, 16 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Tweak a few more descriptions
Modified paths:
  • /trunk/extensions/Duplicator/Duplicator.php (modified) (history)
  • /trunk/extensions/PageCSS/PageCSS.php (modified) (history)
  • /trunk/extensions/Poem/Poem.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageCSS/PageCSS.php
@@ -13,7 +13,7 @@
1414 $wgExtensionFunctions[] = array( 'CssHook', 'setup' );
1515 $wgExtensionCredits['parserhook'][] = array(
1616 'name' => 'Page CSS',
17 - 'description' => 'A parser hook to add per-page css to pages with the <nowiki><css></nowiki> tag',
 17+ 'description' => 'Parser hook to add per-page CSS using the <tt>&lt;css&gt;</tt> tag',
1818 'author' => 'Ævar Arnfjörð Bjarmason'
1919 );
2020
Index: trunk/extensions/Poem/Poem.php
@@ -21,8 +21,8 @@
2222 $wgExtensionFunctions[]="wfPoemExtension";
2323 $wgExtensionCredits['parserhook'][] = array(
2424 'name' => 'Poem',
25 - 'author' => 'Nikola Smolenski, Brion Vibber, Steve Sanbeg',
26 - 'description' => 'Adds <nowiki><poem></nowiki> tag for poem formatting',
 25+ 'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
 26+ 'description' => 'Adds <tt>&lt;poem&gt;</tt> tag for poem formatting',
2727 'url' => 'http://www.mediawiki.org/wiki/Extension:Poem'
2828 );
2929 $wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";
Index: trunk/extensions/Duplicator/Duplicator.php
@@ -14,7 +14,7 @@
1515 'name' => 'Duplicator',
1616 'author' => 'Rob Church',
1717 'url' => 'http://www.mediawiki.org/wiki/Extension:Duplicator',
18 - 'description' => 'Create independent copies of articles with distinct edit histories',
 18+ 'description' => 'Create independent copies of articles with full edit histories',
1919 );
2020 $wgExtensionFunctions[] = 'efDuplicator';
2121

Status & tagging log