Validation errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c5d9fd8e24
commit
f875841324
@ -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 />
|
<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
|
<?php
|
||||||
|
@ -145,7 +145,6 @@ if ($action != 'editcomment') {
|
|||||||
<fieldset style="clear: both">
|
<fieldset style="clear: both">
|
||||||
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend>
|
<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>
|
<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
|
||||||
</legend>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<?php
|
<?php
|
||||||
} // if not a comment
|
} // if not a comment
|
||||||
|
@ -628,7 +628,6 @@ switch($action) {
|
|||||||
$post_pingback = get_settings('default_pingback_flag');
|
$post_pingback = get_settings('default_pingback_flag');
|
||||||
$default_post_cat = get_settings('default_post_category');
|
$default_post_cat = get_settings('default_post_category');
|
||||||
include('edit-form.php');
|
include('edit-form.php');
|
||||||
echo '<br /><br />';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
@ -255,7 +255,7 @@ textarea, input, select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#poststuff textarea {
|
#poststuff textarea {
|
||||||
width: 100%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile {
|
#profile {
|
||||||
|
Loading…
Reference in New Issue
Block a user