Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6/wp-admin/includes/template.php

    r24856 r25118  
    18121812
    18131813            setup = function() {
    1814                 $('<?php echo $selector; ?>').pointer( options ).pointer('open');
     1814                $('<?php echo $selector; ?>').first().pointer( options ).pointer('open');
    18151815            };
    18161816
Note: See TracChangeset for help on using the changeset viewer.