From 7aca821e4c500a9e4647f6cdbb4ec8e056522cd1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 May 2013 14:41:58 +0000 Subject: [PATCH] Display consistent labels in Image post format UI for users with and without unfiltered_html capability. props tollmanz. fixes #24304. see #24291. git-svn-id: http://core.svn.wordpress.org/trunk@24232 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post-formats.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/post-formats.php b/wp-admin/includes/post-formats.php index 6c1cb86387..557880da6c 100644 --- a/wp-admin/includes/post-formats.php +++ b/wp-admin/includes/post-formats.php @@ -49,14 +49,20 @@ wp_nonce_field( 'show-post-format-ui_' . $post_type, 'show_post_format_ui_nonce'
-

', '' ); ?> - ', '' ); ?>

+

+ use an image URL or HTML)' ); + else + _e( '(or use an image URL)' ); + ?> + select/upload an image)' ); ?>