Make WordPress Core


Ignore:
Timestamp:
01/11/2011 08:03:50 PM (14 years ago)
Author:
nacin
Message:

Nonce checks for internal linking and list table ajax. fixes #16188.

File:
1 edited

Legend:

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

    r17253 r17255  
    271271    ) );
    272272
    273     $scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101223' );
     273    $scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20100111' );
    274274    $scripts->localize( 'wplink', 'wpLinkL10n', array(
    275275        'update' => __('Update'),
Note: See TracChangeset for help on using the changeset viewer.