Cleaned up unused options.

git-svn-id: https://develop.svn.wordpress.org/trunk@1148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-04-24 21:21:19 +00:00
parent 0cdb9b30fd
commit 17fe19e626
9 changed files with 40 additions and 55 deletions
-8
View File
@@ -43,10 +43,8 @@ window.onload = focusit;
<legend><?php _e('Comment') ?></legend>
<div id="quicktags">
<?php
if (get_settings('use_quicktags')) {
echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: ';
include('quicktags.php');
}
?>
</div>
<?php
@@ -58,17 +56,11 @@ if (get_settings('use_quicktags')) {
<div><textarea rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="4" id="content" style="width: 99%"><?php echo $content ?></textarea></div>
</fieldset>
<?php
if (get_settings('use_quicktags')) {
?>
<script type="text/javascript" language="JavaScript">
<!--
edCanvas = document.getElementById('content');
//-->
</script>
<?php
}
?>
<p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
<input name="referredby" type="hidden" id="referredby" value="<?php echo $_SERVER['HTTP_REFERER']; ?>" />