Parsed: 111251

function populate_roles_260() {
  $role = get_role( 'administrator' );

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