Make WordPress Core


Ignore:
Timestamp:
04/24/2004 09:21:19 PM (21 years ago)
Author:
saxmatt
Message:

Cleaned up unused options.

File:
1 edited

Legend:

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

    r1108 r1148  
    7676        <div id="quicktags">
    7777<?php
    78 if (get_settings('use_quicktags') && 'bookmarklet' != $mode) {
     78if ('bookmarklet' != $mode) {
    7979    echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: ';
    8080    include('quicktags.php');
     
    9191</fieldset>
    9292
    93 <?php
    94 if (get_settings('use_quicktags')) {
    95 ?>
     93
    9694<script type="text/javascript" language="JavaScript">
    9795<!--
     
    9997//-->
    10098</script>
    101 <?php } ?>
    10299
    103100<?php echo $form_pingback ?>
Note: See TracChangeset for help on using the changeset viewer.