Bump wplink.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-19 19:02:57 +00:00
parent 39f72f982f
commit f1b54c5029
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ function wp_default_scripts( &$scripts ) {
'noShortlink' => __( 'No shortlink available for this page.' ),
) );
$scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101119b' );
$scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101119c' );
$scripts->localize( 'wplink', 'wpLinkL10n', array(
'untitled' => __('Untitled'),
'noMatchesFound' => __('No matches found.'),