Changeset 15511
- Timestamp:
- 08/19/2010 08:10:28 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r15496 r15511 210 210 <?php } ?> 211 211 212 <form id="posts-filter" action="" method=" post">212 <form id="posts-filter" action="" method="get"> 213 213 214 214 <ul class="subsubsub"> -
trunk/wp-admin/includes/list-table.php
r15508 r15511 528 528 } else { 529 529 echo '<br class="clear">'; 530 $this->extra_tablenav( 'top' ); 531 echo '<br class="clear">'; 530 532 echo '<p>'; 531 533 $this->no_items();
Note: See TracChangeset
for help on using the changeset viewer.