Viewing 1 replies (of 1 total)
  • Plugin Support Pawel [SolidWP Support]

    (@solidwppawel)

    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

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.