Changeset 47969 for branches/4.1/src/wp-admin/themes.php
- Timestamp:
- 06/10/2020 06:32:29 PM (6 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 47947-47951
- Property svn:mergeinfo changed
-
branches/4.1/src/wp-admin/themes.php
r30794 r47969 279 279 <?php foreach ( $broken_themes as $broken_theme ) : ?> 280 280 <tr> 281 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>281 <td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?></td> 282 282 <td><?php echo $broken_theme->errors()->get_error_message(); ?></td> 283 283 <?php
Note: See TracChangeset
for help on using the changeset viewer.