Changeset 47959 for branches/5.3/src/wp-admin/themes.php
- Timestamp:
- 06/10/2020 05:58:07 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-admin/themes.php
r45932 r47959 409 409 <?php foreach ( $broken_themes as $broken_theme ) : ?> 410 410 <tr> 411 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>411 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 412 412 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 413 413 <?php
Note: See TracChangeset
for help on using the changeset viewer.