Index: wp-includes/capabilities.php
===================================================================
--- wp-includes/capabilities.php	(revision 15608)
+++ wp-includes/capabilities.php	(working copy)
@@ -460,6 +460,24 @@
 	var $filter = null;
 
 	/**
+	 * Nickname of the user.
+	 * 
+	 * @since 3.1.0
+	 * @access public
+	 * @var string
+	 */
+	var $nickname = '';
+
+	/**
+	 * Rich Editing option of the user
+	 * 
+	 * @since 3.1.0
+	 * @access public
+	 * @var bool
+	 */
+	var $rich_editing = false;
+
+	/**
 	 * PHP4 Constructor - Sets up the object properties.
 	 *
 	 * Retrieves the userdata and then assigns all of the data keys to direct
