Add edit_theme_options capability
git-svn-id: http://svn.automattic.com/wordpress/trunk@14111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea4934a962
commit
a86f7357c5
|
@ -608,6 +608,7 @@ function populate_roles_300() {
|
||||||
if ( !empty( $role ) ) {
|
if ( !empty( $role ) ) {
|
||||||
$role->add_cap( 'update_core' );
|
$role->add_cap( 'update_core' );
|
||||||
$role->add_cap( 'remove_users' );
|
$role->add_cap( 'remove_users' );
|
||||||
|
$role->add_cap( 'edit_theme_options' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ $wp_version = '3.0-beta1';
|
||||||
*
|
*
|
||||||
* @global int $wp_db_version
|
* @global int $wp_db_version
|
||||||
*/
|
*/
|
||||||
$wp_db_version = 13974;
|
$wp_db_version = 14101;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the TinyMCE version
|
* Holds the TinyMCE version
|
||||||
|
|
Loading…
Reference in New Issue