Changeset 50978
- Timestamp:
- 05/24/2021 07:03:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r49582 r50978 729 729 } 730 730 731 if ( $theme->parent() ) { 732 $theme_meta[] = sprintf( 733 /* translators: %s: Theme name. */ 734 __( 'Child theme of %s' ), 735 '<strong>' . $theme->parent()->display( 'Name' ) . '</strong>' 736 ); 737 } 738 731 739 /** 732 740 * Filters the array of row meta for each theme in the Multisite themes
Note: See TracChangeset
for help on using the changeset viewer.