Compress scripts/styles: 3.4-alpha-19904.

git-svn-id: https://develop.svn.wordpress.org/trunk@19904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
bumpbot 2012-02-10 18:30:49 +00:00
parent 5ff9cd268a
commit c9d2c7c7d3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
jQuery(function(a){var b=typeof(current_site_id)!="undefined"?"&site_id="+current_site_id:"";a("#adduser-email, #newuser").autocomplete({source:ajaxurl+"?action=autocomplete-user"+b,delay:500,minLength:2,})});
jQuery(function(a){var b=typeof(current_site_id)!="undefined"?"&site_id="+current_site_id:"";a("#adduser-email, #newuser").autocomplete({source:ajaxurl+"?action=autocomplete-user"+b,delay:500,minLength:2})});

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '3.4-alpha-19898';
$wp_version = '3.4-alpha-19904';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.