Changeset 19593 for trunk/wp-includes/capabilities.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r19325 r19593 1209 1209 $user = new WP_User( $current_user->ID) ; 1210 1210 1211 // Set the blog id. 1211 // Set the blog id. @todo add blog id arg to WP_User constructor? 1212 1212 $user->for_blog( $blog_id ); 1213 1213
Note: See TracChangeset
for help on using the changeset viewer.