Changeset 58212 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/27/2024 04:28:00 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r58174 r58212 1140 1140 * @access private 1141 1141 * 1142 * @param int| object $post Post ID or post object.1142 * @param int|WP_Post $post Post ID or post object. 1143 1143 * @return void|int|WP_Error Void if nothing fixed. 0 or WP_Error on update failure. The post ID on update success. 1144 1144 */
Note: See TracChangeset
for help on using the changeset viewer.