Skip to content

Commit 5db971a

Browse files
committed
Plugin: require edit_posts capacity instead of manage_options
1 parent 052a5d6 commit 5db971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function gutenberg_menu() {
1919
add_menu_page(
2020
'Gutenberg',
2121
'Gutenberg',
22-
'manage_options',
22+
'edit_posts',
2323
'gutenberg',
2424
'the_gutenberg_project',
2525
'dashicons-edit'

0 commit comments

Comments
 (0)