Make WordPress Core


Ignore:
Timestamp:
11/02/2016 12:56:20 AM (7 years ago)
Author:
pento
Message:

Docs: Add the parameter name for the wp_roles_init action.

[39082] missed adding the name of the parameter to the docs of the wp_roles_init action.

Props johnbillion for the catch.
See #23016.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-roles.php

    r39082 r39083  
    134134         * @since 4.7.0
    135135         *
    136          * @param WP_Roles A reference to the WP_Roles object.
     136         * @param WP_Roles $this A reference to the WP_Roles object.
    137137         */
    138138        do_action( 'wp_roles_init', $this );
Note: See TracChangeset for help on using the changeset viewer.