Avoid displaying multiple instances of the same feature pointers on a single screen. props nacin. fixes #25022 for 3.6.

Built from https://develop.svn.wordpress.org/branches/3.6@25118


git-svn-id: http://core.svn.wordpress.org/branches/3.6@25098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-08-24 22:37:04 +00:00
parent 861f928256
commit db8fe9a291
1 changed files with 1 additions and 1 deletions

View File

@ -1811,7 +1811,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 )