| @@ 1229-1234 (lines=6) @@ | ||
| 1226 | ||
| 1227 | ||
| 1228 | ||
| 1229 | protected function _category_list_table() { |
|
| 1230 | do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' ); |
|
| 1231 | $this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2'); |
|
| 1232 | $this->_search_btn_label = __('Venue Categories', 'event_espresso'); |
|
| 1233 | $this->display_admin_list_table_page_with_sidebar(); |
|
| 1234 | } |
|
| 1235 | ||
| 1236 | ||
| 1237 | protected function _category_details($view) { |
|
| @@ 2167-2172 (lines=6) @@ | ||
| 2164 | } |
|
| 2165 | ||
| 2166 | ||
| 2167 | protected function _category_list_table() { |
|
| 2168 | do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' ); |
|
| 2169 | $this->_search_btn_label = __('Categories', 'event_espresso'); |
|
| 2170 | $this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2'); |
|
| 2171 | $this->display_admin_list_table_page_with_sidebar(); |
|
| 2172 | } |
|
| 2173 | ||
| 2174 | ||
| 2175 | protected function _category_details($view) { |
|