Changeset 45619
- Timestamp:
- 07/11/2019 07:20:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r45564 r45619 193 193 } else { 194 194 $file = get_theme_file_path( $style ); 195 if ( file_exists( $file ) ) {195 if ( is_file( $file ) ) { 196 196 $styles[] = array( 197 197 'css' => file_get_contents( $file ),
Note: See TracChangeset
for help on using the changeset viewer.