Changes between Initial Version and Version 1 of Ticket #15855, comment 23
- Timestamp:
- 12/25/2010 09:32:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15855, comment 23
initial v1 7 7 - Multisite, wp-admin/network/users.php (3.1) and wp-admin/ms-users.php (3.0). Delete a user, you get a confirmation and are allowed to reassign posts for each user. This is good. 8 8 9 - Multisite, wp-admin/network/site-users.php (3.1). Remove a user, and you get no confirmation at all. This is bad. (Not a regression from ms-sites.php in 3.0, though, which had one ugly UI.) '' needs-patch''9 - Multisite, wp-admin/network/site-users.php (3.1). Remove a user, and you get no confirmation at all. This is bad. (Not a regression from ms-sites.php in 3.0, though, which had one ugly UI.) '''needs-patch''' 10 10 11 11 I am going to now evaluate the underlying code and the proposed patches and implement what I can, in the least intrusive way possible. The smaller amount of code churn, the better. I am less concerned about DRY code for 3.1 if that means that we risk breaking less things.