Clap on Clap off

git-svn-id: http://svn.automattic.com/wordpress/trunk@2789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2005-08-18 01:51:59 +00:00
parent 1dbfb4ce58
commit 77e8b6fcc4
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ addLoadEvent(focusit);
<fieldset style="clear: both;">
<legend><?php _e('Comment') ?></legend>
<?php if ( !get_option('rich_editing') ) : ?>
<?php if ( 'true' != get_user_option('rich_editing') ) : ?>
<?php the_quicktags(); ?>
<script type="text/javascript">
<!--