Make WordPress Core


Ignore:
Timestamp:
12/14/2018 10:53:17 AM (7 years ago)
Author:
atimmer
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.

Props pento.
Merges [43840] to trunk.
See #45145.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-includes/blocks/archives.php

    r43752 r44177  
    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.