Changeset 27978 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 04/07/2014 01:09:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27950 r27978 169 169 } 170 170 171 echo '<div id="wp-' . $editor_id . '-wrap" class="wp-core-ui wp-editor-wrap ' . $switch_class . '">'; 171 $wrap_class = 'wp-core-ui wp-editor-wrap ' . $switch_class; 172 173 if ( $set['dfw'] ) { 174 $wrap_class .= ' has-dfw'; 175 } 176 177 echo '<div id="wp-' . $editor_id . '-wrap" class="' . $wrap_class . '">'; 172 178 173 179 if ( self::$editor_buttons_css ) {
Note: See TracChangeset
for help on using the changeset viewer.