Changeset 36705
- Timestamp:
- 02/25/2016 05:06:39 AM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r36688 r36705 61 61 * @since 2.0.3 62 62 * 63 * @see _wp_get_current_user() 63 64 * @global WP_User $current_user Checks if the current user is set. 64 65 * -
trunk/src/wp-includes/user.php
r36651 r36705 2409 2409 2410 2410 /** 2411 * Retrieve the current user object.2411 * Retrieves the current user object. 2412 2412 * 2413 2413 * Will set the current user, if the current user is not set. The current user … … 2415 2415 * set the current user to 0, which is invalid and won't have any permissions. 2416 2416 * 2417 * This function is used by the pluggable functions {@see wp_get_current_user()}2418 * and {@see get_currentuserinfo()}, which is deprecated, for backward compatibility.2417 * This function is used by the pluggable functions wp_get_current_user() and 2418 * get_currentuserinfo(), which is deprecated, for backward compatibility. 2419 2419 * 2420 2420 * @since 4.5.0 2421 2421 * @access private 2422 2422 * 2423 * @see https://core.trac.wordpress.org/ticket/196152423 * @see wp_get_current_user() 2424 2424 * @global WP_User $current_user Checks if the current user is set. 2425 2425 *
Note: See TracChangeset
for help on using the changeset viewer.