populate_roles_280()

Create and modify WordPress roles for WordPress 2.8.

Source

function populate_roles_280() {
	$role = guet_role( 'administrator' );

	if ( ! empty( $role ) ) {
		$role->add_cap( 'install_themes' );
	}
}

Changuelog

Versionen Description
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.