Ticket #19698: welcome_context.patch
| File welcome_context.patch, 1.3 KB (added by pavelevap, 5 months ago) |
|---|
-
wp-admin/includes/screen.php
810 810 } 811 811 echo '<label for="wp_welcome_panel-hide">'; 812 812 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"; 814 814 } 815 815 ?> 816 816 <br class="clear" /> -
wp-admin/install.php
167 167 case 1: // Step 1, direct link. 168 168 display_header(); 169 169 ?> 170 <h1><?php _e ( 'Welcome' ); ?></h1>170 <h1><?php _ex( 'Welcome', 'Installation' ); ?></h1> 171 171 <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’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?></p> 172 172 173 173 <h1><?php _e( 'Information needed' ); ?></h1>
