Changeset 43840 for branches/5.0/src/wp-includes/blocks/archives.php
- Timestamp:
- 10/29/2018 07:40:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks/archives.php
r43752 r43840 29 29 30 30 if ( ! empty( $attributes['displayAsDropdown'] ) ) { 31 32 $class .= ' wp-block-archives-dropdown'; 31 33 32 34 $dropdown_id = esc_attr( uniqid( 'wp-block-archives-' ) ); … … 77 79 ); 78 80 } else { 81 82 $class .= ' wp-block-archives-list'; 79 83 80 84 /** This filter is documented in wp-includes/widgets/class-wp-widget-archives.php */
Note: See TracChangeset
for help on using the changeset viewer.