Changeset 11117
- Timestamp:
- 04/29/2009 02:47:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r11078 r11117 1080 1080 return wp_update_post( $new_autosave ); 1081 1081 } 1082 1083 // _wp_put_post_revision() expects unescaped. 1084 $_POST = stripslashes_deep($_POST); 1082 1085 1083 1086 // Otherwise create the new autosave as a special post revision
Note: See TracChangeset
for help on using the changeset viewer.