Make WordPress Core


Ignore:
Timestamp:
08/18/2005 01:51:59 AM (20 years ago)
Author:
matt
Message:

Clap on Clap off

File:
1 edited

Legend:

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

    r2776 r2789  
    131131<fieldset id="postdiv">
    132132<legend><?php _e('Post') ?></legend>
    133 <?php if ( !get_option('rich_editing') ) : ?>
     133<?php if ( 'true' != get_user_option('rich_editing') ) : ?>
    134134<?php the_quicktags(); ?>
    135135<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.