Code Duplication    Length = 6-6 lines in 2 locations

admin_pages/venues/Venues_Admin_Page.core.php 1 location

@@ 1227-1232 (lines=6) @@
1224
1225
1226
1227
	protected function _category_list_table() {
1228
		do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' );
1229
		$this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2');
1230
		$this->_search_btn_label = __('Venue Categories', 'event_espresso');
1231
		$this->display_admin_list_table_page_with_sidebar();
1232
	}
1233
1234
1235
	protected function _category_details($view) {

admin_pages/events/Events_Admin_Page.core.php 1 location

@@ 2113-2118 (lines=6) @@
2110
	}
2111
2112
2113
	protected function _category_list_table() {
2114
		do_action( 'AHEE_log', __FILE__, __FUNCTION__, '' );
2115
		$this->_search_btn_label = __('Categories', 'event_espresso');
2116
		$this->_admin_page_title .= $this->get_action_link_or_button('add_category', 'add_category', array(), 'add-new-h2');
2117
		$this->display_admin_list_table_page_with_sidebar();
2118
	}
2119
2120
2121
	protected function _category_details($view) {