From 6c2631f1ca2013d7caa104f0b48e3d072e5d5aac 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: https://develop.svn.wordpress.org/trunk@24232 602fd350-edb4-49c9-b593-d223f7449a82 --- 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)' ); ?>