Changeset 47950
- Timestamp:
- 06/10/2020 04:46:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r47910 r47950 462 462 <?php foreach ( $broken_themes as $broken_theme ) : ?> 463 463 <tr> 464 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>464 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 465 465 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 466 466 <?php
Note: See TracChangeset
for help on using the changeset viewer.