Make WordPress Core

Changeset 14902


Ignore:
Timestamp:
05/25/2010 06:59:20 PM (15 years ago)
Author:
nacin
Message:

Fix typo. props rovo89, fixes #13494.

File:
1 edited

Legend:

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

    r14883 r14902  
    909909        'edit_others_posts'  => 'edit_others_'  . $args->capability_type . 's',
    910910        'publish_posts'      => 'publish_'      . $args->capability_type . 's',
    911         'read_post'          => 'edit_'         . $args->capability_type,
     911        'read_post'          => 'read_'         . $args->capability_type,
    912912        'read_private_posts' => 'read_private_' . $args->capability_type . 's',
    913913        'delete_post'        => 'delete_'       . $args->capability_type,
Note: See TracChangeset for help on using the changeset viewer.