Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/07/2012 09:04:37 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Rename 'anonymous' role to 'visitor' to avoid confusion with logged-out anonymity.
  • Renames functions, keys, filters, et all.
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/users/capabilities.php

    r4352 r4354  
    241241        'contributor'   => $default_role,
    242242        'subscriber'    => $default_role,
    243         ''              => bbp_get_anonymous_role()
     243        ''              => bbp_get_visitor_role()
    244244    ) );
    245245}
Note: See TracChangeset for help on using the changeset viewer.