Changeset 45829
- Timestamp:
- 08/19/2019 03:59:58 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/edit-form-blocks.php
r44938 r45829 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.