Compress scripts/styles: 3.6-alpha-23860.

git-svn-id: http://core.svn.wordpress.org/trunk@23860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bot (Assets) 2013-03-29 10:58:36 +00:00
parent 8b3f9ab751
commit 427fc928b1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
jQuery(document).ready(function(a){a(".accordion-container").on("click keydown",".accordion-section-title",function(c){if(c.type==="keydown"&&13!==c.which){return}c.preventDefault();var b=a(this).closest(".accordion-section");if(b.hasClass("cannot-expand")){return}b.closest(".accordion-container").find(".accordion-section").not(b).removeClass("open");b.toggleClass("open")})});
jQuery(document).ready(function(a){a(".accordion-container").on("click keydown",".accordion-section-title",function(c){if(c.type==="keydown"&&13!==c.which){return}c.preventDefault();var b=a(this).closest(".accordion-section");if(b.hasClass("cannot-expand")){return}b.siblings(".open").removeClass("open");b.toggleClass("open")})});

View File

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