Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
developeregrem committed Jan 14, 2020
1 parent 9323830 commit 501f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-author-security/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function register_wp_author_security_settings() {
add_option( 'protectAuthor', $argsAuthor['default']);
add_option( 'protectAuthorName', $argsAuthorName['default']);
add_option( 'disableLoggedIn', $argsLoggedIn['default']);
add_option( 'disableRestUser', $argsLoggedIn['default']);
add_option( 'disableRestUser', $argsRestUser['default']);
};

function wp_author_security_menu() {
Expand Down

0 comments on commit 501f710

Please # to comment.