Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/17/2012 12:03:03 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Remove experimental Bozo functionality. We can use the 'participate' to prevent forum participation without creating topics or replies.
  • Introduce functions to reset, save, and remove user capabilities.
  • Use these functions in both theme-side and admin-side profiles.
  • Add capabilities to bbp-twentyten theme. This will be moved into the stand-alone bbp-twentyten theme soon'ish.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbp-includes/bbp-user-template.php

    r4207 r4222  
    449449        } elseif ( user_can( $user_id, 'moderate' ) ) {
    450450            $role = __( 'Moderator', 'bbpress' );
    451 
    452         // Bozo
    453         } elseif ( user_can( $user_id, 'bozo' ) ) {
    454             $role = __( 'Bozo', 'bbpress' );
    455451
    456452        // Participant
Note: See TracChangeset for help on using the changeset viewer.