Make WordPress Core


Ignore:
Timestamp:
03/18/2018 02:22:09 PM (7 years ago)
Author:
ocean90
Message:

Pinking shears.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r42827 r42843  
    872872            /**
    873873             * Fires an action hook when the account action was not confirmed.
    874              * 
     874             *
    875875             * After running this action hook the page will die.
    876              * 
     876             *
    877877             * @param WP_Error $result Error object.
    878878             */
     
    881881            wp_die( $result );
    882882        }
    883        
     883
    884884        /**
    885885         * Fires an action hook when the account action has been confirmed by the user.
    886          * 
     886         *
    887887         * Using this you can assume the user has agreed to perform the action by
    888888         * 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
    891891         * redirects or exits first.
    892          * 
     892         *
    893893         * @param array $result {
    894894         *     Data about the action which was confirmed.
Note: See TracChangeset for help on using the changeset viewer.