4.0: Hybrid_Admin_Post_Layout::add_meta_boxes()
should allow Editor role
#169
Labels
Hybrid_Admin_Post_Layout::add_meta_boxes()
should allow Editor role
#169
https://github.com/justintadlock/hybrid-core/blob/4.0/admin/class-post-layout.php#L78 hardcodes
current_user_can( 'edit_theme_options' )
conditional.This should be relaxed, because Editor role should be able to choose post-specific layouts, but stay out of theme options in general.
Your thoughts?
The text was updated successfully, but these errors were encountered: