<!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>[19847] trunk/wp-includes: Compress scripts/styles: 3.4-alpha-19847.</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/19847">19847</a></dd>
<dt>Author</dt> <dd>bumpbot</dd>
<dt>Date</dt> <dd>2012-02-06 23:31:17 +0000 (Mon, 06 Feb 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Compress scripts/styles: 3.4-alpha-19847.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludesjsadminbarjs">trunk/wp-includes/js/admin-bar.js</a></li>
<li><a href="#trunkwpincludesversionphp">trunk/wp-includes/version.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludesjsadminbarjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/admin-bar.js (19846 => 19847)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/admin-bar.js        2012-02-06 23:17:28 UTC (rev 19846)
+++ trunk/wp-includes/js/admin-bar.js        2012-02-06 23:31:17 UTC (rev 19847)
</span><span class="lines">@@ -1 +1 @@
</span><del>-if(typeof(jQuery)!=&quot;undefined&quot;){if(typeof(jQuery.fn.hoverIntent)==&quot;undefined&quot;){(function(b){b.fn.hoverIntent=function(p,r){var g={sensitivity:7,interval:100,timeout:0};g=b.extend(g,r?{over:p,out:r}:p);var a,f,t,v;var u=function(c){a=c.pageX;f=c.pageY};var w=function(c,d){d.hoverIntent_t=clearTimeout(d.hoverIntent_t);if((Math.abs(t-a)+Math.abs(v-f))&lt;g.sensitivity){b(d).unbind(&quot;mousemove&quot;,u);d.hoverIntent_s=1;return g.over.apply(d,[c])}else{t=a;v=f;d.hoverIntent_t=setTimeout(function(){w(c,d)},g.interval)}};var s=function(c,d){d.hoverIntent_t=clearTimeout(d.hoverIntent_t);d.hoverIntent_s=0;return g.out.apply(d,[c])};var x=function(e){var d=this;var c=(e.type==&quot;mouseover&quot;?e.fromElement:e.toElement)||e.relatedTarget;while(c&amp;&amp;c!=this){try{c=c.parentNode}catch(e){c=this}}if(c==this){if(b.browser.mozilla){if(e.type==&quot;mouseout&quot;){d.mtout=setTimeout(function(){q(e,d)},30)}else{if(d.mtout){d.mtout=clearTimeout(d.m
 tout)}}}return}else{if(d.mtout){d.mtout=clearTimeout(d.mtout)}q(e,d)}};var q=function(e,d){var c=jQuery.extend({},e);if(d.hoverIntent_t){d.hoverIntent_t=clearTimeout(d.hoverIntent_t)}if(e.type==&quot;mouseover&quot;){t=c.pageX;v=c.pageY;b(d).bind(&quot;mousemove&quot;,u);if(d.hoverIntent_s!=1){d.hoverIntent_t=setTimeout(function(){w(c,d)},g.interval)}}else{b(d).unbind(&quot;mousemove&quot;,u);if(d.hoverIntent_s==1){d.hoverIntent_t=setTimeout(function(){s(c,d)},g.timeout)}}};return this.mouseover(x).mouseout(x)}})(jQuery)}jQuery(document).ready(function(b){var a=function(c,e){var f=b(e),d=f.attr(&quot;tabindex&quot;);if(d){f.attr(&quot;tabindex&quot;,&quot;0&quot;).attr(&quot;tabindex&quot;,d)}};b(&quot;#wpadminbar&quot;).removeClass(&quot;nojq&quot;).removeClass(&quot;nojs&quot;).find(&quot;li.menupop&quot;).hoverIntent({over:function(c){b(this).addClass(&quot;hover&quot;)},out:function(c){b(this).removeClass(&quot;hover&quot;)},timeout:180,sensitivity:7,interval:100});b(&qu
 ot;#wp-admin-bar-get-shortlink&quot;).click(function(c){c.preventDefault();b(this).addClass(&quot;selected&quot;).children(&quot;.shortlink-input&quot;).blur(function(){b(this).parents(&quot;#wp-admin-bar-get-shortlink&quot;).removeClass(&quot;selected&quot;)}).focus().select()});b(&quot;#wpadminbar li.menupop &gt; .ab-item&quot;).bind(&quot;keydown.adminbar&quot;,function(f){if(f.which!=13){return}var d=b(f.target),c=d.closest(&quot;ab-sub-wrapper&quot;);f.stopPropagation();f.preventDefault();if(!c.length){c=b(&quot;#wpadminbar .quicklinks&quot;)}c.find(&quot;.menupop&quot;).removeClass(&quot;hover&quot;);d.parent().toggleClass(&quot;hover&quot;);d.siblings(&quot;.ab-sub-wrapper&quot;).find(&quot;.ab-item&quot;).each(a)}).each(a);b(&quot;#wpadminbar .ab-item&quot;).bind(&quot;keydown.adminbar&quot;,function(d){if(d.which!=27){return}var c=b(d.target);d.stopPropagation();d.preventDefault();c.closest(&quot;.hover&quot;).removeClass(&quot;hover&quot;).children(&quot;.ab-item&q
 uot;).focus();c.siblings(&quot;.ab-sub-wrapper&quot;).find(&quot;.ab-item&quot;).each(a)})})}else{(function(i,k){var c=function(n,m,d){if(n.addEventListener){n.addEventListener(m,d,false)}else{if(n.attachEvent){n.attachEvent(&quot;on&quot;+m,function(){return d.call(n,window.event)})}}},e,f=new RegExp(&quot;\\bhover\\b&quot;,&quot;g&quot;),a=[],j=new RegExp(&quot;\\bselected\\b&quot;,&quot;g&quot;),g=function(m){var d=a.length;while(d--){if(a[d]&amp;&amp;m==a[d][1]){return a[d][0]}}return false},h=function(s){var n,d,q,m,p,r,u=[],o=0;while(s&amp;&amp;s!=e&amp;&amp;s!=i){if(&quot;LI&quot;==s.nodeName.toUpperCase()){u[u.length]=s;d=g(s);if(d){clearTimeout(d)}s.className=s.className?(s.className.replace(f,&quot;&quot;)+&quot; hover&quot;):&quot;hover&quot;;m=s}s=s.parentNode}if(m&amp;&amp;m.parentNode){p=m.parentNode;if(p&amp;&amp;&quot;UL&quot;==p.nodeName.toUpperCase()){n=p.childNodes.length;while(n--){r=p.childNodes[n];if(r!=m){r.className=r.className?r.className.replace(j,&
 quot;&quot;):&quot;&quot;}}}}n=a.length;while(n--){q=false;o=u.length;while(o--){if(u[o]==a[n][1]){q=true}}if(!q){a[n][1].className=a[n][1].className?a[n][1].className.replace(f,&quot;&quot;):&quot;&quot;}}},l=function(d){while(d&amp;&amp;d!=e&amp;&amp;d!=i){if(&quot;LI&quot;==d.nodeName.toUpperCase()){(function(m){var n=setTimeout(function(){m.className=m.className?m.className.replace(f,&quot;&quot;):&quot;&quot;},500);a[a.length]=[n,m]})(d)}d=d.parentNode}},b=function(p){var n,d,o,m=p.target||p.srcElement;while(true){if(!m||m==i||m==e){return}if(m.id&amp;&amp;m.id==&quot;wp-admin-bar-get-shortlink&quot;){break}m=m.parentNode}if(p.preventDefault){p.preventDefault()}p.returnValue=false;if(-1==m.className.indexOf(&quot;selected&quot;)){m.className+=&quot; selected&quot;}for(n=0,d=m.childNodes.length;n&lt;d;n++){o=m.childNodes[n];if(o.className&amp;&amp;-1!=o.className.indexOf(&quot;shortlink-input&quot;)){o.focus();o.select();o.onblur=function(){m.className=m.className?m.clas
 sName.replace(j,&quot;&quot;):&quot;&quot;};break}}return false};c(k,&quot;load&quot;,function(){e=i.getElementById(&quot;wpadminbar&quot;);if(i.body&amp;&amp;e){i.body.appendChild(e);if(e.className){e.className=e.className.replace(/nojs/,&quot;&quot;)}c(e,&quot;mouseover&quot;,function(d){h(d.target||d.srcElement)});c(e,&quot;mouseout&quot;,function(d){l(d.target||d.srcElement)});c(e,&quot;click&quot;,b)}if(k.location.hash){k.scrollBy(0,-32)}})})(document,window)};
</del><span class="cx">\ No newline at end of file
</span><ins>+if(typeof(jQuery)!=&quot;undefined&quot;){if(typeof(jQuery.fn.hoverIntent)==&quot;undefined&quot;){(function(b){b.fn.hoverIntent=function(p,r){var g={sensitivity:7,interval:100,timeout:0};g=b.extend(g,r?{over:p,out:r}:p);var a,f,t,v;var u=function(c){a=c.pageX;f=c.pageY};var w=function(c,d){d.hoverIntent_t=clearTimeout(d.hoverIntent_t);if((Math.abs(t-a)+Math.abs(v-f))&lt;g.sensitivity){b(d).unbind(&quot;mousemove&quot;,u);d.hoverIntent_s=1;return g.over.apply(d,[c])}else{t=a;v=f;d.hoverIntent_t=setTimeout(function(){w(c,d)},g.interval)}};var s=function(c,d){d.hoverIntent_t=clearTimeout(d.hoverIntent_t);d.hoverIntent_s=0;return g.out.apply(d,[c])};var x=function(e){var d=this;var c=(e.type==&quot;mouseover&quot;?e.fromElement:e.toElement)||e.relatedTarget;while(c&amp;&amp;c!=this){try{c=c.parentNode}catch(e){c=this}}if(c==this){if(b.browser.mozilla){if(e.type==&quot;mouseout&quot;){d.mtout=setTimeout(function(){q(e,d)},30)}else{if(d.mtout){d.mtout=clearTimeout(d.m
 tout)}}}return}else{if(d.mtout){d.mtout=clearTimeout(d.mtout)}q(e,d)}};var q=function(e,d){var c=jQuery.extend({},e);if(d.hoverIntent_t){d.hoverIntent_t=clearTimeout(d.hoverIntent_t)}if(e.type==&quot;mouseover&quot;){t=c.pageX;v=c.pageY;b(d).bind(&quot;mousemove&quot;,u);if(d.hoverIntent_s!=1){d.hoverIntent_t=setTimeout(function(){w(c,d)},g.interval)}}else{b(d).unbind(&quot;mousemove&quot;,u);if(d.hoverIntent_s==1){d.hoverIntent_t=setTimeout(function(){s(c,d)},g.timeout)}}};return this.mouseover(x).mouseout(x)}})(jQuery)}jQuery(document).ready(function(b){var a=function(c,e){var f=b(e),d=f.attr(&quot;tabindex&quot;);if(d){f.attr(&quot;tabindex&quot;,&quot;0&quot;).attr(&quot;tabindex&quot;,d)}};b(&quot;#wpadminbar&quot;).removeClass(&quot;nojq&quot;).removeClass(&quot;nojs&quot;).find(&quot;li.menupop&quot;).hoverIntent({over:function(c){b(this).addClass(&quot;hover&quot;)},out:function(c){b(this).removeClass(&quot;hover&quot;)},timeout:180,sensitivity:7,interval:100});b(&qu
 ot;#wp-admin-bar-get-shortlink&quot;).click(function(c){c.preventDefault();b(this).addClass(&quot;selected&quot;).children(&quot;.shortlink-input&quot;).blur(function(){b(this).parents(&quot;#wp-admin-bar-get-shortlink&quot;).removeClass(&quot;selected&quot;)}).focus().select()});b(&quot;#wpadminbar li.menupop &gt; .ab-item&quot;).bind(&quot;keydown.adminbar&quot;,function(f){if(f.which!=13){return}var d=b(f.target),c=d.closest(&quot;ab-sub-wrapper&quot;);f.stopPropagation();f.preventDefault();if(!c.length){c=b(&quot;#wpadminbar .quicklinks&quot;)}c.find(&quot;.menupop&quot;).removeClass(&quot;hover&quot;);d.parent().toggleClass(&quot;hover&quot;);d.siblings(&quot;.ab-sub-wrapper&quot;).find(&quot;.ab-item&quot;).each(a)}).each(a);b(&quot;#wpadminbar .ab-item&quot;).bind(&quot;keydown.adminbar&quot;,function(d){if(d.which!=27){return}var c=b(d.target);d.stopPropagation();d.preventDefault();c.closest(&quot;.hover&quot;).removeClass(&quot;hover&quot;).children(&quot;.ab-item&q
 uot;).focus();c.siblings(&quot;.ab-sub-wrapper&quot;).find(&quot;.ab-item&quot;).each(a)});b(&quot;#wpadminbar&quot;).click(function(c){if(c.target.id!=&quot;wpadminbar&quot;&amp;&amp;c.target.id!=&quot;wp-admin-bar-top-secondary&quot;){return}c.preventDefault();b(&quot;html, body&quot;).animate({scrollTop:0},&quot;fast&quot;)})})}else{(function(j,l){var e=function(o,n,d){if(o.addEventListener){o.addEventListener(n,d,false)}else{if(o.attachEvent){o.attachEvent(&quot;on&quot;+n,function(){return d.call(o,window.event)})}}},f,g=new RegExp(&quot;\\bhover\\b&quot;,&quot;g&quot;),b=[],k=new RegExp(&quot;\\bselected\\b&quot;,&quot;g&quot;),h=function(n){var d=b.length;while(d--){if(b[d]&amp;&amp;n==b[d][1]){return b[d][0]}}return false},i=function(u){var o,d,r,n,q,s,v=[],p=0;while(u&amp;&amp;u!=f&amp;&amp;u!=j){if(&quot;LI&quot;==u.nodeName.toUpperCase()){v[v.length]=u;d=h(u);if(d){clearTimeout(d)}u.className=u.className?(u.className.replace(g,&quot;&quot;)+&quot; hover&quot;):&qu
 ot;hover&quot;;n=u}u=u.parentNode}if(n&amp;&amp;n.parentNode){q=n.parentNode;if(q&amp;&amp;&quot;UL&quot;==q.nodeName.toUpperCase()){o=q.childNodes.length;while(o--){s=q.childNodes[o];if(s!=n){s.className=s.className?s.className.replace(k,&quot;&quot;):&quot;&quot;}}}}o=b.length;while(o--){r=false;p=v.length;while(p--){if(v[p]==b[o][1]){r=true}}if(!r){b[o][1].className=b[o][1].className?b[o][1].className.replace(g,&quot;&quot;):&quot;&quot;}}},m=function(d){while(d&amp;&amp;d!=f&amp;&amp;d!=j){if(&quot;LI&quot;==d.nodeName.toUpperCase()){(function(n){var o=setTimeout(function(){n.className=n.className?n.className.replace(g,&quot;&quot;):&quot;&quot;},500);b[b.length]=[o,n]})(d)}d=d.parentNode}},c=function(q){var o,d,p,n=q.target||q.srcElement;while(true){if(!n||n==j||n==f){return}if(n.id&amp;&amp;n.id==&quot;wp-admin-bar-get-shortlink&quot;){break}n=n.parentNode}if(q.preventDefault){q.preventDefault()}q.returnValue=false;if(-1==n.className.indexOf(&quot;selected&quot;)){n.cl
 assName+=&quot; selected&quot;}for(o=0,d=n.childNodes.length;o&lt;d;o++){p=n.childNodes[o];if(p.className&amp;&amp;-1!=p.className.indexOf(&quot;shortlink-input&quot;)){p.focus();p.select();p.onblur=function(){n.className=n.className?n.className.replace(k,&quot;&quot;):&quot;&quot;};break}}return false},a=function(n){var s,q,p,d,r,o;if(n.id!=&quot;wpadminbar&quot;&amp;&amp;n.id!=&quot;wp-admin-bar-top-secondary&quot;){return}s=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;if(s&lt;1){return}o=s&gt;800?130:100;q=Math.min(12,Math.round(s/o));p=s&gt;800?Math.round(s/30):Math.round(s/20);d=[];r=0;while(s){s-=p;if(s&lt;0){s=0}d.push(s);setTimeout(function(){window.scrollTo(0,d.shift())},r*q);r++}};e(l,&quot;load&quot;,function(){f=j.getElementById(&quot;wpadminbar&quot;);if(j.body&amp;&amp;f){j.body.appendChild(f);if(f.className){f.className=f.className.replace(/nojs/,&quot;&quot;)}e(f,&quot;mouseover&quot;,function(d){i(d.target||d.srcElement)
 });e(f,&quot;mouseout&quot;,function(d){m(d.target||d.srcElement)});e(f,&quot;click&quot;,c);e(f,&quot;click&quot;,function(d){a(d.target||d.srcElement)})}if(l.location.hash){l.scrollBy(0,-32)}})})(document,window)};
</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 (19846 => 19847)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/version.php        2012-02-06 23:17:28 UTC (rev 19846)
+++ trunk/wp-includes/version.php        2012-02-06 23:31:17 UTC (rev 19847)
</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.4-alpha-19841';
</del><ins>+$wp_version = '3.4-alpha-19847';
</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>