Validation errors.
git-svn-id: http://svn.automattic.com/wordpress/trunk@606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
18407cfa16
commit
2b30f037b0
|
@ -1,4 +1,4 @@
|
|||
</div>
|
||||
|
||||
|
||||
<p align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $b2_version ?> — <a href="http://wordpress.org/support/">Support Forums</a><br />
|
||||
<?php
|
||||
|
|
|
@ -145,7 +145,6 @@ if ($action != 'editcomment') {
|
|||
<fieldset style="clear: both">
|
||||
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend>
|
||||
<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
|
||||
</legend>
|
||||
</fieldset>
|
||||
<?php
|
||||
} // if not a comment
|
||||
|
|
|
@ -628,7 +628,6 @@ switch($action) {
|
|||
$post_pingback = get_settings('default_pingback_flag');
|
||||
$default_post_cat = get_settings('default_post_category');
|
||||
include('edit-form.php');
|
||||
echo '<br /><br />';
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
@ -255,7 +255,7 @@ textarea, input, select {
|
|||
}
|
||||
|
||||
#poststuff textarea {
|
||||
width: 100%;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#profile {
|
||||
|
|
Loading…
Reference in New Issue