Make WordPress Core

Ticket #24046: 24046.17.diff

File 24046.17.diff, 2.1 KB (added by ryan, 11 years ago)

Copy changes

  • wp-admin/includes/post-formats.php

     
    6060                </div>
    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>
    7171
  • wp-admin/edit-form-advanced.php

     
    166166                        'description' => __( 'Use the Add Media button to select or upload images for your gallery.' )
    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 (
    172172                        'description' => __( 'Select or upload a video, or paste a video embed code into the box.' )
     
    181181                        'description' => __( 'Use the editor to compose a status update. What&#8217;s new?' )
    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 (
    187187                        'description' => __( 'Use the editor to share a quick thought or side topic.' )