Index: trunk/extensions/Translate/tag/DeleteJob.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @author Niklas Laxström |
8 | | - * @copyright Copyright © 2008-2011, Niklas Laxström |
| 8 | + * @copyright Copyright © 2008-2012, Niklas Laxström |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 10 | */ |
11 | 11 | |
— | — | @@ -12,7 +12,6 @@ |
13 | 13 | * Contains class with job for deleting translatable and translation pages. |
14 | 14 | * |
15 | 15 | * @ingroup PageTranslation JobQueue |
16 | | - * @todo Get rid of direct reference to $wgMemc. |
17 | 16 | */ |
18 | 17 | class DeleteJob extends Job { |
19 | 18 | |