Show
Ignore:
Timestamp:
03/12/08 13:02:58 (9 months ago)
Author:
donncha
Message:

Remove unfiltered_html cap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/schema.php

    r1153 r1203  
    355355        $role->add_cap('upload_files'); 
    356356        $role->add_cap('import'); 
    357         $role->add_cap('unfiltered_html'); 
    358357        $role->add_cap('edit_posts'); 
    359358        $role->add_cap('edit_others_posts'); 
     
    380379        $role->add_cap('manage_links'); 
    381380        $role->add_cap('upload_files'); 
    382         $role->add_cap('unfiltered_html'); 
    383381        $role->add_cap('edit_posts'); 
    384382        $role->add_cap('edit_others_posts');