From 17fa8d52ec7833172ddaf117ea0117a60d384797 Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@20867 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ), ) ); }