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/topics.php

    r7382 r7386  
    368368                add_meta_box(
    369369                        'bbp_topic_attributes',
    370                         esc_html__( 'Topic Attributes', 'bbpress' ),
     370                        esc_html__( 'Attributes', 'bbpress' ),
    371371                        'bbp_topic_metabox',
    372372                        $this->post_type,
     
    391391                add_meta_box(
    392392                        'bbp_author_metabox',
    393                         esc_html__( 'Author Information', 'bbpress' ),
     393                        esc_html__( 'Author', 'bbpress' ),
    394394                        'bbp_author_metabox',
    395395                        $this->post_type,
Note: See TracChangeset for help on using the changeset viewer.