Changeset 26315 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 11/22/2013 02:22:15 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r25988 r26315 128 128 if ( !empty($buttons) || $set['media_buttons'] ) { 129 129 echo '<div id="wp-' . $editor_id . '-editor-tools" class="wp-editor-tools hide-if-no-js">'; 130 echo $buttons;131 130 132 131 if ( $set['media_buttons'] ) { … … 140 139 echo "</div>\n"; 141 140 } 141 142 echo '<div class="wp-editor-tabs">' . $buttons . "</div>\n"; 142 143 echo "</div>\n"; 143 144 }
Note: See TracChangeset
for help on using the changeset viewer.