Make WordPress Core

Ticket #57436: wp_set_password.patch

File wp_set_password.patch, 480 bytes (added by tanner m, 2 years ago)

Patch 1

  • wp-includes/pluggable.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php
    a b  
    26352635                );
    26362636
    26372637                clean_user_cache( $user_id );
     2638               
     2639                do_action( 'wp_set_password', $password, $user_id );
    26382640        }
    26392641endif;
    26402642