Make WordPress Core


Ignore:
Timestamp:
10/14/2011 03:36:04 AM (15 years ago)
Author:
koopersmith
Message:

Fix incorrect closing tag in pointers JS. see #18693.

File:
1 edited

Legend:

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

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