Ticket #19698: welcome_context.patch

File welcome_context.patch, 1.3 KB (added by pavelevap, 5 months ago)
  • wp-admin/includes/screen.php

     
    810810                                                } 
    811811                                                echo '<label for="wp_welcome_panel-hide">'; 
    812812                                                echo '<input type="checkbox" id="wp_welcome_panel-hide"' . checked( (bool) $welcome_checked, true, false )  . ' />'; 
    813                                                 echo __( 'Welcome' ) . "</label>\n"; 
     813                                                echo _x( 'Welcome', 'Screen Options' ) . "</label>\n"; 
    814814                                        } 
    815815                                ?> 
    816816                                <br class="clear" /> 
  • wp-admin/install.php

     
    167167        case 1: // Step 1, direct link. 
    168168          display_header(); 
    169169?> 
    170 <h1><?php _e( 'Welcome' ); ?></h1> 
     170<h1><?php _ex( 'Welcome', 'Installation' ); ?></h1> 
    171171<p><?php printf( __( 'Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?></p> 
    172172 
    173173<h1><?php _e( 'Information needed' ); ?></h1>