Documentation-Issue-Tracker icon indicating copy to clipboard operation
Documentation-Issue-Tracker copied to clipboard

Empty or Improper Links in Comments Information

Open truptikanzariya opened this issue 10 months ago • 2 comments

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.

truptikanzariya avatar Jan 16 '25 09:01 truptikanzariya

Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.

github-actions[bot] avatar Jan 16 '25 09:01 github-actions[bot]

H

dzika82 avatar Jan 18 '25 15:01 dzika82