Definition:
function populate_roles_280() {}
Create and modify WordPress roles for WordPress 2.8.
Source code
function populate_roles_280() {
$role =& get_role( 'administrator' );
if ( !empty( $role ) ) {
$role->add_cap( 'install_themes' );
}
}
2541

February 12, 2011 


No comments yet... Be the first to leave a reply!