Ticket #22671: miqro-admin-bar.patch
| File miqro-admin-bar.patch, 529 bytes (added by , 13 years ago) |
|---|
-
wp-includes/admin-bar.php
428 428 429 429 if ( 'post' == $current_screen->base 430 430 && 'add' != $current_screen->action 431 && 'auto-draft' != get_post_status( $post ) 431 432 && ( $post_type_object = get_post_type_object( $post->post_type ) ) 432 433 && current_user_can( $post_type_object->cap->read_post, $post->ID ) 433 434 && ( $post_type_object->public )