Changeset 42710 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 02/13/2018 04:53:44 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r42647 r42710 982 982 if ( ! function_exists( 'is_user_logged_in' ) ) : 983 983 /** 984 * Checks if the current visitor is a logged in user. 985 * 984 * Determines whether the current visitor is a logged in user. 985 * 986 * For more information on this and similar theme functions, check out 987 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 988 * Conditional Tags} article in the Theme Developer Handbook. 989 * 986 990 * @since 2.0.0 987 991 *
Note: See TracChangeset
for help on using the changeset viewer.