Changeset 44826
- Timestamp:
- 03/11/2019 10:56:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r44611 r44826 27 27 global $current_user; 28 28 29 // If `$id` matches the user who's already current, there's nothing to do.29 // If `$id` matches the current user, there is nothing to do. 30 30 if ( isset( $current_user ) 31 31 && ( $current_user instanceof WP_User )
Note: See TracChangeset
for help on using the changeset viewer.