- fixed vulnerabilities;

- small changes and fixes;
This commit is contained in:
nikitozzzzzzz
2017-08-07 16:30:12 +03:00
parent 2b21ebbc7c
commit c4b6484438
18 changed files with 59 additions and 26 deletions
+2 -2
View File
@@ -61,9 +61,9 @@
*
*/
add_action('send_password_change_email','um_send_password_change_email');
function um_send_password_change_email( $args ){
function um_send_password_change_email( $args ) {
extract( $args );
extract( $args );
um_fetch_user( $user_id );