[wp-trac] [WordPress Trac] #8651: Tag auto suggest in admin doesn't
work if user role is less than editor
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 17 21:33:26 GMT 2008
#8651: Tag auto suggest in admin doesn't work if user role is less than editor
----------------------------+-----------------------------------------------
Reporter: yoavf | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: Administration | Version:
Severity: normal | Keywords: suggest, admin-ajax
----------------------------+-----------------------------------------------
in admin-ajax.php (case 'inline-save-tax') there's the following test:
{{{
if ( ! current_user_can('manage_categories') )
}}}
Contributors cannot manage_categories, so they cannot get ajax tag
suggestions, and instead they get "-1"
--
Ticket URL: <http://trac.wordpress.org/ticket/8651>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list