Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -277,11 +277,8 @@ |
278 | 278 | ); |
279 | 279 | } |
280 | 280 | |
281 | | - # Check the watch checkbox in case the watch parameter was given in the |
282 | | - # request, the preferences say so, or either the old or new title is |
283 | | - # being watched. |
284 | 281 | $watchChecked = $this->watch || $wgUser->getBoolOption( 'watchmoves' ) |
285 | | - || $this->oldTitle->userIsWatching() || $this->newTitle->userIsWatching(); |
| 282 | + || $this->oldTitle->userIsWatching(); |
286 | 283 | $wgOut->addHTML( " |
287 | 284 | <tr> |
288 | 285 | <td></td> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -197,8 +197,6 @@ |
198 | 198 | output by omitting some things like quotation marks where HTML 5 allows. |
199 | 199 | * Added crop for inline images. |
200 | 200 | * The description message in $wgExtensionCredits can be an array with parameters |
201 | | -* (bug 20052) Watch checkbox on Special:Movepage is checked by default when the |
202 | | - old or new page is being watched. |
203 | 201 | |
204 | 202 | === Bug fixes in 1.16 === |
205 | 203 | |
Property changes on: trunk/phase3/RELEASE-NOTES |
___________________________________________________________________ |
Name: svn:mergeinfo |
206 | 204 | - /branches/REL1_15/phase3/RELEASE-NOTES:51646 |