Make WordPress Core


Ignore:
Timestamp:
10/29/2018 07:40:44 AM (7 years ago)
Author:
pento
Message:

Build Tools: Upgrade @wordpress packages to the latest version.

This also includes the new @wordpress/format-library and @wordpress/notices packages.

package-lock.json has been completely regenerated in this commit.

See #45145.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/blocks/archives.php

    r43752 r43840  
    2929
    3030    if ( ! empty( $attributes['displayAsDropdown'] ) ) {
     31
     32        $class .= ' wp-block-archives-dropdown';
    3133
    3234        $dropdown_id = esc_attr( uniqid( 'wp-block-archives-' ) );
     
    7779        );
    7880    } else {
     81
     82        $class .= ' wp-block-archives-list';
    7983
    8084        /** This filter is documented in wp-includes/widgets/class-wp-widget-archives.php */
Note: See TracChangeset for help on using the changeset viewer.