Changeset 46985 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/18/2019 12:17:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r46973 r46985 4151 4151 * objects are not. Default array. 4152 4152 * @param bool $wp_error Optional. Allow return of WP_Error on failure. Default false. 4153 * @return int|WP_Error The value 0 or WP_Error on failure. The post ID on success.4153 * @return int|WP_Error The post ID on success. The value 0 or WP_Error on failure. 4154 4154 */ 4155 4155 function wp_update_post( $postarr = array(), $wp_error = false ) {
Note: See TracChangeset
for help on using the changeset viewer.