Changeset 12265
- Timestamp:
- 11/23/2009 06:47:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r12237 r12265 3696 3696 function wp_save_post_revision( $post_id ) { 3697 3697 // We do autosaves manually with wp_create_post_autosave() 3698 if ( @constant( 'DOING_AUTOSAVE' ))3698 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) 3699 3699 return; 3700 3700
Note: See TracChangeset
for help on using the changeset viewer.