Changeset 47980 for branches/4.8/src/wp-admin/themes.php
- Timestamp:
- 06/10/2020 06:50:15 PM (5 years ago)
- File:
-
- 1 edited
-
branches/4.8/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8/src/wp-admin/themes.php
r40586 r47980 332 332 <?php foreach ( $broken_themes as $broken_theme ) : ?> 333 333 <tr> 334 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>334 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 335 335 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 336 336 <?php
Note: See TracChangeset
for help on using the changeset viewer.