Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 61640ed

Browse files
committed
Additional screenshot
1 parent 2d2e21e commit 61640ed

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

301 KB
Loading

includes/admin/admin-extras.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business
386386

387387
27. 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

0 commit comments

Comments
 (0)