Changeset 41066
- Timestamp:
- 07/18/2017 01:44:58 AM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/class-wp-editor.php
r40862 r41066 826 826 $settings['indent'] = true; 827 827 $settings['elementpath'] = false; 828 829 if ( is_rtl() ) { 830 $settings['directionality'] = 'rtl'; 831 } 828 832 829 833 // In production all plugins are loaded (they are in wp-editor.js.gz)
Note: See TracChangeset
for help on using the changeset viewer.