Make WordPress Core


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

Cleaned up unused options.

File:
1 edited

Legend:

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

    r1140 r1148  
    4444        <div id="quicktags">
    4545<?php
    46 if (get_settings('use_quicktags')) {
    4746    echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: ';
    4847    include('quicktags.php');
    49 }
    5048?>
    5149</div>
     
    5957</fieldset>
    6058
    61 <?php
    62 if (get_settings('use_quicktags')) {
    63 ?>
    6459<script type="text/javascript" language="JavaScript">
    6560<!--
     
    6762//-->
    6863</script>
    69 <?php
    70 }
    71 ?>
    7264
    7365<p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
Note: See TracChangeset for help on using the changeset viewer.