summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/edit-form-comment.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-17 07:48:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-17 07:48:34 +0000
commit016971ec895f61cd800d2c3b52dd05f6ce462287 (patch)
treeb3f2bda271e9ab2de1987460a7aab383cb474680 /wp-inst/wp-admin/edit-form-comment.php
parentae0a749912e8a703a6f89512a8ca8a8fdd731635 (diff)
Rich Editor on/off works!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@201 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/edit-form-comment.php')
-rw-r--r--wp-inst/wp-admin/edit-form-comment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/edit-form-comment.php b/wp-inst/wp-admin/edit-form-comment.php
index bda0a7a..2a865bf 100644
--- a/wp-inst/wp-admin/edit-form-comment.php
+++ b/wp-inst/wp-admin/edit-form-comment.php
@@ -37,7 +37,7 @@ addLoadEvent(focusit);
<fieldset style="clear: both;">
<legend><?php _e('Comment') ?></legend>
-<?php if ( !get_option('rich_editing') ) : ?>
+<?php if ( get_user_option('rich_editing') == 'true' ) : ?>
<?php the_quicktags(); ?>
<script type="text/javascript">
<!--