Changeset 47644 for branches/5.3/src/wp-includes/blocks/rss.php
- Timestamp:
- 04/29/2020 04:04:20 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/blocks/rss.php
r46189 r47644 97 97 } 98 98 99 $list_items_markup = "<ul class='{$class}'>{$list_items}</ul>";99 $list_items_markup = sprintf( "<ul class='%s'>%s</ul>", esc_attr( $class ), $list_items ); 100 100 101 101 // PHP 5.2 compatibility. See: http://simplepie.org/wiki/faq/i_m_getting_memory_leaks.
Note: See TracChangeset
for help on using the changeset viewer.