Changeset 2714 for trunk/wp-includes/capabilities.php
- Timestamp:
- 07/15/2005 02:16:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r2713 r2714 124 124 $this->cap_key = $table_prefix . 'capabilities'; 125 125 $this->caps = &$this->data->{$this->cap_key}; 126 if ( ! is_array($this->caps) ) 127 $this->caps = array(); 126 128 $this->get_role_caps(); 127 129 }
Note: See TracChangeset
for help on using the changeset viewer.