Ticket #17234: 17234.patch
File 17234.patch, 500 bytes (added by , 13 years ago) |
---|
-
wp-includes/post.php
2455 2455 $post_before = get_post($post_ID); 2456 2456 } 2457 2457 2458 // Don't allow contributors to set t o set the post slug for pending review posts2458 // Don't allow contributors to set the post slug for pending review posts 2459 2459 if ( 'pending' == $post_status && !current_user_can( 'publish_posts' ) ) 2460 2460 $post_name = ''; 2461 2461