Changeset 24081 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/25/2013 02:44:23 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24063 r24081 140 140 if ( ! $post_format ) { 141 141 $post_format = 'standard'; 142 if ( 'auto-draft' == $post->post_status ) 142 143 if ( ! empty( $_REQUEST['format'] ) && in_array( $_REQUEST['format'], get_post_format_slugs() ) ) 144 $post_format = $_REQUEST['format']; 145 elseif ( 'auto-draft' == $post->post_status ) 143 146 $post_format_set_class = ''; 144 147 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)