From 9cc63bb04f5925b0a0ef723b1eb6c2e5114a4cd2 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 29 Feb 2012 18:11:49 +0000 Subject: [PATCH] Use proper object. see #20103. git-svn-id: https://develop.svn.wordpress.org/trunk@20038 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 71ae130898..d4d1c35380 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1345,7 +1345,7 @@ function wp_welcome_panel() { '; - printf( __( 'Use the current theme — %1$s — or choose a new one.' ), $this->display('Name'), esc_url( admin_url( 'themes.php' ) ) ); + printf( __( 'Use the current theme — %1$s — or choose a new one.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) ); echo '

'; } endif; ?>