From 8f798fd8b953e28e936b0637a963dcb7543cce49 Mon Sep 17 00:00:00 2001 From: Eugene Gvozdetsky Date: Fri, 16 Nov 2018 10:13:32 +0100 Subject: [PATCH] Category: Remove "todo" comment about moving code from CategoryPage All stuff was already moved from CategoryPage.php to Category.php Change-Id: I19820ec573c39d7368e3c6644e7c54ca9d8104c5 --- includes/Category.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Category.php b/includes/Category.php index 3352c2c2b0..9cd751e286 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -25,8 +25,6 @@ * Category objects are immutable, strictly speaking. If you call methods that change the database, * like to refresh link counts, the objects will be appropriately reinitialized. * Member variables are lazy-initialized. - * - * @todo Move some stuff from CategoryPage.php to here, and use that. */ class Category { /** Name of the category, normalized to DB-key form */ -- 2.20.1