Changeset 7352 for trunk/src/includes/users/template.php
- Timestamp:
- 11/14/2025 04:17:43 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/template.php
r7214 r7352 101 101 102 102 // loop has just started 103 if ( $this->current_user === -1) {103 if ( -1 === $this->current_user ) { 104 104 105 105 /**
Note: See TracChangeset
for help on using the changeset viewer.