Changeset 8633 for branches/crazyhorse/wp-admin/press-this.php
- Timestamp:
- 08/13/2008 02:59:05 AM (18 years ago)
- File:
-
- 1 edited
-
branches/crazyhorse/wp-admin/press-this.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/press-this.php
r8620 r8633 290 290 <title><?php _e('Press This') ?></title> 291 291 292 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 292 293 <?php 293 294 add_thickbox(); … … 298 299 wp_enqueue_script('editor_functions'); 299 300 300 wp_teeny_mce();301 // wp_teeny_mce(); 301 302 302 303 do_action('admin_print_styles'); … … 304 305 do_action('admin_head'); 305 306 ?> 306 <<<<<<< .working307 <script type="text/javascript">308 jQuery('#tags-input').hide();309 =======310 307 <script type="text/javascript"> 311 308 <?php if ( user_can_richedit() ) { … … 354 351 jQuery('#tags-input').hide(); 355 352 356 >>>>>>> .merge-right.r8619357 353 tag_update_quickclicks(); 358 354
Note: See TracChangeset
for help on using the changeset viewer.