Changeset 24098 for trunk/wp-admin/includes/post-formats.php
- Timestamp:
- 04/26/2013 12:22:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post-formats.php
r24092 r24098 11 11 ?> 12 12 <div class="wp-post-format-ui<?php if ( ! $show_post_format_ui ) echo ' no-ui' ?>"> 13 <div class="post-format-change"><span class="icon <?php echo esc_attr( $post_format ); ?>"></span> <span class="post-format-description"><?php echo $all_post_formats[$post_format]['description']; ?></span> <a href="#"><?php _e('Change format'); ?></a></div>14 13 <div class="post-formats-fields"> 15 14
Note: See TracChangeset
for help on using the changeset viewer.