Pointers: center pointer on Themes screen, fixes #20554

git-svn-id: http://core.svn.wordpress.org/trunk@20880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-05-24 16:34:51 +00:00
parent b1dc47cc32
commit 7729e3742e
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),
) );
}