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