wp/wp-includes/class-wp-roles.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   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 	/**