Compress scripts/styles: 3.6-beta4-24681.

git-svn-id: https://develop.svn.wordpress.org/trunk@24681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
bumpbot 2013-07-12 18:58:55 +00:00
parent f04053fdd8
commit 91636339bc
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
jQuery(document).ready(function(a){a(".accordion-container").on("click keydown",".accordion-section-title",function(d){if(d.type==="keydown"&&13!==d.which){return}d.preventDefault();var c=a(this).closest(".accordion-section"),f=c.siblings(".open"),b=c.find(".accordion-section-content");if(c.hasClass("cannot-expand")){return}f.removeClass("open");f.find(".accordion-section-content").show().slideUp(150);b.toggle(c.hasClass("open")).slideToggle(150);c.toggleClass("open")})});
(function(f){f(document).ready(function(){f(".accordion-container").on("click keydown",".accordion-section-title",function(g){if(g.type==="keydown"&&13!==g.which){return}g.preventDefault();a(f(this));b()});f(".hide-postbox-tog").click(function(){e()})});var c=f(".accordion-container li.accordion-section"),d=f(".accordion-section-content");function b(){c.removeClass("top bottom");c.filter(":visible").first().addClass("top");c.filter(":visible").last().addClass("bottom").find(d).addClass("bottom")}function e(){a(c.filter(":visible").first());b()}function a(g){var i=g.closest(".accordion-section"),j=i.parent().find(".open"),h=i.find(d);if(i.hasClass("cannot-expand")){return}j.removeClass("open");j.find(d).show().slideUp(150);h.toggle(i.hasClass("open")).slideToggle(150);i.toggleClass("open")}e()})(jQuery);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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