Ticket #24291: 24291.strings.diff
File 24291.strings.diff, 969 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/post-formats.php
55 55 ?></label> 56 56 <textarea id="wp_format_image" type="text" name="_format_image" class="widefat"><?php echo esc_textarea( $format_meta['image'] ); ?></textarea> 57 57 </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> 60 60 </div> 61 61 62 62 <div class="field wp-format-link">