Make WordPress Core


Ignore:
Timestamp:
02/01/2012 02:47:49 PM (14 years ago)
Author:
nacin
Message:

Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19702 r19807  
    812812                        echo '<label for="wp_welcome_panel-hide">';
    813813                        echo '<input type="checkbox" id="wp_welcome_panel-hide"' . checked( (bool) $welcome_checked, true, false ) . ' />';
    814                         echo __( 'Welcome' ) . "</label>\n";
     814                        echo _x( 'Welcome', 'Welcome panel' ) . "</label>\n";
    815815                    }
    816816                ?>
Note: See TracChangeset for help on using the changeset viewer.