Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/25/2024 12:38:29 AM (22 months ago)
Author:
imath
Message:

Avoid WP 6.7 notice about using translatable strings too early

Use a "raw" name instead of a "translatable" name for the BP_Component's & BP_Theme_Compat's name properties.

Props boonebgorges.

See #9247 (trunk)
Closes https://github.com/buddypress/buddypress/pull/391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-component.php

    r14026 r14059  
    2929                parent::start(
    3030                        'activity',
    31                         __( 'Activity Streams', 'buddypress' ),
     31                        'Activity Streams',
    3232                        buddypress()->plugin_dir,
    3333                        array(
Note: See TracChangeset for help on using the changeset viewer.