From c3b321d0bdd2d7d0de82a333f5bcc60622d277ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Jun 2013 06:56:45 +0000 Subject: [PATCH] Consistently use get_post_format_string() to get Standard post format name with the correct context. props johnbillion. fixes #23503. git-svn-id: http://core.svn.wordpress.org/trunk@24522 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- wp-admin/press-this.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 8fc421473e..efbbc98591 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -315,7 +315,7 @@ function post_format_meta_box( $post, $box ) { $post_formats[0][] = $post_format; ?>
- /> + />
/>
diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index b2701156c3..0f2be6c539 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -476,7 +476,7 @@ $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace(