diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index dc3cb88a5d..a9eedcb879 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -25,11 +25,12 @@ echo '' . __('Thank you for creating with + - diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 0319a947df..9c553a8ceb 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3381,7 +3381,6 @@ function screen_icon($name = '') { else $name = str_replace(array('.php', '-new', '-add'), '', $hook_suffix); } - unset($hook_suffix); ?>

in_footer) ) { foreach( $this->in_footer as $key => $handle ) { if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) { - $this->do_item($handle, false, $this->doecho); + $this->do_item($handle); $this->done[] = $handle; unset( $this->in_footer[$key] ); }