Changeset 24148
- Timestamp:
- 05/01/2013 02:27:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24099 r24148 131 131 $post_format = ''; 132 132 $post_format_options = ''; 133 $show_post_format_ui = false; 133 134 if ( post_type_supports( $post_type, 'post-formats' ) && apply_filters( 'enable_post_format_ui', true, $post ) ) { 134 135 wp_enqueue_script( 'post-formats' );
Note: See TracChangeset
for help on using the changeset viewer.