Index: trunk/phase3/maintenance/populateLogSearch.php |
— | — | @@ -1,9 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Makes the required database updates for Special:ProtectedPages |
5 | | - * to show all protected pages, even ones before the page restrictions |
6 | | - * schema change. All remaining page_restriction column values are moved |
7 | | - * to the new table. |
| 4 | + * Makes the required database updates for populating the |
| 5 | + * log_search table retroactively |
8 | 6 | * |
9 | 7 | * @file |
10 | 8 | * @ingroup Maintenance |