Make WordPress Core


Ignore:
Timestamp:
11/28/2011 05:50:49 PM (13 years ago)
Author:
nacin
Message:

Don't open a pointer when the target element is hidden. see #19357.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19465 r19467  
    9797    ) );
    9898
    99     $scripts->add( 'wp-pointer', "/wp-includes/js/wp-pointer$suffix.js", array( 'jquery-ui-widget', 'jquery-ui-position' ), '20111114', 1 );
     99    $scripts->add( 'wp-pointer', "/wp-includes/js/wp-pointer$suffix.js", array( 'jquery-ui-widget', 'jquery-ui-position' ), '20111128', 1 );
    100100    $scripts->localize( 'wp-pointer', 'wpPointerL10n', array(
    101101        'dismiss' => __('Dismiss'),
Note: See TracChangeset for help on using the changeset viewer.