Ticket #40972: 40972.0.diff
File 40972.0.diff, 533 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
diff --git src/wp-includes/class-wp-editor.php src/wp-includes/class-wp-editor.php index 8879797914..8f5625c41f 100644
final class _WP_Editors { 825 825 $settings['wpautop'] = false; 826 826 $settings['indent'] = true; 827 827 $settings['elementpath'] = false; 828 $settings['directionality'] = is_rtl() ? 'rtl' : 'ltr'; 828 829 829 830 // In production all plugins are loaded (they are in wp-editor.js.gz) 830 831 // but only these will be initialized by default.