From 6edecc378db6ada76fbada8fdd4cf9ae1cce091d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 24 Aug 2013 22:33:51 +0000 Subject: [PATCH] Avoid displaying multiple instances of the same feature pointers on a single screen. props nacin. fixes #25022 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@25117 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index 5b65b4a732..eba762711a 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1815,7 +1815,7 @@ final class WP_Internal_Pointers { }); setup = function() { - $('').pointer( options ).pointer('open'); + $('').first().pointer( options ).pointer('open'); }; if ( options.position && options.position.defer_loading )