Make WordPress Core


Ignore:
Timestamp:
10/28/2019 02:11:06 PM (6 years ago)
Author:
youknowriad
Message:

Block Editor: Bug fixes targetted for WordPress 5.3 RC3.

The list of included fixes is:

Updated packages:

  • @wordpress/api-fetch@3.6.4
  • @wordpress/block-directory@1.0.4
  • @wordpress/block-library@2.9.4
  • @wordpress/core-data@2.7.4
  • @wordpress/data-controls@1.3.4
  • @wordpress/edit-post@3.8.4
  • @wordpress/editor@9.7.4
  • @wordpress/list-reusable-blocks@1.8.4
  • @wordpress/media-utils@1.2.4
  • @wordpress/server-side-render@1.3.4

Props desrosj.
See #48447.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/latest-comments.php

    r46604 r46606  
    4242 */
    4343function render_block_core_latest_comments( $attributes = array() ) {
     44    // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php.
    4445    $comments = get_comments(
    45         // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php.
    4646        apply_filters(
    4747            'widget_comments_args',
Note: See TracChangeset for help on using the changeset viewer.