<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#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>
<title>[11858] trunk: More jQuery based scripts optimizations,
  props Denis-de-Bernardy, see #10021</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/11858">11858</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2009-08-21 01:03:26 +0000 (Fri, 21 Aug 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>More jQuery based scripts optimizations, props Denis-de-Bernardy, see <a href="http://trac.wordpress.org/ticket/10021">#10021</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjscommondevjs">trunk/wp-admin/js/common.dev.js</a></li>
<li><a href="#trunkwpadminjscommonjs">trunk/wp-admin/js/common.js</a></li>
<li><a href="#trunkwpadminjswidgetsdevjs">trunk/wp-admin/js/widgets.dev.js</a></li>
<li><a href="#trunkwpadminjswidgetsjs">trunk/wp-admin/js/widgets.js</a></li>
<li><a href="#trunkwpincludesscriptloaderphp">trunk/wp-includes/script-loader.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminjscommondevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/common.dev.js (11857 => 11858)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/common.dev.js        2009-08-20 21:12:33 UTC (rev 11857)
+++ trunk/wp-admin/js/common.dev.js        2009-08-21 01:03:26 UTC (rev 11858)
</span><span class="lines">@@ -175,8 +175,8 @@
</span><span class="cx">         .animate( { opacity: 1 }, 400);
</span><span class="cx"> 
</span><span class="cx">         // Move .updated and .error alert boxes
</span><del>-        $('div.wrap').children('h2:first').nextAll('div.updated, div.error').addClass('below-h2');
-        $('div.updated, div.error').not('.below-h2').insertAfter( $('div.wrap').children('h2:first') );
</del><ins>+        $('div.wrap h2:first').nextAll('div.updated, div.error').addClass('below-h2');
+        $('div.updated, div.error').not('.below-h2').insertAfter( $('div.wrap h2:first') );
</ins><span class="cx"> 
</span><span class="cx">         // screen settings tab
</span><span class="cx">         $('#show-settings-link').click(function () {
</span></span></pre></div>
<a id="trunkwpadminjscommonjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/common.js (11857 => 11858)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/common.js        2009-08-20 21:12:33 UTC (rev 11857)
+++ trunk/wp-admin/js/common.js        2009-08-21 01:03:26 UTC (rev 11858)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var showNotice,adminMenu,columns,validateForm;(function(a){adminMenu={init:function(){var b=a(&quot;#adminmenu&quot;);a(&quot;.wp-menu-toggle&quot;,b).each(function(){var c=a(this),d=c.siblings(&quot;.wp-submenu&quot;);if(d.length){c.click(function(){adminMenu.toggle(d)})}else{c.hide()}});this.favorites();a(&quot;.separator&quot;,b).click(function(){if(a(&quot;body&quot;).hasClass(&quot;folded&quot;)){adminMenu.fold(1);deleteUserSetting(&quot;mfold&quot;)}else{adminMenu.fold();setUserSetting(&quot;mfold&quot;,&quot;f&quot;)}return false});if(a(&quot;body&quot;).hasClass(&quot;folded&quot;)){this.fold()}this.restoreMenuState()},restoreMenuState:function(){a(&quot;.wp-has-submenu&quot;,&quot;#adminmenu&quot;).each(function(c,d){var b=getUserSetting(&quot;m&quot;+c);if(a(d).hasClass(&quot;wp-has-current-submenu&quot;)){return true}if(&quot;o&quot;==b){a(d).addClass(&quot;wp-menu-open&quot;)}else{if(&quot;c&quot;==b){a(d).removeClass(&quot;wp-menu-open&quot;)}}})},toggle:function(b){b.slideToggle(150,function(){b.css(&quot;display&quot;,&quot;&quot;)}).parent().toggleClass(&quot;wp-menu-open&quot;);a(&quot;.wp-has-submenu&quot;,&quot;#adminmenu&quot;).each(function(d,f){var c=a(f).hasClass(&quot;wp-menu-open&quot;)?&quot;o&quot;:&quot;c&quot;;setUserSetting(&quot;m&quot;+d,c)});return false},fold:function(b){if(b){a(&quot;body&quot;).removeClass(&quot;folded&quot;);a(&quot;#adminmenu li.wp-has-submenu&quot;).unbind()}else{a(&quot;body&quot;).addClass(&quot;folded&quot;);a(&quot;#adminmenu li.wp-has-submenu&quot;).hoverIntent({over:function(j){var d,c,g,k,i;d=a(this).find(&quot;.wp-submenu&quot;);c=a(this).offset().top+d.height()+1;g=a(&quot;#wpwrap&quot;).height();k=60+c-g;i=a(window).height()+a(window).scrollTop()-15;if(i&lt;(c-k)){k=c-i}if(k&gt;1){d.css({marginTop:&quot;-&quot;+k+&quot;px&quot;})}else{if(d.css(&quot;marginTop&quot;)){d.css({marginTop:&quot;&quot;})}}d.addClass(&quot;sub-open&quot;)},out:function(){a(this).find(&quot;.wp-submenu&quot;).removeClass(&quot;sub-open&quot;).css({marginTop:&quot;&quot;})},timeout:220,sensitivity:8,interval:100})}},favorites:function(){a(&quot;#favorite-inside&quot;).width(a(&quot;#favorite-actions&quot;).width()-4);a(&quot;#favorite-toggle, #favorite-inside&quot;).bind(&quot;mouseenter&quot;,function(){a(&quot;#favorite-inside&quot;).removeClass(&quot;slideUp&quot;).addClass(&quot;slideDown&quot;);setTimeout(function(){if(a(&quot;#favorite-inside&quot;).hasClass(&quot;slideDown&quot;)){a(&quot;#favorite-inside&quot;).slideDown(100);a(&quot;#favorite-first&quot;).addClass(&quot;slide-down&quot;)}},200)}).bind(&quot;mouseleave&quot;,function(){a(&quot;#favorite-inside&quot;).removeClass(&quot;slideDown&quot;).addClass(&quot;slideUp&quot;);setTimeout(function(){if(a(&quot;#favorite-inside&quot;).hasClass(&quot;slideUp&quot;)){a(&quot;#favorite-inside&quot;).slideUp(100,function(){a(&quot;#favorite-first&quot;).removeClass(&quot;slide-down&quot;)})}},300)})}};a(document).ready(function(){adminMenu.init()});columns={init:function(){a(&quot;.hide-column-tog&quot;,&quot;#adv-settings&quot;).click(function(){var b=a(this).val();if(a(this).attr(&quot;checked&quot;)){a(&quot;.column-&quot;+b).show()}else{a(&quot;.column-&quot;+b).hide()}columns.save_manage_columns_state()})},save_manage_columns_state:function(){var b=a(&quot;.manage-column&quot;).filter(&quot;:hidden&quot;).map(function(){return this.id}).get().join(&quot;,&quot;);a.post(ajaxurl,{action:&quot;hidden-columns&quot;,hidden:b,screenoptionnonce:a(&quot;#screenoptionnonce&quot;).val(),page:pagenow})}};a(document).ready(function(){columns.init()});validateForm=function(b){return !a(b).find(&quot;.form-required&quot;).filter(function(){return a(&quot;input:visible&quot;,this).val()==&quot;&quot;}).addClass(&quot;form-invalid&quot;).change(function(){a(this).removeClass(&quot;form-invalid&quot;)}).size()}})(jQuery);showNotice={warn:function(){var a=commonL10n.warnDelete||&quot;&quot;;if(confirm(a)){return true}return false},note:function(a){alert(a)}};jQuery(document).ready(function(d){var f=false,a,e,c,b;d(&quot;div.fade&quot;).animate({opacity:0.5},400).animate({opacity:1},400).animate({opacity:0.5},400).animate({opacity:1},400);d(&quot;div.wrap&quot;).children(&quot;h2:first&quot;).nextAll(&quot;div.updated, div.error&quot;).addClass(&quot;below-h2&quot;);d(&quot;div.updated, div.error&quot;).not(&quot;.below-h2&quot;).insertAfter(d(&quot;div.wrap&quot;).children(&quot;h2:first&quot;));d(&quot;#show-settings-link&quot;).click(function(){if(!d(&quot;#screen-options-wrap&quot;).hasClass(&quot;screen-options-open&quot;)){d(&quot;#contextual-help-link-wrap&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)}d(&quot;#screen-options-wrap&quot;).slideToggle(&quot;fast&quot;,function(){if(d(this).hasClass(&quot;screen-options-open&quot;)){d(&quot;#show-settings-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right.gif&quot;)'});d(&quot;#contextual-help-link-wrap&quot;).css(&quot;visibility&quot;,&quot;&quot;);d(this).removeClass(&quot;screen-options-open&quot;)}else{d(&quot;#show-settings-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right-up.gif&quot;)'});d(this).addClass(&quot;screen-options-open&quot;)}});return false});d(&quot;#contextual-help-link&quot;).click(function(){if(!d(&quot;#contextual-help-wrap&quot;).hasClass(&quot;contextual-help-open&quot;)){d(&quot;#screen-options-link-wrap&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)}d(&quot;#contextual-help-wrap&quot;).slideToggle(&quot;fast&quot;,function(){if(d(this).hasClass(&quot;contextual-help-open&quot;)){d(&quot;#contextual-help-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right.gif&quot;)'});d(&quot;#screen-options-link-wrap&quot;).css(&quot;visibility&quot;,&quot;&quot;);d(this).removeClass(&quot;contextual-help-open&quot;)}else{d(&quot;#contextual-help-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right-up.gif&quot;)'});d(this).addClass(&quot;contextual-help-open&quot;)}});return false});d(&quot;tbody&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).click(function(g){if(&quot;undefined&quot;==g.shiftKey){return true}if(g.shiftKey){if(!f){return true}a=d(f).closest(&quot;form&quot;).find(&quot;:checkbox&quot;);e=a.index(f);c=a.index(this);b=d(this).attr(&quot;checked&quot;);if(0&lt;e&amp;&amp;0&lt;c&amp;&amp;e!=c){a.slice(e,c).attr(&quot;checked&quot;,function(){if(d(this).closest(&quot;tr&quot;).is(&quot;:visible&quot;)){return b?&quot;checked&quot;:&quot;&quot;}return&quot;&quot;})}}f=this;return true});d(&quot;thead, tfoot&quot;).find(&quot;:checkbox&quot;).click(function(i){var j=d(this).attr(&quot;checked&quot;),h=&quot;undefined&quot;==typeof toggleWithKeyboard?false:toggleWithKeyboard,g=i.shiftKey||h;d(this).closest(&quot;table&quot;).children(&quot;tbody&quot;).filter(&quot;:visible&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).attr(&quot;checked&quot;,function(){if(d(this).closest(&quot;tr&quot;).is(&quot;:hidden&quot;)){return&quot;&quot;}if(g){return d(this).attr(&quot;checked&quot;)?&quot;&quot;:&quot;checked&quot;}else{if(j){return&quot;checked&quot;}}return&quot;&quot;});d(this).closest(&quot;table&quot;).children(&quot;thead,  tfoot&quot;).filter(&quot;:visible&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).attr(&quot;checked&quot;,function(){if(g){return&quot;&quot;}else{if(j){return&quot;checked&quot;}}return&quot;&quot;})});d(&quot;#default-password-nag-no&quot;).click(function(){setUserSetting(&quot;default_password_nag&quot;,&quot;hide&quot;);d(&quot;div.default-password-nag&quot;).hide();return false})});jQuery(document).ready(function(b){var a=b(&quot;span.turbo-nag&quot;,&quot;#user_info&quot;);if(!a.length||(&quot;undefined&quot;!=typeof(google)&amp;&amp;google.gears)){return}if(&quot;undefined&quot;!=typeof GearsFactory){return}else{try{if((&quot;undefined&quot;!=typeof window.ActiveXObject&amp;&amp;ActiveXObject(&quot;Gears.Factory&quot;))||(&quot;undefined&quot;!=typeof navigator.mimeTypes&amp;&amp;navigator.mimeTypes[&quot;application/x-googlegears&quot;])){return}}catch(c){}}a.show()});
</del><span class="cx">\ No newline at end of file
</span><ins>+var showNotice,adminMenu,columns,validateForm;(function(a){adminMenu={init:function(){var b=a(&quot;#adminmenu&quot;);a(&quot;.wp-menu-toggle&quot;,b).each(function(){var c=a(this),d=c.siblings(&quot;.wp-submenu&quot;);if(d.length){c.click(function(){adminMenu.toggle(d)})}else{c.hide()}});this.favorites();a(&quot;.separator&quot;,b).click(function(){if(a(&quot;body&quot;).hasClass(&quot;folded&quot;)){adminMenu.fold(1);deleteUserSetting(&quot;mfold&quot;)}else{adminMenu.fold();setUserSetting(&quot;mfold&quot;,&quot;f&quot;)}return false});if(a(&quot;body&quot;).hasClass(&quot;folded&quot;)){this.fold()}this.restoreMenuState()},restoreMenuState:function(){a(&quot;li.wp-has-submenu&quot;,&quot;#adminmenu&quot;).each(function(c,d){var b=getUserSetting(&quot;m&quot;+c);if(a(d).hasClass(&quot;wp-has-current-submenu&quot;)){return true}if(&quot;o&quot;==b){a(d).addClass(&quot;wp-menu-open&quot;)}else{if(&quot;c&quot;==b){a(d).removeClass(&quot;wp-menu-open&quot;)}}})},toggle:function(b){b.slideToggle(150,function(){b.css(&quot;display&quot;,&quot;&quot;)}).parent().toggleClass(&quot;wp-menu-open&quot;);a(&quot;.wp-has-submenu&quot;,&quot;#adminmenu&quot;).each(function(d,f){var c=a(f).hasClass(&quot;wp-menu-open&quot;)?&quot;o&quot;:&quot;c&quot;;setUserSetting(&quot;m&quot;+d,c)});return false},fold:function(b){if(b){a(&quot;body&quot;).removeClass(&quot;folded&quot;);a(&quot;#adminmenu li.wp-has-submenu&quot;).unbind()}else{a(&quot;body&quot;).addClass(&quot;folded&quot;);a(&quot;#adminmenu li.wp-has-submenu&quot;).hoverIntent({over:function(j){var d,c,g,k,i;d=a(this).find(&quot;.wp-submenu&quot;);c=a(this).offset().top+d.height()+1;g=a(&quot;#wpwrap&quot;).height();k=60+c-g;i=a(window).height()+a(window).scrollTop()-15;if(i&lt;(c-k)){k=c-i}if(k&gt;1){d.css({marginTop:&quot;-&quot;+k+&quot;px&quot;})}else{if(d.css(&quot;marginTop&quot;)){d.css({marginTop:&quot;&quot;})}}d.addClass(&quot;sub-open&quot;)},out:function(){a(this).find(&quot;.wp-submenu&quot;).removeClass(&quot;sub-open&quot;).css({marginTop:&quot;&quot;})},timeout:220,sensitivity:8,interval:100})}},favorites:function(){a(&quot;#favorite-inside&quot;).width(a(&quot;#favorite-actions&quot;).width()-4);a(&quot;#favorite-toggle, #favorite-inside&quot;).bind(&quot;mouseenter&quot;,function(){a(&quot;#favorite-inside&quot;).removeClass(&quot;slideUp&quot;).addClass(&quot;slideDown&quot;);setTimeout(function(){if(a(&quot;#favorite-inside&quot;).hasClass(&quot;slideDown&quot;)){a(&quot;#favorite-inside&quot;).slideDown(100);a(&quot;#favorite-first&quot;).addClass(&quot;slide-down&quot;)}},200)}).bind(&quot;mouseleave&quot;,function(){a(&quot;#favorite-inside&quot;).removeClass(&quot;slideDown&quot;).addClass(&quot;slideUp&quot;);setTimeout(function(){if(a(&quot;#favorite-inside&quot;).hasClass(&quot;slideUp&quot;)){a(&quot;#favorite-inside&quot;).slideUp(100,function(){a(&quot;#favorite-first&quot;).removeClass(&quot;slide-down&quot;)})}},300)})}};a(document).ready(function(){adminMenu.init()});columns={init:function(){a(&quot;.hide-column-tog&quot;,&quot;#adv-settings&quot;).click(function(){var b=a(this).val();if(a(this).attr(&quot;checked&quot;)){a(&quot;.column-&quot;+b).show()}else{a(&quot;.column-&quot;+b).hide()}columns.save_manage_columns_state()})},save_manage_columns_state:function(){var b=a(&quot;.manage-column&quot;).filter(&quot;:hidden&quot;).map(function(){return this.id}).get().join(&quot;,&quot;);a.post(ajaxurl,{action:&quot;hidden-columns&quot;,hidden:b,screenoptionnonce:a(&quot;#screenoptionnonce&quot;).val(),page:pagenow})}};a(document).ready(function(){columns.init()});validateForm=function(b){return !a(b).find(&quot;.form-required&quot;).filter(function(){return a(&quot;input:visible&quot;,this).val()==&quot;&quot;}).addClass(&quot;form-invalid&quot;).change(function(){a(this).removeClass(&quot;form-invalid&quot;)}).size()}})(jQuery);showNotice={warn:function(){var a=commonL10n.warnDelete||&quot;&quot;;if(confirm(a)){return true}return false},note:function(a){alert(a)}};jQuery(document).ready(function(d){var f=false,a,e,c,b;d(&quot;div.fade&quot;).animate({opacity:0.5},400).animate({opacity:1},400).animate({opacity:0.5},400).animate({opacity:1},400);d(&quot;div.wrap h2:first&quot;).nextAll(&quot;div.updated, div.error&quot;).addClass(&quot;below-h2&quot;);d(&quot;div.updated, div.error&quot;).not(&quot;.below-h2&quot;).insertAfter(d(&quot;div.wrap h2:first&quot;));d(&quot;#show-settings-link&quot;).click(function(){if(!d(&quot;#screen-options-wrap&quot;).hasClass(&quot;screen-options-open&quot;)){d(&quot;#contextual-help-link-wrap&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)}d(&quot;#screen-options-wrap&quot;).slideToggle(&quot;fast&quot;,function(){if(d(this).hasClass(&quot;screen-options-open&quot;)){d(&quot;#show-settings-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right.gif&quot;)'});d(&quot;#contextual-help-link-wrap&quot;).css(&quot;visibility&quot;,&quot;&quot;);d(this).removeClass(&quot;screen-options-open&quot;)}else{d(&quot;#show-settings-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right-up.gif&quot;)'});d(this).addClass(&quot;screen-options-open&quot;)}});return false});d(&quot;#contextual-help-link&quot;).click(function(){if(!d(&quot;#contextual-help-wrap&quot;).hasClass(&quot;contextual-help-open&quot;)){d(&quot;#screen-options-link-wrap&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)}d(&quot;#contextual-help-wrap&quot;).slideToggle(&quot;fast&quot;,function(){if(d(this).hasClass(&quot;contextual-help-open&quot;)){d(&quot;#contextual-help-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right.gif&quot;)'});d(&quot;#screen-options-link-wrap&quot;).css(&quot;visibility&quot;,&quot;&quot;);d(this).removeClass(&quot;contextual-help-open&quot;)}else{d(&quot;#contextual-help-link&quot;).css({backgroundImage:'url(&quot;images/screen-options-right-up.gif&quot;)'});d(this).addClass(&quot;contextual-help-open&quot;)}});return false});d(&quot;tbody&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).click(function(g){if(&quot;undefined&quot;==g.shiftKey){return true}if(g.shiftKey){if(!f){return true}a=d(f).closest(&quot;form&quot;).find(&quot;:checkbox&quot;);e=a.index(f);c=a.index(this);b=d(this).attr(&quot;checked&quot;);if(0&lt;e&amp;&amp;0&lt;c&amp;&amp;e!=c){a.slice(e,c).attr(&quot;checked&quot;,function(){if(d(this).closest(&quot;tr&quot;).is(&quot;:visible&quot;)){return b?&quot;checked&quot;:&quot;&quot;}return&quot;&quot;})}}f=this;return true});d(&quot;thead, tfoot&quot;).find(&quot;:checkbox&quot;).click(function(i){var j=d(this).attr(&quot;checked&quot;),h=&quot;undefined&quot;==typeof toggleWithKeyboard?false:toggleWithKeyboard,g=i.shiftKey||h;d(this).closest(&quot;table&quot;).children(&quot;tbody&quot;).filter(&quot;:visible&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).attr(&quot;checked&quot;,function(){if(d(this).closest(&quot;tr&quot;).is(&quot;:hidden&quot;)){return&quot;&quot;}if(g){return d(this).attr(&quot;checked&quot;)?&quot;&quot;:&quot;checked&quot;}else{if(j){return&quot;checked&quot;}}return&quot;&quot;});d(this).closest(&quot;table&quot;).children(&quot;thead,  tfoot&quot;).filter(&quot;:visible&quot;).children().children(&quot;.check-column&quot;).find(&quot;:checkbox&quot;).attr(&quot;checked&quot;,function(){if(g){return&quot;&quot;}else{if(j){return&quot;checked&quot;}}return&quot;&quot;})});d(&quot;#default-password-nag-no&quot;).click(function(){setUserSetting(&quot;default_password_nag&quot;,&quot;hide&quot;);d(&quot;div.default-password-nag&quot;).hide();return false})});jQuery(document).ready(function(b){var a=b(&quot;span.turbo-nag&quot;,&quot;#user_info&quot;);if(!a.length||(&quot;undefined&quot;!=typeof(google)&amp;&amp;google.gears)){return}if(&quot;undefined&quot;!=typeof GearsFactory){return}else{try{if((&quot;undefined&quot;!=typeof window.ActiveXObject&amp;&amp;ActiveXObject(&quot;Gears.Factory&quot;))||(&quot;undefined&quot;!=typeof navigator.mimeTypes&amp;&amp;navigator.mimeTypes[&quot;application/x-googlegears&quot;])){return}}catch(c){}}a.show()});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpadminjswidgetsdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/widgets.dev.js (11857 => 11858)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/widgets.dev.js        2009-08-20 21:12:33 UTC (rev 11857)
+++ trunk/wp-admin/js/widgets.dev.js        2009-08-21 01:03:26 UTC (rev 11858)
</span><span class="lines">@@ -91,7 +91,6 @@
</span><span class="cx">                         placeholder: 'widget-placeholder',
</span><span class="cx">                         items: '&gt; .widget',
</span><span class="cx">                         handle: '&gt; .widget-top &gt; .widget-title',
</span><del>-                        connectWith: 'div.widgets-sortables',
</del><span class="cx">                         cursor: 'move',
</span><span class="cx">                         distance: 2,
</span><span class="cx">                         containment: 'document',
</span><span class="lines">@@ -138,7 +137,7 @@
</span><span class="cx">                                 if ( !$(this).is(':visible') )
</span><span class="cx">                                         $(this).sortable('cancel');
</span><span class="cx">                         }
</span><del>-                }).parent().filter('.closed').children('.widgets-sortables').sortable('disable');
</del><ins>+                })..sortable('option', 'connectWith', 'div.widgets-sortables').parent().filter('.closed').children('.widgets-sortables').sortable('disable');
</ins><span class="cx"> 
</span><span class="cx">                 $('#available-widgets').droppable({
</span><span class="cx">                         tolerance: 'pointer',
</span></span></pre></div>
<a id="trunkwpadminjswidgetsjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/widgets.js (11857 => 11858)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/widgets.js        2009-08-20 21:12:33 UTC (rev 11857)
+++ trunk/wp-admin/js/widgets.js        2009-08-21 01:03:26 UTC (rev 11858)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var wpWidgets;(function(a){wpWidgets={init:function(){var c,b=a(&quot;div.widgets-sortables&quot;);a(&quot;#widgets-right&quot;).children(&quot;.widgets-holder-wrap&quot;).children(&quot;.sidebar-name&quot;).click(function(){var e=a(this).siblings(&quot;.widgets-sortables&quot;),d=a(this).parent();if(!d.hasClass(&quot;closed&quot;)){e.sortable(&quot;disable&quot;);d.addClass(&quot;closed&quot;)}else{d.removeClass(&quot;closed&quot;);e.sortable(&quot;enable&quot;).sortable(&quot;refresh&quot;)}});a(&quot;#widgets-left&quot;).children(&quot;.widgets-holder-wrap&quot;).children(&quot;.sidebar-name&quot;).click(function(){a(this).siblings(&quot;.widget-holder&quot;).parent().toggleClass(&quot;closed&quot;)});b.not(&quot;#wp_inactive_widgets&quot;).each(function(){var e=50,d=a(this).children(&quot;.widget&quot;).length;e=e+parseInt(d*48,10);a(this).css(&quot;minHeight&quot;,e+&quot;px&quot;)});a(&quot;a.widget-action&quot;).live(&quot;click&quot;,function(){var f={},g=a(this).closest(&quot;div.widget&quot;),d=g.children(&quot;.widget-inside&quot;),e=parseInt(g.find(&quot;input.widget-width&quot;).val(),10);if(d.is(&quot;:hidden&quot;)){if(e&gt;250&amp;&amp;d.closest(&quot;div.widgets-sortables&quot;).length){f.width=e+30+&quot;px&quot;;if(d.closest(&quot;div.widget-liquid-right&quot;).length){f.marginLeft=235-e+&quot;px&quot;}g.css(f)}wpWidgets.fixLabels(g);d.slideDown(&quot;fast&quot;)}else{d.slideUp(&quot;fast&quot;,function(){g.css({width:&quot;&quot;,marginLeft:&quot;&quot;})})}return false});a(&quot;input.widget-control-save&quot;).live(&quot;click&quot;,function(){wpWidgets.save(a(this).closest(&quot;div.widget&quot;),0,1,0);return false});a(&quot;a.widget-control-remove&quot;).live(&quot;click&quot;,function(){wpWidgets.save(a(this).closest(&quot;div.widget&quot;),1,1,0);return false});a(&quot;a.widget-control-close&quot;).live(&quot;click&quot;,function(){wpWidgets.close(a(this).closest(&quot;div.widget&quot;));return false});b.children(&quot;.widget&quot;).each(function(){wpWidgets.appendTitle(this);if(a(&quot;p.widget-error&quot;,this).length){a(&quot;a.widget-action&quot;,this).click()}});a(&quot;#widget-list&quot;).children(&quot;.widget&quot;).draggable({connectToSortable:&quot;div.widgets-sortables&quot;,handle:&quot;&gt; .widget-top &gt; .widget-title&quot;,distance:2,helper:&quot;clone&quot;,zIndex:5,containment:&quot;document&quot;,start:function(f,d){wpWidgets.fixWebkit(1);d.helper.find(&quot;div.widget-description&quot;).hide()},stop:function(f,d){if(c){a(c).hide()}c=&quot;&quot;;wpWidgets.fixWebkit()}});b.sortable({placeholder:&quot;widget-placeholder&quot;,items:&quot;&gt; .widget&quot;,handle:&quot;&gt; .widget-top &gt; .widget-title&quot;,connectWith:&quot;div.widgets-sortables&quot;,cursor:&quot;move&quot;,distance:2,containment:&quot;document&quot;,start:function(f,d){wpWidgets.fixWebkit(1);d.item.children(&quot;.widget-inside&quot;).hide();d.item.css({marginLeft:&quot;&quot;,width:&quot;&quot;})},stop:function(g,d){if(d.item.hasClass(&quot;ui-draggable&quot;)){d.item.draggable(&quot;destroy&quot;)}if(d.item.hasClass(&quot;deleting&quot;)){wpWidgets.save(d.item,1,0,1);d.item.remove();return}var f=d.item.find(&quot;input.add_new&quot;).val(),j=d.item.find(&quot;input.multi_number&quot;).val(),i=d.item.attr(&quot;id&quot;),h=a(this).attr(&quot;id&quot;);d.item.css({marginLeft:&quot;&quot;,width:&quot;&quot;});wpWidgets.fixWebkit();if(f){if(&quot;multi&quot;==f){d.item.html(d.item.html().replace(/&lt;[^&lt;&gt;]+&gt;/g,function(e){return e.replace(/__i__|%i%/g,j)}));d.item.attr(&quot;id&quot;,i.replace(/__i__|%i%/g,j));j++;a(&quot;div#&quot;+i).find(&quot;input.multi_number&quot;).val(j)}else{if(&quot;single&quot;==f){d.item.attr(&quot;id&quot;,&quot;new-&quot;+i);c=&quot;div#&quot;+i}}wpWidgets.save(d.item,0,0,1);d.item.find(&quot;input.add_new&quot;).val(&quot;&quot;);d.item.find(&quot;a.widget-action&quot;).click();return}wpWidgets.saveOrder(h)},receive:function(f,d){if(!a(this).is(&quot;:visible&quot;)){a(this).sortable(&quot;cancel&quot;)}}}).parent().filter(&quot;.closed&quot;).children(&quot;.widgets-sortables&quot;).sortable(&quot;disable&quot;);a(&quot;#available-widgets&quot;).droppable({tolerance:&quot;pointer&quot;,accept:function(d){return a(d).parent().attr(&quot;id&quot;)!=&quot;widget-list&quot;},drop:function(f,d){d.draggable.addClass(&quot;deleting&quot;);a(&quot;#removing-widget&quot;).hide().children(&quot;span&quot;).html(&quot;&quot;)},over:function(f,d){d.draggable.addClass(&quot;deleting&quot;);a(&quot;div.widget-placeholder&quot;).hide();if(d.draggable.hasClass(&quot;ui-sortable-helper&quot;)){a(&quot;#removing-widget&quot;).show().children(&quot;span&quot;).html(d.draggable.find(&quot;div.widget-title&quot;).children(&quot;h4&quot;).html())}},out:function(f,d){d.draggable.removeClass(&quot;deleting&quot;);a(&quot;div.widget-placeholder&quot;).show();a(&quot;#removing-widget&quot;).hide().children(&quot;span&quot;).html(&quot;&quot;)}})},saveOrder:function(c){if(c){a(&quot;#&quot;+c).closest(&quot;div.widgets-holder-wrap&quot;).find(&quot;img.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;visible&quot;)}var b={action:&quot;widgets-order&quot;,savewidgets:a(&quot;#_wpnonce_widgets&quot;).val(),sidebars:[]};a(&quot;div.widgets-sortables&quot;).each(function(){b[&quot;sidebars[&quot;+a(this).attr(&quot;id&quot;)+&quot;]&quot;]=a(this).sortable(&quot;toArray&quot;).join(&quot;,&quot;)});a.post(ajaxurl,b,function(){a(&quot;img.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)});this.resize()},save:function(g,d,e,b){var h=g.closest(&quot;div.widgets-sortables&quot;).attr(&quot;id&quot;),f=g.find(&quot;form&quot;).serialize(),c;g=a(g);a(&quot;.ajax-feedback&quot;,g).css(&quot;visibility&quot;,&quot;visible&quot;);c={action:&quot;save-widget&quot;,savewidgets:a(&quot;#_wpnonce_widgets&quot;).val(),sidebar:h};if(d){c.delete_widget=1}f+=&quot;&amp;&quot;+a.param(c);a.post(ajaxurl,f,function(i){var j;if(d){if(!a(&quot;input.widget_number&quot;,g).val()){j=a(&quot;input.widget-id&quot;,g).val();a(&quot;#available-widgets&quot;).find(&quot;input.widget-id&quot;).each(function(){if(a(this).val()==j){a(this).closest(&quot;div.widget&quot;).show()}})}if(e){b=0;g.slideUp(&quot;fast&quot;,function(){a(this).remove();wpWidgets.saveOrder()})}else{g.remove();wpWidgets.resize()}}else{a(&quot;.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;);if(i&amp;&amp;i.length&gt;2){a(&quot;div.widget-content&quot;,g).html(i);wpWidgets.appendTitle(g);wpWidgets.fixLabels(g)}}if(b){wpWidgets.saveOrder()}})},appendTitle:function(b){var c=a('input[id*=&quot;-title&quot;]',b);if(c=c.val()){c=c.replace(/&lt;[^&lt;&gt;]+&gt;/g,&quot;&quot;).replace(/&lt;/g,&quot;&amp;lt;&quot;).replace(/&gt;/g,&quot;&amp;gt;&quot;);a(b).children(&quot;.widget-top&quot;).children(&quot;.widget-title&quot;).children().children(&quot;.in-widget-title&quot;).html(&quot;: &quot;+c)}},resize:function(){a(&quot;div.widgets-sortables&quot;).not(&quot;#wp_inactive_widgets&quot;).each(function(){var c=50,b=a(this).children(&quot;.widget&quot;).length;c=c+parseInt(b*48,10);a(this).css(&quot;minHeight&quot;,c+&quot;px&quot;)})},fixWebkit:function(b){b=b?&quot;none&quot;:&quot;&quot;;a(&quot;body&quot;).css({WebkitUserSelect:b,KhtmlUserSelect:b})},fixLabels:function(b){b.children(&quot;.widget-inside&quot;).find(&quot;label&quot;).each(function(){var c=a(this).attr(&quot;for&quot;);if(c&amp;&amp;c==a(&quot;input&quot;,this).attr(&quot;id&quot;)){a(this).removeAttr(&quot;for&quot;)}})},close:function(b){b.children(&quot;.widget-inside&quot;).slideUp(&quot;fast&quot;,function(){b.css({width:&quot;&quot;,marginLeft:&quot;&quot;})})}};a(document).ready(function(b){wpWidgets.init()})})(jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+var wpWidgets;(function(a){wpWidgets={init:function(){var c,b=a(&quot;div.widgets-sortables&quot;);a(&quot;#widgets-right&quot;).children(&quot;.widgets-holder-wrap&quot;).children(&quot;.sidebar-name&quot;).click(function(){var e=a(this).siblings(&quot;.widgets-sortables&quot;),d=a(this).parent();if(!d.hasClass(&quot;closed&quot;)){e.sortable(&quot;disable&quot;);d.addClass(&quot;closed&quot;)}else{d.removeClass(&quot;closed&quot;);e.sortable(&quot;enable&quot;).sortable(&quot;refresh&quot;)}});a(&quot;#widgets-left&quot;).children(&quot;.widgets-holder-wrap&quot;).children(&quot;.sidebar-name&quot;).click(function(){a(this).siblings(&quot;.widget-holder&quot;).parent().toggleClass(&quot;closed&quot;)});b.not(&quot;#wp_inactive_widgets&quot;).each(function(){var e=50,d=a(this).children(&quot;.widget&quot;).length;e=e+parseInt(d*48,10);a(this).css(&quot;minHeight&quot;,e+&quot;px&quot;)});a(&quot;a.widget-action&quot;).live(&quot;click&quot;,function(){var f={},g=a(this).closest(&quot;div.widget&quot;),d=g.children(&quot;.widget-inside&quot;),e=parseInt(g.find(&quot;input.widget-width&quot;).val(),10);if(d.is(&quot;:hidden&quot;)){if(e&gt;250&amp;&amp;d.closest(&quot;div.widgets-sortables&quot;).length){f.width=e+30+&quot;px&quot;;if(d.closest(&quot;div.widget-liquid-right&quot;).length){f.marginLeft=235-e+&quot;px&quot;}g.css(f)}wpWidgets.fixLabels(g);d.slideDown(&quot;fast&quot;)}else{d.slideUp(&quot;fast&quot;,function(){g.css({width:&quot;&quot;,marginLeft:&quot;&quot;})})}return false});a(&quot;input.widget-control-save&quot;).live(&quot;click&quot;,function(){wpWidgets.save(a(this).closest(&quot;div.widget&quot;),0,1,0);return false});a(&quot;a.widget-control-remove&quot;).live(&quot;click&quot;,function(){wpWidgets.save(a(this).closest(&quot;div.widget&quot;),1,1,0);return false});a(&quot;a.widget-control-close&quot;).live(&quot;click&quot;,function(){wpWidgets.close(a(this).closest(&quot;div.widget&quot;));return false});b.children(&quot;.widget&quot;).each(function(){wpWidgets.appendTitle(this);if(a(&quot;p.widget-error&quot;,this).length){a(&quot;a.widget-action&quot;,this).click()}});a(&quot;#widget-list&quot;).children(&quot;.widget&quot;).draggable({connectToSortable:&quot;div.widgets-sortables&quot;,handle:&quot;&gt; .widget-top &gt; .widget-title&quot;,distance:2,helper:&quot;clone&quot;,zIndex:5,containment:&quot;document&quot;,start:function(f,d){wpWidgets.fixWebkit(1);d.helper.find(&quot;div.widget-description&quot;).hide()},stop:function(f,d){if(c){a(c).hide()}c=&quot;&quot;;wpWidgets.fixWebkit()}});b.sortable({placeholder:&quot;widget-placeholder&quot;,items:&quot;&gt; .widget&quot;,handle:&quot;&gt; .widget-top &gt; .widget-title&quot;,cursor:&quot;move&quot;,distance:2,containment:&quot;document&quot;,start:function(f,d){wpWidgets.fixWebkit(1);d.item.children(&quot;.widget-inside&quot;).hide();d.item.css({marginLeft:&quot;&quot;,width:&quot;&quot;})},stop:function(g,d){if(d.item.hasClass(&quot;ui-draggable&quot;)){d.item.draggable(&quot;destroy&quot;)}if(d.item.hasClass(&quot;deleting&quot;)){wpWidgets.save(d.item,1,0,1);d.item.remove();return}var f=d.item.find(&quot;input.add_new&quot;).val(),j=d.item.find(&quot;input.multi_number&quot;).val(),i=d.item.attr(&quot;id&quot;),h=a(this).attr(&quot;id&quot;);d.item.css({marginLeft:&quot;&quot;,width:&quot;&quot;});wpWidgets.fixWebkit();if(f){if(&quot;multi&quot;==f){d.item.html(d.item.html().replace(/&lt;[^&lt;&gt;]+&gt;/g,function(e){return e.replace(/__i__|%i%/g,j)}));d.item.attr(&quot;id&quot;,i.replace(/__i__|%i%/g,j));j++;a(&quot;div#&quot;+i).find(&quot;input.multi_number&quot;).val(j)}else{if(&quot;single&quot;==f){d.item.attr(&quot;id&quot;,&quot;new-&quot;+i);c=&quot;div#&quot;+i}}wpWidgets.save(d.item,0,0,1);d.item.find(&quot;input.add_new&quot;).val(&quot;&quot;);d.item.find(&quot;a.widget-action&quot;).click();return}wpWidgets.saveOrder(h)},receive:function(f,d){if(!a(this).is(&quot;:visible&quot;)){a(this).sortable(&quot;cancel&quot;)}}})..sortable(&quot;option&quot;,&quot;connectWith&quot;,&quot;div.widgets-sortables&quot;).parent().filter(&quot;.closed&quot;).children(&quot;.widgets-sortables&quot;).sortable(&quot;disable&quot;);a(&quot;#available-widgets&quot;).droppable({tolerance:&quot;pointer&quot;,accept:function(d){return a(d).parent().attr(&quot;id&quot;)!=&quot;widget-list&quot;},drop:function(f,d){d.draggable.addClass(&quot;deleting&quot;);a(&quot;#removing-widget&quot;).hide().children(&quot;span&quot;).html(&quot;&quot;)},over:function(f,d){d.draggable.addClass(&quot;deleting&quot;);a(&quot;div.widget-placeholder&quot;).hide();if(d.draggable.hasClass(&quot;ui-sortable-helper&quot;)){a(&quot;#removing-widget&quot;).show().children(&quot;span&quot;).html(d.draggable.find(&quot;div.widget-title&quot;).children(&quot;h4&quot;).html())}},out:function(f,d){d.draggable.removeClass(&quot;deleting&quot;);a(&quot;div.widget-placeholder&quot;).show();a(&quot;#removing-widget&quot;).hide().children(&quot;span&quot;).html(&quot;&quot;)}})},saveOrder:function(c){if(c){a(&quot;#&quot;+c).closest(&quot;div.widgets-holder-wrap&quot;).find(&quot;img.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;visible&quot;)}var b={action:&quot;widgets-order&quot;,savewidgets:a(&quot;#_wpnonce_widgets&quot;).val(),sidebars:[]};a(&quot;div.widgets-sortables&quot;).each(function(){b[&quot;sidebars[&quot;+a(this).attr(&quot;id&quot;)+&quot;]&quot;]=a(this).sortable(&quot;toArray&quot;).join(&quot;,&quot;)});a.post(ajaxurl,b,function(){a(&quot;img.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;)});this.resize()},save:function(g,d,e,b){var h=g.closest(&quot;div.widgets-sortables&quot;).attr(&quot;id&quot;),f=g.find(&quot;form&quot;).serialize(),c;g=a(g);a(&quot;.ajax-feedback&quot;,g).css(&quot;visibility&quot;,&quot;visible&quot;);c={action:&quot;save-widget&quot;,savewidgets:a(&quot;#_wpnonce_widgets&quot;).val(),sidebar:h};if(d){c.delete_widget=1}f+=&quot;&amp;&quot;+a.param(c);a.post(ajaxurl,f,function(i){var j;if(d){if(!a(&quot;input.widget_number&quot;,g).val()){j=a(&quot;input.widget-id&quot;,g).val();a(&quot;#available-widgets&quot;).find(&quot;input.widget-id&quot;).each(function(){if(a(this).val()==j){a(this).closest(&quot;div.widget&quot;).show()}})}if(e){b=0;g.slideUp(&quot;fast&quot;,function(){a(this).remove();wpWidgets.saveOrder()})}else{g.remove();wpWidgets.resize()}}else{a(&quot;.ajax-feedback&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;);if(i&amp;&amp;i.length&gt;2){a(&quot;div.widget-content&quot;,g).html(i);wpWidgets.appendTitle(g);wpWidgets.fixLabels(g)}}if(b){wpWidgets.saveOrder()}})},appendTitle:function(b){var c=a('input[id*=&quot;-title&quot;]',b);if(c=c.val()){c=c.replace(/&lt;[^&lt;&gt;]+&gt;/g,&quot;&quot;).replace(/&lt;/g,&quot;&amp;lt;&quot;).replace(/&gt;/g,&quot;&amp;gt;&quot;);a(b).children(&quot;.widget-top&quot;).children(&quot;.widget-title&quot;).children().children(&quot;.in-widget-title&quot;).html(&quot;: &quot;+c)}},resize:function(){a(&quot;div.widgets-sortables&quot;).not(&quot;#wp_inactive_widgets&quot;).each(function(){var c=50,b=a(this).children(&quot;.widget&quot;).length;c=c+parseInt(b*48,10);a(this).css(&quot;minHeight&quot;,c+&quot;px&quot;)})},fixWebkit:function(b){b=b?&quot;none&quot;:&quot;&quot;;a(&quot;body&quot;).css({WebkitUserSelect:b,KhtmlUserSelect:b})},fixLabels:function(b){b.children(&quot;.widget-inside&quot;).find(&quot;label&quot;).each(function(){var c=a(this).attr(&quot;for&quot;);if(c&amp;&amp;c==a(&quot;input&quot;,this).attr(&quot;id&quot;)){a(this).removeAttr(&quot;for&quot;)}})},close:function(b){b.children(&quot;.widget-inside&quot;).slideUp(&quot;fast&quot;,function(){b.css({width:&quot;&quot;,marginLeft:&quot;&quot;})})}};a(document).ready(function(b){wpWidgets.init()})})(jQuery);
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesscriptloaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/script-loader.php (11857 => 11858)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2009-08-20 21:12:33 UTC (rev 11857)
+++ trunk/wp-includes/script-loader.php        2009-08-21 01:03:26 UTC (rev 11858)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> 
</span><span class="cx">         $scripts-&gt;add( 'utils', &quot;/wp-admin/js/utils$suffix.js&quot;, false, '20090102' );
</span><span class="cx"> 
</span><del>-        $scripts-&gt;add( 'common', &quot;/wp-admin/js/common$suffix.js&quot;, array('jquery', 'hoverIntent', 'utils'), '20090817' );
</del><ins>+        $scripts-&gt;add( 'common', &quot;/wp-admin/js/common$suffix.js&quot;, array('jquery', 'hoverIntent', 'utils'), '20090820' );
</ins><span class="cx">         $scripts-&gt;add_data( 'common', 'group', 1 );
</span><span class="cx">         $scripts-&gt;localize( 'common', 'commonL10n', array(
</span><span class="cx">                 'warnDelete' =&gt; __(&quot;You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete.&quot;),
</span><span class="lines">@@ -340,7 +340,7 @@
</span><span class="cx">                 $scripts-&gt;add( 'media-upload', &quot;/wp-admin/js/media-upload$suffix.js&quot;, array( 'thickbox' ), '20090114' );
</span><span class="cx">                 $scripts-&gt;add_data( 'media-upload', 'group', 1 );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'admin-widgets', &quot;/wp-admin/js/widgets$suffix.js&quot;, array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '20090817' );
</del><ins>+                $scripts-&gt;add( 'admin-widgets', &quot;/wp-admin/js/widgets$suffix.js&quot;, array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '20090820' );
</ins><span class="cx">                 $scripts-&gt;add_data( 'admin-widgets', 'group', 1 );
</span><span class="cx"> 
</span><span class="cx">                 $scripts-&gt;add( 'word-count', &quot;/wp-admin/js/word-count$suffix.js&quot;, array( 'jquery' ), '20090422' );
</span></span></pre>
</div>
</div>

</body>
</html>