Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:44:12 AM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r53084 r53299  
    16621662 *
    16631663 * @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 * }
    16661671 */
    16671672function wp_set_post_lock( $post_id ) {
Note: See TracChangeset for help on using the changeset viewer.