Update some copy in the Post Formats UI.

see #24227


git-svn-id: https://develop.svn.wordpress.org/trunk@24184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2013-05-07 13:56:07 +00:00
parent 611f5a8aab
commit 63c3307f28
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_
'description' => __( 'Use the Add Media button to select or upload images for your gallery.' )
),
'link' => array (
'description' => __( 'Add a link URL below.' )
'description' => __( 'Add a link title and destination URL. Use the editor to compose optional text to accompany the link.' )
),
'video' => array (
'description' => __( 'Select or upload a video, or paste a video embed code into the box.' )
@@ -181,7 +181,7 @@ if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_
'description' => __( 'Use the editor to compose a status update. What’s new?' )
),
'quote' => array (
'description' => __( 'Add a source and URL if you have them. Use the editor to compose the quote.' )
'description' => __( 'Add a source name and link if you have them. Use the editor to compose the quote.' )
),
'aside' => array (
'description' => __( 'Use the editor to share a quick thought or side topic.' )