Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:33:02 PM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages to the latest version.

This includes the packages that match the Gutenberg 9.2 Release.
It is going to be the last block-editor features update for WordPress 5.6.
It also updates the block-supports code base to the latest APIs.

Props isabel_brison, noisysocks, desrosj.
Fixes #51570.

File:
1 edited

Legend:

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

    r49135 r49226  
    3232    }
    3333
    34     $output = sprintf(
    35         '<div>%1$s</div>',
     34    $wrapper_attributes = get_block_wrapper_attributes();
     35    $output             = sprintf(
     36        '<div %1$s>%2$s</div>',
     37        $wrapper_attributes,
    3638        get_calendar( true, false )
    3739    );
Note: See TracChangeset for help on using the changeset viewer.