WP7 hardening: easy-recent-posts (v26.6148.2110)#2
Merged
Conversation
- P1 (WCAG 2.4.4/4.1.2): remove redundant title="" on recent-post list links and the widget credit link; duplicated visible text, caused doubled SR announcements and axe/WAVE flags. - P3 (a11y note): document that featured-image alt text is controlled by the attachment Alternative Text field at the get_the_post_thumbnail() call. - P3: add readme.txt changelog entry (26.6148). Multilingual readme claim left intact: languages/ ships de_DE, fr_FR, fr_CA .po/.mo files, so the claim is accurate (audit premise of an empty dir was stale for this clone). Shared scaffold untouched per extraction batch note. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Hardening release for the Easy Recent Posts plugin that removes redundant title attributes from generated links (an accessibility fix per WCAG 2.4.4 / 4.1.2), documents how featured-image alt text is sourced, and bumps the version to 26.6148.2110.
Changes:
- Remove
titleattributes from the credit link and recent-post title links to avoid duplicate screen-reader announcements. - Add an inline comment clarifying that featured-image alt text comes from the attachment's Alternative Text field.
- Bump plugin version/stable tag to
26.6148.2110and add a changelog entry.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| widgets/class-thisismyurl-easy-recent-posts-widget.php | Drop redundant title attribute from the credit link anchor. |
| easy-recent-posts.php | Drop redundant title attribute from recent-post title links, add alt-text doc comment, bump version constant. |
| readme.txt | Bump Stable tag and add changelog entry for 26.6148. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WP 7 hardening pass — easy-recent-posts.
Recommendation: QUICK (contained fixes — quick activation check then merge + tag).
Changes (2 commits):
Audit + scorecard: clients/thisismyurl/plugin-line-hardening/HARDENING-AUDIT.md
All files php -l clean. Version stamped X.6148.2110 (Toronto).