wpexpertsio / new-user-approve

WordPress plugin that allows an admin to approve new users
http://wordpress.org/plugins/new-user-approve/
GNU General Public License v2.0
60 stars 45 forks source link

admin_url #68

Open 1ucay opened 6 years ago

1ucay commented 6 years ago

Hi, in file admin-approve.php

there is get_option( 'siteurl' ) . '/wp-admin/users.php?page= should be admin_url( 'users.php?page= ....

Thank you for fix