Changeset 44706
- Timestamp:
- 01/28/2019 05:42:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/error-protection.php
r44674 r44706 69 69 $path = str_replace( $wp_plugin_dir . '/', '', $error_file ); 70 70 } else { 71 if ( empty( $wp_theme_directories ) ) { 72 return false; 73 } 74 71 75 foreach ( $wp_theme_directories as $theme_directory ) { 72 76 $theme_directory = wp_normalize_path( $theme_directory );
Note: See TracChangeset
for help on using the changeset viewer.