Compress scripts/styles: 3.4-alpha-19898.

git-svn-id: https://develop.svn.wordpress.org/trunk@19898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
bumpbot 2012-02-10 09:00:50 +00:00
parent 54ab38d9ed
commit a0aee53ab4
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +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,})});

View File

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