Make WordPress Core

Changeset 24184


Ignore:
Timestamp:
05/07/2013 01:56:07 PM (13 years ago)
Author:
ryan
Message:

Update some copy in the Post Formats UI.

see #24227

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r24149 r24184  
    167167                ),
    168168                'link' => array (
    169                         'description' => __( 'Add a link URL below.' )
     169                        'description' => __( 'Add a link title and destination URL. Use the editor to compose optional text to accompany the link.' )
    170170                ),
    171171                'video' => array (
     
    182182                ),
    183183                'quote' => array (
    184                         'description' => __( 'Add a source and URL if you have them. Use the editor to compose the quote.' )
     184                        'description' => __( 'Add a source name and link if you have them. Use the editor to compose the quote.' )
    185185                ),
    186186                'aside' => array (
  • trunk/wp-admin/includes/post-formats.php

    r24098 r24184  
    6161
    6262                <div class="field wp-format-quote">
    63                         <label for="wp_format_quote_source_url"><?php _e( 'Link URL' ); ?></label>
     63                        <label for="wp_format_quote_source_url"><?php _e( 'Quote source link' ); ?></label>
    6464                        <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" />
    6565                </div>
    6666
    6767                <div class="field wp-format-image">
    68                         <label for="wp_format_image_url"><?php _e( 'Link URL' ); ?></label>
     68                        <label for="wp_format_image_url"><?php _e( 'Image click-through link' ); ?></label>
    6969                        <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat" />
    7070                </div>
Note: See TracChangeset for help on using the changeset viewer.