From 52829ad92fe00ef16fff78de2b9118e038e509ba Mon Sep 17 00:00:00 2001 From: koopersmith Date: Wed, 19 Oct 2011 17:05:12 +0000 Subject: [PATCH] In welcome panel, move periods outside of links. see #11651. git-svn-id: http://svn.automattic.com/wordpress/trunk@19009 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 49 +++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 5cd63e0d39..a8b79c3313 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1287,38 +1287,44 @@ function wp_welcome_panel() {
@@ -1332,9 +1338,10 @@ function wp_welcome_panel() { ); ?>
  • - - - + Create your first post.' ), + esc_url( admin_url('post-new.php') ) + ); ?>