Changeset 4438 for trunk/includes/admin/metaboxes.php
- Timestamp:
- 11/19/2012 05:58:33 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/metaboxes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/metaboxes.php
r4417 r4438 315 315 'show_none' => __( '— No parent —', 'bbpress' ), 316 316 'none_found' => false, 317 'disable_categories' => true,317 'disable_categories' => false, 318 318 'disabled' => '' 319 319 ) ); ?> … … 373 373 'show_none' => __( '— No parent —', 'bbpress' ), 374 374 'none_found' => false, 375 'disable_categories' => true,375 'disable_categories' => current_user_can( 'edit_forums' ), 376 376 'disabled' => '' 377 377 ) ); ?> … … 426 426 'show_none' => __( '— No parent —', 'bbpress' ), 427 427 'none_found' => false, 428 'disable_categories' => true,428 'disable_categories' => current_user_can( 'edit_forums' ), 429 429 'disabled' => '' 430 430 ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.