Validation errors.

git-svn-id: http://svn.automattic.com/wordpress/trunk@606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-12-11 18:55:18 +00:00
parent 18407cfa16
commit 2b30f037b0
4 changed files with 2 additions and 4 deletions

View File

@ -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 ?> &#8212; <a href="http://wordpress.org/support/">Support Forums</a><br />
<?php

View File

@ -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

View File

@ -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 {

View File

@ -255,7 +255,7 @@ textarea, input, select {
}
#poststuff textarea {
width: 100%;
width: 99%;
}
#profile {