mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
Update some copy in the Post Formats UI.
see #24227 git-svn-id: http://core.svn.wordpress.org/trunk@24184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
44ca305fbd
commit
164b3e71e6
@ -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.' )
|
||||
|
@ -60,12 +60,12 @@ wp_nonce_field( 'show-post-format-ui_' . $post_type, 'show_post_format_ui_nonce'
|
||||
</div>
|
||||
|
||||
<div class="field wp-format-quote">
|
||||
<label for="wp_format_quote_source_url"><?php _e( 'Link URL' ); ?></label>
|
||||
<label for="wp_format_quote_source_url"><?php _e( 'Quote source link' ); ?></label>
|
||||
<input type="text" id="wp_format_quote_source_url" name="_format_quote_source_url" value="<?php echo esc_url( $format_meta['quote_source_url'] ); ?>" class="widefat" />
|
||||
</div>
|
||||
|
||||
<div class="field wp-format-image">
|
||||
<label for="wp_format_image_url"><?php _e( 'Link URL' ); ?></label>
|
||||
<label for="wp_format_image_url"><?php _e( 'Image click-through link' ); ?></label>
|
||||
<input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat" />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user