r113658 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113657‎ | r113658 | r113659 >
Date:20:31, 12 March 2012
Author:van-de-bugger
Status:new
Tags:
Comment:
Minor fix: getText is explicitly declared as public. Added a comment that it can be called by other extensions.
Modified paths:
  • /trunk/extensions/SemanticTitle/SemanticTitle.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticTitle/SemanticTitle.class.php
@@ -27,7 +27,8 @@
2828
2929
3030 // 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 ) {
3233
3334 global $egSemanticTitle;
3435

Status & tagging log