r96970 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96969‎ | r96970 | r96971 >
Date:14:21, 13 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
compat fix
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php
@@ -37,6 +37,8 @@
3838 // Constants for identifying javascripts as used in SMWOutputs.
3939 /// @deprecated Use module 'ext.smw.tooltips', see SMW_Ouptuts.php. Vanishes in SMW 1.7 at the latest.
4040 define( 'SMW_HEADER_TOOLTIP', 2 );
 41+/// @deprecated Module removed. Vanishes in SMW 1.7 at the latest.
 42+define( 'SMW_HEADER_SORTTABLE', 3 );
4143 /// @deprecated Use module 'ext.smw.style', see SMW_Ouptuts.php. Vanishes in SMW 1.7 at the latest.
4244 define( 'SMW_HEADER_STYLE', 4 );
4345