Make WordPress Core


Ignore:
Timestamp:
11/29/2011 07:43:24 PM (14 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

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

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