Changeset 42303 for branches/4.0
- Timestamp:
- 11/29/2017 04:38:34 PM (7 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/functions.php
r39858 r42303 2332 2332 $unfiltered = $user ? user_can( $user, 'unfiltered_html' ) : current_user_can( 'unfiltered_html' ); 2333 2333 2334 if ( empty( $unfiltered ) ) 2335 unset( $t['htm|html'] ); 2334 if ( empty( $unfiltered ) ) { 2335 unset( $t['htm|html'], $t['js'] ); 2336 } 2336 2337 2337 2338 /**
Note: See TracChangeset
for help on using the changeset viewer.