diff options
Diffstat (limited to 'maintenance/convertLinks.php')
-rw-r--r-- | maintenance/convertLinks.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maintenance/convertLinks.php b/maintenance/convertLinks.php index 5939b943..6d07df50 100644 --- a/maintenance/convertLinks.php +++ b/maintenance/convertLinks.php @@ -3,8 +3,7 @@ * Convert from the old links schema (string->ID) to the new schema (ID->ID) * The wiki should be put into read-only mode while this script executes * - * @package MediaWiki - * @subpackage Maintenance + * @addtogroup Maintenance */ /** */ |