Changeset 5561 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 11/10/2014 11:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r5510 r5561 356 356 // Output-related 357 357 'select_id' => 'parent_id', 358 'tab' => bbp_get_tab_index(),359 358 'options_only' => false, 360 359 'show_none' => __( '— No parent —', 'bbpress' ), … … 438 437 // Output-related 439 438 'select_id' => 'parent_id', 440 'tab' => bbp_get_tab_index(),441 439 'options_only' => false, 442 440 'show_none' => __( '— No parent —', 'bbpress' ), … … 508 506 // Output-related 509 507 'select_id' => 'bbp_forum_id', 510 'tab' => bbp_get_tab_index(),511 508 'options_only' => false, 512 509 'show_none' => __( '— No parent —', 'bbpress' ),
Note: See TracChangeset
for help on using the changeset viewer.