Compress scripts/styles: 3.4-alpha-19898.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
bumpbot 2012-02-10 09:00:50 +00:00
parent 481959acec
commit 70a6d8fb9c
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.