Changeset 18519 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 08/07/2011 05:03:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r18516 r18519 83 83 echo $set['editor_css'] . "\n"; 84 84 85 if ( $this->can_richedit|| $set['media_buttons'] ) {85 if ( !empty($buttons) || $set['media_buttons'] ) { 86 86 echo '<div id="wp-' . $editor_id . '-editor-tools" class="wp-editor-tools">'; 87 87 echo $buttons; … … 476 476 } 477 477 478 // reset($this->mce_settings);479 // $key = key($this->mce_settings);480 481 478 $ref = array( 482 479 'plugins' => implode( ',', $this->plugins ),
Note: See TracChangeset
for help on using the changeset viewer.