From 882d3f5c1680955cffb4b96520d3f9add7fb023c Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 3 Aug 2019 13:27:43 +0000 Subject: [PATCH] Accessibility: Remove title attributes from the Meta widget. - removes the `Powered by WordPress, state-of-the-art semantic personal publishing platform.` title attribute - removes the title attribute from the abbreviations: contrary to a common belief, title attributes on abbreviations are only available to a minority of users, see https://developer.paciellogroup.com/blog/2019/03/short-note-the-abbreviation-appreciation-society/ - changes the term `RSS` to `feed`, as `RSS` is a technical term not all users are supposed to be familiar with - improves the `widget_meta_poweredby` filter documentation Props nishitlangaliya, chetan200891, audrasjb. See #46980, #24766. Fixes #46978. git-svn-id: https://develop.svn.wordpress.org/trunk@45728 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets/class-wp-widget-meta.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/wp-includes/widgets/class-wp-widget-meta.php b/src/wp-includes/widgets/class-wp-widget-meta.php index 0330300842..1727afb468 100644 --- a/src/wp-includes/widgets/class-wp-widget-meta.php +++ b/src/wp-includes/widgets/class-wp-widget-meta.php @@ -56,24 +56,23 @@ class WP_Widget_Meta extends WP_Widget {