Changeset 5868 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 07/17/2015 11:49:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r5850 r5868 357 357 'select_id' => 'parent_id', 358 358 'options_only' => false, 359 'show_none' => __( '— No parent—', 'bbpress' ),359 'show_none' => __( '— No forum —', 'bbpress' ), 360 360 'disable_categories' => false, 361 361 'disabled' => '' … … 511 511 'select_id' => 'bbp_forum_id', 512 512 'options_only' => false, 513 'show_none' => __( '— No parent—', 'bbpress' ),513 'show_none' => __( '— No reply —', 'bbpress' ), 514 514 'disable_categories' => current_user_can( 'edit_forums' ), 515 515 'disabled' => ''
Note: See TracChangeset
for help on using the changeset viewer.