Changeset 53817
- Timestamp:
- 08/03/2022 02:30:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r53816 r53817 429 429 __( 'Your site has 1 active plugin, and it is up to date.' ) 430 430 ); 431 } elseif ( $plugins_active > 0 ) 431 } elseif ( $plugins_active > 0 ) { 432 432 $result['description'] .= sprintf( 433 433 '<p>%s</p>', … … 597 597 __( 'Your site has 1 installed theme, and it is up to date.' ) 598 598 ); 599 } elseif ( $themes_total > 0 ) 599 } elseif ( $themes_total > 0 ) { 600 600 $result['description'] .= sprintf( 601 601 '<p>%s</p>',
Note: See TracChangeset
for help on using the changeset viewer.