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. git-svn-id: https://develop.svn.wordpress.org/trunk@39083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b665b5c7d8
commit
c91b3de690
|
@ -133,7 +133,7 @@ class WP_Roles {
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
*
|
*
|
||||||
* @param WP_Roles A reference to the WP_Roles object.
|
* @param WP_Roles $this A reference to the WP_Roles object.
|
||||||
*/
|
*/
|
||||||
do_action( 'wp_roles_init', $this );
|
do_action( 'wp_roles_init', $this );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue