Changeset 7380 for trunk/src/includes/common/locks.php
- Timestamp:
- 12/05/2025 02:27:53 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/locks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/locks.php
r7379 r7380 18 18 * @since 2.6.0 bbPress (r6340) 19 19 * 20 * @param int $post_id ID of the post to check for editing 20 * @param int $post_id ID of the post to check for editing. 21 21 * @return integer False: not locked or locked by current user. Int: user ID of user with lock. 22 22 */ … … 54 54 55 55 /** 56 * Mark the post as currently being edited by the current user 56 * Mark the post as currently being edited by the current user. 57 57 * 58 58 * @since 2.6.0 bbPress (r6340) 59 59 * 60 * @param int $post_id ID of the post to being edited 60 * @param int $post_id ID of the post to being edited. 61 61 * @return bool|array Returns false if the post doesn't exist of there is no current user, or 62 62 * an array of the lock time and the user ID.
Note: See TracChangeset
for help on using the changeset viewer.