Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Error Roles.php
    Thread Starter lagatera

    (@lagatera)

    If this can help, in line 128 is:

    foreach ( array_keys( $this->roles ) as $role ) {
    $this->role_objects[$role] = new WP_Role( $role, $this->roles[$role][‘capabilities’] );
    $this->role_names[$role] = $this->roles[$role][‘name’];

Viewing 1 replies (of 1 total)