Changes between Initial Version and Version 1 of Ticket #21459, comment 4
- Timestamp:
- 08/07/2012 07:56:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21459, comment 4
initial v1 3 3 wp-includes/admin-bar.php: 4 4 5 * Replace get_admin_url() and get_home_url() with admin_url() and home_url() inside onswitch/restore. Likewise replace current_user_can_for_blog() with current_user_can(). This avoids doing multiple switch restores.5 * Replace get_admin_url() and get_home_url() with admin_url() and home_url() and place them inside a switch/restore. Likewise replace current_user_can_for_blog() with current_user_can(). This avoids doing multiple switch restores. 6 6 7 7 wp-includes/ms-blogs.php: