From db7ac5be83f880438f03d45ab76f0f523100a58b Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 1 Feb 2012 14:47:49 +0000 Subject: [PATCH] Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698. git-svn-id: https://develop.svn.wordpress.org/trunk@19807 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/screen.php | 2 +- wp-admin/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index aa19f46f77..574b597c2e 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -811,7 +811,7 @@ final class WP_Screen { } echo '\n"; + echo _x( 'Welcome', 'Welcome panel' ) . "\n"; } ?>
diff --git a/wp-admin/install.php b/wp-admin/install.php index 9ae12706d5..c27f022f76 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -167,7 +167,7 @@ switch($step) { case 1: // Step 1, direct link. display_header(); ?> -

+

ReadMe documentation 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' ); ?>