Add edit_theme_options capability

git-svn-id: https://develop.svn.wordpress.org/trunk@14111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-04-16 15:36:44 +00:00
parent 6be056c689
commit 4e3da4d6a3
2 changed files with 2 additions and 1 deletions

View File

@ -608,6 +608,7 @@ function populate_roles_300() {
if ( !empty( $role ) ) {
$role->add_cap( 'update_core' );
$role->add_cap( 'remove_users' );
$role->add_cap( 'edit_theme_options' );
}
}

View File

@ -15,7 +15,7 @@ $wp_version = '3.0-beta1';
*
* @global int $wp_db_version
*/
$wp_db_version = 13974;
$wp_db_version = 14101;
/**
* Holds the TinyMCE version