You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Time and Date Comment was Submitted
HTML: <li><a href="">Time and Date</a> 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.
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.
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.
The text was updated successfully, but these errors were encountered:
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: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.Time and Date Comment was Submitted
HTML:
<li><a href="">Time and Date</a> 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.
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.
The text was updated successfully, but these errors were encountered: