Changeset 59048 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/18/2024 05:17:05 AM (20 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r59045 r59048 490 490 'late_route_registration' => true, 491 491 'capabilities' => array( 492 'read' => 'edit_ theme_options',492 'read' => 'edit_posts', 493 493 'create_posts' => 'edit_theme_options', 494 494 'edit_posts' => 'edit_theme_options',
Note: See TracChangeset
for help on using the changeset viewer.