Ticket #24153: 24153.patch
File 24153.patch, 455 bytes (added by , 10 years ago) |
---|
-
wp-admin/includes/post.php
383 383 384 384 wp_set_post_lock( $post_ID ); 385 385 386 if ( current_user_can( $ptype->cap-> edit_others_posts ) ) {386 if ( current_user_can( $ptype->cap->publish_posts ) ) { 387 387 if ( ! empty( $post_data['sticky'] ) ) 388 388 stick_post( $post_ID ); 389 389 else