<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[23857] trunk: Compress scripts/styles: 3.6-alpha-23857.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/23857">23857</a></dd>
<dt>Author</dt> <dd>bumpbot</dd>
<dt>Date</dt> <dd>2013-03-29 08:58:41 +0000 (Fri, 29 Mar 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Compress scripts/styles: 3.6-alpha-23857.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjsaccordionminjs">trunk/wp-admin/js/accordion.min.js</a></li>
<li><a href="#trunkwpadminjspostformatsminjs">trunk/wp-admin/js/post-formats.min.js</a></li>
<li><a href="#trunkwpincludesversionphp">trunk/wp-includes/version.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminjsaccordionminjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/accordion.min.js (23856 => 23857)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/accordion.min.js        2013-03-29 08:28:58 UTC (rev 23856)
+++ trunk/wp-admin/js/accordion.min.js        2013-03-29 08:58:41 UTC (rev 23857)
</span><span class="lines">@@ -1 +1 @@
</span><del>-jQuery(document).ready(function(a){a(&quot;.accordion-section-title&quot;).on(&quot;click keydown&quot;,function(c){if(c.type===&quot;keydown&quot;&amp;&amp;13!==c.which){return}var b=a(this).closest(&quot;.accordion-section&quot;);if(b.hasClass(&quot;cannot-expand&quot;)){return}b.closest(&quot;.accordion-container&quot;).find(&quot;.accordion-section&quot;).not(b).removeClass(&quot;open&quot;);b.toggleClass(&quot;open&quot;);c.preventDefault()})});jQuery(document).ready(function(a){a(&quot;.accordion-section-title&quot;).on(&quot;click keydown&quot;,function(c){if(c.type===&quot;keydown&quot;&amp;&amp;13!==c.which){return}var b=a(this).closest(&quot;.accordion-section&quot;);if(b.hasClass(&quot;cannot-expand&quot;)){return}b.closest(&quot;.accordion-container&quot;).find(&quot;.accordion-section&quot;).not(b).removeClass(&quot;open&quot;);b.toggleClass(&quot;open&quot;);c.preventDefault()})});jQuery(document).ready(function(a){a(&quot;.accordion-section-title&q
 uot;).on(&quot;click keydown&quot;,function(c){if(c.type===&quot;keydown&quot;&amp;&amp;13!==c.which){return}var b=a(this).closest(&quot;.accordion-section&quot;);if(b.hasClass(&quot;cannot-expand&quot;)){return}b.closest(&quot;.accordion-container&quot;).find(&quot;.accordion-section&quot;).not(b).removeClass(&quot;open&quot;);b.toggleClass(&quot;open&quot;);c.preventDefault()})});
</del><span class="cx">\ No newline at end of file
</span><ins>+jQuery(document).ready(function(a){a(&quot;.accordion-container&quot;).on(&quot;click keydown&quot;,&quot;.accordion-section-title&quot;,function(c){if(c.type===&quot;keydown&quot;&amp;&amp;13!==c.which){return}c.preventDefault();var b=a(this).closest(&quot;.accordion-section&quot;);if(b.hasClass(&quot;cannot-expand&quot;)){return}b.closest(&quot;.accordion-container&quot;).find(&quot;.accordion-section&quot;).not(b).removeClass(&quot;open&quot;);b.toggleClass(&quot;open&quot;)})});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpadminjspostformatsminjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/post-formats.min.js (23856 => 23857)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/post-formats.min.js        2013-03-29 08:28:58 UTC (rev 23856)
+++ trunk/wp-admin/js/post-formats.min.js        2013-03-29 08:58:41 UTC (rev 23857)
</span><span class="lines">@@ -1 +1 @@
</span><del>-window.wp=window.wp||{};(function(d){var b,a,e,c;d(function(){d(&quot;.post-format-options a&quot;).on(&quot;click&quot;,function(m){var l=d(this),i,f,h=l.parent(),k=l.data(&quot;wp-format&quot;),g=d(&quot;#post-body-content&quot;),j=d(&quot;.post-format-description&quot;);h.find(&quot;a.active&quot;).removeClass(&quot;active&quot;);l.addClass(&quot;active&quot;);d(&quot;#icon-edit&quot;).removeClass(postFormats.currentPostFormat).addClass(k);d(&quot;#post_format&quot;).val(k);g.get(0).className=g.get(0).className.replace(/\bwp-format-[^ ]+/,&quot;&quot;);g.addClass(&quot;wp-format-&quot;+k);d(&quot;#title&quot;).focus();j.html(l.data(&quot;description&quot;));if(j.not(&quot;:visible&quot;)){j.slideDown(&quot;fast&quot;)}if(typeof tinymce!=&quot;undefined&quot;){i=tinymce.get(&quot;content&quot;);if(i){f=i.getBody();f.className=f.className.replace(/\bpost-format-[^ ]+/,&quot;&quot;);i.dom.addClass(f,&quot;post-format-&quot;+k)}}postFormats.currentPostFormat=k;m.p
 reventDefault()}).on(&quot;mouseenter focusin&quot;,function(){d(&quot;.post-format-tip&quot;).html(d(this).prop(&quot;title&quot;))}).on(&quot;mouseleave focusout&quot;,function(){d(&quot;.post-format-tip&quot;).html(d(&quot;.post-format-options a.active&quot;).prop(&quot;title&quot;))});d(&quot;.wp-format-media-select&quot;).click(function(h){h.preventDefault();var f=d(this),j,g,i=&quot;image&quot;,k=&quot;&quot;,j=f.closest(&quot;.wp-format-media-holder&quot;),g=d(&quot;#wp_format_&quot;+j.data(&quot;format&quot;));switch(j.data(&quot;format&quot;)){case&quot;audio&quot;:i=&quot;audio&quot;;break;case&quot;video&quot;:i=&quot;video&quot;;break}if(b&amp;&amp;a===i&amp;&amp;e===k){b.open();return}a=i;e=k;b=wp.media.frames.formatMedia=wp.media({title:f.data(&quot;choose&quot;),toolbar:k,library:{type:i},button:{text:f.data(&quot;update&quot;)}});c=function(n,l,m){d(&quot;#&quot;+n+&quot;-preview&quot;).remove();j.parent().prepend('&lt;div id=&quot;'+n+'-preview&quot; class=&
 quot;wp-format-media-preview&quot;&gt;&lt;'+n+' class=&quot;wp-'+n+'-shortcode&quot; controls=&quot;controls&quot; preload=&quot;none&quot;&gt;&lt;source type=&quot;'+m+'&quot; src=&quot;'+l+'&quot; /&gt;&lt;/'+n+&quot;&gt;&lt;/div&gt;&quot;);d(&quot;.wp-&quot;+n+&quot;-shortcode&quot;).mediaelementplayer()};b.on(&quot;select&quot;,function(){var n=b.state().get(&quot;selection&quot;).first(),m,l,o;o=n.get(&quot;id&quot;);l=n.get(&quot;url&quot;);m=n.get(&quot;mime&quot;);if(0===m.indexOf(&quot;audio&quot;)){g.val(l);c(&quot;audio&quot;,l,m)}else{if(0===m.indexOf(&quot;video&quot;)){g.val(l);c(&quot;video&quot;,l,m)}else{g.val(o);f.html('&lt;img src=&quot;'+l+'&quot; /&gt;');j.removeClass(&quot;empty&quot;).show()}}});b.open()})})})(jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+window.wp=window.wp||{};(function(g){var c,b,a,h,f,e=[&quot;standard&quot;,&quot;chat&quot;,&quot;status&quot;,&quot;aside&quot;];function d(i){c.get(0).className=c.get(0).className.replace(/\bwp-format-[^ ]+/,&quot;&quot;);c.addClass(&quot;wp-format-&quot;+i)}g(function(){var i=g(&quot;.post-formats-fields&quot;);g(&quot;.post-format-options&quot;).on(&quot;click&quot;,&quot;a&quot;,function(p){p.preventDefault();var o=g(this),l,j,k=o.parent(),n=o.data(&quot;wp-format&quot;),m=g(&quot;.post-format-description&quot;);if(typeof c===&quot;undefined&quot;){c=g(&quot;#post-body-content&quot;)}if(n===postFormats.currentPostFormat){return}k.find(&quot;a.active&quot;).removeClass(&quot;active&quot;);o.addClass(&quot;active&quot;);g(&quot;#icon-edit&quot;).removeClass(postFormats.currentPostFormat).addClass(n);g(&quot;#post_format&quot;).val(n);if(-1&lt;g.inArray(n,e)&amp;&amp;-1&lt;g.inArray(postFormats.currentPostFormat,e)){d(n)}else{i.slideUp(200,function(){d(n);i.sli
 deDown(400)})}g(&quot;#title&quot;).focus();m.html(o.data(&quot;description&quot;));if(m.not(&quot;:visible&quot;)){m.slideDown(&quot;fast&quot;)}if(typeof tinymce!=&quot;undefined&quot;){l=tinymce.get(&quot;content&quot;);if(l){j=l.getBody();j.className=j.className.replace(/\bpost-format-[^ ]+/,&quot;&quot;);l.dom.addClass(j,&quot;post-format-&quot;+n)}}postFormats.currentPostFormat=n}).on(&quot;mouseenter focusin&quot;,&quot;a&quot;,function(){g(&quot;.post-format-tip&quot;).html(g(this).prop(&quot;title&quot;))}).on(&quot;mouseleave focusout&quot;,&quot;a&quot;,function(){g(&quot;.post-format-tip&quot;).html(g(&quot;.post-format-options a.active&quot;).prop(&quot;title&quot;))});g(&quot;.wp-format-media-select&quot;).click(function(l){l.preventDefault();var j=g(this),n,k,m=&quot;image&quot;,o=&quot;&quot;,n=j.closest(&quot;.wp-format-media-holder&quot;),k=g(&quot;#wp_format_&quot;+n.data(&quot;format&quot;));switch(n.data(&quot;format&quot;)){case&quot;audio&quot;:m=&quot
 ;audio&quot;;break;case&quot;video&quot;:m=&quot;video&quot;;break}if(b&amp;&amp;a===m&amp;&amp;h===o){b.open();return}a=m;h=o;b=wp.media.frames.formatMedia=wp.media({title:j.data(&quot;choose&quot;),toolbar:o,library:{type:m},button:{text:j.data(&quot;update&quot;)}});f=function(r,p,q){g(&quot;#&quot;+r+&quot;-preview&quot;).remove();n.parent().prepend('&lt;div id=&quot;'+r+'-preview&quot; class=&quot;wp-format-media-preview&quot;&gt;&lt;'+r+' class=&quot;wp-'+r+'-shortcode&quot; controls=&quot;controls&quot; preload=&quot;none&quot;&gt;&lt;source type=&quot;'+q+'&quot; src=&quot;'+p+'&quot; /&gt;&lt;/'+r+&quot;&gt;&lt;/div&gt;&quot;);g(&quot;.wp-&quot;+r+&quot;-shortcode&quot;).mediaelementplayer()};b.on(&quot;select&quot;,function(){var r=b.state().get(&quot;selection&quot;).first(),q,p,s;s=r.get(&quot;id&quot;);p=r.get(&quot;url&quot;);q=r.get(&quot;mime&quot;);if(0===q.indexOf(&quot;audio&quot;)){k.val(p);f(&quot;audio&quot;,p,q)}else{if(0===q.indexOf(&quot;video&quot;)
 ){k.val(p);f(&quot;video&quot;,p,q)}else{k.val(s);j.html('&lt;img src=&quot;'+p+'&quot; /&gt;');n.removeClass(&quot;empty&quot;).show()}}});b.open()})})})(jQuery);
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesversionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/version.php (23856 => 23857)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/version.php        2013-03-29 08:28:58 UTC (rev 23856)
+++ trunk/wp-includes/version.php        2013-03-29 08:58:41 UTC (rev 23857)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @global string $wp_version
</span><span class="cx">  */
</span><del>-$wp_version = '3.6-alpha-23852';
</del><ins>+$wp_version = '3.6-alpha-23857';
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
</span></span></pre>
</div>
</div>

</body>
</html>