Add delete_plugins and update_plugins caps. Props DD32. fixes #7096

git-svn-id: https://develop.svn.wordpress.org/trunk@8060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-06-06 19:21:35 +00:00
parent fd03904f93
commit 8c3e7d7283
6 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ $wp_version = '2.6-bleeding2';
*
* @global int $wp_db_version
*/
$wp_db_version = 7935;
$wp_db_version = 8000;
?>