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
This commit is contained in:
Sergey Biryukov 2013-08-24 22:33:51 +00:00
parent d3a86958e6
commit 6edecc378d
1 changed files with 1 additions and 1 deletions

View File

@ -1815,7 +1815,7 @@ final class WP_Internal_Pointers {
});
setup = function() {
$('<?php echo $selector; ?>').pointer( options ).pointer('open');
$('<?php echo $selector; ?>').first().pointer( options ).pointer('open');
};
if ( options.position && options.position.defer_loading )