Changeset 2904
- Timestamp:
- 09/22/05 20:39:37 (3 years ago)
- Files:
-
- trunk/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
