Changeset 22948 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 11/30/2012 01:40:59 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r22719 r22948 114 114 } 115 115 116 echo '<div id="wp-' . $editor_id . '-wrap" class="wp- editor-wrap ' . $switch_class . '">';116 echo '<div id="wp-' . $editor_id . '-wrap" class="wp-core-ui wp-editor-wrap ' . $switch_class . '">'; 117 117 118 118 if ( self::$editor_buttons_css ) {
Note: See TracChangeset
for help on using the changeset viewer.