diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 43dfd0ed6b..e4d7f8968c 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3323,7 +3323,7 @@ function _admin_search_query() { * @param bool $limit_styles Limit styles to colour-related styles only (unless others are enqueued). * */ -function iframe_header( $title = '', $limit_styles = false) { +function iframe_header( $title = '', $limit_styles = false ) { ?> >
@@ -3358,10 +3358,16 @@ do_action('admin_head'); * */ function iframe_footer() { - echo ' - - -'; + //We're going to hide any footer output on iframe pages, but run the hooks anyway since they output Javascript or other needed content. ?> +