Changeset 24184 for trunk/wp-admin/includes/post-formats.php
- Timestamp:
- 05/07/2013 01:56:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post-formats.php
r24098 r24184 61 61 62 62 <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> 64 64 <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" /> 65 65 </div> 66 66 67 67 <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> 69 69 <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat" /> 70 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.