Make WordPress Core


Ignore:
Timestamp:
11/30/2018 09:58:24 AM (6 years ago)
Author:
youknowriad
Message:

Block Editor: Update @wordpress package dependencies.

Update packages:

  • @wordpress/block-library@2.2.8
  • @wordpress/components@7.0.3
  • @wordpress/edit-post@3.1.3
  • @wordpress/editor@9.0.3
  • @wordpress/format-library@1.2.6
  • @wordpress/list-reusable-blocks@1.1.16
  • @wordpress/nux@3.0.4

Other changes:

Fix a translator comment in edit-form-blocks.php.
Rename the gutenberg_ functions in blocks/latest-comments.php.

Props pento.
Fixes #45145.

File:
1 edited

Legend:

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

    r43919 r43949  
    33 * Server-side rendering of the `core/latest-posts` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
     
    2222
    2323    if ( isset( $attributes['categories'] ) ) {
    24         $args['categories'] = $attributes['categories'];
     24        $args['category'] = $attributes['categories'];
    2525    }
    2626
Note: See TracChangeset for help on using the changeset viewer.