Changeset 47956
- Timestamp:
- 06/10/2020 05:46:04 PM (5 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-admin/themes.php
r47198 r47956 406 406 <?php foreach ( $broken_themes as $broken_theme ) : ?> 407 407 <tr> 408 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>408 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 409 409 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 410 410 <?php
Note: See TracChangeset
for help on using the changeset viewer.