Code Duplication    Length = 6-6 lines in 2 locations

admin_pages/venues/Venues_Admin_Page.core.php 1 location

@@ 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) {

admin_pages/events/Events_Admin_Page.core.php 1 location

@@ 2161-2166 (lines=6) @@
2158
	}
2159
2160
2161
	protected function _category_list_table() {
2162
		do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' );
2163
		$this->_search_btn_label = __('Categories', 'event_espresso');
2164
		$this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2');
2165
		$this->display_admin_list_table_page_with_sidebar();
2166
	}
2167
2168
2169
	protected function _category_details($view) {