Changeset 3816 for trunk/wp-includes/pluggable-functions.php
- Timestamp:
- 05/31/2006 06:27:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable-functions.php
r3811 r3816 27 27 endif; 28 28 29 if ( !function_exists(' current_user') ) :29 if ( !function_exists('wp_get_current_user') ) : 30 30 function wp_get_current_user() { 31 31 global $current_user;
Note: See TracChangeset
for help on using the changeset viewer.