WPIntell

Source evidence

This string does not have echo

Kadence Security – Password, Two Factor Authentication, and Brute Force Protection · support · 2026-06-07T10:15:00+00:00

complaintsentiment
highseverity
0.98relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 32 rows with source links

18.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
itapress unresolved
Hello. This string (‘ System Info Summary ‘) does not have echo: https://plugins.trac.wordpress.org/browser/better-wp-security/tags/10.0.2/core/admin-pages/page-debug.php#L181 Thanks. Hi, Good catch, and thanks for the precise line reference. You’re right: line 181 uses esc_html__() (which returns the string) where it should use esc_html_e() (which echoes it), so the System Info Summary label renders empty. The line right above it, for “System Info”, correctly uses esc_html_e(). It’s a one-character oversight, and I’ve passed it along to be corrected. For what it’s worth, the impact is cosmetic only: the label text is missing, but the System Info textarea beneath it still works as expected. Nothing functional is broken. Appreciate you taking the time to report it. Kind regards, Pawel P. Liquid Web Software Support

Comments

1 shown
Pawel [SolidWP Support] 2026-06-08T07:14:00+00:00

Hi, Good catch, and thanks for the precise line reference. You’re right: line 181 uses esc_html__() (which returns the string) where it should use esc_html_e() (which echoes it), so the System Info Summary label renders empty. The line right above it, for “System Info”, correctly uses esc_html_e(). It’s a one-character oversight, and I’ve passed it along to be corrected. For what it’s worth, the impact is cosmetic only: the label text is missing, but the System Info textarea beneath it still works as expected. Nothing functional is broken. Appreciate you taking the time to report it. Kind regards, Pawel P. Liquid Web Software Support