Index: wp-includes/capabilities.php
===================================================================
--- wp-includes/capabilities.php	(revision 11974)
+++ wp-includes/capabilities.php	(working copy)
@@ -73,7 +73,7 @@
 	var $use_db = true;
 
 	/**
-	 * PHP4 Constructor - Call {@link WP_Roles::_init()} method.
+	 * PHP4, PHP5 Constructor - Call {@link WP_Roles::_init()} method.
 	 *
 	 * @since 2.0.0
 	 * @access public
@@ -267,7 +267,7 @@
 	var $capabilities;
 
 	/**
-	 * PHP4 Constructor - Setup object properties.
+	 * PHP4, PHP5 Constructor - Setup object properties.
 	 *
 	 * The list of capabilities, must have the key as the name of the capability
 	 * and the value a boolean of whether it is granted to the role or not.
@@ -458,7 +458,7 @@
 	var $filter = null;
 
 	/**
-	 * PHP4 Constructor - Sets up the object properties.
+	 * PHP4, PHP5 Constructor - Sets up the object properties.
 	 *
 	 * Retrieves the userdata and then assigns all of the data keys to direct
 	 * properties of the object. Calls {@link WP_User::_init_caps()} after
