diff options
Diffstat (limited to 'includes/LogPage.php')
-rw-r--r-- | includes/LogPage.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/LogPage.php b/includes/LogPage.php index c2f0d6ad5560..3f7fb0bf1ac2 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -21,12 +21,16 @@ /** * Contain log classes + * + * @package MediaWiki */ /** * Class to simplify the use of log pages. * The logs are now kept in a table which is easier to manage and trim * than ever-growing wiki pages. + * + * @package MediaWiki */ class LogPage { /* private */ var $type, $action, $comment; |