Make WordPress Core

Ticket #14150: 14150.diff

File 14150.diff, 775 bytes (added by blepoxp, 14 years ago)
  • wp-admin/includes/list-table.php

     
    527527                        $this->display_table();
    528528                } else {
    529529                        echo '<br class="clear">';
     530                        $this->extra_tablenav( 'top' );
     531                        echo '<br class="clear">';
    530532                        echo '<p>';
    531533                        $this->no_items();
    532534                        echo '</p>';
  • wp-admin/edit.php

     
    209209</p></div>
    210210<?php } ?>
    211211
    212 <form id="posts-filter" action="" method="post">
     212<form id="posts-filter" action="" method="get">
    213213
    214214<ul class="subsubsub">
    215215<?php