Making WordPress.org

Ticket #2377: 2377-2.patch

File 2377-2.patch, 751 bytes (added by mayukojpn, 8 years ago)

Thanks @iandunn ! I changed the style a bit.

  • plugins/wordcamp-remote-css/app/user-interface.php

     
    191191 */
    192192function add_contextual_help_tabs() {
    193193        $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        );
    195200
    196201        foreach ( $tabs as $tab ) {
    197202                $screen->add_help_tab( array(