Changeset 2904 for trunk/wp-includes/capabilities.php
- Timestamp:
- 09/22/2005 08:39:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r2898 r2904 85 85 86 86 $this->capabilities[$cap] = $grant; 87 $wp_roles->add_cap($this->name, $cap );87 $wp_roles->add_cap($this->name, $cap, $grant); 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.