Index: trunk/extensions/SemanticTitle/SemanticTitle.class.php |
— | — | @@ -27,7 +27,8 @@ |
28 | 28 | |
29 | 29 | |
30 | 30 | // Returns semantic title text for the specified title. |
31 | | - static function getText( Title $title ) { |
| 31 | + // May be used by other extensions to get semantic title for specified page. |
| 32 | + static public function getText( Title $title ) { |
32 | 33 | |
33 | 34 | global $egSemanticTitle; |
34 | 35 | |