Changeset 30091 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 10/29/2014 07:01:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r30034 r30091 1542 1542 } 1543 1543 1544 /** 1545 * Fires before an autosave is stored. 1546 * 1547 * @since 4.1.0 1548 * 1549 * @param array $new_autosave Post array - the autosave that is about to be saved. 1550 */ 1551 do_action( 'wp_creating_autosave', $new_autosave ); 1552 1544 1553 return wp_update_post( $new_autosave ); 1545 1554 }
Note: See TracChangeset
for help on using the changeset viewer.