Changes between Version 3 and Version 4 of Ticket #52224, comment 14
- Timestamp:
- 11/03/2021 08:56:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52224, comment 14
v3 v4 14 14 15 15 1. Apply the latest patch. Clear any browser cache ''or'' open a different browser to compare both side-by-side. 16 2. Visit the site and verify there are no errors on the front end. If the theme showed the feed icon before, the entire widget should appear the same now .16 2. Visit the site and verify there are no errors on the front end. If the theme showed the feed icon before, the entire widget should appear the same now ''unless you are using Twenty Seventeen with an RTL language''. 17 17 3. View source code and record the updated markup for the widget title (h2 heading). It should have an `rss-widget-feed` class added to the first link and `rss-widget-title` on the second link. In some languages, the `alt` text could be something other than "RSS" now. If lazy loading is enabled, the `loading="lazy"` attribute should be included in the image markup. 18 18 4. Also check the widget editor for error messages. (To see errors, you may need `WP_DEBUG` to be true in wp-config.php.)