Changeset 31127 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 01/10/2015 06:56:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r31078 r31127 416 416 * @package WordPress 417 417 * @subpackage User 418 * 419 * @property string $display_name 420 * @property string $nickname 421 * @property string $user_description 422 * @property string $user_email 423 * @property string $user_firstname 424 * @property string $user_lastname 425 * @property string $user_nicename 426 * @property string $user_pass 427 * @property string $user_registered 428 * @property string $user_url 418 429 */ 419 430 class WP_User { … … 493 504 * @param string $name Optional. User's username 494 505 * @param int $blog_id Optional Blog ID, defaults to current blog. 495 * @return WP_User496 506 */ 497 507 public function __construct( $id = 0, $name = '', $blog_id = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.