* Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent.
[mediawiki.git] / includes / MessageCacheHints.php
blob76a5e6ccfb8a218001004fd5728fcedc2c378136
1 <?
2 /**
3 * @package MediaWiki
4 */
6 /**
7 * @package MediaWiki
9 * This class should provide methods for message cache key hints for various
10 * scopes
12 class MessageCacheHints {
13 function get($scope='global') {
14 return array('TODO');