Skip to:
Content

bbPress.org

Changeset 3432


Ignore:
Timestamp:
08/21/2011 12:23:00 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Change hidden post status from protected to private, as we are now handling forum privacy scope manually. Fixes #1576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r3421 r3432  
    767767            'label'                     => _x( 'Hidden', 'post', 'bbpress' ),
    768768            'label_count'               => _nx_noop( 'Hidden <span class="count">(%s)</span>', 'Hidden <span class="count">(%s)</span>', 'bbpress' ),
    769             'protected'                 => true,
     769            'private'                   => true,
    770770            'exclude_from_search'       => true,
    771771            'show_in_admin_status_list' => true,
Note: See TracChangeset for help on using the changeset viewer.