Changeset 35794 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/06/2015 09:31:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r35567 r35794 1763 1763 * @param array $post_data Associative array of the submitted post data. 1764 1764 * @return mixed The value 0 or WP_Error on failure. The saved post ID on success. 1765 * T e ID can be the draft post_id or the autosave revision post_id.1765 * The ID can be the draft post_id or the autosave revision post_id. 1766 1766 */ 1767 1767 function wp_autosave( $post_data ) {
Note: See TracChangeset
for help on using the changeset viewer.