<!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>[19205] trunk: Merge and update variable declarations.</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/19205">19205</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2011-11-07 17:45:24 +0000 (Mon, 07 Nov 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merge and update variable declarations. fixes <a href="http://core.trac.wordpress.org/ticket/19176">#19176</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjsinlineeditpostdevjs">trunk/wp-admin/js/inline-edit-post.dev.js</a></li>
<li><a href="#trunkwpadminjsinlineeditpostjs">trunk/wp-admin/js/inline-edit-post.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="trunkwpadminjsinlineeditpostdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/inline-edit-post.dev.js (19204 => 19205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/inline-edit-post.dev.js        2011-11-07 17:43:04 UTC (rev 19204)
+++ trunk/wp-admin/js/inline-edit-post.dev.js        2011-11-07 17:45:24 UTC (rev 19205)
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx">         },
</span><span class="cx"> 
</span><span class="cx">         edit : function(id) {
</span><del>-                var t = this, fields, editRow, rowData, cats, status, pageOpt, pageLevel, nextPage, pageLoop = true, nextLevel, tax;
</del><ins>+                var t = this, fields, editRow, rowData, status, pageOpt, pageLevel, nextPage, pageLoop = true, nextLevel, cur_format, f;
</ins><span class="cx">                 t.revert();
</span><span class="cx"> 
</span><span class="cx">                 if ( typeof(id) == 'object' )
</span><span class="lines">@@ -152,14 +152,14 @@
</span><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 // hide unsupported formats, but leave the current format alone
</span><del>-                var cur_format = $('.post_format', rowData).text();
</del><ins>+                cur_format = $('.post_format', rowData).text();
</ins><span class="cx">                 $('option.unsupported', editRow).each(function() {
</span><span class="cx">                         var $this = $(this);
</span><span class="cx">                         if ( $this.val() != cur_format )
</span><span class="cx">                                 $this.remove();
</span><span class="cx">                 });
</span><span class="cx"> 
</span><del>-                for ( var f = 0; f &lt; fields.length; f++ ) {
</del><ins>+                for ( f = 0; f &lt; fields.length; f++ ) {
</ins><span class="cx">                         $(':input[name=&quot;' + fields[f] + '&quot;]', editRow).val( $('.'+fields[f], rowData).text() );
</span><span class="cx">                 }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminjsinlineeditpostjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/inline-edit-post.js (19204 => 19205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/inline-edit-post.js        2011-11-07 17:43:04 UTC (rev 19204)
+++ trunk/wp-admin/js/inline-edit-post.js        2011-11-07 17:45:24 UTC (rev 19205)
</span><span class="lines">@@ -1 +1 @@
</span><del>-(function($){inlineEditPost={init:function(){var t=this,qeRow=$(&quot;#inline-edit&quot;),bulkRow=$(&quot;#bulk-edit&quot;);t.type=$(&quot;table.widefat&quot;).hasClass(&quot;pages&quot;)?&quot;page&quot;:&quot;post&quot;;t.what=&quot;#post-&quot;;qeRow.keyup(function(e){if(e.which==27){return inlineEditPost.revert()}});bulkRow.keyup(function(e){if(e.which==27){return inlineEditPost.revert()}});$(&quot;a.cancel&quot;,qeRow).click(function(){return inlineEditPost.revert()});$(&quot;a.save&quot;,qeRow).click(function(){return inlineEditPost.save(this)});$(&quot;td&quot;,qeRow).keydown(function(e){if(e.which==13){return inlineEditPost.save(this)}});$(&quot;a.cancel&quot;,bulkRow).click(function(){return inlineEditPost.revert()});$('#inline-edit .inline-edit-private input[value=&quot;private&quot;]').click(function(){var pw=$(&quot;input.inline-edit-password-input&quot;);if($(this).prop(&quot;checked&quot;)){pw.val(&quot;&quot;).prop(&quot;disabled&quot;,true)}else{p
 w.prop(&quot;disabled&quot;,false)}});$(&quot;a.editinline&quot;).live(&quot;click&quot;,function(){inlineEditPost.edit(this);return false});$(&quot;#bulk-title-div&quot;).parents(&quot;fieldset&quot;).after($(&quot;#inline-edit fieldset.inline-edit-categories&quot;).clone()).siblings(&quot;fieldset:last&quot;).prepend($(&quot;#inline-edit label.inline-edit-tags&quot;).clone());$(&quot;span.catshow&quot;).click(function(){$(this).hide().next().show().parent().next().addClass(&quot;cat-hover&quot;)});$(&quot;span.cathide&quot;).click(function(){$(this).hide().prev().show().parent().next().removeClass(&quot;cat-hover&quot;)});$('select[name=&quot;_status&quot;] option[value=&quot;future&quot;]',bulkRow).remove();$(&quot;#doaction, #doaction2&quot;).click(function(e){var n=$(this).attr(&quot;id&quot;).substr(2);if($('select[name=&quot;'+n+'&quot;]').val()==&quot;edit&quot;){e.preventDefault();t.setBulk()}else{if($(&quot;form#posts-filter tr.inline-editor&quot;).length&gt;0){t.r
 evert()}}});$(&quot;#post-query-submit&quot;).mousedown(function(e){t.revert();$('select[name^=&quot;action&quot;]').val(&quot;-1&quot;)})},toggle:function(el){var t=this;$(t.what+t.getId(el)).css(&quot;display&quot;)==&quot;none&quot;?t.revert():t.edit(el)},setBulk:function(){var te=&quot;&quot;,type=this.type,tax,c=true;this.revert();$(&quot;#bulk-edit td&quot;).attr(&quot;colspan&quot;,$(&quot;.widefat:first thead th:visible&quot;).length);$(&quot;table.widefat tbody&quot;).prepend($(&quot;#bulk-edit&quot;));$(&quot;#bulk-edit&quot;).addClass(&quot;inline-editor&quot;).show();$('tbody th.check-column input[type=&quot;checkbox&quot;]').each(function(i){if($(this).prop(&quot;checked&quot;)){c=false;var id=$(this).val(),theTitle;theTitle=$(&quot;#inline_&quot;+id+&quot; .post_title&quot;).text()||inlineEditL10n.notitle;te+='&lt;div id=&quot;ttle'+id+'&quot;&gt;&lt;a id=&quot;_'+id+'&quot; class=&quot;ntdelbutton&quot; title=&quot;'+inlineEditL10n.ntdeltitle+'&quot;&gt;X&lt;/
 a&gt;'+theTitle+&quot;&lt;/div&gt;&quot;}});if(c){return this.revert()}$(&quot;#bulk-titles&quot;).html(te);$(&quot;#bulk-titles a&quot;).click(function(){var id=$(this).attr(&quot;id&quot;).substr(1);$('table.widefat input[value=&quot;'+id+'&quot;]').prop(&quot;checked&quot;,false);$(&quot;#ttle&quot;+id).remove()});if(&quot;post&quot;==type){tax=&quot;post_tag&quot;;$('tr.inline-editor textarea[name=&quot;tags_input&quot;]').suggest(&quot;admin-ajax.php?action=ajax-tag-search&amp;tax=&quot;+tax,{delay:500,minchars:2,multiple:true,multipleSep:&quot;, &quot;})}$(&quot;html, body&quot;).animate({scrollTop:0},&quot;fast&quot;)},edit:function(id){var t=this,fields,editRow,rowData,cats,status,pageOpt,pageLevel,nextPage,pageLoop=true,nextLevel,tax;t.revert();if(typeof(id)==&quot;object&quot;){id=t.getId(id)}fields=[&quot;post_title&quot;,&quot;post_name&quot;,&quot;post_author&quot;,&quot;_status&quot;,&quot;jj&quot;,&quot;mm&quot;,&quot;aa&quot;,&quot;hh&quot;,&quot;mn&quot;,&qu
 ot;ss&quot;,&quot;post_password&quot;,&quot;post_format&quot;];if(t.type==&quot;page&quot;){fields.push(&quot;post_parent&quot;,&quot;menu_order&quot;,&quot;page_template&quot;)}editRow=$(&quot;#inline-edit&quot;).clone(true);$(&quot;td&quot;,editRow).attr(&quot;colspan&quot;,$(&quot;.widefat:first thead th:visible&quot;).length);if($(t.what+id).hasClass(&quot;alternate&quot;)){$(editRow).addClass(&quot;alternate&quot;)}$(t.what+id).hide().after(editRow);rowData=$(&quot;#inline_&quot;+id);if(!$(':input[name=&quot;post_author&quot;] option[value=&quot;'+$(&quot;.post_author&quot;,rowData).text()+'&quot;]',editRow).val()){$(':input[name=&quot;post_author&quot;]',editRow).prepend('&lt;option value=&quot;'+$(&quot;.post_author&quot;,rowData).text()+'&quot;&gt;'+$(&quot;#&quot;+t.type+&quot;-&quot;+id+&quot; .author&quot;).text()+&quot;&lt;/option&gt;&quot;)}if($(':input[name=&quot;post_author&quot;] option',editRow).length==1){$(&quot;label.inline-edit-author&quot;,editRow).hide
 ()}var cur_format=$(&quot;.post_format&quot;,rowData).text();$(&quot;option.unsupported&quot;,editRow).each(function(){var $this=$(this);if($this.val()!=cur_format){$this.remove()}});for(var f=0;f&lt;fields.length;f++){$(':input[name=&quot;'+fields[f]+'&quot;]',editRow).val($(&quot;.&quot;+fields[f],rowData).text())}if($(&quot;.comment_status&quot;,rowData).text()==&quot;open&quot;){$('input[name=&quot;comment_status&quot;]',editRow).prop(&quot;checked&quot;,true)}if($(&quot;.ping_status&quot;,rowData).text()==&quot;open&quot;){$('input[name=&quot;ping_status&quot;]',editRow).prop(&quot;checked&quot;,true)}if($(&quot;.sticky&quot;,rowData).text()==&quot;sticky&quot;){$('input[name=&quot;sticky&quot;]',editRow).prop(&quot;checked&quot;,true)}$(&quot;.post_category&quot;,rowData).each(function(){var term_ids=$(this).text();if(term_ids){taxname=$(this).attr(&quot;id&quot;).replace(&quot;_&quot;+id,&quot;&quot;);$(&quot;ul.&quot;+taxname+&quot;-checklist :checkbox&quot;,editRow)
 .val(term_ids.split(&quot;,&quot;))}});$(&quot;.tags_input&quot;,rowData).each(function(){var terms=$(this).text();if(terms){taxname=$(this).attr(&quot;id&quot;).replace(&quot;_&quot;+id,&quot;&quot;);$(&quot;textarea.tax_input_&quot;+taxname,editRow).val(terms);$(&quot;textarea.tax_input_&quot;+taxname,editRow).suggest(&quot;admin-ajax.php?action=ajax-tag-search&amp;tax=&quot;+taxname,{delay:500,minchars:2,multiple:true,multipleSep:&quot;, &quot;})}});status=$(&quot;._status&quot;,rowData).text();if(&quot;future&quot;!=status){$('select[name=&quot;_status&quot;] option[value=&quot;future&quot;]',editRow).remove()}if(&quot;private&quot;==status){$('input[name=&quot;keep_private&quot;]',editRow).prop(&quot;checked&quot;,true);$(&quot;input.inline-edit-password-input&quot;).val(&quot;&quot;).prop(&quot;disabled&quot;,true)}pageOpt=$('select[name=&quot;post_parent&quot;] option[value=&quot;'+id+'&quot;]',editRow);if(pageOpt.length&gt;0){pageLevel=pageOpt[0].className.split(&quo
 t;-&quot;)[1];nextPage=pageOpt;while(pageLoop){nextPage=nextPage.next(&quot;option&quot;);if(nextPage.length==0){break}nextLevel=nextPage[0].className.split(&quot;-&quot;)[1];if(nextLevel&lt;=pageLevel){pageLoop=false}else{nextPage.remove();nextPage=pageOpt}}pageOpt.remove()}$(editRow).attr(&quot;id&quot;,&quot;edit-&quot;+id).addClass(&quot;inline-editor&quot;).show();$(&quot;.ptitle&quot;,editRow).focus();return false},save:function(id){var params,fields,page=$(&quot;.post_status_page&quot;).val()||&quot;&quot;;if(typeof(id)==&quot;object&quot;){id=this.getId(id)}$(&quot;table.widefat .inline-edit-save .waiting&quot;).show();params={action:&quot;inline-save&quot;,post_type:typenow,post_ID:id,edit_date:&quot;true&quot;,post_status:page};fields=$(&quot;#edit-&quot;+id+&quot; :input&quot;).serialize();params=fields+&quot;&amp;&quot;+$.param(params);$.post(&quot;admin-ajax.php&quot;,params,function(r){$(&quot;table.widefat .inline-edit-save .waiting&quot;).hide();if(r){if(-1!=
 r.indexOf(&quot;&lt;tr&quot;)){$(inlineEditPost.what+id).remove();$(&quot;#edit-&quot;+id).before(r).remove();$(inlineEditPost.what+id).hide().fadeIn()}else{r=r.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;);$(&quot;#edit-&quot;+id+&quot; .inline-edit-save .error&quot;).html(r).show()}}else{$(&quot;#edit-&quot;+id+&quot; .inline-edit-save .error&quot;).html(inlineEditL10n.error).show()}},&quot;html&quot;);return false},revert:function(){var id=$(&quot;table.widefat tr.inline-editor&quot;).attr(&quot;id&quot;);if(id){$(&quot;table.widefat .inline-edit-save .waiting&quot;).hide();if(&quot;bulk-edit&quot;==id){$(&quot;table.widefat #bulk-edit&quot;).removeClass(&quot;inline-editor&quot;).hide();$(&quot;#bulk-titles&quot;).html(&quot;&quot;);$(&quot;#inlineedit&quot;).append($(&quot;#bulk-edit&quot;))}else{$(&quot;#&quot;+id).remove();id=id.substr(id.lastIndexOf(&quot;-&quot;)+1);$(this.what+id).show()}}return false},getId:function(o){var id=$(o).closest(&quot;tr&quot;).attr(&q
 uot;id&quot;),parts=id.split(&quot;-&quot;);return parts[parts.length-1]}};$(document).ready(function(){inlineEditPost.init()})})(jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+(function(a){inlineEditPost={init:function(){var c=this,d=a(&quot;#inline-edit&quot;),b=a(&quot;#bulk-edit&quot;);c.type=a(&quot;table.widefat&quot;).hasClass(&quot;pages&quot;)?&quot;page&quot;:&quot;post&quot;;c.what=&quot;#post-&quot;;d.keyup(function(f){if(f.which==27){return inlineEditPost.revert()}});b.keyup(function(f){if(f.which==27){return inlineEditPost.revert()}});a(&quot;a.cancel&quot;,d).click(function(){return inlineEditPost.revert()});a(&quot;a.save&quot;,d).click(function(){return inlineEditPost.save(this)});a(&quot;td&quot;,d).keydown(function(f){if(f.which==13){return inlineEditPost.save(this)}});a(&quot;a.cancel&quot;,b).click(function(){return inlineEditPost.revert()});a('#inline-edit .inline-edit-private input[value=&quot;private&quot;]').click(function(){var e=a(&quot;input.inline-edit-password-input&quot;);if(a(this).prop(&quot;checked&quot;)){e.val(&quot;&quot;).prop(&quot;disabled&quot;,true)}else{e.prop(&quot;disabled&quot;,false)}});a(&
 quot;a.editinline&quot;).live(&quot;click&quot;,function(){inlineEditPost.edit(this);return false});a(&quot;#bulk-title-div&quot;).parents(&quot;fieldset&quot;).after(a(&quot;#inline-edit fieldset.inline-edit-categories&quot;).clone()).siblings(&quot;fieldset:last&quot;).prepend(a(&quot;#inline-edit label.inline-edit-tags&quot;).clone());a(&quot;span.catshow&quot;).click(function(){a(this).hide().next().show().parent().next().addClass(&quot;cat-hover&quot;)});a(&quot;span.cathide&quot;).click(function(){a(this).hide().prev().show().parent().next().removeClass(&quot;cat-hover&quot;)});a('select[name=&quot;_status&quot;] option[value=&quot;future&quot;]',b).remove();a(&quot;#doaction, #doaction2&quot;).click(function(f){var g=a(this).attr(&quot;id&quot;).substr(2);if(a('select[name=&quot;'+g+'&quot;]').val()==&quot;edit&quot;){f.preventDefault();c.setBulk()}else{if(a(&quot;form#posts-filter tr.inline-editor&quot;).length&gt;0){c.revert()}}});a(&quot;#post-query-submit&quot;).m
 ousedown(function(f){c.revert();a('select[name^=&quot;action&quot;]').val(&quot;-1&quot;)})},toggle:function(c){var b=this;a(b.what+b.getId(c)).css(&quot;display&quot;)==&quot;none&quot;?b.revert():b.edit(c)},setBulk:function(){var e=&quot;&quot;,d=this.type,b,f=true;this.revert();a(&quot;#bulk-edit td&quot;).attr(&quot;colspan&quot;,a(&quot;.widefat:first thead th:visible&quot;).length);a(&quot;table.widefat tbody&quot;).prepend(a(&quot;#bulk-edit&quot;));a(&quot;#bulk-edit&quot;).addClass(&quot;inline-editor&quot;).show();a('tbody th.check-column input[type=&quot;checkbox&quot;]').each(function(g){if(a(this).prop(&quot;checked&quot;)){f=false;var h=a(this).val(),c;c=a(&quot;#inline_&quot;+h+&quot; .post_title&quot;).text()||inlineEditL10n.notitle;e+='&lt;div id=&quot;ttle'+h+'&quot;&gt;&lt;a id=&quot;_'+h+'&quot; class=&quot;ntdelbutton&quot; title=&quot;'+inlineEditL10n.ntdeltitle+'&quot;&gt;X&lt;/a&gt;'+c+&quot;&lt;/div&gt;&quot;}});if(f){return this.revert()}a(&quot;#bu
 lk-titles&quot;).html(e);a(&quot;#bulk-titles a&quot;).click(function(){var c=a(this).attr(&quot;id&quot;).substr(1);a('table.widefat input[value=&quot;'+c+'&quot;]').prop(&quot;checked&quot;,false);a(&quot;#ttle&quot;+c).remove()});if(&quot;post&quot;==d){b=&quot;post_tag&quot;;a('tr.inline-editor textarea[name=&quot;tags_input&quot;]').suggest(&quot;admin-ajax.php?action=ajax-tag-search&amp;tax=&quot;+b,{delay:500,minchars:2,multiple:true,multipleSep:&quot;, &quot;})}a(&quot;html, body&quot;).animate({scrollTop:0},&quot;fast&quot;)},edit:function(c){var n=this,j,e,g,i,h,m,l,d=true,o,b,k;n.revert();if(typeof(c)==&quot;object&quot;){c=n.getId(c)}j=[&quot;post_title&quot;,&quot;post_name&quot;,&quot;post_author&quot;,&quot;_status&quot;,&quot;jj&quot;,&quot;mm&quot;,&quot;aa&quot;,&quot;hh&quot;,&quot;mn&quot;,&quot;ss&quot;,&quot;post_password&quot;,&quot;post_format&quot;];if(n.type==&quot;page&quot;){j.push(&quot;post_parent&quot;,&quot;menu_order&quot;,&quot;page_template
 &quot;)}e=a(&quot;#inline-edit&quot;).clone(true);a(&quot;td&quot;,e).attr(&quot;colspan&quot;,a(&quot;.widefat:first thead th:visible&quot;).length);if(a(n.what+c).hasClass(&quot;alternate&quot;)){a(e).addClass(&quot;alternate&quot;)}a(n.what+c).hide().after(e);g=a(&quot;#inline_&quot;+c);if(!a(':input[name=&quot;post_author&quot;] option[value=&quot;'+a(&quot;.post_author&quot;,g).text()+'&quot;]',e).val()){a(':input[name=&quot;post_author&quot;]',e).prepend('&lt;option value=&quot;'+a(&quot;.post_author&quot;,g).text()+'&quot;&gt;'+a(&quot;#&quot;+n.type+&quot;-&quot;+c+&quot; .author&quot;).text()+&quot;&lt;/option&gt;&quot;)}if(a(':input[name=&quot;post_author&quot;] option',e).length==1){a(&quot;label.inline-edit-author&quot;,e).hide()}b=a(&quot;.post_format&quot;,g).text();a(&quot;option.unsupported&quot;,e).each(function(){var f=a(this);if(f.val()!=b){f.remove()}});for(k=0;k&lt;j.length;k++){a(':input[name=&quot;'+j[k]+'&quot;]',e).val(a(&quot;.&quot;+j[k],g).text())
 }if(a(&quot;.comment_status&quot;,g).text()==&quot;open&quot;){a('input[name=&quot;comment_status&quot;]',e).prop(&quot;checked&quot;,true)}if(a(&quot;.ping_status&quot;,g).text()==&quot;open&quot;){a('input[name=&quot;ping_status&quot;]',e).prop(&quot;checked&quot;,true)}if(a(&quot;.sticky&quot;,g).text()==&quot;sticky&quot;){a('input[name=&quot;sticky&quot;]',e).prop(&quot;checked&quot;,true)}a(&quot;.post_category&quot;,g).each(function(){var f=a(this).text();if(f){taxname=a(this).attr(&quot;id&quot;).replace(&quot;_&quot;+c,&quot;&quot;);a(&quot;ul.&quot;+taxname+&quot;-checklist :checkbox&quot;,e).val(f.split(&quot;,&quot;))}});a(&quot;.tags_input&quot;,g).each(function(){var p=a(this).text(),q=a(this).attr(&quot;id&quot;).replace(&quot;_&quot;+c,&quot;&quot;),f=a(&quot;textarea.tax_input_&quot;+q,e);if(p){f.val(p)}f.suggest(&quot;admin-ajax.php?action=ajax-tag-search&amp;tax=&quot;+q,{delay:500,minchars:2,multiple:true,multipleSep:&quot;, &quot;})});i=a(&quot;._status&
 quot;,g).text();if(&quot;future&quot;!=i){a('select[name=&quot;_status&quot;] option[value=&quot;future&quot;]',e).remove()}if(&quot;private&quot;==i){a('input[name=&quot;keep_private&quot;]',e).prop(&quot;checked&quot;,true);a(&quot;input.inline-edit-password-input&quot;).val(&quot;&quot;).prop(&quot;disabled&quot;,true)}h=a('select[name=&quot;post_parent&quot;] option[value=&quot;'+c+'&quot;]',e);if(h.length&gt;0){m=h[0].className.split(&quot;-&quot;)[1];l=h;while(d){l=l.next(&quot;option&quot;);if(l.length==0){break}o=l[0].className.split(&quot;-&quot;)[1];if(o&lt;=m){d=false}else{l.remove();l=h}}h.remove()}a(e).attr(&quot;id&quot;,&quot;edit-&quot;+c).addClass(&quot;inline-editor&quot;).show();a(&quot;.ptitle&quot;,e).focus();return false},save:function(e){var d,b,c=a(&quot;.post_status_page&quot;).val()||&quot;&quot;;if(typeof(e)==&quot;object&quot;){e=this.getId(e)}a(&quot;table.widefat .inline-edit-save .waiting&quot;).show();d={action:&quot;inline-save&quot;,post_typ
 e:typenow,post_ID:e,edit_date:&quot;true&quot;,post_status:c};b=a(&quot;#edit-&quot;+e+&quot; :input&quot;).serialize();d=b+&quot;&amp;&quot;+a.param(d);a.post(&quot;admin-ajax.php&quot;,d,function(f){a(&quot;table.widefat .inline-edit-save .waiting&quot;).hide();if(f){if(-1!=f.indexOf(&quot;&lt;tr&quot;)){a(inlineEditPost.what+e).remove();a(&quot;#edit-&quot;+e).before(f).remove();a(inlineEditPost.what+e).hide().fadeIn()}else{f=f.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;);a(&quot;#edit-&quot;+e+&quot; .inline-edit-save .error&quot;).html(f).show()}}else{a(&quot;#edit-&quot;+e+&quot; .inline-edit-save .error&quot;).html(inlineEditL10n.error).show()}},&quot;html&quot;);return false},revert:function(){var b=a(&quot;table.widefat tr.inline-editor&quot;).attr(&quot;id&quot;);if(b){a(&quot;table.widefat .inline-edit-save .waiting&quot;).hide();if(&quot;bulk-edit&quot;==b){a(&quot;table.widefat #bulk-edit&quot;).removeClass(&quot;inline-editor&quot;).hide();a(&quot;#bulk-titl
 es&quot;).html(&quot;&quot;);a(&quot;#inlineedit&quot;).append(a(&quot;#bulk-edit&quot;))}else{a(&quot;#&quot;+b).remove();b=b.substr(b.lastIndexOf(&quot;-&quot;)+1);a(this.what+b).show()}}return false},getId:function(c){var d=a(c).closest(&quot;tr&quot;).attr(&quot;id&quot;),b=d.split(&quot;-&quot;);return b[b.length-1]}};a(document).ready(function(){inlineEditPost.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 (19204 => 19205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2011-11-07 17:43:04 UTC (rev 19204)
+++ trunk/wp-includes/script-loader.php        2011-11-07 17:45:24 UTC (rev 19205)
</span><span class="lines">@@ -345,7 +345,7 @@
</span><span class="cx"> 
</span><span class="cx">                 $scripts-&gt;add( 'theme-preview', &quot;/wp-admin/js/theme-preview$suffix.js&quot;, array( 'thickbox', 'jquery' ), '20100407', 1 );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'inline-edit-post', &quot;/wp-admin/js/inline-edit-post$suffix.js&quot;, array( 'jquery', 'suggest' ), '20110919', 1 );
</del><ins>+                $scripts-&gt;add( 'inline-edit-post', &quot;/wp-admin/js/inline-edit-post$suffix.js&quot;, array( 'jquery', 'suggest' ), '20111107', 1 );
</ins><span class="cx">                 $scripts-&gt;add_script_data( 'inline-edit-post', 'inlineEditL10n', array(
</span><span class="cx">                         'error' =&gt; __('Error while saving the changes.'),
</span><span class="cx">                         'ntdeltitle' =&gt; __('Remove From Bulk Edit'),
</span></span></pre>
</div>
</div>

</body>
</html>