Make WordPress Core

Changeset 17698


Ignore:
Timestamp:
04/25/2011 02:33:27 PM (13 years ago)
Author:
ryan
Message:

Typo fix. Props ocean90, guyn. fixes #17234

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r17540 r17698  
    24562456    }
    24572457
    2458     // Don't allow contributors to set to set the post slug for pending review posts
     2458    // Don't allow contributors to set the post slug for pending review posts
    24592459    if ( 'pending' == $post_status && !current_user_can( 'publish_posts' ) )
    24602460        $post_name = '';
Note: See TracChangeset for help on using the changeset viewer.