diff options
author | Ævar Arnfjörð Bjarmason <avar@users.mediawiki.org> | 2005-04-12 01:29:21 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@users.mediawiki.org> | 2005-04-12 01:29:21 +0000 |
commit | 273671cf32f8c7c59f06cfd6ac97e8063e6da51a (patch) | |
tree | 97bee96e73d77ab1f7663bf91ad5ffc15d94716a /includes/MessageCache.php | |
parent | 27b500c4aa62a5ea7e60a987a3c43edf4d9db59c (diff) | |
download | mediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.tar.gz mediawikicore-273671cf32f8c7c59f06cfd6ac97e8063e6da51a.zip |
Adding cache related stuff to a new 'Cache' subpackage
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8268
Diffstat (limited to 'includes/MessageCache.php')
-rwxr-xr-x | includes/MessageCache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 7a0616c45489..64336585a28d 100755 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -2,6 +2,7 @@ /** * * @package MediaWiki + * @subpackage Cache */ /** */ |