Changeset 47815 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 05/18/2020 04:36:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r47762 r47815 597 597 598 598 // This is a child theme, so we want to be a bit more explicit in our messages. 599 if ( is_child_theme() ) {599 if ( $active_theme->parent() ) { 600 600 // Recommend removing inactive themes, except a default theme, your current one, and the parent theme. 601 601 $result['status'] = 'recommended';
Note: See TracChangeset
for help on using the changeset viewer.