Changeset 24011
- Timestamp:
- 04/17/2013 03:36:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24006 r24011 129 129 // post format 130 130 $format_class = ''; 131 $post_format_set_class = ''; 132 $post_format_options = ''; 131 133 if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'show_post_format_ui', true, $post ) ) { 132 134 wp_enqueue_script( 'post-formats' ); … … 177 179 ) 178 180 ); 179 $post_format_options = '';180 181 181 182 foreach ( $all_post_formats as $slug => $attr ) {
Note: See TracChangeset
for help on using the changeset viewer.