From aae12111c00d503da8def2e372556ed020445d5f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 17 Nov 2011 22:54:54 +0000 Subject: [PATCH] First pass at Welcome Screen content. Props jane. see #11651 git-svn-id: https://develop.svn.wordpress.org/trunk@19327 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 93 ++++++++++++++++++++++++--------- 1 file changed, 67 insertions(+), 26 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 581b9809de..d811f553de 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1291,38 +1291,38 @@ function wp_welcome_panel() {
-

-

+

+

First Steps with WordPress. If you’d rather dive right in, here are a few things most people do first when they set up a new WordPress site. If you need help, use the Help tabs in the upper right corner to get information on how to use your current screen and where to go for more assistance.' ); ?>

- +

-

+

  • Fill in your profile.' ), - esc_url( admin_url('profile.php') ) + __( 'Choose your privacy setting.' ), + esc_url( admin_url('options-privacy.php') ) ); ?>
  • Choose comment settings.' ), - esc_url( admin_url('options-discussion.php') ) - ); ?> -
  • -
  • - Set your time zone and site tagline.' ), + __( 'Select your tagline and time zone.' ), esc_url( admin_url('options-general.php') ) ); ?>
  • Choose a theme.' ), - esc_url( admin_url('themes.php') ) + __( 'Turn comments on or off.' ), + esc_url( admin_url('options-discussion.php') ) + ); ?> +
  • +
  • + Fill in your profile.' ), + esc_url( admin_url('profile.php') ) ); ?>
@@ -1330,31 +1330,72 @@ function wp_welcome_panel() {

- +

-

+

  • sample post and page.' ), - esc_url( admin_url('edit.php') ), + __( 'View the sample page and post.' ), + esc_url( get_permalink( 2 ) ), + esc_url( get_permalink( 1 ) ) + ); ?> +
  • +
  • + sample page and post.' ), + esc_url( admin_url('edit.php?post_type=page') ), + esc_url( admin_url('edit.php') ) + ); ?> +
  • +
  • + Create an About Me page.' ), esc_url( admin_url('edit.php?post_type=page') ) ); ?>
  • Create your first post.' ), + __( 'Write your first post.' ), esc_url( admin_url('post-new.php') ) ); ?>
  • -
  • - Create an about page.' ), - esc_url( admin_url('edit.php?post_type=page') ) - ); ?> -
+
+

+ + +

+

choose a new one. If you stick with %3$s, here are a few ways to make your site look unique.' ), __( 'Twenty Eleven' ), esc_url( admin_url( 'themes.php' ) ), __( 'Twenty Eleven' ) ); ?>

+
    +
  • + Choose light or dark' ), + esc_url( admin_url( 'themes.php?page=theme_options' ) ) + ); ?> +
  • +
  • + Set a background color' ), + esc_url( admin_url( 'themes.php?page=custom-background' ) ) + ); ?> +
  • +
  • + Select a new header image' ), + esc_url( admin_url( 'themes.php?page=custom-header' ) ) + ); ?> +
  • +
  • + Add some widgets' ), + esc_url( admin_url( 'widgets.php' ) ) + ); ?> +
  • +
+
+

Dismiss this message.' ), '#' ) ?>