Remove reference to the_quicktags. Props Nazgul. fixes #4925
git-svn-id: https://develop.svn.wordpress.org/trunk@6081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e08ead79c9
commit
4c85971b2e
@ -32,7 +32,6 @@ addLoadEvent(focusit);
|
||||
<br />
|
||||
<fieldset id="postdiv">
|
||||
<legend><a href="http://wordpress.org/docs/reference/post/#post" title="<?php _e('Help with post field') ?>"><?php _e('Post') ?></a></legend>
|
||||
<?php the_quicktags(); ?>
|
||||
<?php
|
||||
$rows = get_option('default_post_edit_rows');
|
||||
if (($rows < 3) || ($rows > 100)) {
|
||||
|
Loading…
Reference in New Issue
Block a user