Changeset 12846 for trunk/wp-admin/admin-header.php
- Timestamp:
- 01/26/2010 06:16:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r12783 r12846 54 54 do_action('admin_head'); 55 55 56 if ( get_user_setting('mfold') == 'f' ) {56 if ( get_user_setting('mfold') == 'f' ) 57 57 $admin_body_class .= ' folded'; 58 }59 58 60 59 if ( $is_iphone ) { ?> … … 85 84 $blog_name_excerpt = trim($blog_name_excerpt) . '…'; 86 85 $blog_name = $blog_name_excerpt; 86 unset($blog_name_excerpt); 87 87 } 88 88 $title_class = ''; … … 111 111 <div id="wpbody"> 112 112 <?php 113 unset($title_class, $blog_name); 114 113 115 require(ABSPATH . 'wp-admin/menu-header.php'); 114 116 … … 124 126 do_action('admin_notices'); 125 127 126 if ( $parent_file == 'options-general.php' ) {128 if ( $parent_file == 'options-general.php' ) 127 129 require(ABSPATH . 'wp-admin/options-head.php'); 128 }
Note: See TracChangeset
for help on using the changeset viewer.