[wp-trac] [WordPress Trac] #13982: Quick edit changes author
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 28 04:13:18 UTC 2010
#13982: Quick edit changes author
-----------------------------+----------------------------------------------
Reporter: jfarthing84 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Quick/Bulk Edit | Version: 3.0
Severity: major | Keywords: reporter-feedback
-----------------------------+----------------------------------------------
Comment(by nacin):
These conditions are required for a dropdown to be printed:
{{{
( post_type_supports( $screen->post_type, 'author' ) )
&&
( is_super_admin() || current_user_can(
$post_type_object->cap->edit_others_posts ) )
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13982#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list