Changeset 47960 for branches/5.2/src/wp-admin/themes.php
- Timestamp:
- 06/10/2020 06:11:24 PM (6 years ago)
- File:
-
- 1 edited
-
branches/5.2/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-admin/themes.php
r45140 r47960 397 397 <?php foreach ( $broken_themes as $broken_theme ) : ?> 398 398 <tr> 399 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>399 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 400 400 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 401 401 <?php
Note: See TracChangeset
for help on using the changeset viewer.