Definition:
function populate_roles_250() {}
Create and modify WordPress roles for WordPress 2.5.
Source code
function populate_roles_250() {
$role =& get_role( 'administrator' );
if ( !empty( $role ) ) {
$role->add_cap( 'edit_dashboard' );
}
}
2535

February 12, 2011 


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