File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353do_action ("admin_head- $ hook_suffix " );
5454do_action ('admin_head ' );
5555
56- if ( get_user_setting ('mfold ' ) == 'f ' ) {
56+ if ( get_user_setting ('mfold ' ) == 'f ' )
5757 $ admin_body_class .= ' folded ' ;
58- }
5958
6059if ( $ is_iphone ) { ?>
6160<style type="text/css">.row-actions{visibility:visible;}</style>
8483 if ( $ blog_name != $ blog_name_excerpt )
8584 $ blog_name_excerpt = trim ($ blog_name_excerpt ) . '… ' ;
8685 $ blog_name = $ blog_name_excerpt ;
86+ unset($ blog_name_excerpt );
8787}
8888$ title_class = '' ;
8989if ( function_exists ('mb_strlen ' ) ) {
110110
111111<div id="wpbody">
112112<?php
113+ unset($ title_class , $ blog_name );
114+
113115require (ABSPATH . 'wp-admin/menu-header.php ' );
114116
115117$ current_screen ->parent_file = $ parent_file ;
123125
124126do_action ('admin_notices ' );
125127
126- if ( $ parent_file == 'options-general.php ' ) {
128+ if ( $ parent_file == 'options-general.php ' )
127129 require (ABSPATH . 'wp-admin/options-head.php ' );
128- }
Original file line number Diff line number Diff line change 4242 require_once ( ABSPATH . WPINC . '/http.php ' );
4343 $ response = wp_remote_get ( admin_url ( 'upgrade.php?step=1 ' ), array ( 'timeout ' => 120 , 'httpversion ' => '1.1 ' ) );
4444 do_action ( 'after_mu_upgrade ' , $ response );
45+ unset($ response );
4546 }
47+ unset($ c );
4648 }
4749}
4850
123125
124126 do_action ($ page_hook );
125127 } else {
126- if ( validate_file ($ plugin_page ) ) {
128+ if ( validate_file ($ plugin_page ) )
127129 wp_die (__ ('Invalid plugin page ' ));
128- }
130+
129131
130132 if ( !( file_exists (WP_PLUGIN_DIR . "/ $ plugin_page " ) && is_file (WP_PLUGIN_DIR . "/ $ plugin_page " ) ) && !( file_exists (WPMU_PLUGIN_DIR . "/ $ plugin_page " ) && is_file (WPMU_PLUGIN_DIR . "/ $ plugin_page " ) ) )
131133 wp_die (sprintf (__ ('Cannot load %s. ' ), htmlentities ($ plugin_page )));
132134
133135 do_action ('load- ' . $ plugin_page );
134136
135- if (! isset ($ _GET ['noheader ' ]))
137+ if ( ! isset ($ _GET ['noheader ' ]))
136138 require_once (ABSPATH . 'wp-admin/admin-header.php ' );
137139
138140 if ( file_exists (WPMU_PLUGIN_DIR . "/ $ plugin_page " ) )
156158 }
157159
158160 // Allow plugins to define importers as well
159- if ( !isset ($ wp_importers ) || !isset ($ wp_importers [$ importer ]) || ! is_callable ($ wp_importers [$ importer ][2 ]))
160- {
161+ if ( !isset ($ wp_importers ) || !isset ($ wp_importers [$ importer ]) || ! is_callable ($ wp_importers [$ importer ][2 ])) {
161162 if (! file_exists (ABSPATH . "wp-admin/import/ $ importer.php " ))
162- {
163163 wp_die (__ ('Cannot load importer. ' ));
164- }
165164 include (ABSPATH . "wp-admin/import/ $ importer.php " );
166165 }
167166
You can’t perform that action at this time.
0 commit comments