RC patrol fixlet: include rcid in 'diff' link in enhanced mode, for individually...
[mediawiki.git] / includes / MessageCacheHints.php
blobd84e247beea8572933767528d82ea704d28d0382
1 <?
3 /*
4 * @package Mediawiki
5 * @version $Id$
7 * This class should provide methods for message
8 * cache key hints for various scopes */
10 class MessageCacheHints {
11 function get($scope="global") {
12 return array('TODO');