Changeset 24258 for trunk/wp-admin/includes/post-formats.php
- Timestamp:
- 05/14/2013 07:01:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post-formats.php
r24232 r24258 68 68 <div class="field wp-format-link"> 69 69 <label for="wp_format_link_url"><?php _e( 'Link URL' ); ?></label> 70 <input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat " />70 <input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat code" /> 71 71 </div> 72 72 73 73 <div class="field wp-format-quote"> 74 74 <label for="wp_format_quote_source_url"><?php _e( 'Quote source link' ); ?></label> 75 <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 " />75 <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 code" /> 76 76 </div> 77 77 78 78 <div class="field wp-format-image"> 79 79 <label for="wp_format_image_url"><?php _e( 'Image click-through link' ); ?></label> 80 <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat " />80 <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat code" /> 81 81 </div> 82 82
Note: See TracChangeset
for help on using the changeset viewer.