Changeset 24425
- Timestamp:
- 06/07/2013 02:06:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/revision.php
r24219 r24425 27 27 28 28 // Revisions disabled (previously checked autosavegs && ! wp_is_post_autosave( $revision )) 29 if ( ( ! WP_POST_REVISIONS || ! post_type_supports( $post->post_type, 'revisions' )) ) {29 if ( ! wp_revisions_enabled( $post ) ) { 30 30 $redirect = 'edit.php?post_type=' . $post->post_type; 31 31 break;
Note: See TracChangeset
for help on using the changeset viewer.