Changeset 1148 for trunk/wp-admin/edit-form.php
- Timestamp:
- 04/24/2004 09:21:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form.php
r1108 r1148 76 76 <div id="quicktags"> 77 77 <?php 78 if ( get_settings('use_quicktags') &&'bookmarklet' != $mode) {78 if ('bookmarklet' != $mode) { 79 79 echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: '; 80 80 include('quicktags.php'); … … 91 91 </fieldset> 92 92 93 <?php 94 if (get_settings('use_quicktags')) { 95 ?> 93 96 94 <script type="text/javascript" language="JavaScript"> 97 95 <!-- … … 99 97 //--> 100 98 </script> 101 <?php } ?>102 99 103 100 <?php echo $form_pingback ?>
Note: See TracChangeset
for help on using the changeset viewer.