Index: branches/Maps0.8/includes/parserHooks/Maps_Coordinates.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | class MapsCoordinates extends ParserHook { |
16 | 16 | |
17 | 17 | /** |
18 | | - * No LST in pre-5.3 PHP *sigh*. |
| 18 | + * No LSB in pre-5.3 PHP *sigh*. |
19 | 19 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
20 | 20 | */ |
21 | 21 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | | - * No LST in pre-5.3 PHP *sigh*. |
| 28 | + * No LSB in pre-5.3 PHP *sigh*. |
29 | 29 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
30 | 30 | */ |
31 | 31 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_Distance.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | class MapsDistance extends ParserHook { |
16 | 16 | |
17 | 17 | /** |
18 | | - * No LST in pre-5.3 PHP *sigh*. |
| 18 | + * No LSB in pre-5.3 PHP *sigh*. |
19 | 19 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
20 | 20 | */ |
21 | 21 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | | - * No LST in pre-5.3 PHP *sigh*. |
| 28 | + * No LSB in pre-5.3 PHP *sigh*. |
29 | 29 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
30 | 30 | */ |
31 | 31 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_DisplayPoint.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | class MapsDisplayPoint extends ParserHook { |
15 | 15 | |
16 | 16 | /** |
17 | | - * No LST in pre-5.3 PHP *sigh*. |
| 17 | + * No LSB in pre-5.3 PHP *sigh*. |
18 | 18 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
19 | 19 | */ |
20 | 20 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | | - * No LST in pre-5.3 PHP *sigh*. |
| 27 | + * No LSB in pre-5.3 PHP *sigh*. |
28 | 28 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
29 | 29 | */ |
30 | 30 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_Finddestination.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | class MapsFinddestination extends ParserHook { |
16 | 16 | |
17 | 17 | /** |
18 | | - * No LST in pre-5.3 PHP *sigh*. |
| 18 | + * No LSB in pre-5.3 PHP *sigh*. |
19 | 19 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
20 | 20 | */ |
21 | 21 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | | - * No LST in pre-5.3 PHP *sigh*. |
| 28 | + * No LSB in pre-5.3 PHP *sigh*. |
29 | 29 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
30 | 30 | */ |
31 | 31 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_DisplayMap.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | class MapsDisplayMap extends ParserHook { |
15 | 15 | |
16 | 16 | /** |
17 | | - * No LST in pre-5.3 PHP *sigh*. |
| 17 | + * No LSB in pre-5.3 PHP *sigh*. |
18 | 18 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
19 | 19 | */ |
20 | 20 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | | - * No LST in pre-5.3 PHP *sigh*. |
| 27 | + * No LSB in pre-5.3 PHP *sigh*. |
28 | 28 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
29 | 29 | */ |
30 | 30 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_Geocode.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | class MapsGeocode extends ParserHook { |
16 | 16 | |
17 | 17 | /** |
18 | | - * No LST in pre-5.3 PHP *sigh*. |
| 18 | + * No LSB in pre-5.3 PHP *sigh*. |
19 | 19 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
20 | 20 | */ |
21 | 21 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | | - * No LST in pre-5.3 PHP *sigh*. |
| 28 | + * No LSB in pre-5.3 PHP *sigh*. |
29 | 29 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
30 | 30 | */ |
31 | 31 | public static function staticInit( Parser &$wgParser ) { |
Index: branches/Maps0.8/includes/parserHooks/Maps_Geodistance.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | class MapsGeodistance extends ParserHook { |
16 | 16 | |
17 | 17 | /** |
18 | | - * No LST in pre-5.3 PHP *sigh*. |
| 18 | + * No LSB in pre-5.3 PHP *sigh*. |
19 | 19 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
20 | 20 | */ |
21 | 21 | public static function staticMagic( array &$magicWords, $langCode ) { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | | - * No LST in pre-5.3 PHP *sigh*. |
| 28 | + * No LSB in pre-5.3 PHP *sigh*. |
29 | 29 | * This is to be refactored as soon as php >=5.3 becomes acceptable. |
30 | 30 | */ |
31 | 31 | public static function staticInit( Parser &$wgParser ) { |