<?php
+if (!class_exists('WP_List_Table')) {
+ echo "Hi there! I'm just a plugin, not much I can do when called directly.\n";
+ exit;
+}
class html_table extends WP_List_Table {
public $_table;
/*
*/
+ .get_submit_button( __( 'Search' ), 'button', '', false, array('id' => 'search-submit') )
.'<a class="page-title-action" href="/wp-admin/post-new.php?post_type=page&action=edit&table='.($this->_table->db()->p('table')).'">Add New</a>'
.'</h1>';
echo '<p id="search" class="search-box">';
#echo '<div>';
}
- submit_button( __( 'Search' ), 'button', '', false, array('id' => 'search-submit') );
echo '</p>';
echo '</form>';