Changeset 46596 for trunk/src/wp-includes/class-wp-roles.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-roles.php
r46144 r46596 148 148 * @since 2.0.0 149 149 * 150 * @param string $role Role name.150 * @param string $role Role name. 151 151 * @param string $display_name Role display name. 152 * @param array $capabilities List of role capabilities in the above format. 152 * @param bool[] $capabilities List of capabilities keyed by the capability name, 153 * e.g. array( 'edit_posts' => true, 'delete_posts' => false ). 153 154 * @return WP_Role|void WP_Role object, if role is added. 154 155 */
Note: See TracChangeset
for help on using the changeset viewer.