Make WordPress Core

Ticket #23110: 23110.patch

File 23110.patch, 528 bytes (added by iseulde, 10 years ago)
  • src/wp-includes/class-wp-editor.php

     
    515515                                        'wpeditimage_disable_captions' => $no_captions,
    516516                                        'wpeditimage_html5_captions' => current_theme_supports( 'html5', 'caption' ),
    517517                                        'plugins' => implode( ',', $plugins ),
     518                                        'end_container_on_empty_block' => true
    518519                                );
    519520
    520521                                if ( ! empty( $mce_external_plugins ) ) {