Changeset 47550 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 04/05/2020 03:00:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r47198 r47550 178 178 179 179 $file_description = get_file_description( $relative_file ); 180 $file_show = array_search( $file, array_filter( $allowed_files ) );180 $file_show = array_search( $file, array_filter( $allowed_files ), true ); 181 181 $description = esc_html( $file_description ); 182 182 if ( $file_description != $file_show ) {
Note: See TracChangeset
for help on using the changeset viewer.