Make WordPress Core


Ignore:
Timestamp:
09/27/2012 03:33:19 PM (12 years ago)
Author:
ryan
Message:

Introduce create_posts meta capability. Props scribu, nacin, casben79. see #16714

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r21948 r22060  
    5050    $submenu['edit.php'][5]  = array( __('All Posts'), 'edit_posts', 'edit.php' );
    5151    /* translators: add new post */
    52     $submenu['edit.php'][10]  = array( _x('Add New', 'post'), 'edit_posts', 'post-new.php' );
     52    $submenu['edit.php'][10]  = array( _x('Add New', 'post'), 'create_posts', 'post-new.php' );
    5353
    5454    $i = 15;
Note: See TracChangeset for help on using the changeset viewer.