Make WordPress Core


Ignore:
Timestamp:
10/18/2011 07:03:31 AM (14 years ago)
Author:
azaozz
Message:

Pointers: add default width (400px) that fixes positioning in IE7, add href attrib to the Close link, see #18693

File:
1 edited

Legend:

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

    r18983 r18987  
    9797    ) );
    9898
    99     $scripts->add( 'wp-pointer', "/wp-includes/js/wp-pointer$suffix.js", array( 'jquery-ui-widget', 'jquery-ui-position' ), '20111013b', 1 );
     99    $scripts->add( 'wp-pointer', "/wp-includes/js/wp-pointer$suffix.js", array( 'jquery-ui-widget', 'jquery-ui-position' ), '20111017', 1 );
    100100    $scripts->add_script_data( 'wp-pointer', 'wpPointerL10n', array(
    101101        'close' => __('Close'),
Note: See TracChangeset for help on using the changeset viewer.