Changeset 56160 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/07/2023 07:27:53 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56120 r56160 8042 8042 * Registers any additional post meta fields. 8043 8043 * 8044 * @since 6.3.0 Adds sync_statusmeta field to the wp_block post type so an unsynced option can be added.8044 * @since 6.3.0 Adds `wp_pattern_sync_status` meta field to the wp_block post type so an unsynced option can be added. 8045 8045 * 8046 8046 * @link https://github.com/WordPress/gutenberg/pull/51144 … … 8049 8049 register_post_meta( 8050 8050 'wp_block', 8051 ' sync_status',8051 'wp_pattern_sync_status', 8052 8052 array( 8053 8053 'sanitize_callback' => 'sanitize_text_field',
Note: See TracChangeset
for help on using the changeset viewer.