Changeset 34449
- Timestamp:
- 09/22/2015 10:15:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/capabilities.php
r34447 r34449 83 83 'publish_pages' => array( 'administrator', 'editor' ), 84 84 'delete_pages' => array( 'administrator', 'editor' ), 85 'delete_others_p osts' => array( 'administrator', 'editor' ),85 'delete_others_pages' => array( 'administrator', 'editor' ), 86 86 'delete_published_pages' => array( 'administrator', 'editor' ), 87 87 'delete_others_posts' => array( 'administrator', 'editor' ), … … 163 163 'publish_pages' => array( 'administrator', 'editor' ), 164 164 'delete_pages' => array( 'administrator', 'editor' ), 165 'delete_others_p osts' => array( 'administrator', 'editor' ),165 'delete_others_pages' => array( 'administrator', 'editor' ), 166 166 'delete_published_pages' => array( 'administrator', 'editor' ), 167 167 'delete_others_posts' => array( 'administrator', 'editor' ),
Note: See TracChangeset
for help on using the changeset viewer.