Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -37,6 +37,8 @@ |
38 | 38 | // Constants for identifying javascripts as used in SMWOutputs. |
39 | 39 | /// @deprecated Use module 'ext.smw.tooltips', see SMW_Ouptuts.php. Vanishes in SMW 1.7 at the latest. |
40 | 40 | define( 'SMW_HEADER_TOOLTIP', 2 ); |
| 41 | +/// @deprecated Module removed. Vanishes in SMW 1.7 at the latest. |
| 42 | +define( 'SMW_HEADER_SORTTABLE', 3 ); |
41 | 43 | /// @deprecated Use module 'ext.smw.style', see SMW_Ouptuts.php. Vanishes in SMW 1.7 at the latest. |
42 | 44 | define( 'SMW_HEADER_STYLE', 4 ); |
43 | 45 | |