Changeset 19700 for trunk/wp-includes/admin-bar.php
- Timestamp:
- 01/06/2012 06:08:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r19699 r19700 76 76 'id' => 'wp-logo', 77 77 'title' => '<span class="ab-icon"></span>', 78 'href' => is_network_admin() ? network_admin_url( 'about.php' ) :admin_url( 'about.php' ),78 'href' => self_admin_url( 'about.php' ), 79 79 'meta' => array( 80 80 'title' => __('About WordPress'), … … 88 88 'id' => 'about', 89 89 'title' => __('About WordPress'), 90 'href' => is_network_admin() ? network_admin_url( 'about.php' ) :admin_url( 'about.php' ),90 'href' => self_admin_url( 'about.php' ), 91 91 ) ); 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.