Index: capabilities.php
===================================================================
--- capabilities.php	(revision 19859)
+++ capabilities.php	(working copy)
@@ -1131,16 +1131,14 @@
 		// Files in uploads are excepted.
 		if ( defined('DISALLOW_FILE_MODS') && DISALLOW_FILE_MODS ) {
 			$caps[] = 'do_not_allow';
-			break;
 		}
-		// Fall through if not DISALLOW_FILE_MODS.
+		break;		
 	case 'unfiltered_html':
 		// Disallow unfiltered_html for all users, even admins and super admins.
 		if ( defined('DISALLOW_UNFILTERED_HTML') && DISALLOW_UNFILTERED_HTML ) {
 			$caps[] = 'do_not_allow';
-			break;
 		}
-		// Fall through if not DISALLOW_UNFILTERED_HTML
+		break;
 	case 'delete_user':
 	case 'delete_users':
 		// If multisite these caps are allowed only for super admins.
