Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -5062,7 +5062,6 @@ |
5063 | 5063 | /** |
5064 | 5064 | * Enable watching/unwatching pages using AJAX. |
5065 | 5065 | * Requires $wgUseAjax to be true too. |
5066 | | - * Causes wfAjaxWatch to be added to $wgAjaxExportList |
5067 | 5066 | */ |
5068 | 5067 | $wgAjaxWatch = true; |
5069 | 5068 | |