Make WordPress Core

Changeset 15511


Ignore:
Timestamp:
08/19/2010 08:10:28 PM (14 years ago)
Author:
scribu
Message:

Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r15496 r15511  
    210210<?php } ?>
    211211
    212 <form id="posts-filter" action="" method="post">
     212<form id="posts-filter" action="" method="get">
    213213
    214214<ul class="subsubsub">
  • trunk/wp-admin/includes/list-table.php

    r15508 r15511  
    528528        } else {
    529529            echo '<br class="clear">';
     530            $this->extra_tablenav( 'top' );
     531            echo '<br class="clear">';
    530532            echo '<p>';
    531533            $this->no_items();
Note: See TracChangeset for help on using the changeset viewer.