<!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 { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { 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>[17066] trunk: Don'
 t refill the comment list when undoing a spam action on a comment.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17066">17066</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-12-19 21:14:09 +0000 (Sun, 19 Dec 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Don't refill the comment list when undoing a spam action on a comment. props greuben, fixes <a href="http://trac.wordpress.org/ticket/15884">#15884</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjseditcommentsdevjs">trunk/wp-admin/js/edit-comments.dev.js</a></li>
<li><a href="#trunkwpadminjseditcommentsjs">trunk/wp-admin/js/edit-comments.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="trunkwpadminjseditcommentsdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/edit-comments.dev.js (17065 => 17066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/edit-comments.dev.js        2010-12-19 21:12:13 UTC (rev 17065)
+++ trunk/wp-admin/js/edit-comments.dev.js        2010-12-19 21:14:09 UTC (rev 17066)
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">                         }
</span><span class="cx">                 }
</span><span class="cx"> 
</span><del>-                if ( theExtraList.size() == 0 || theExtraList.children().size() == 0 || untrash ) {
</del><ins>+                if ( theExtraList.size() == 0 || theExtraList.children().size() == 0 || untrash || unspam ) {
</ins><span class="cx">                         return;
</span><span class="cx">                 }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminjseditcommentsjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/edit-comments.js (17065 => 17066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/edit-comments.js        2010-12-19 21:12:13 UTC (rev 17065)
+++ trunk/wp-admin/js/edit-comments.js        2010-12-19 21:14:09 UTC (rev 17066)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var theList,theExtraList,toggleWithKeyboard=false;(function(a){setCommentsList=function(){var d,f,i,m=0,h,j,e,l;d=a('.tablenav input[name=&quot;_total&quot;]',&quot;#comments-form&quot;);f=a('.tablenav input[name=&quot;_per_page&quot;]',&quot;#comments-form&quot;);i=a('.tablenav input[name=&quot;_page&quot;]',&quot;#comments-form&quot;);h=function(o,n){var p=a(&quot;#&quot;+n.element);if(p.is(&quot;.unapproved&quot;)){p.find(&quot;div.comment_status&quot;).html(&quot;0&quot;)}else{p.find(&quot;div.comment_status&quot;).html(&quot;1&quot;)}a(&quot;span.pending-count&quot;).each(function(){var q=a(this),s,r;s=q.html().replace(/[^0-9]+/g,&quot;&quot;);s=parseInt(s,10);if(isNaN(s)){return}r=a(&quot;#&quot;+n.element).is(&quot;.&quot;+n.dimClass)?1:-1;s=s+r;if(s&lt;0){s=0}q.closest(&quot;#awaiting-mod&quot;)[0==s?&quot;addClass&quot;:&quot;removeClass&quot;](&quot;count-0&quot;);g(q,s);k()})};j=function(r,v){var x=a(r.target).attr(&quot;className&quot;),o,p,q,u,w,t,s=false;r.data._total=d.val()||0;r.data._per_page=f.val()||0;r.data._page=i.val()||0;r.data._url=document.location.href;if(x.indexOf(&quot;:trash=1&quot;)!=-1){s=&quot;trash&quot;}else{if(x.indexOf(&quot;:spam=1&quot;)!=-1){s=&quot;spam&quot;}}if(s){o=x.replace(/.*?comment-([0-9]+).*/,&quot;$1&quot;);p=a(&quot;#comment-&quot;+o);note=a(&quot;#&quot;+s+&quot;-undo-holder&quot;).html();p.find(&quot;.check-column :checkbox&quot;).attr(&quot;checked&quot;,&quot;&quot;);if(p.siblings(&quot;#replyrow&quot;).length&amp;&amp;commentReply.cid==o){commentReply.close()}if(p.is(&quot;tr&quot;)){q=p.children(&quot;:visible&quot;).length;t=a(&quot;.author strong&quot;,p).text();u=a('&lt;tr id=&quot;undo-'+o+'&quot; class=&quot;undo un'+s+'&quot; style=&quot;display:none;&quot;&gt;&lt;td colspan=&quot;'+q+'&quot;&gt;'+note+&quot;&lt;/td&gt;&lt;/tr&gt;&quot;)}else{t=a(&quot;.comment-author&quot;,p).text();u=a('&lt;div id=&quot;undo-'+o+'&quot; style=&quot;display:none;&quot; class=&quot;undo un'+s+'&quot;&gt;'+note+&quot;&lt;/div&gt;&quot;)}p.before(u);a(&quot;strong&quot;,&quot;#undo-&quot;+o).text(t+&quot; &quot;);w=a(&quot;.undo a&quot;,&quot;#undo-&quot;+o);w.attr(&quot;href&quot;,&quot;comment.php?action=un&quot;+s+&quot;comment&amp;c=&quot;+o+&quot;&amp;_wpnonce=&quot;+r.data._ajax_nonce);w.attr(&quot;className&quot;,&quot;delete:the-comment-list:comment-&quot;+o+&quot;::un&quot;+s+&quot;=1 vim-z vim-destructive&quot;);a(&quot;.avatar&quot;,p).clone().prependTo(&quot;#undo-&quot;+o+&quot; .&quot;+s+&quot;-undo-inside&quot;);w.click(function(){v.wpList.del(this);a(&quot;#undo-&quot;+o).css({backgroundColor:&quot;#ceb&quot;}).fadeOut(350,function(){a(this).remove();a(&quot;#comment-&quot;+o).css(&quot;backgroundColor&quot;,&quot;&quot;).fadeIn(300,function(){a(this).show()})});return false})}return r};e=function(n,o,p){if(o&lt;m){return}if(p){m=o}d.val(n.toString());a(&quot;span.total-type-count&quot;).each(function(){g(a(this),n)})};function k(t){var s=a(&quot;#dashboard_right_now&quot;),p,r,q,o;t=t||0;if(isNaN(t)||!s.length){return}p=a(&quot;span.total-count&quot;,s);r=a(&quot;span.approved-count&quot;,s);q=c(p);q=q+t;o=q-c(a(&quot;span.pending-count&quot;,s))-c(a(&quot;span.spam-count&quot;,s));g(p,q);g(r,o)}function c(o){var p=parseInt(o.html().replace(/[^0-9]+/g,&quot;&quot;),10);if(isNaN(p)){return 0}return p}function g(p,q){var o=&quot;&quot;;if(isNaN(q)){return}q=q&lt;1?&quot;0&quot;:q.toString();if(q.length&gt;3){while(q.length&gt;3){o=thousandsSeparator+q.substr(q.length-3)+o;q=q.substr(0,q.length-3)}q=q+o}p.html(q)}l=function(n,p){var u,q,s,w=a(p.target).parent().is(&quot;span.untrash&quot;),o=a(p.target).parent().is(&quot;span.unspam&quot;),v,t;function x(r){if(a(p.target).parent().is(&quot;span.&quot;+r)){return 1}else{if(a(&quot;#&quot;+p.element).is(&quot;.&quot;+r)){return -1}}return 0}v=x(&quot;spam&quot;);t=x(&quot;trash&quot;);if(w){t=-1}if(o){v=-1}a(&quot;span.pending-count&quot;).each(function(){var r=a(this),z=c(r),y=a(&quot;#&quot;+p.element).is(&quot;.unapproved&quot;);if(a(p.target).parent().is(&quot;span.unapprove&quot;)||((w||o)&amp;&amp;y)){z=z+1}else{if(y){z=z-1}}if(z&lt;0){z=0}r.closest(&quot;#awaiting-mod&quot;)[0==z?&quot;addClass&quot;:&quot;removeClass&quot;](&quot;count-0&quot;);g(r,z);k()});a(&quot;span.spam-count&quot;).each(function(){var r=a(this),y=c(r)+v;g(r,y)});a(&quot;span.trash-count&quot;).each(function(){var r=a(this),y=c(r)+t;g(r,y)});if(a(&quot;#dashboard_right_now&quot;).length){s=t?-1*t:0;k(s)}else{u=d.val()?parseInt(d.val(),10):0;u=u-v-t;if(u&lt;0){u=0}if((&quot;object&quot;==typeof n)&amp;&amp;m&lt;p.parsed.responses[0].supplemental.time){q=p.parsed.responses[0].supplemental.pageLinks||&quot;&quot;;if(a.trim(q)){a(&quot;.tablenav-pages&quot;).find(&quot;.page-numbers&quot;).remove().end().append(a(q))}else{a(&quot;.tablenav-pages&quot;).find(&quot;.page-numbers&quot;).remove()}e(u,p.parsed.responses[0].supplemental.time,true)}else{e(u,n,false)}}if(theExtraList.size()==0||theExtraList.children().size()==0||w){return}theList.get(0).wpList.add(theExtraList.children(&quot;:eq(0)&quot;).remove().clone());b()};var b=function(q){var o=a.query.get(),n=listTable.get_total_pages(),p=a(&quot;input[name=_per_page]&quot;,&quot;#comments-form&quot;).val();if(o.paged&gt;n){return}if(q){theExtraList.empty();o.number=Math.min(8,p)}else{o.number=1;o.offset=p-1}o.paged++;listTable.fetch_list(o,function(r){theExtraList.get(0).wpList.add(r.rows)})};theExtraList=a(&quot;#the-extra-comment-list&quot;).wpList({alt:&quot;&quot;,delColor:&quot;none&quot;,addColor:&quot;none&quot;});theList=a(&quot;#the-comment-list&quot;).wpList({alt:&quot;&quot;,delBefore:j,dimAfter:h,delAfter:l,addColor:&quot;none&quot;}).bind(&quot;wpListDelEnd&quot;,function(o,n){var p=n.element.replace(/[^0-9]+/g,&quot;&quot;);if(n.target.className.indexOf(&quot;:trash=1&quot;)!=-1||n.target.className.indexOf(&quot;:spam=1&quot;)!=-1){a(&quot;#undo-&quot;+p).fadeIn(300,function(){a(this).show()})}});a(listTable).bind(&quot;changePage&quot;,b)};commentReply={cid:&quot;&quot;,act:&quot;&quot;,init:function(){var b=a(&quot;#replyrow&quot;);a(&quot;a.cancel&quot;,b).click(function(){return commentReply.revert()});a(&quot;a.save&quot;,b).click(function(){return commentReply.send()});a(&quot;input#author, input#author-email, input#author-url&quot;,b).keypress(function(c){if(c.which==13){commentReply.send();c.preventDefault();return false}});a(&quot;#the-comment-list .column-comment &gt; p&quot;).dblclick(function(){commentReply.toggle(a(this).parent())});a(&quot;#doaction, #doaction2, #post-query-submit&quot;).click(function(c){if(a(&quot;#the-comment-list #replyrow&quot;).length&gt;0){commentReply.close()}});this.comments_listing=a('#comments-form &gt; input[name=&quot;comment_status&quot;]').val()||&quot;&quot;},addEvents:function(b){b.each(function(){a(this).find(&quot;.column-comment &gt; p&quot;).dblclick(function(){commentReply.toggle(a(this).parent())})})},toggle:function(b){if(a(b).css(&quot;display&quot;)!=&quot;none&quot;){a(b).find(&quot;a.vim-q&quot;).click()}},revert:function(){if(a(&quot;#the-comment-list #replyrow&quot;).length&lt;1){return false}a(&quot;#replyrow&quot;).fadeOut(&quot;fast&quot;,function(){commentReply.close()});return false},close:function(){var b;if(this.cid){b=a(&quot;#comment-&quot;+this.cid);if(this.act==&quot;edit-comment&quot;){b.fadeIn(300,function(){b.show()}).css(&quot;backgroundColor&quot;,&quot;&quot;)}a(&quot;#replyrow&quot;).hide();a(&quot;#com-reply&quot;).append(a(&quot;#replyrow&quot;));a(&quot;#replycontent&quot;).val(&quot;&quot;);a(&quot;input&quot;,&quot;#edithead&quot;).val(&quot;&quot;);a(&quot;.error&quot;,&quot;#replysubmit&quot;).html(&quot;&quot;).hide();a(&quot;.waiting&quot;,&quot;#replysubmit&quot;).hide();if(a.browser.msie){a(&quot;#replycontainer, #replycontent&quot;).css(&quot;height&quot;,&quot;120px&quot;)}else{a(&quot;#replycontainer&quot;).resizable(&quot;destroy&quot;).css(&quot;height&quot;,&quot;120px&quot;)}this.cid=&quot;&quot;}},open:function(b,d,k){var l=this,e,f,i,g,j=a(&quot;#comment-&quot;+b);l.close();l.cid=b;a(&quot;td&quot;,&quot;#replyrow&quot;).attr(&quot;colspan&quot;,a(&quot;table.widefat thead th:visible&quot;).length);e=a(&quot;#replyrow&quot;);f=a(&quot;#inline-&quot;+b);i=l.act=(k==&quot;edit&quot;)?&quot;edit-comment&quot;:&quot;replyto-comment&quot;;a(&quot;#action&quot;,e).val(i);a(&quot;#comment_post_ID&quot;,e).val(d);a(&quot;#comment_ID&quot;,e).val(b);if(k==&quot;edit&quot;){a(&quot;#author&quot;,e).val(a(&quot;div.author&quot;,f).text());a(&quot;#author-email&quot;,e).val(a(&quot;div.author-email&quot;,f).text());a(&quot;#author-url&quot;,e).val(a(&quot;div.author-url&quot;,f).text());a(&quot;#status&quot;,e).val(a(&quot;div.comment_status&quot;,f).text());a(&quot;#replycontent&quot;,e).val(a(&quot;textarea.comment&quot;,f).val());a(&quot;#edithead, #savebtn&quot;,e).show();a(&quot;#replyhead, #replybtn&quot;,e).hide();g=j.height();if(g&gt;220){if(a.browser.msie){a(&quot;#replycontainer, #replycontent&quot;,e).height(g-105)}else{a(&quot;#replycontainer&quot;,e).height(g-105)}}j.after(e).fadeOut(&quot;fast&quot;,function(){a(&quot;#replyrow&quot;).fadeIn(300,function(){a(this).show()})})}else{a(&quot;#edithead, #savebtn&quot;,e).hide();a(&quot;#replyhead, #replybtn&quot;,e).show();j.after(e);a(&quot;#replyrow&quot;).fadeIn(300,function(){a(this).show()})}if(!a.browser.msie){a(&quot;#replycontainer&quot;).resizable({handles:&quot;s&quot;,axis:&quot;y&quot;,minHeight:80,stop:function(){a(&quot;#replycontainer&quot;).width(&quot;auto&quot;)}})}setTimeout(function(){var n,h,o,c,m;n=a(&quot;#replyrow&quot;).offset().top;h=n+a(&quot;#replyrow&quot;).height();o=window.pageYOffset||document.documentElement.scrollTop;c=document.documentElement.clientHeight||self.innerHeight||0;m=o+c;if(m-20&lt;h){window.scroll(0,h-c+35)}else{if(n-20&lt;o){window.scroll(0,n-35)}}a(&quot;#replycontent&quot;).focus().keyup(function(p){if(p.which==27){commentReply.revert()}})},600);return false},send:function(){var b={};a(&quot;#replysubmit .waiting&quot;).show();a(&quot;#replyrow input&quot;).each(function(){b[a(this).attr(&quot;name&quot;)]=a(this).val()});b.content=a(&quot;#replycontent&quot;).val();b.id=b.comment_post_ID;b.comments_listing=this.comments_listing;b.p=a(&quot;[name=p]&quot;).val();a.ajax({type:&quot;POST&quot;,url:ajaxurl,data:b,success:function(c){commentReply.show(c)},error:function(c){commentReply.error(c)}});return false},show:function(b){var e,g,f,d;if(typeof(b)==&quot;string&quot;){this.error({responseText:b});return false}e=wpAjax.parseAjaxResponse(b);if(e.errors){this.error({responseText:wpAjax.broken});return false}e=e.responses[0];g=e.data;f=&quot;#comment-&quot;+e.id;if(&quot;edit-comment&quot;==this.act){a(f).remove()}a(g).hide();a(&quot;#replyrow&quot;).after(g);this.revert();this.addEvents(a(f));d=a(f).hasClass(&quot;unapproved&quot;)?&quot;#ffffe0&quot;:&quot;#fff&quot;;a(f).animate({backgroundColor:&quot;#CCEEBB&quot;},600).animate({backgroundColor:d},600);a.fn.wpList.process(a(f))},error:function(b){var c=b.statusText;a(&quot;#replysubmit .waiting&quot;).hide();if(b.responseText){c=b.responseText.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;)}if(c){a(&quot;#replysubmit .error&quot;).html(c).show()}}};a(document).ready(function(){var e,b,c,d;setCommentsList();commentReply.init();a(document).delegate(&quot;span.delete a.delete&quot;,&quot;click&quot;,function(){return false});if(typeof QTags!=&quot;undefined&quot;){ed_reply=new QTags(&quot;ed_reply&quot;,&quot;replycontent&quot;,&quot;replycontainer&quot;,&quot;more&quot;)}if(typeof a.table_hotkeys!=&quot;undefined&quot;){e=function(f){return function(){var h,g;h=&quot;next&quot;==f?&quot;first&quot;:&quot;last&quot;;g=a(&quot;.&quot;+f+&quot;.page-numbers&quot;);if(g.length){window.location=g[0].href.replace(/\&amp;hotkeys_highlight_(first|last)=1/g,&quot;&quot;)+&quot;&amp;hotkeys_highlight_&quot;+h+&quot;=1&quot;}}};b=function(g,f){window.location=a(&quot;span.edit a&quot;,f).attr(&quot;href&quot;)};c=function(){toggleWithKeyboard=true;a(&quot;input:checkbox&quot;,&quot;#cb&quot;).click().attr(&quot;checked&quot;,&quot;&quot;);toggleWithKeyboard=false};d=function(f){return function(){var g=a('select[name=&quot;action&quot;]');a(&quot;option[value=&quot;+f+&quot;]&quot;,g).attr(&quot;selected&quot;,&quot;selected&quot;);a(&quot;#doaction&quot;).click()}};a.table_hotkeys(a(&quot;table.widefat&quot;),[&quot;a&quot;,&quot;u&quot;,&quot;s&quot;,&quot;d&quot;,&quot;r&quot;,&quot;q&quot;,&quot;z&quot;,[&quot;e&quot;,b],[&quot;shift+x&quot;,c],[&quot;shift+a&quot;,d(&quot;approve&quot;)],[&quot;shift+s&quot;,d(&quot;spam&quot;)],[&quot;shift+d&quot;,d(&quot;delete&quot;)],[&quot;shift+t&quot;,d(&quot;trash&quot;)],[&quot;shift+z&quot;,d(&quot;untrash&quot;)],[&quot;shift+u&quot;,d(&quot;unapprove&quot;)]],{highlight_first:adminCommentsL10n.hotkeys_highlight_first,highlight_last:adminCommentsL10n.hotkeys_highlight_last,prev_page_link_cb:e(&quot;prev&quot;),next_page_link_cb:e(&quot;next&quot;)})}})})(jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+var theList,theExtraList,toggleWithKeyboard=false;(function(a){setCommentsList=function(){var d,f,i,m=0,h,j,e,l;d=a('.tablenav input[name=&quot;_total&quot;]',&quot;#comments-form&quot;);f=a('.tablenav input[name=&quot;_per_page&quot;]',&quot;#comments-form&quot;);i=a('.tablenav input[name=&quot;_page&quot;]',&quot;#comments-form&quot;);h=function(o,n){var p=a(&quot;#&quot;+n.element);if(p.is(&quot;.unapproved&quot;)){p.find(&quot;div.comment_status&quot;).html(&quot;0&quot;)}else{p.find(&quot;div.comment_status&quot;).html(&quot;1&quot;)}a(&quot;span.pending-count&quot;).each(function(){var q=a(this),s,r;s=q.html().replace(/[^0-9]+/g,&quot;&quot;);s=parseInt(s,10);if(isNaN(s)){return}r=a(&quot;#&quot;+n.element).is(&quot;.&quot;+n.dimClass)?1:-1;s=s+r;if(s&lt;0){s=0}q.closest(&quot;#awaiting-mod&quot;)[0==s?&quot;addClass&quot;:&quot;removeClass&quot;](&quot;count-0&quot;);g(q,s);k()})};j=function(r,v){var x=a(r.target).attr(&quot;className&quot;),o,p,q,u,w,t,s=false;r.data._total=d.val()||0;r.data._per_page=f.val()||0;r.data._page=i.val()||0;r.data._url=document.location.href;if(x.indexOf(&quot;:trash=1&quot;)!=-1){s=&quot;trash&quot;}else{if(x.indexOf(&quot;:spam=1&quot;)!=-1){s=&quot;spam&quot;}}if(s){o=x.replace(/.*?comment-([0-9]+).*/,&quot;$1&quot;);p=a(&quot;#comment-&quot;+o);note=a(&quot;#&quot;+s+&quot;-undo-holder&quot;).html();p.find(&quot;.check-column :checkbox&quot;).attr(&quot;checked&quot;,&quot;&quot;);if(p.siblings(&quot;#replyrow&quot;).length&amp;&amp;commentReply.cid==o){commentReply.close()}if(p.is(&quot;tr&quot;)){q=p.children(&quot;:visible&quot;).length;t=a(&quot;.author strong&quot;,p).text();u=a('&lt;tr id=&quot;undo-'+o+'&quot; class=&quot;undo un'+s+'&quot; style=&quot;display:none;&quot;&gt;&lt;td colspan=&quot;'+q+'&quot;&gt;'+note+&quot;&lt;/td&gt;&lt;/tr&gt;&quot;)}else{t=a(&quot;.comment-author&quot;,p).text();u=a('&lt;div id=&quot;undo-'+o+'&quot; style=&quot;display:none;&quot; class=&quot;undo un'+s+'&quot;&gt;'+note+&quot;&lt;/div&gt;&quot;)}p.before(u);a(&quot;strong&quot;,&quot;#undo-&quot;+o).text(t+&quot; &quot;);w=a(&quot;.undo a&quot;,&quot;#undo-&quot;+o);w.attr(&quot;href&quot;,&quot;comment.php?action=un&quot;+s+&quot;comment&amp;c=&quot;+o+&quot;&amp;_wpnonce=&quot;+r.data._ajax_nonce);w.attr(&quot;className&quot;,&quot;delete:the-comment-list:comment-&quot;+o+&quot;::un&quot;+s+&quot;=1 vim-z vim-destructive&quot;);a(&quot;.avatar&quot;,p).clone().prependTo(&quot;#undo-&quot;+o+&quot; .&quot;+s+&quot;-undo-inside&quot;);w.click(function(){v.wpList.del(this);a(&quot;#undo-&quot;+o).css({backgroundColor:&quot;#ceb&quot;}).fadeOut(350,function(){a(this).remove();a(&quot;#comment-&quot;+o).css(&quot;backgroundColor&quot;,&quot;&quot;).fadeIn(300,function(){a(this).show()})});return false})}return r};e=function(n,o,p){if(o&lt;m){return}if(p){m=o}d.val(n.toString());a(&quot;span.total-type-count&quot;).each(function(){g(a(this),n)})};function k(t){var s=a(&quot;#dashboard_right_now&quot;),p,r,q,o;t=t||0;if(isNaN(t)||!s.length){return}p=a(&quot;span.total-count&quot;,s);r=a(&quot;span.approved-count&quot;,s);q=c(p);q=q+t;o=q-c(a(&quot;span.pending-count&quot;,s))-c(a(&quot;span.spam-count&quot;,s));g(p,q);g(r,o)}function c(o){var p=parseInt(o.html().replace(/[^0-9]+/g,&quot;&quot;),10);if(isNaN(p)){return 0}return p}function g(p,q){var o=&quot;&quot;;if(isNaN(q)){return}q=q&lt;1?&quot;0&quot;:q.toString();if(q.length&gt;3){while(q.length&gt;3){o=thousandsSeparator+q.substr(q.length-3)+o;q=q.substr(0,q.length-3)}q=q+o}p.html(q)}l=function(n,p){var u,q,s,w=a(p.target).parent().is(&quot;span.untrash&quot;),o=a(p.target).parent().is(&quot;span.unspam&quot;),v,t;function x(r){if(a(p.target).parent().is(&quot;span.&quot;+r)){return 1}else{if(a(&quot;#&quot;+p.element).is(&quot;.&quot;+r)){return -1}}return 0}v=x(&quot;spam&quot;);t=x(&quot;trash&quot;);if(w){t=-1}if(o){v=-1}a(&quot;span.pending-count&quot;).each(function(){var r=a(this),z=c(r),y=a(&quot;#&quot;+p.element).is(&quot;.unapproved&quot;);if(a(p.target).parent().is(&quot;span.unapprove&quot;)||((w||o)&amp;&amp;y)){z=z+1}else{if(y){z=z-1}}if(z&lt;0){z=0}r.closest(&quot;#awaiting-mod&quot;)[0==z?&quot;addClass&quot;:&quot;removeClass&quot;](&quot;count-0&quot;);g(r,z);k()});a(&quot;span.spam-count&quot;).each(function(){var r=a(this),y=c(r)+v;g(r,y)});a(&quot;span.trash-count&quot;).each(function(){var r=a(this),y=c(r)+t;g(r,y)});if(a(&quot;#dashboard_right_now&quot;).length){s=t?-1*t:0;k(s)}else{u=d.val()?parseInt(d.val(),10):0;u=u-v-t;if(u&lt;0){u=0}if((&quot;object&quot;==typeof n)&amp;&amp;m&lt;p.parsed.responses[0].supplemental.time){q=p.parsed.responses[0].supplemental.pageLinks||&quot;&quot;;if(a.trim(q)){a(&quot;.tablenav-pages&quot;).find(&quot;.page-numbers&quot;).remove().end().append(a(q))}else{a(&quot;.tablenav-pages&quot;).find(&quot;.page-numbers&quot;).remove()}e(u,p.parsed.responses[0].supplemental.time,true)}else{e(u,n,false)}}if(theExtraList.size()==0||theExtraList.children().size()==0||w||o){return}theList.get(0).wpList.add(theExtraList.children(&quot;:eq(0)&quot;).remove().clone());b()};var b=function(q){var o=a.query.get(),n=listTable.get_total_pages(),p=a(&quot;input[name=_per_page]&quot;,&quot;#comments-form&quot;).val();if(o.paged&gt;n){return}if(q){theExtraList.empty();o.number=Math.min(8,p)}else{o.number=1;o.offset=p-1}o.paged++;listTable.fetch_list(o,function(r){theExtraList.get(0).wpList.add(r.rows)})};theExtraList=a(&quot;#the-extra-comment-list&quot;).wpList({alt:&quot;&quot;,delColor:&quot;none&quot;,addColor:&quot;none&quot;});theList=a(&quot;#the-comment-list&quot;).wpList({alt:&quot;&quot;,delBefore:j,dimAfter:h,delAfter:l,addColor:&quot;none&quot;}).bind(&quot;wpListDelEnd&quot;,function(o,n){var p=n.element.replace(/[^0-9]+/g,&quot;&quot;);if(n.target.className.indexOf(&quot;:trash=1&quot;)!=-1||n.target.className.indexOf(&quot;:spam=1&quot;)!=-1){a(&quot;#undo-&quot;+p).fadeIn(300,function(){a(this).show()})}});a(listTable).bind(&quot;changePage&quot;,b)};commentReply={cid:&quot;&quot;,act:&quot;&quot;,init:function(){var b=a(&quot;#replyrow&quot;);a(&quot;a.cancel&quot;,b).click(function(){return commentReply.revert()});a(&quot;a.save&quot;,b).click(function(){return commentReply.send()});a(&quot;input#author, input#author-email, input#author-url&quot;,b).keypress(function(c){if(c.which==13){commentReply.send();c.preventDefault();return false}});a(&quot;#the-comment-list .column-comment &gt; p&quot;).dblclick(function(){commentReply.toggle(a(this).parent())});a(&quot;#doaction, #doaction2, #post-query-submit&quot;).click(function(c){if(a(&quot;#the-comment-list #replyrow&quot;).length&gt;0){commentReply.close()}});this.comments_listing=a('#comments-form &gt; input[name=&quot;comment_status&quot;]').val()||&quot;&quot;},addEvents:function(b){b.each(function(){a(this).find(&quot;.column-comment &gt; p&quot;).dblclick(function(){commentReply.toggle(a(this).parent())})})},toggle:function(b){if(a(b).css(&quot;display&quot;)!=&quot;none&quot;){a(b).find(&quot;a.vim-q&quot;).click()}},revert:function(){if(a(&quot;#the-comment-list #replyrow&quot;).length&lt;1){return false}a(&quot;#replyrow&quot;).fadeOut(&quot;fast&quot;,function(){commentReply.close()});return false},close:function(){var b;if(this.cid){b=a(&quot;#comment-&quot;+this.cid);if(this.act==&quot;edit-comment&quot;){b.fadeIn(300,function(){b.show()}).css(&quot;backgroundColor&quot;,&quot;&quot;)}a(&quot;#replyrow&quot;).hide();a(&quot;#com-reply&quot;).append(a(&quot;#replyrow&quot;));a(&quot;#replycontent&quot;).val(&quot;&quot;);a(&quot;input&quot;,&quot;#edithead&quot;).val(&quot;&quot;);a(&quot;.error&quot;,&quot;#replysubmit&quot;).html(&quot;&quot;).hide();a(&quot;.waiting&quot;,&quot;#replysubmit&quot;).hide();if(a.browser.msie){a(&quot;#replycontainer, #replycontent&quot;).css(&quot;height&quot;,&quot;120px&quot;)}else{a(&quot;#replycontainer&quot;).resizable(&quot;destroy&quot;).css(&quot;height&quot;,&quot;120px&quot;)}this.cid=&quot;&quot;}},open:function(b,d,k){var l=this,e,f,i,g,j=a(&quot;#comment-&quot;+b);l.close();l.cid=b;a(&quot;td&quot;,&quot;#replyrow&quot;).attr(&quot;colspan&quot;,a(&quot;table.widefat thead th:visible&quot;).length);e=a(&quot;#replyrow&quot;);f=a(&quot;#inline-&quot;+b);i=l.act=(k==&quot;edit&quot;)?&quot;edit-comment&quot;:&quot;replyto-comment&quot;;a(&quot;#action&quot;,e).val(i);a(&quot;#comment_post_ID&quot;,e).val(d);a(&quot;#comment_ID&quot;,e).val(b);if(k==&quot;edit&quot;){a(&quot;#author&quot;,e).val(a(&quot;div.author&quot;,f).text());a(&quot;#author-email&quot;,e).val(a(&quot;div.author-email&quot;,f).text());a(&quot;#author-url&quot;,e).val(a(&quot;div.author-url&quot;,f).text());a(&quot;#status&quot;,e).val(a(&quot;div.comment_status&quot;,f).text());a(&quot;#replycontent&quot;,e).val(a(&quot;textarea.comment&quot;,f).val());a(&quot;#edithead, #savebtn&quot;,e).show();a(&quot;#replyhead, #replybtn&quot;,e).hide();g=j.height();if(g&gt;220){if(a.browser.msie){a(&quot;#replycontainer, #replycontent&quot;,e).height(g-105)}else{a(&quot;#replycontainer&quot;,e).height(g-105)}}j.after(e).fadeOut(&quot;fast&quot;,function(){a(&quot;#replyrow&quot;).fadeIn(300,function(){a(this).show()})})}else{a(&quot;#edithead, #savebtn&quot;,e).hide();a(&quot;#replyhead, #replybtn&quot;,e).show();j.after(e);a(&quot;#replyrow&quot;).fadeIn(300,function(){a(this).show()})}if(!a.browser.msie){a(&quot;#replycontainer&quot;).resizable({handles:&quot;s&quot;,axis:&quot;y&quot;,minHeight:80,stop:function(){a(&quot;#replycontainer&quot;).width(&quot;auto&quot;)}})}setTimeout(function(){var n,h,o,c,m;n=a(&quot;#replyrow&quot;).offset().top;h=n+a(&quot;#replyrow&quot;).height();o=window.pageYOffset||document.documentElement.scrollTop;c=document.documentElement.clientHeight||self.innerHeight||0;m=o+c;if(m-20&lt;h){window.scroll(0,h-c+35)}else{if(n-20&lt;o){window.scroll(0,n-35)}}a(&quot;#replycontent&quot;).focus().keyup(function(p){if(p.which==27){commentReply.revert()}})},600);return false},send:function(){var b={};a(&quot;#replysubmit .waiting&quot;).show();a(&quot;#replyrow input&quot;).each(function(){b[a(this).attr(&quot;name&quot;)]=a(this).val()});b.content=a(&quot;#replycontent&quot;).val();b.id=b.comment_post_ID;b.comments_listing=this.comments_listing;b.p=a(&quot;[name=p]&quot;).val();a.ajax({type:&quot;POST&quot;,url:ajaxurl,data:b,success:function(c){commentReply.show(c)},error:function(c){commentReply.error(c)}});return false},show:function(b){var e,g,f,d;if(typeof(b)==&quot;string&quot;){this.error({responseText:b});return false}e=wpAjax.parseAjaxResponse(b);if(e.errors){this.error({responseText:wpAjax.broken});return false}e=e.responses[0];g=e.data;f=&quot;#comment-&quot;+e.id;if(&quot;edit-comment&quot;==this.act){a(f).remove()}a(g).hide();a(&quot;#replyrow&quot;).after(g);this.revert();this.addEvents(a(f));d=a(f).hasClass(&quot;unapproved&quot;)?&quot;#ffffe0&quot;:&quot;#fff&quot;;a(f).animate({backgroundColor:&quot;#CCEEBB&quot;},600).animate({backgroundColor:d},600);a.fn.wpList.process(a(f))},error:function(b){var c=b.statusText;a(&quot;#replysubmit .waiting&quot;).hide();if(b.responseText){c=b.responseText.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;)}if(c){a(&quot;#replysubmit .error&quot;).html(c).show()}}};a(document).ready(function(){var e,b,c,d;setCommentsList();commentReply.init();a(document).delegate(&quot;span.delete a.delete&quot;,&quot;click&quot;,function(){return false});if(typeof QTags!=&quot;undefined&quot;){ed_reply=new QTags(&quot;ed_reply&quot;,&quot;replycontent&quot;,&quot;replycontainer&quot;,&quot;more&quot;)}if(typeof a.table_hotkeys!=&quot;undefined&quot;){e=function(f){return function(){var h,g;h=&quot;next&quot;==f?&quot;first&quot;:&quot;last&quot;;g=a(&quot;.&quot;+f+&quot;.page-numbers&quot;);if(g.length){window.location=g[0].href.replace(/\&amp;hotkeys_highlight_(first|last)=1/g,&quot;&quot;)+&quot;&amp;hotkeys_highlight_&quot;+h+&quot;=1&quot;}}};b=function(g,f){window.location=a(&quot;span.edit a&quot;,f).attr(&quot;href&quot;)};c=function(){toggleWithKeyboard=true;a(&quot;input:checkbox&quot;,&quot;#cb&quot;).click().attr(&quot;checked&quot;,&quot;&quot;);toggleWithKeyboard=false};d=function(f){return function(){var g=a('select[name=&quot;action&quot;]');a(&quot;option[value=&quot;+f+&quot;]&quot;,g).attr(&quot;selected&quot;,&quot;selected&quot;);a(&quot;#doaction&quot;).click()}};a.table_hotkeys(a(&quot;table.widefat&quot;),[&quot;a&quot;,&quot;u&quot;,&quot;s&quot;,&quot;d&quot;,&quot;r&quot;,&quot;q&quot;,&quot;z&quot;,[&quot;e&quot;,b],[&quot;shift+x&quot;,c],[&quot;shift+a&quot;,d(&quot;approve&quot;)],[&quot;shift+s&quot;,d(&quot;spam&quot;)],[&quot;shift+d&quot;,d(&quot;delete&quot;)],[&quot;shift+t&quot;,d(&quot;trash&quot;)],[&quot;shift+z&quot;,d(&quot;untrash&quot;)],[&quot;shift+u&quot;,d(&quot;unapprove&quot;)]],{highlight_first:adminCommentsL10n.hotkeys_highlight_first,highlight_last:adminCommentsL10n.hotkeys_highlight_last,prev_page_link_cb:e(&quot;prev&quot;),next_page_link_cb:e(&quot;next&quot;)})}})})(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 (17065 => 17066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2010-12-19 21:12:13 UTC (rev 17065)
+++ trunk/wp-includes/script-loader.php        2010-12-19 21:14:09 UTC (rev 17066)
</span><span class="lines">@@ -313,7 +313,7 @@
</span><span class="cx">                         'l10n_print_after' =&gt; 'try{convertEntities(listTableL10n);}catch(e){};'
</span><span class="cx">                 ) );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'admin-comments', &quot;/wp-admin/js/edit-comments$suffix.js&quot;, array('wp-lists', 'list-table', 'jquery-ui-resizable', 'quicktags'), '20101214' );
</del><ins>+                $scripts-&gt;add( 'admin-comments', &quot;/wp-admin/js/edit-comments$suffix.js&quot;, array('wp-lists', 'list-table', 'jquery-ui-resizable', 'quicktags'), '20101219' );
</ins><span class="cx">                 $scripts-&gt;add_data( 'admin-comments', 'group', 1 );
</span><span class="cx">                 $scripts-&gt;localize( 'admin-comments', 'adminCommentsL10n', array(
</span><span class="cx">                         'hotkeys_highlight_first' =&gt; isset($_GET['hotkeys_highlight_first']),
</span></span></pre>
</div>
</div>

</body>
</html>