summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/upgrade-schema.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/upgrade-schema.php')
-rw-r--r--wp-inst/wp-admin/upgrade-schema.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/wp-inst/wp-admin/upgrade-schema.php b/wp-inst/wp-admin/upgrade-schema.php
index daab9c2..1e7c201 100644
--- a/wp-inst/wp-admin/upgrade-schema.php
+++ b/wp-inst/wp-admin/upgrade-schema.php
@@ -325,7 +325,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');
@@ -350,7 +349,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');