Changeset 22060 for trunk/wp-includes/post.php
- Timestamp:
- 09/27/2012 03:33:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r21981 r22060 1297 1297 'publish_posts' => 'publish_' . $plural_base, 1298 1298 'read_private_posts' => 'read_private_' . $plural_base, 1299 // Post creation capability simply maps to edit_posts by default: 1300 'create_posts' => 'edit_' . $plural_base, 1299 1301 ); 1300 1302
Note: See TracChangeset
for help on using the changeset viewer.