r81529 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81528‎ | r81529 | r81530 >
Date:16:59, 4 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
typo fix
Modified paths:
  • /branches/Maps0.8/includes/parserHooks/Maps_Coordinates.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_DisplayMap.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_DisplayPoint.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_Distance.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_Finddestination.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_Geocode.php (modified) (history)
  • /branches/Maps0.8/includes/parserHooks/Maps_Geodistance.php (modified) (history)

Diff [purge]

Index: branches/Maps0.8/includes/parserHooks/Maps_Coordinates.php
@@ -14,7 +14,7 @@
1515 class MapsCoordinates extends ParserHook {
1616
1717 /**
18 - * No LST in pre-5.3 PHP *sigh*.
 18+ * No LSB in pre-5.3 PHP *sigh*.
1919 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2020 */
2121 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -24,7 +24,7 @@
2525 }
2626
2727 /**
28 - * No LST in pre-5.3 PHP *sigh*.
 28+ * No LSB in pre-5.3 PHP *sigh*.
2929 * This is to be refactored as soon as php >=5.3 becomes acceptable.
3030 */
3131 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_Distance.php
@@ -14,7 +14,7 @@
1515 class MapsDistance extends ParserHook {
1616
1717 /**
18 - * No LST in pre-5.3 PHP *sigh*.
 18+ * No LSB in pre-5.3 PHP *sigh*.
1919 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2020 */
2121 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -24,7 +24,7 @@
2525 }
2626
2727 /**
28 - * No LST in pre-5.3 PHP *sigh*.
 28+ * No LSB in pre-5.3 PHP *sigh*.
2929 * This is to be refactored as soon as php >=5.3 becomes acceptable.
3030 */
3131 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_DisplayPoint.php
@@ -13,7 +13,7 @@
1414 class MapsDisplayPoint extends ParserHook {
1515
1616 /**
17 - * No LST in pre-5.3 PHP *sigh*.
 17+ * No LSB in pre-5.3 PHP *sigh*.
1818 * This is to be refactored as soon as php >=5.3 becomes acceptable.
1919 */
2020 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -23,7 +23,7 @@
2424 }
2525
2626 /**
27 - * No LST in pre-5.3 PHP *sigh*.
 27+ * No LSB in pre-5.3 PHP *sigh*.
2828 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2929 */
3030 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_Finddestination.php
@@ -14,7 +14,7 @@
1515 class MapsFinddestination extends ParserHook {
1616
1717 /**
18 - * No LST in pre-5.3 PHP *sigh*.
 18+ * No LSB in pre-5.3 PHP *sigh*.
1919 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2020 */
2121 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -24,7 +24,7 @@
2525 }
2626
2727 /**
28 - * No LST in pre-5.3 PHP *sigh*.
 28+ * No LSB in pre-5.3 PHP *sigh*.
2929 * This is to be refactored as soon as php >=5.3 becomes acceptable.
3030 */
3131 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_DisplayMap.php
@@ -13,7 +13,7 @@
1414 class MapsDisplayMap extends ParserHook {
1515
1616 /**
17 - * No LST in pre-5.3 PHP *sigh*.
 17+ * No LSB in pre-5.3 PHP *sigh*.
1818 * This is to be refactored as soon as php >=5.3 becomes acceptable.
1919 */
2020 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -23,7 +23,7 @@
2424 }
2525
2626 /**
27 - * No LST in pre-5.3 PHP *sigh*.
 27+ * No LSB in pre-5.3 PHP *sigh*.
2828 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2929 */
3030 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_Geocode.php
@@ -14,7 +14,7 @@
1515 class MapsGeocode extends ParserHook {
1616
1717 /**
18 - * No LST in pre-5.3 PHP *sigh*.
 18+ * No LSB in pre-5.3 PHP *sigh*.
1919 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2020 */
2121 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -24,7 +24,7 @@
2525 }
2626
2727 /**
28 - * No LST in pre-5.3 PHP *sigh*.
 28+ * No LSB in pre-5.3 PHP *sigh*.
2929 * This is to be refactored as soon as php >=5.3 becomes acceptable.
3030 */
3131 public static function staticInit( Parser &$wgParser ) {
Index: branches/Maps0.8/includes/parserHooks/Maps_Geodistance.php
@@ -14,7 +14,7 @@
1515 class MapsGeodistance extends ParserHook {
1616
1717 /**
18 - * No LST in pre-5.3 PHP *sigh*.
 18+ * No LSB in pre-5.3 PHP *sigh*.
1919 * This is to be refactored as soon as php >=5.3 becomes acceptable.
2020 */
2121 public static function staticMagic( array &$magicWords, $langCode ) {
@@ -24,7 +24,7 @@
2525 }
2626
2727 /**
28 - * No LST in pre-5.3 PHP *sigh*.
 28+ * No LSB in pre-5.3 PHP *sigh*.
2929 * This is to be refactored as soon as php >=5.3 becomes acceptable.
3030 */
3131 public static function staticInit( Parser &$wgParser ) {

Status & tagging log