Changeset 53299 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 04/28/2022 09:44:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r53084 r53299 1662 1662 * 1663 1663 * @param int|WP_Post $post_id ID or object of the post being edited. 1664 * @return array|false Array of the lock time and user ID. False if the post does not exist, or 1665 * there is no current user. 1664 * @return array|false { 1665 * Array of the lock time and user ID. False if the post does not exist, or there 1666 * is no current user. 1667 * 1668 * @type int $0 The current time as a Unix timestamp. 1669 * @type int $1 The ID of the current user. 1670 * } 1666 1671 */ 1667 1672 function wp_set_post_lock( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.