Changeset 36417 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 01/28/2016 03:50:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r36416 r36417 114 114 * @param int|string|stdClass|WP_User $id User's ID, a WP_User object, or a user object from the DB. 115 115 * @param string $name Optional. User's username 116 * @param int $blog_id Optional Blog ID, defaults to current blog.116 * @param int $blog_id Optional Site ID, defaults to current site. 117 117 */ 118 118 public function __construct( $id = 0, $name = '', $blog_id = '' ) { … … 769 769 770 770 /** 771 * Set the blog to operate on. Defaults to the current blog.771 * Set the site to operate on. Defaults to the current site. 772 772 * 773 773 * @since 3.0.0 … … 775 775 * @global wpdb $wpdb WordPress database abstraction object. 776 776 * 777 * @param int $blog_id Optional Blog ID, defaults to current blog.777 * @param int $blog_id Optional. Site ID, defaults to current site. 778 778 */ 779 779 public function for_blog( $blog_id = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.