diff --git a/includes/widgets/fields/author-user.php b/includes/widgets/fields/author-user.php index 5074aa1..e8166e7 100644 --- a/includes/widgets/fields/author-user.php +++ b/includes/widgets/fields/author-user.php @@ -2,7 +2,7 @@ $users = get_users( array( - 'who' => 'authors', + 'capability' => array( 'edit_posts' ), ) ); $options = array(