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-core-functions.php

    r4209 r4222  
    366366}
    367367
    368 /**
    369  * Return the bozo post status ID
    370  *
    371  * @since bbPress (r4167)
    372  *
    373  * @return string
    374  */
    375 function bbp_get_bozo_status_id() {
    376     return bbpress()->bozo_status_id;
    377 }
    378 
    379368/** Rewrite IDs ***************************************************************/
    380369
Note: See TracChangeset for help on using the changeset viewer.