Changeset 19434 for trunk/wp-includes/class-wp-admin-bar.php
- Timestamp:
- 11/23/2011 11:01:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-admin-bar.php
r19429 r19434 127 127 global $is_IE, $is_iphone; 128 128 129 $back_compat_parents = array(130 'appearance' => 'site-name',131 );132 133 129 // Link nodes to parents. 134 130 foreach ( $this->nodes as $node ) { 135 136 if ( isset( $back_compat_parents[ $node->parent ] ) )137 $node->parent = $back_compat_parents[ $node->parent ];138 131 139 132 // Handle root menu items
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)