Skip to content

[HelpHub] Empty or Improper Links in Comments Information #1820

@truptikanzariya

Description

@truptikanzariya

Issue Description

The section "Moderating comments with the comment screen" contains improperly implemented <a> tags with empty or non-functional links in the following list items:

  1. Commenter Gravatar
    HTML: <li><a href="">Commenter Gravatar</a></li>
    Issue: The anchor (<a>) tag does not include a functional href attribute, resulting in a broken or non-interactive link.

  2. Time and Date Comment was Submitted
    HTML: <li><a href="">Time and Date</a>&nbsp;Comment was submitted</li>
    Issue: Similar to the above, the anchor (<a>) tag lacks a valid href value, making it ineffective and confusing for users.

URL of the Page with the Issue

https://wordpress.org/documentation/article/comment-moderation/

Section of Page with the issue

The issue is located in the Moderating comments with the comment screen section. Specifically, the list of items describing the information displayed on the 'Comments Screen' is affected.

Image

Why is this a problem?

Broken or Misleading Links:
Links without a proper destination confuse users and provide a poor user experience. Users expect interactive elements like Commenter Gravatar or Time and Date to redirect them to relevant information or actions.

Suggested Fix

-If a Gravatar or WordPress profile exists, ensure the tag points to the correct URL (e.g., Gravatar profile or website).
-If no valid URL exists, remove the tag.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions