Make WordPress Core

Ticket #24291: 24291.strings.diff

File 24291.strings.diff, 969 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-admin/includes/post-formats.php

     
    5555                                ?></label>
    5656                                <textarea id="wp_format_image" type="text" name="_format_image" class="widefat"><?php echo esc_textarea( $format_meta['image'] ); ?></textarea>
    5757                        </div>
    58                         <p class="use-url-or-html hide-if-no-js"><span><?php printf( __( '(or %suse an image URL or HTML%s)' ), '<a href="#">', '</a>' ); ?></span>
    59                                 <span style="display: none"><?php printf( __( '(or %sselect/upload an image%s)' ), '<a href="#">', '</a>' ); ?></span></p>
     58                        <p class="use-url-or-html hide-if-no-js"><span><?php _e( '(or <a href="#">use an image URL or HTML</a>)' ); ?></span>
     59                                <span style="display: none"><?php _e( '(or <a href="#">select/upload an image</a>)' ); ?></span></p>
    6060                </div>
    6161
    6262                <div class="field wp-format-link">