Make WordPress Core


Ignore:
Timestamp:
06/26/2023 08:55:31 AM (3 years ago)
Author:
isabel_brison
Message:

Editor: rename reusable blocks to patterns.

Renames the Reusable blocks to Patterns and adds an option to convert a block or collection of blocks to a non-synced Pattern.

Props glendaviesnz, ramonopoly, peterwilsoncc, timothyblynjacobs, flixos90.
Fixes #58577.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r55852 r56030  
    721721add_action( 'init', 'wp_register_persisted_preferences_meta' );
    722722
     723// CPT wp_block custom postmeta field.
     724add_action( 'init', 'wp_create_initial_post_meta' );
     725
    723726unset( $filter, $action );
Note: See TracChangeset for help on using the changeset viewer.