diff --git a/admin/admin.php b/admin/admin.php new file mode 100644 index 0000000..23236d2 --- /dev/null +++ b/admin/admin.php @@ -0,0 +1,100 @@ +' . __( 'Password protect your web site. Users will be asked to enter a password to view the site.', 'password_protected' ) . '
'; + } + + /** + * Password Protection Status Field + */ + function password_protected_status_field() { + echo ' ' . __( 'Enabled', 'password_protected' ); + } + + /** + * Password Field + */ + function password_protected_password_field() { + echo ' ' . __( 'If you would like to change the password type a new one. Otherwise leave this blank.', 'password_protected' ) . '' . __( 'You have enabled password protection but not yet set a password. Please set one below.', 'password_protected' ) . '