Changeset 1203 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 03/12/08 13:02:58 (9 months ago)
- Files:
-
- trunk/wp-admin/includes/schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/schema.php
r1153 r1203 355 355 $role->add_cap('upload_files'); 356 356 $role->add_cap('import'); 357 $role->add_cap('unfiltered_html');358 357 $role->add_cap('edit_posts'); 359 358 $role->add_cap('edit_others_posts'); … … 380 379 $role->add_cap('manage_links'); 381 380 $role->add_cap('upload_files'); 382 $role->add_cap('unfiltered_html');383 381 $role->add_cap('edit_posts'); 384 382 $role->add_cap('edit_others_posts');
