Make WordPress Core


Ignore:
Timestamp:
09/09/2004 05:51:33 PM (21 years ago)
Author:
saxmatt
Message:

Abstract quicktag code and don't show if it's Safari.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r1599 r1631  
    9595<fieldset id="postdiv">
    9696       <legend><a href="http://wordpress.org/docs/reference/post/#post" title="<?php _e('Help with post field') ?>"><?php _e('Post') ?></a></legend>
    97         <div id="quicktags">
    98 <?php
    99     echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' .  __('Help with quicktags') . '">' . __('Quicktags') . '</a>: ';
    100     include('quicktags.php');
    101 ?>
    102 </div>
     97<?php the_quicktags(); ?>
    10398<?php
    10499 $rows = get_settings('default_post_edit_rows');
Note: See TracChangeset for help on using the changeset viewer.