[wp-trac] [WordPress Trac] #52233: About/Privacy screen: Use natural text for link anchors

WordPress Trac noreply at wordpress.org
Tue Jan 5 22:12:38 UTC 2021


#52233: About/Privacy screen: Use natural text for link anchors
------------------------------------+-----------------------------
 Reporter:  audrasjb                |      Owner:  (none)
     Type:  defect (bug)            |     Status:  new
 Priority:  normal                  |  Milestone:  Awaiting Review
Component:  Help/About              |    Version:
 Severity:  normal                  |   Keywords:
  Focuses:  accessibility, privacy  |
------------------------------------+-----------------------------
 I just noticed a small accessibility issue in the About/Privacy screen
 (`wp-admin/privacy.php`).

 The `WordPress.org/about/privacy` link anchor should ideally be replaced
 with a link included in a natural language sentence, as said in the
 [https://make.wordpress.org/accessibility/handbook/content/good-link-
 texts/ Accessibility handbook].

 I'd suggest to replace:

 <p>We take privacy and transparency very seriously. To learn more about
 what data we collect, and how we use it, please visit <a
 href="…">WordPress.org/about/privacy</a>.</p>

 with:

 <p>We take privacy and transparency very seriously. To learn more about
 what data we collect, and how we use it, please visit <a href="…">our
 Privacy Policy page</a>.</p>

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52233>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list