Changeset 61633 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 02/13/2026 02:41:07 AM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r61537 r61633 31 31 if ( isset( $current_user ) 32 32 && ( $current_user instanceof WP_User ) 33 && ( $id === $current_user->ID )33 && ( (int) $id === $current_user->ID ) 34 34 && ( null !== $id ) 35 35 ) {
Note: See TracChangeset
for help on using the changeset viewer.