Changeset 6364 for trunk/wp-includes/capabilities.php
- Timestamp:
- 12/06/2007 07:49:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r5870 r6364 139 139 140 140 function WP_User($id, $name = '') { 141 global $wpdb;142 141 143 142 if ( empty($id) && empty($name) )
Note: See TracChangeset
for help on using the changeset viewer.