Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/07/2012 08:57:22 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Update inline doc for 'spectate' VS 'participate'.
  • See #1939.
File:
1 edited

Legend:

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

    r4349 r4353  
    7070        case 'read_topic' :
    7171
    72             // User cannot participate
     72            // User cannot spectate
    7373            if ( ! user_can( $user_id, 'spectate' ) ) {
    7474                $caps = array( 'do_not_allow' );
Note: See TracChangeset for help on using the changeset viewer.