- Timestamp:
- 10/26/2013 03:19:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r25696 r25929 213 213 */ 214 214 function get_current_user_id() { 215 if ( ! function_exists( 'wp_get_current_user' ) ) 216 return 0; 215 217 $user = wp_get_current_user(); 216 218 return ( isset( $user->ID ) ? (int) $user->ID : 0 );
Note: See TracChangeset
for help on using the changeset viewer.