Changeset 46823 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/06/2019 10:41:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r46732 r46823 1794 1794 * @since 2.6.0 1795 1795 * 1796 * @param mixed$post_data Associative array containing the post data or int post ID.1797 * @return mixedThe autosave revision ID. WP_Error or 0 on error.1796 * @param array|int $post_data Associative array containing the post data or int post ID. 1797 * @return int|WP_Error The autosave revision ID. WP_Error or 0 on error. 1798 1798 */ 1799 1799 function wp_create_post_autosave( $post_data ) {
Note: See TracChangeset
for help on using the changeset viewer.