Changeset 7352 for trunk/src/includes/common/locks.php
- Timestamp:
- 11/14/2025 04:17:43 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/locks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/locks.php
r6344 r7352 44 44 45 45 // Return user who is or last edited 46 if ( ! empty( $time ) && ( $time > ( time() - $time_window ) ) && ( $user !== bbp_get_current_user_id() )) {46 if ( ! empty( $time ) && ( $time > ( time() - $time_window ) ) && ( bbp_get_current_user_id() ) !== $user ) { 47 47 return (int) $user; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.