Changeset 606

Show
Ignore:
Timestamp:
12/11/03 18:55:18 (5 years ago)
Author:
saxmatt
Message:

Validation errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-footer.php

    r601 r606  
    1 </div> 
     1 
    22 
    33<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 /> 
  • trunk/wp-admin/edit-form.php

    r601 r606  
    146146<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend> 
    147147<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div> 
    148 </legend> 
    149148</fieldset> 
    150149<?php 
  • trunk/wp-admin/post.php

    r601 r606  
    629629                $default_post_cat = get_settings('default_post_category'); 
    630630                include('edit-form.php'); 
    631                 echo '<br /><br />'; 
    632631            } 
    633632 
  • trunk/wp-admin/wp-admin.css

    r601 r606  
    256256 
    257257#poststuff textarea { 
    258     width: 100%; 
     258    width: 99%; 
    259259} 
    260260