Make WordPress Core

Ticket #14855: 14855.2.patch

File 14855.2.patch, 862 bytes (added by hakre, 15 years ago)
  • wp-includes/capabilities.php

    ### Eclipse Workspace Patch 1.0
    #P wordpress-trunk
     
    458458         * @var string
    459459         */
    460460        var $filter = null;
     461       
     462        /**
     463         * Login Name of the user.
     464         *
     465         * @since 3.1.0
     466         * @access public
     467         * @var string
     468         */
     469        var $user_login = '';
    461470
    462471        /**
     472         * Nickname of the user.
     473         *
     474         * @since 3.1.0
     475         * @access public
     476         * @var string
     477         */
     478        var $nickname = '';
     479
     480        /**
     481         * Rich Editing option of the user
     482         *
     483         * @since 3.1.0
     484         * @access public
     485         * @var string
     486         */
     487        var $rich_editing = 'true';
     488
     489        /**
    463490         * PHP4 Constructor - Sets up the object properties.
    464491         *
    465492         * Retrieves the userdata and then assigns all of the data keys to direct