Changeset 44177 for trunk/src/wp-includes/blocks/archives.php
- Timestamp:
- 12/14/2018 10:53:17 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43840
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks/archives.php
r43752 r44177 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.