summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes/schema.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-12 13:02:58 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-12 13:02:58 +0000
commit11b795c340ddb8556ed8688a076cad87437b86e3 (patch)
tree1cd1c07187bd873d6e06dbcb5ae4288cadd6a373 /wp-admin/includes/schema.php
parent759a872223910aab64d622b2cf16ceff7a2f358d (diff)
downloadwordpress-mu-11b795c340ddb8556ed8688a076cad87437b86e3.tar.gz
wordpress-mu-11b795c340ddb8556ed8688a076cad87437b86e3.tar.xz
wordpress-mu-11b795c340ddb8556ed8688a076cad87437b86e3.zip
Remove unfiltered_html cap
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1203 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/includes/schema.php')
-rw-r--r--wp-admin/includes/schema.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php
index 2a0ad2e..310c2c1 100644
--- a/wp-admin/includes/schema.php
+++ b/wp-admin/includes/schema.php
@@ -354,7 +354,6 @@ function populate_roles_160() {
$role->add_cap('manage_links');
$role->add_cap('upload_files');
$role->add_cap('import');
- $role->add_cap('unfiltered_html');
$role->add_cap('edit_posts');
$role->add_cap('edit_others_posts');
$role->add_cap('edit_published_posts');
@@ -379,7 +378,6 @@ function populate_roles_160() {
$role->add_cap('manage_categories');
$role->add_cap('manage_links');
$role->add_cap('upload_files');
- $role->add_cap('unfiltered_html');
$role->add_cap('edit_posts');
$role->add_cap('edit_others_posts');
$role->add_cap('edit_published_posts');