Bump wplink version. see #11420.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-16 00:47:22 +00:00
parent d042642802
commit 50ca771db7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ wp_print_scripts( array('jquery', 'jquery-ui-widget') );
?>
<?php
$suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '.dev' : '';
$src = "plugins/wplink/js/wplink$suffix.js?ver=20101023";
$src = "plugins/wplink/js/wplink$suffix.js?ver=20101115";
?>
<script type="text/javascript" src="<?php echo $src; ?>"></script>
<?php