mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 15:16:29 +01:00
Update swfobject
git-svn-id: http://svn.automattic.com/wordpress/trunk@20498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1c19b69eeb
commit
2ebfdafad5
File diff suppressed because one or more lines are too long
@ -184,7 +184,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
|
||||
$scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.8-20110113');
|
||||
|
||||
$scripts->add( 'swfobject', "/wp-includes/js/swfobject.js", array(), '2.2');
|
||||
$scripts->add( 'swfobject', "/wp-includes/js/swfobject.js", array(), '2.2-20120417');
|
||||
|
||||
// common bits for both uploaders
|
||||
$max_upload_size = ( (int) ( $max_up = @ini_get('upload_max_filesize') ) < (int) ( $max_post = @ini_get('post_max_size') ) ) ? $max_up : $max_post;
|
||||
|
Loading…
Reference in New Issue
Block a user