Ticket #23534: 23534.patch
File 23534.patch, 489 bytes (added by , 11 years ago) |
---|
-
wp-admin/edit-form-advanced.php
127 127 } 128 128 129 129 // post format 130 $format_class = ''; 130 131 if ( post_type_supports( $post_type, 'post-formats' ) ) { 131 132 wp_enqueue_script( 'post-formats' ); 132 133 $post_format = get_post_format(); 133 $format_class = ''; 134 134 135 if ( ! $post_format ) 135 136 $post_format = 'standard'; 136 137