Changeset 17698
- Timestamp:
- 04/25/2011 02:33:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r17540 r17698 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 = '';
Note: See TracChangeset
for help on using the changeset viewer.