Changeset 8721 for trunk/wp-includes/general-template.php
- Timestamp:
- 08/24/2008 02:19:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r8720 r8721 956 956 $rows = "rows='$rows'"; ?> 957 957 <div id="editor-toolbar"> 958 <?php if ( user_can_richedit() && $media_buttons) {958 <?php if ( user_can_richedit() ) { 959 959 $wp_default_editor = wp_default_editor(); ?> 960 960 <div class="zerosize"><input accesskey="e" type="button" onclick="switchEditors.go('<?php echo $id; ?>')" /></div> … … 968 968 <a id="edButtonPreview" onclick="switchEditors.go('<?php echo $id; ?>');"><?php _e('Visual'); ?></a> 969 969 <?php } 970 } else 971 add_filter('the_editor_content', 'wp_htmledit_pre'); 970 } 972 971 973 972 /* if ( $media_buttons ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.