This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
assets-repos/wordpress-org Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,10 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business
476476![ Toolbar Extras - help tab for Admin Toolbar Menu] ( https://ps.w.org/toolbar-extras/assets/screenshot-27.png )
477477
478478
479+ ### 28. Toolbar Extras - Site Health Debug Info screen with additional info (WP 5.2+)
480+ ![ Toolbar Extras - Site Health Debug Info screen with additional info (WP 5.2+)] ( https://ps.w.org/toolbar-extras/assets/screenshot-28.png )
481+
482+
479483
480484## Changelog
481485
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ function ddw_tbex_site_health_add_debug_info( $debug_info ) {
389389 function ddw_wp_site_health_remove_percentage () {
390390
391391 /** Bail early if not on WP 5.2+ */
392- if ( ! ddw_tbex_is_wp52_install () /* version_compare( $GLOBALS[ 'wp_version' ], '5.2-beta', '<' ) */ ) {
392+ if ( ! ddw_tbex_is_wp52_install () ) {
393393 return ;
394394 }
395395
Original file line number Diff line number Diff line change @@ -386,6 +386,8 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business
386386
38738727. Toolbar Extras - help tab for Admin Toolbar Menu
388388
389+ 28. Toolbar Extras - Site Health Debug Info screen with additional info (WP 5.2+)
390+
389391
390392== Changelog ==
391393
You can’t perform that action at this time.
0 commit comments