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

@@ 2119-2124 (lines=6) @@
2116
	}
2117
2118
2119
	protected function _category_list_table() {
2120
		do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' );
2121
		$this->_search_btn_label = __('Categories', 'event_espresso');
2122
		$this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2');
2123
		$this->display_admin_list_table_page_with_sidebar();
2124
	}
2125
2126
2127
	protected function _category_details($view) {