Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -343,7 +343,7 @@ |
344 | 344 | if (!isset($smwgNamespaceIndex)) { |
345 | 345 | $smwgNamespaceIndex = 100; |
346 | 346 | } |
347 | | - |
| 347 | + // 100 and 101 used to be occupied by SMW's now obsolete namespaces "Relation" and "Relation_Talk" |
348 | 348 | define('SMW_NS_PROPERTY', $smwgNamespaceIndex+2); |
349 | 349 | define('SMW_NS_PROPERTY_TALK', $smwgNamespaceIndex+3); |
350 | 350 | define('SMW_NS_TYPE', $smwgNamespaceIndex+4); |
— | — | @@ -378,9 +378,9 @@ |
379 | 379 | /***** language settings *****/ |
380 | 380 | /**********************************************/ |
381 | 381 | |
382 | | - // FIXME: Can be removed when new style magic words are used (introduced in r52503) |
383 | 382 | /** |
384 | 383 | * Set up (possibly localised) names for SMW's parser functions. |
| 384 | + * @todo Can be removed when new style magic words are used (introduced in r52503) |
385 | 385 | */ |
386 | 386 | function smwfAddMagicWords(&$magicWords, $langCode) { |
387 | 387 | $magicWords['ask'] = array( 0, 'ask' ); |