[wp-trac] [WordPress Trac] #12035: Allow taxonomy privledges to be handled independently of categories

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 27 07:44:25 UTC 2010


#12035: Allow taxonomy privledges to be handled independently of categories
-------------------------+--------------------------------------------------
 Reporter:  dd32         |       Owner:  dd32    
     Type:  enhancement  |      Status:  accepted
 Priority:  normal       |   Milestone:  3.0     
Component:  Taxonomy     |     Version:  3.0     
 Severity:  normal       |    Keywords:          
-------------------------+--------------------------------------------------

Comment(by dd32):

 You'd have the option of either using a pre-defined capability, or adding
 your own and adding it to the roles you want.

 What i'd do is probably:

 > * editors can create, edit & delete terms

 edit_cap + delete_cap => edit_others_posts

 > * authors can only use existing terms

 manage_cap => publish_posts

 Thats going off http://codex.wordpress.org/Roles_and_Capabilities#Roles

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12035#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list