Changeset 43758
- Timestamp:
- 10/19/2018 01:42:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class-wp-editor.php
r43754 r43758 82 82 83 83 $set = wp_parse_args( $settings, array( 84 'wpautop' => true, 84 // Disable autop if the current post has blocks in it. 85 'wpautop' => ! has_blocks(), 85 86 'media_buttons' => true, 86 87 'default_editor' => '',
Note: See TracChangeset
for help on using the changeset viewer.