Make WordPress Core

Ticket #25681: dashboard.php.diff

File dashboard.php.diff, 166 bytes (added by jim912, 12 years ago)

Diff file of dashboard.php

Line 
178c78
2<       if ( is_blog_admin() && current_user_can('edit_posts') )
3---
4>       if ( is_blog_admin() && current_user_can( get_post_type( 'post' ) )->cap->create_posts )