Changeset 14244 for trunk/wp-includes/capabilities.php
- Timestamp:
- 04/26/2010 09:42:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r14206 r14244 1019 1019 // Fall through if not DISALLOW_FILE_MODS. 1020 1020 case 'unfiltered_html': 1021 // Disallow unfiltered_html for all users, even admins and super admins. 1022 if ( defined('DISALLOW_UNFILTERED_HTML') && DISALLOW_UNFILTERED_HTML ) { 1023 $caps[] = 'do_not_allow'; 1024 break; 1025 } 1026 // Fall through if not DISALLOW_UNFILTERED_HTML 1021 1027 case 'delete_user': 1022 1028 case 'delete_users':
Note: See TracChangeset
for help on using the changeset viewer.