caffeinated/admin/extend/messages/Extend_Messages_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 155-160 (lines=6) @@ | 
                                                            
                                    | 152 |  |  | 
                                                            
                                    | 153 |  |  | 
                                                            
                                    | 154 |  |  | 
                                                            
                                    | 155 |  | 	protected function _add_screen_options_custom_mtps() { | 
                                                            
                                    | 156 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 157 |  | 		$this->_admin_page_title = __('Custom Message Templates', 'event_espresso'); | 
                                                            
                                    | 158 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 159 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 160 |  | 	} | 
                                                            
                                    | 161 |  |  | 
                                                            
                                    | 162 |  |  | 
                                                            
                                    | 163 |  |  | 
                                                                        
                 
                                                            
                    
caffeinated/admin/new/pricing/Pricing_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 324-329 (lines=6) @@ | 
                                                            
                                    | 321 |  | 	} | 
                                                            
                                    | 322 |  |  | 
                                                            
                                    | 323 |  |  | 
                                                            
                                    | 324 |  | 	protected function _add_screen_options_price_types() { | 
                                                            
                                    | 325 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 326 |  | 		$this->_admin_page_title = __('Price Types', 'event_espresso'); | 
                                                            
                                    | 327 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 328 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 329 |  | 	} | 
                                                            
                                    | 330 |  |  | 
                                                            
                                    | 331 |  |  | 
                                                            
                                    | 332 |  |  | 
                                                                        
                 
                                                            
                    
admin_pages/registrations/Registrations_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 583-588 (lines=6) @@ | 
                                                            
                                    | 580 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 581 |  | 	} | 
                                                            
                                    | 582 |  |  | 
                                                            
                                    | 583 |  | 	protected function _add_screen_options_contact_list() { | 
                                                            
                                    | 584 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 585 |  | 		$this->_admin_page_title = __("Contacts", 'event_espresso'); | 
                                                            
                                    | 586 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 587 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 588 |  | 	} | 
                                                            
                                    | 589 |  |  | 
                                                            
                                    | 590 |  |  | 
                                                            
                                    | 591 |  |  | 
                                                                        
                 
                                                            
                    
admin_pages/registration_form/Registration_Form_Admin_Page.core.php 2 locations
                
                
                    
                                                
                                                    
                                |  | @@ 216-221 (lines=6) @@ | 
                                                            
                                    | 213 |  | 		//todo | 
                                                            
                                    | 214 |  | 	} | 
                                                            
                                    | 215 |  |  | 
                                                            
                                    | 216 |  | 	protected function _add_screen_options_default() { | 
                                                            
                                    | 217 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 218 |  | 		$this->_admin_page_title = __('Questions', 'event_espresso'); | 
                                                            
                                    | 219 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 220 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 221 |  | 	} | 
                                                            
                                    | 222 |  |  | 
                                                            
                                    | 223 |  | 	protected function _add_screen_options_question_groups() { | 
                                                            
                                    | 224 |  | 		$page_title = $this->_admin_page_title; | 
                                                                                
                                |  | @@ 223-228 (lines=6) @@ | 
                                                            
                                    | 220 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 221 |  | 	} | 
                                                            
                                    | 222 |  |  | 
                                                            
                                    | 223 |  | 	protected function _add_screen_options_question_groups() { | 
                                                            
                                    | 224 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 225 |  | 		$this->_admin_page_title = __('Question Groups', 'event_espresso'); | 
                                                            
                                    | 226 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 227 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 228 |  | 	} | 
                                                            
                                    | 229 |  |  | 
                                                            
                                    | 230 |  | 	//none of the below group are currently used for Event Categories | 
                                                            
                                    | 231 |  | 	protected function _add_feature_pointers() {} | 
                                                                        
                 
                                                            
                    
admin_pages/venues/Venues_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 441-446 (lines=6) @@ | 
                                                            
                                    | 438 |  |  | 
                                                            
                                    | 439 |  |  | 
                                                            
                                    | 440 |  |  | 
                                                            
                                    | 441 |  | 	protected function _add_screen_options_category_list() { | 
                                                            
                                    | 442 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 443 |  | 		$this->_admin_page_title = __('Venue Categories', 'event_espresso'); | 
                                                            
                                    | 444 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 445 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 446 |  | 	} | 
                                                            
                                    | 447 |  |  | 
                                                            
                                    | 448 |  |  | 
                                                            
                                    | 449 |  |  | 
                                                                        
                 
                                                            
                    
caffeinated/admin/extend/registrations/Extend_Registrations_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 202-207 (lines=6) @@ | 
                                                            
                                    | 199 |  |  | 
                                                            
                                    | 200 |  |  | 
                                                            
                                    | 201 |  |  | 
                                                            
                                    | 202 |  | 	protected function _add_screen_options_registration_checkins() { | 
                                                            
                                    | 203 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 204 |  | 		$this->_admin_page_title = __('Check-In Records', 'event_espresso'); | 
                                                            
                                    | 205 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 206 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 207 |  | 	} | 
                                                            
                                    | 208 |  |  | 
                                                            
                                    | 209 |  |  | 
                                                            
                                    | 210 |  |  | 
                                                                        
                 
                                                            
                    
admin_pages/events/Events_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 492-497 (lines=6) @@ | 
                                                            
                                    | 489 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 490 |  | 	} | 
                                                            
                                    | 491 |  |  | 
                                                            
                                    | 492 |  | 	protected function _add_screen_options_category_list() { | 
                                                            
                                    | 493 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 494 |  | 		$this->_admin_page_title = __('Categories', 'event_espresso'); | 
                                                            
                                    | 495 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 496 |  | 		$this->_admin_page_title = $page_title; | 
                                                            
                                    | 497 |  | 	} | 
                                                            
                                    | 498 |  |  | 
                                                            
                                    | 499 |  | 	protected function _add_feature_pointers() { | 
                                                            
                                    | 500 |  | 		//todo | 
                                                                        
                 
                                                            
                    
admin_pages/messages/Messages_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 517-522 (lines=6) @@ | 
                                                            
                                    | 514 |  |  | 
                                                            
                                    | 515 |  |  | 
                                                            
                                    | 516 |  |  | 
                                                            
                                    | 517 |  | 	protected function _add_screen_options_global_mtps() { | 
                                                            
                                    | 518 |  | 		/** | 
                                                            
                                    | 519 |  | 		 * Note: the reason for the value swap here on $this->_admin_page_title is because $this->_per_page_screen_options | 
                                                            
                                    | 520 |  |          * uses the $_admin_page_title property and we want different outputs in the different spots. | 
                                                            
                                    | 521 |  |          */ | 
                                                            
                                    | 522 |  | 		$page_title = $this->_admin_page_title; | 
                                                            
                                    | 523 |  | 		$this->_admin_page_title = __('Global Message Templates', 'event_espresso'); | 
                                                            
                                    | 524 |  | 		$this->_per_page_screen_option(); | 
                                                            
                                    | 525 |  | 		$this->_admin_page_title = $page_title; |