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:
parent
d042642802
commit
50ca771db7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue