Changeset 42287 for branches/4.4/src/wp-includes/functions.php
- Timestamp:
- 11/29/2017 04:28:05 PM (8 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/functions.php
r39854 r42287 2425 2425 $unfiltered = $user ? user_can( $user, 'unfiltered_html' ) : current_user_can( 'unfiltered_html' ); 2426 2426 2427 if ( empty( $unfiltered ) ) 2428 unset( $t['htm|html'] ); 2427 if ( empty( $unfiltered ) ) { 2428 unset( $t['htm|html'], $t['js'] ); 2429 } 2429 2430 2430 2431 /**
Note: See TracChangeset
for help on using the changeset viewer.