Changeset 51116 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 06/08/2021 10:37:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r51090 r51116 314 314 wp_add_inline_script( 'wp-edit-post', $script ); 315 315 316 if ( (int) get_option( 'page_for_posts' ) === (int) $post->ID ) { 317 add_action( 'admin_enqueue_scripts', '_wp_block_editor_posts_page_notice' ); 318 } 319 316 320 require_once ABSPATH . 'wp-admin/admin-header.php'; 317 321 ?>
Note: See TracChangeset
for help on using the changeset viewer.