Changeset 61275
- Timestamp:
- 11/20/2025 07:27:52 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r61178 r61275 4436 4436 4437 4437 /** 4438 * Inserts or update a post. 4439 * 4440 * If the $postarr parameter has 'ID' set to a value, then post will be updated. 4438 * Inserts or updates a post in the database. 4439 * 4440 * If the `$postarr` parameter contains an 'ID', the corresponding post will be updated. 4441 * If not, a new post will be created using the values provided. 4441 4442 * 4442 4443 * You can set the post date manually, by setting the values for 'post_date'
Note: See TracChangeset
for help on using the changeset viewer.