mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
Remove reference to the_quicktags. Props Nazgul. fixes #4925
git-svn-id: http://svn.automattic.com/wordpress/trunk@6081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d983b5bb5
commit
e3db8369d0
@ -32,7 +32,6 @@ addLoadEvent(focusit);
|
|||||||
<br />
|
<br />
|
||||||
<fieldset id="postdiv">
|
<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>
|
<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
|
<?php
|
||||||
$rows = get_option('default_post_edit_rows');
|
$rows = get_option('default_post_edit_rows');
|
||||||
if (($rows < 3) || ($rows > 100)) {
|
if (($rows < 3) || ($rows > 100)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user