Changeset 31188 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r31147 r31188 521 521 } 522 522 523 if ( is_a( $id, 'WP_User' )) {523 if ( $id instanceof WP_User ) { 524 524 $this->init( $id->data, $blog_id ); 525 525 return;
Note: See TracChangeset
for help on using the changeset viewer.