Make WordPress Core

Changeset 50183 for branches/5.2


Ignore:
Timestamp:
02/05/2021 01:05:19 AM (2 years ago)
Author:
desrosj
Message:

Editor: Committing changes to built files.

This commits the changes to the RSS block file after [50074].

See #52393.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/src/wp-includes/blocks/rss.php

    r47645 r50183  
    8181
    8282    $classes           = 'grid' === $attributes['blockLayout'] ? ' is-grid columns-' . $attributes['columns'] : '';
    83     $list_items_markup = sprintf( "<ul class='%s'>%s</ul>", esc_attr( 'wp-block-rss' . $classes ), $list_items );
     83    $list_items_markup = sprintf( "<ul class='%s'>%s</ul>", esc_attr( $classes ), $list_items );
    8484
    8585    // 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.