Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/27/2025 02:18:47 AM (9 months ago)
Author:
johnjamesjacoby
Message:

Admin - Metaboxes: Enshorten metabox titles.

This commit ensures that metabox titles do not break onto 2 lines of text now that show_in_rest is true and the new editor UI is being used.

See #3603.

In trunk, for 2.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/replies.php

    r7382 r7386  
    363363                add_meta_box(
    364364                        'bbp_reply_attributes',
    365                         esc_html__( 'Reply Attributes', 'bbpress' ),
     365                        esc_html__( 'Attributes', 'bbpress' ),
    366366                        'bbp_reply_metabox',
    367367                        $this->post_type,
     
    388388                add_meta_box(
    389389                        'bbp_author_metabox',
    390                         esc_html__( 'Author Information', 'bbpress' ),
     390                        esc_html__( 'Author', 'bbpress' ),
    391391                        'bbp_author_metabox',
    392392                        $this->post_type,
Note: See TracChangeset for help on using the changeset viewer.