Changeset 6424 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 05/26/2017 08:46:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r6334 r6424 357 357 'select_id' => 'parent_id', 358 358 'options_only' => false, 359 'show_none' => __( '— No forum—', 'bbpress' ),359 'show_none' => esc_html__( '— No parent —', 'bbpress' ), 360 360 'disable_categories' => false, 361 361 'disabled' => '' … … 436 436 'select_id' => 'parent_id', 437 437 'options_only' => false, 438 'show_none' => __( '— No parent—', 'bbpress' ),438 'show_none' => esc_html__( '— No forum —', 'bbpress' ), 439 439 'disable_categories' => current_user_can( 'edit_forums' ), 440 440 'disabled' => '' … … 503 503 'select_id' => 'bbp_forum_id', 504 504 'options_only' => false, 505 'show_none' => __( '— No reply —', 'bbpress' ),505 'show_none' => esc_html__( '— No reply —', 'bbpress' ), 506 506 'disable_categories' => current_user_can( 'edit_forums' ), 507 507 'disabled' => ''
Note: See TracChangeset
for help on using the changeset viewer.