Ticket #14855: 14855.patch
| File 14855.patch, 657 bytes (added by , 15 years ago) |
|---|
-
wp-includes/capabilities.php
460 460 var $filter = null; 461 461 462 462 /** 463 * Nickname of the user. 464 * 465 * @since 3.1.0 466 * @access public 467 * @var string 468 */ 469 var $nickname = ''; 470 471 /** 472 * Rich Editing option of the user 473 * 474 * @since 3.1.0 475 * @access public 476 * @var bool 477 */ 478 var $rich_editing = false; 479 480 /** 463 481 * PHP4 Constructor - Sets up the object properties. 464 482 * 465 483 * Retrieves the userdata and then assigns all of the data keys to direct