<!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>[18722] trunk: Add post formats to quick edit and bulk edit.</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/18722">18722</a></dd>
<dt>Author</dt> <dd>duck_</dd>
<dt>Date</dt> <dd>2011-09-19 17:02:58 +0000 (Mon, 19 Sep 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add post formats to quick edit and bulk edit. Fixes <a href="http://core.trac.wordpress.org/ticket/18083">#18083</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesclasswppostslisttablephp">trunk/wp-admin/includes/class-wp-posts-list-table.php</a></li>
<li><a href="#trunkwpadminincludespostphp">trunk/wp-admin/includes/post.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<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="trunkwpadminincludesclasswppostslisttablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-posts-list-table.php (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-posts-list-table.php        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-admin/includes/class-wp-posts-list-table.php        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -987,6 +987,25 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+        &lt;?php if ( post_type_supports( $screen-&gt;post_type, 'post-formats' ) &amp;&amp; current_theme_supports( 'post-formats' ) ) : 
+                $post_formats = get_theme_support( 'post-formats' );
+                if ( is_array( $post_formats[0] ) ) : ?&gt;
+                        &lt;div class=&quot;inline-edit-group&quot;&gt;
+                                &lt;label class=&quot;alignleft&quot; for=&quot;post_format&quot;&gt;
+                                &lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Post Format' ); ?&gt;&lt;/span&gt;
+                                &lt;select name=&quot;post_format&quot; id=&quot;post_format&quot;&gt;
+                                &lt;?php if ( $bulk ) : ?&gt;
+                                        &lt;option value=&quot;-1&quot;&gt;&lt;?php _e( '&amp;mdash; No Change &amp;mdash;' ); ?&gt;&lt;/option&gt;
+                                &lt;?php endif; ?&gt;
+                                        &lt;option value=&quot;0&quot;&gt;&lt;?php _ex( 'Standard', 'Post format' ); ?&gt;&lt;/option&gt;
+                                &lt;?php foreach ( $post_formats[0] as $format ): ?&gt;
+                                        &lt;option value=&quot;&lt;?php echo esc_attr( $format ); ?&gt;&quot;&gt;&lt;?php echo esc_html( get_post_format_string( $format ) ); ?&gt;&lt;/option&gt;
+                                &lt;?php endforeach; ?&gt;
+                                &lt;/select&gt;&lt;/label&gt;
+                        &lt;/div&gt;
+                &lt;?php endif; ?&gt;
+        &lt;?php endif; // post-formats ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;/fieldset&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;?php
</span></span></pre></div>
<a id="trunkwpadminincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/post.php (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/post.php        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-admin/includes/post.php        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -307,9 +307,9 @@
</span><span class="cx">                 foreach ( $post_data['tax_input'] as $tax_name =&gt; $terms ) {
</span><span class="cx">                         if ( empty($terms) )
</span><span class="cx">                                 continue;
</span><del>-                        if ( is_taxonomy_hierarchical( $tax_name ) )
</del><ins>+                        if ( is_taxonomy_hierarchical( $tax_name ) ) {
</ins><span class="cx">                                 $tax_input[$tax_name] = array_map( 'absint', $terms );
</span><del>-                        else {
</del><ins>+                        } else {
</ins><span class="cx">                                 $tax_input[$tax_name] = preg_replace( '/\s*,\s*/', ',', rtrim( trim($terms), ' ,' ) );
</span><span class="cx">                                 $tax_input[$tax_name] = explode(',', $tax_input[$tax_name]);
</span><span class="cx">                         }
</span><span class="lines">@@ -332,6 +332,14 @@
</span><span class="cx">                 }
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+        if ( isset( $post_data['post_format'] ) ) {
+                if ( '0' == $post_data['post_format'] )
+                        $post_data['post_format'] = false;
+                // don't change the post format if it's not supported or not '0' (standard)
+                elseif ( ! current_theme_supports( 'post-formats', $post_data['post_format'] ) )
+                        unset( $post_data['post_format'] );
+        }
+
</ins><span class="cx">         $updated = $skipped = $locked = array();
</span><span class="cx">         foreach ( $post_IDs as $post_ID ) {
</span><span class="cx">                 $post_type_object = get_post_type_object( get_post_type( $post_ID ) );
</span><span class="lines">@@ -382,6 +390,8 @@
</span><span class="cx">                                 unstick_post( $post_ID );
</span><span class="cx">                 }
</span><span class="cx"> 
</span><ins>+                if ( isset( $post_data['post_format'] ) )
+                        set_post_format( $post_ID, $post_data['post_format'] );
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         return array( 'updated' =&gt; $updated, 'skipped' =&gt; $skipped, 'locked' =&gt; $locked );
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-admin/includes/template.php        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -310,6 +310,9 @@
</span><span class="cx">         if ( !$post_type_object-&gt;hierarchical )
</span><span class="cx">                 echo '&lt;div class=&quot;sticky&quot;&gt;' . (is_sticky($post-&gt;ID) ? 'sticky' : '') . '&lt;/div&gt;';
</span><span class="cx"> 
</span><ins>+        if ( post_type_supports( $post-&gt;post_type, 'post-formats' ) )
+                echo '&lt;div class=&quot;post_format&quot;&gt;' . esc_html( get_post_format( $post-&gt;ID ) ) . '&lt;/div&gt;';
+
</ins><span class="cx">         echo '&lt;/div&gt;';
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminjsinlineeditpostdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/inline-edit-post.dev.js (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/inline-edit-post.dev.js        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-admin/js/inline-edit-post.dev.js        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">                 if ( typeof(id) == 'object' )
</span><span class="cx">                         id = t.getId(id);
</span><span class="cx"> 
</span><del>-                fields = ['post_title', 'post_name', 'post_author', '_status', 'jj', 'mm', 'aa', 'hh', 'mn', 'ss', 'post_password'];
</del><ins>+                fields = ['post_title', 'post_name', 'post_author', '_status', 'jj', 'mm', 'aa', 'hh', 'mn', 'ss', 'post_password', 'post_format'];
</ins><span class="cx">                 if ( t.type == 'page' )
</span><span class="cx">                         fields.push('post_parent', 'menu_order', 'page_template');
</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 (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/inline-edit-post.js        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-admin/js/inline-edit-post.js        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -1 +1 @@
</span><del>-(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(b){var o=this,j,d,g,n,i,h,m,l,c=true,p,e;o.revert();if(typeof(b)==&quot;object&quot;){b=o.getId(b)}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;];if(o.type==&quot;page&quot;){j.push(&quot;post_parent&quot;,&quot;menu_order&quot;,&quot;page_template&quot;)}d=a(&quot;#inlin
 e-edit&quot;).clone(true);a(&quot;td&quot;,d).attr(&quot;colspan&quot;,a(&quot;.widefat:first thead th:visible&quot;).length);if(a(o.what+b).hasClass(&quot;alternate&quot;)){a(d).addClass(&quot;alternate&quot;)}a(o.what+b).hide().after(d);g=a(&quot;#inline_&quot;+b);if(!a(':input[name=&quot;post_author&quot;] option[value=&quot;'+a(&quot;.post_author&quot;,g).text()+'&quot;]',d).val()){a(':input[name=&quot;post_author&quot;]',d).prepend('&lt;option value=&quot;'+a(&quot;.post_author&quot;,g).text()+'&quot;&gt;'+a(&quot;#&quot;+o.type+&quot;-&quot;+b+&quot; .author&quot;).text()+&quot;&lt;/option&gt;&quot;)}if(a(':input[name=&quot;post_author&quot;] option',d).length==1){a(&quot;label.inline-edit-author&quot;,d).hide()}for(var k=0;k&lt;j.length;k++){a(':input[name=&quot;'+j[k]+'&quot;]',d).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;]',d).prop(&quot;checked&quot;,true)}if(a(&quot;.pi
 ng_status&quot;,g).text()==&quot;open&quot;){a('input[name=&quot;ping_status&quot;]',d).prop(&quot;checked&quot;,true)}if(a(&quot;.sticky&quot;,g).text()==&quot;sticky&quot;){a('input[name=&quot;sticky&quot;]',d).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;+b,&quot;&quot;);a(&quot;ul.&quot;+taxname+&quot;-checklist :checkbox&quot;,d).val(f.split(&quot;,&quot;))}});a(&quot;.tags_input&quot;,g).each(function(){var f=a(this).text();if(f){taxname=a(this).attr(&quot;id&quot;).replace(&quot;_&quot;+b,&quot;&quot;);a(&quot;textarea.tax_input_&quot;+taxname,d).val(f);a(&quot;textarea.tax_input_&quot;+taxname,d).suggest(&quot;admin-ajax.php?action=ajax-tag-search&amp;tax=&quot;+taxname,{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;]',d).remove()}if(&quot;private&quot;==i){a('input[name=&quot;keep_private&quot;]',d).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;'+b+'&quot;]',d);if(h.length&gt;0){m=h[0].className.split(&quot;-&quot;)[1];l=h;while(c){l=l.next(&quot;option&quot;);if(l.length==0){break}p=l[0].className.split(&quot;-&quot;)[1];if(p&lt;=m){c=false}else{l.remove();l=h}}h.remove()}a(d).attr(&quot;id&quot;,&quot;edit-&quot;+b).addClass(&quot;inline-editor&quot;).show();a(&quot;.ptitle&quot;,d).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_type:typenow,post_ID:e,edit_date:&quot;true&quot;,post_status:c};b=a(&quot;#edit-&quot;+e+&quot; :i
 nput&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-titles&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);
</del><span class="cx">\ No newline at end of file
</span><ins>+(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
 ()}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;_&qu
 ot;+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(&quot;-&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(ne
 xtLevel&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(&quot;id&quot;),parts=id.split(&quot;-&quot;);return parts[parts.length-1]}};$(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 (18721 => 18722)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2011-09-19 16:31:33 UTC (rev 18721)
+++ trunk/wp-includes/script-loader.php        2011-09-19 17:02:58 UTC (rev 18722)
</span><span class="lines">@@ -323,7 +323,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' ), '20110609', 1 );
</del><ins>+                $scripts-&gt;add( 'inline-edit-post', &quot;/wp-admin/js/inline-edit-post$suffix.js&quot;, array( 'jquery', 'suggest' ), '20110919', 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>