From b0e634031f9b1f94777a8f44518c6d40e192f653 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 24 May 2012 06:45:49 +0000 Subject: [PATCH] Pointers: add arg to pointer options to load at window.loaded (after all images have been loaded and the layout is finalized) and use it on the custom header screen, see #20554 git-svn-id: http://core.svn.wordpress.org/trunk@20867 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index a402185340..640e1ccd1a 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1766,8 +1766,8 @@ final class WP_Internal_Pointers { ?> $content, - 'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left' ), + 'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left', 'deffer_loading' => true ), ) ); }