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/extend/akismet.php

    r7382 r7386  
    957957                add_meta_box(
    958958                        'bbp_akismet_topic_history',
    959                         __( 'Akismet History', 'bbpress' ),
     959                        __( 'History', 'bbpress' ),
    960960                        array( $this, 'history_metabox' ),
    961961                        bbp_get_topic_post_type(),
     
    967967                add_meta_box(
    968968                        'bbp_akismet_reply_history',
    969                         __( 'Akismet History', 'bbpress' ),
     969                        __( 'History', 'bbpress' ),
    970970                        array( $this, 'history_metabox' ),
    971971                        bbp_get_reply_post_type(),
Note: See TracChangeset for help on using the changeset viewer.