Make WordPress Core


Ignore:
Timestamp:
08/24/2013 10:33:51 PM (12 years ago)
Author:
SergeyBiryukov
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r25094 r25117  
    18161816
    18171817            setup = function() {
    1818                 $('<?php echo $selector; ?>').pointer( options ).pointer('open');
     1818                $('<?php echo $selector; ?>').first().pointer( options ).pointer('open');
    18191819            };
    18201820
Note: See TracChangeset for help on using the changeset viewer.