Changeset 16978 for trunk/wp-includes/admin-bar.php
- Timestamp:
- 12/16/2010 06:12:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r16957 r16978 275 275 $update_title .= '</span>'; 276 276 277 $href = is_multisite() ? network_admin_url( 'update-core.php' ) : admin_url( 'update-core.php' ); 278 279 $wp_admin_bar->add_menu( array( 'id' => 'updates', 'title' => $update_title, 'href' => $href ) ); 277 $wp_admin_bar->add_menu( array( 'id' => 'updates', 'title' => $update_title, 'href' => maybe_network_admin_url( 'update-core.php' ) ) ); 280 278 } 281 279
Note: See TracChangeset
for help on using the changeset viewer.