Make WordPress Core


Ignore:
Timestamp:
11/20/2010 07:27:12 PM (14 years ago)
Author:
nacin
Message:

Use 'Update' and 'Save Link' for internal linking submit button. props koopersmith, see #11420.

File:
1 edited

Legend:

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

    r16504 r16510  
    271271    ) );
    272272
    273     $scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101119d' );
     273    $scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101120' );
    274274    $scripts->localize( 'wplink', 'wpLinkL10n', array(
     275        'update' => __('Update'),
     276        'save' => __('Save Link'),
    275277        'untitled' => __('Untitled'),
    276278        'noMatchesFound' => __('No matches found.'),
Note: See TracChangeset for help on using the changeset viewer.