Changeset 52208 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/18/2021 04:02:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r52205 r52208 21 21 * @global WP_User $current_user The current user object which holds the user data. 22 22 * 23 * @param int $id User ID24 * @param string $name User's username25 * @return WP_User Current user User object 23 * @param int|null $id User ID. 24 * @param string $name User's username. 25 * @return WP_User Current user User object. 26 26 */ 27 27 function wp_set_current_user( $id, $name = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.