Ticket #2377: 2377-2.patch
File 2377-2.patch, 751 bytes (added by , 8 years ago) |
---|
-
plugins/wordcamp-remote-css/app/user-interface.php
191 191 */ 192 192 function add_contextual_help_tabs() { 193 193 $screen = get_current_screen(); 194 $tabs = array( 'Overview', 'Basic Setup', 'Automated Synchronization', 'Tips' ); 194 $tabs = array( 195 __( 'Overview', 'wordcamporg' ), 196 __( 'Basic Setup', 'wordcamporg' ), 197 __( 'Automated Synchronization', 'wordcamporg' ), 198 __( 'Tips', 'wordcamporg' ) 199 ); 195 200 196 201 foreach ( $tabs as $tab ) { 197 202 $screen->add_help_tab( array(