Compress scripts/styles: 3.6-alpha-23731.

git-svn-id: http://core.svn.wordpress.org/trunk@23731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bot (Assets) 2013-03-16 06:58:41 +00:00
parent 2c5ad0030f
commit 7a5b2c1e81
5 changed files with 68 additions and 140 deletions

View File

@ -1 +1 @@
window.wp=window.wp||{};(function(b){var a;b(".post-format-select a").on("click",function(f){f.preventDefault();var d=b(this),c=d.data("wpFormat");b(".post-format-select a.nav-tab-active").removeClass("nav-tab-active");d.addClass("nav-tab-active").blur();b("#post_format").val(c);b("#post-body-content").attr("class","wp-format-"+c)});b("#wp-format-image-select").click(function(e){var c=b(this),f=b("#wp-format-image-holder"),d=b("#wp_format_image");e.preventDefault();if(a){a.open();return}a=wp.media.frames.formatImage=wp.media({title:c.data("choose"),library:{type:"image"},button:{text:c.data("update")}});a.on("select",function(){var h=a.state().get("selection").first(),g=h.get("url");d.attr("value",h.id);c.html('<img src="'+g+'" />');f.removeClass("empty")});a.open()})})(jQuery);
window.wp=window.wp||{};(function(b){var a;b(".post-format-select a").on("click.post-format",function(i){var h=b(this),f,c,g=h.data("wp-format"),d=b("#post-body-content");b(".post-format-select a.nav-tab-active").removeClass("nav-tab-active");h.addClass("nav-tab-active").blur();b("#post_format").val(g);d.get(0).className=d.get(0).className.replace(/\bwp-format-[^ ]+/,"");d.addClass("wp-format-"+g);if(typeof tinymce!="undefined"){f=tinymce.get("content");if(f){c=f.getBody();c.className=c.className.replace(/\bpost-format-[^ ]+/,"");f.dom.addClass(c,"post-format-"+g)}}i.preventDefault()});b("#wp-format-image-select").click(function(e){var c=b(this),f=b("#wp-format-image-holder"),d=b("#wp_format_image");e.preventDefault();if(a){a.open();return}a=wp.media.frames.formatImage=wp.media({title:c.data("choose"),library:{type:"image"},button:{text:c.data("update")}});a.on("select",function(){var h=a.state().get("selection").first(),g=h.get("url");d.attr("value",h.id);c.html('<img src="'+g+'" />');f.removeClass("empty")});a.open()})})(jQuery);

File diff suppressed because one or more lines are too long

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-alpha-23728';
$wp_version = '3.6-alpha-23731';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.