Changeset 42271 for branches/4.8/src
- Timestamp:
- 11/29/2017 04:13:51 PM (9 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/functions.php
r40397 r42271 2554 2554 $unfiltered = $user ? user_can( $user, 'unfiltered_html' ) : current_user_can( 'unfiltered_html' ); 2555 2555 2556 if ( empty( $unfiltered ) ) 2557 unset( $t['htm|html'] ); 2556 if ( empty( $unfiltered ) ) { 2557 unset( $t['htm|html'], $t['js'] ); 2558 } 2558 2559 2559 2560 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)