Make WordPress Core


Ignore:
Timestamp:
07/06/2020 10:48:35 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Add the initial set of block patterns.

Included patterns:

text-two-columns
two-buttons
two-images
text-two-columns-with-images
text-three-columns-buttons
large-header
large-header-paragraph
three-buttons
quote
testimonials

Props mcsf, nrqsnchz.
See #50550.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r48262 r48334  
    287287require ABSPATH . WPINC . '/blocks.php';
    288288require ABSPATH . WPINC . '/blocks/index.php';
     289require ABSPATH . WPINC . '/block-patterns.php';
    289290
    290291$GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset for help on using the changeset viewer.