Theme update UI first pass. See #7519 props DD32.

git-svn-id: https://develop.svn.wordpress.org/trunk@8989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-09-26 06:43:53 +00:00
parent e506385bd1
commit 2e12a7cc82
6 changed files with 221 additions and 10 deletions

View File

@@ -456,6 +456,7 @@ function populate_roles_270() {
if ( !empty( $role ) ) {
$role->add_cap( 'install_plugins' );
$role->add_cap( 'update_themes' );
}
}