Ticket #2377: 2377.patch
File 2377.patch, 676 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( __('Overview', 'wordcamporg'), __('Basic Setup', 'wordcamporg'), __('Automated Synchronization', 'wordcamporg'), __('Tips', 'wordcamporg') ); 195 195 196 196 foreach ( $tabs as $tab ) { 197 197 $screen->add_help_tab( array(