From 7729e3742ed341b09a3469179af25a13bac5fd4a Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 24 May 2012 16:34:51 +0000 Subject: [PATCH] Pointers: center pointer on Themes screen, fixes #20554 git-svn-id: http://core.svn.wordpress.org/trunk@20880 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 5248a4145..6696c88ac 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1851,7 +1851,7 @@ final class WP_Internal_Pointers { WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array( 'content' => $content, - 'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left' ), + 'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left', 'offset' => is_rtl() ? '32 0' : '-32 0' ), ) ); }