Changeset 47636 for trunk/src/wp-includes/blocks/rss.php
- Timestamp:
- 04/29/2020 03:32:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/rss.php
r47199 r47636 93 93 } 94 94 95 return "<ul class='{$class}'>{$list_items}</ul>";95 return sprintf( "<ul class='%s'>%s</ul>", esc_attr( $class ), $list_items ); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.