Make WordPress Core


Ignore:
Timestamp:
10/29/2018 07:40:44 AM (6 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/latest-posts.php

    r43752 r43840  
    6363    }
    6464
     65    if ( isset( $attributes['displayPostDate'] ) && $attributes['displayPostDate'] ) {
     66        $class .= ' has-dates';
     67    }
     68
    6569    if ( isset( $attributes['className'] ) ) {
    6670        $class .= ' ' . $attributes['className'];
Note: See TracChangeset for help on using the changeset viewer.