From d197a1d8650f1577c6a338cac32c82965f8a0631 Mon Sep 17 00:00:00 2001 From: Jon Cave Date: Sat, 15 Oct 2011 10:43:55 +0000 Subject: [PATCH] Fix notices in wp_iframe() and iframe_header() by referencing $wp_htmltag_class as a global. See r18975 and #18314. git-svn-id: https://develop.svn.wordpress.org/trunk@18977 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/media.php | 2 +- wp-admin/includes/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index e5581282dc..2b433e48f5 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -311,7 +311,7 @@ function media_handle_sideload($file_array, $post_id, $desc = null, $post_data = function wp_iframe($content_func /* ... */) { ?> -> +> <?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — <?php _e('WordPress'); ?> diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 78226756ce..eb2b6e2129 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1353,7 +1353,7 @@ function iframe_header( $title = '', $limit_styles = false ) { $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); ?> -> +> <?php bloginfo('name') ?> › <?php echo $title ?> — <?php _e('WordPress'); ?>