equal
deleted
inserted
replaced
294 /** |
294 /** |
295 * After the roles have been initialized, allow plugins to add their own roles. |
295 * After the roles have been initialized, allow plugins to add their own roles. |
296 * |
296 * |
297 * @since 4.7.0 |
297 * @since 4.7.0 |
298 * |
298 * |
299 * @param WP_Roles $this A reference to the WP_Roles object. |
299 * @param WP_Roles $wp_roles A reference to the WP_Roles object. |
300 */ |
300 */ |
301 do_action( 'wp_roles_init', $this ); |
301 do_action( 'wp_roles_init', $this ); |
302 } |
302 } |
303 |
303 |
304 /** |
304 /** |