Changeset 44120
- Timestamp:
- 12/13/2018 07:28:26 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43758
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class-wp-editor.php
r44119 r44120 83 83 $settings, 84 84 array( 85 'wpautop' => true, 85 // Disable autop if the current post has blocks in it. 86 'wpautop' => ! has_blocks(), 86 87 'media_buttons' => true, 87 88 'default_editor' => '',
Note: See TracChangeset
for help on using the changeset viewer.