[wp-trac] [WordPress Trac] #20345: Don't show Author column on posts screen for single author sites
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 11 20:20:16 UTC 2012
#20345: Don't show Author column on posts screen for single author sites
------------------------------+------------------
Reporter: johnbillion | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: 3.4
Component: Administration | Version: 3.4
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+------------------
Comment (by nacin):
Had two posts by the same author. Quick edited one post to set the author
to author 2.
The ajax response came back with an extra column:
http://cl.ly/011E2R1Z222u2w2f211O
We may need to pass is_multi_author() back via quick edit so it knows to
not return that column until the page refreshes.
Also, maybe is_multi_author() isn't the best check here, because it is the
admin. If I am the 'admin', I would probably want to see an author column
of posts by 'steve'.
Perhaps it should be an actual check for total users in the DB. (That
would avoid the need to mess with quick edit.)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20345#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list