r95069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95068‎ | r95069 | r95070 >
Date:07:54, 20 August 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
minor fix.
Modified paths:
  • /trunk/extensions/PageSchemas/PS_Tabs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PS_Tabs.php
@@ -1,22 +1,17 @@
22 <?php
33
44 /**
5 - * Static class with methods to create and handle the push tab.
6 - *
7 - * @since 0.1
8 - *
9 - * @file _Tab.php
 5+
 6+* @file PSTabs.php
107 * @ingroup
118 *
129 * @author ankit
1310 */
1411 final class PSTabs {
1512
16 -
1713 public static function displayTabs( $obj, &$content_actions ) {
1814 global $wgUser;
19 -
20 - // Make sure that this is not a special page, the page has contents, and the user can push.
 15+
2116 $title = $obj->getTitle();
2217 if (
2318 $title->getNamespace() == NS_CATEGORY

Status & tagging log