Make WordPress Core


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

Update some copy in the Post Formats UI.

see #24227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.