Changeset 42275 for branches/4.7/src/wp-includes/functions.php
- Timestamp:
- 11/29/2017 04:19:42 PM (7 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/functions.php
r40403 r42275 2553 2553 $unfiltered = $user ? user_can( $user, 'unfiltered_html' ) : current_user_can( 'unfiltered_html' ); 2554 2554 2555 if ( empty( $unfiltered ) ) 2556 unset( $t['htm|html'] ); 2555 if ( empty( $unfiltered ) ) { 2556 unset( $t['htm|html'], $t['js'] ); 2557 } 2557 2558 2558 2559 /**
Note: See TracChangeset
for help on using the changeset viewer.