Changeset 42843 for trunk/src/wp-login.php
- Timestamp:
- 03/18/2018 02:22:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r42827 r42843 872 872 /** 873 873 * Fires an action hook when the account action was not confirmed. 874 * 874 * 875 875 * After running this action hook the page will die. 876 * 876 * 877 877 * @param WP_Error $result Error object. 878 878 */ … … 881 881 wp_die( $result ); 882 882 } 883 883 884 884 /** 885 885 * Fires an action hook when the account action has been confirmed by the user. 886 * 886 * 887 887 * Using this you can assume the user has agreed to perform the action by 888 888 * clicking on the link in the confirmation email. 889 * 890 * After firing this action hook the page will redirect to wp-login a callback 889 * 890 * After firing this action hook the page will redirect to wp-login a callback 891 891 * redirects or exits first. 892 * 892 * 893 893 * @param array $result { 894 894 * Data about the action which was confirmed.
Note: See TracChangeset
for help on using the changeset viewer.