Ticket #46900: 46900.3.diff
| File 46900.3.diff, 854 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/includes/class-wp-site-health.php
464 464 // If this is a child theme, increase the allowed theme count by one, to account for the parent. 465 465 if ( $active_theme->parent() ) { 466 466 $allowed_theme_count++; 467 468 if ( $active_theme->get_template() === WP_DEFAULT_THEME ) { 469 $using_default_theme = true; 470 } 467 471 } 468 472 469 // If there's a default theme installed , we count that as allowed as well.470 if ( $has_default_theme ) {473 // If there's a default theme installed and not in use, we count that as allowed as well. 474 if ( $has_default_theme && ! $using_default_theme ) { 471 475 $allowed_theme_count++; 472 476 } 473 477
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)