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-advanced.php

    r1139 r1148  
    103103        <div id="quicktags">
    104104<?php
    105 if ( get_settings('use_quicktags') ) {
    106105    echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' .  __('Help with quicktags') . '">' . __('Quicktags') . '</a>: ';
    107106    include('quicktags.php');
    108 }
    109107?>
    110108</div>
     
    119117
    120118<?php
    121 if ( get_settings('use_quicktags') ) {
    122119?>
    123120<script type="text/javascript" language="JavaScript">
     
    127124</script>
    128125<?php
    129 }
    130126if ($action != 'editcomment') {
    131127    if (get_settings('use_geo_positions')) {
Note: See TracChangeset for help on using the changeset viewer.