78c78
< 	if ( is_blog_admin() && current_user_can('edit_posts') )
---
> 	if ( is_blog_admin() && current_user_can( get_post_type( 'post' ) )->cap->create_posts )
