[wp-trac] [WordPress Trac] #10478: Quickediting pending post adds extra column to post list
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 24 21:16:59 UTC 2009
#10478: Quickediting pending post adds extra column to post list
--------------------------+-------------------------------------------------
Reporter: sirzooro | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.8.3
Component: General | Version: 2.8.2
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+-------------------------------------------------
Comment(by sirzooro):
After quick investigation I have found in file inline-edit-post.dev.js two
following lines (224-225). Looks that we need to add pending check here
too:
{{{
if ( 'draft' == $('input[name="post_status"]').val() )
row.find('td.column-comments').hide();
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10478#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list