Changeset 56675
- Timestamp:
- 09/25/2023 10:00:19 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r56672 r56675 352 352 * @param bool $installed Whether the classic editor is installed. 353 353 */ 354 $message = apply_filters( 'block_editor_no_javascript_message', $message, $post );354 $message = apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed ); 355 355 wp_admin_notice( 356 356 $message,
Note: See TracChangeset
for help on using the changeset viewer.