Clap on Clap off

git-svn-id: https://develop.svn.wordpress.org/trunk@2789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-08-18 01:51:59 +00:00
parent 5e73bcff48
commit e6aee8f5c6
4 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ addLoadEvent(blurry);
</script>
<script type="text/javascript" src="fat.js"></script>
<?php if ( isset( $editing ) ) : ?>
<?php if ( get_option('rich_editing') ) :?>
<?php if ( 'true' == get_user_option('rich_editing') ) :?>
<script type="text/javascript" src="tinymce/tiny_mce_src.js"></script>
<script type="text/javascript">
tinyMCE.init({

View File

@ -130,7 +130,7 @@ endforeach;
<fieldset id="postdiv">
<legend><?php _e('Post') ?></legend>
<?php if ( !get_option('rich_editing') ) : ?>
<?php if ( 'true' != get_user_option('rich_editing') ) : ?>
<?php the_quicktags(); ?>
<script type="text/javascript">
<!--

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">
<!--

View File

@ -117,7 +117,7 @@ endforeach;
<fieldset id="postdiv">
<legend><?php _e('Page Content') ?></legend>
<?php if ( !get_option('rich_editing') ) : ?>
<?php if ( 'true' != get_user_option('rich_editing') ) : ?>
<?php the_quicktags(); ?>
<script type="text/javascript">
<!--