Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2013 09:41:05 PM (11 years ago)
Author:
djpaul
Message:

Add textdomain to gettext calls that don't have the textdomain set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-functions.php

    r7719 r7720  
    442442            $screen->add_help_tab( array(
    443443                'id'      => 'bp-comp-overview',
    444                 'title'   => __( 'Overview' ),
     444                'title'   => __( 'Overview', 'buddypress' ),
    445445                'content' => bp_core_add_contextual_help_content( 'bp-comp-overview' ),
    446446            ) );
     
    460460            $screen->add_help_tab( array(
    461461                'id' => 'bp-page-overview',
    462                 'title' => __( 'Overview' ),
     462                'title' => __( 'Overview', 'buddypress' ),
    463463                'content' => bp_core_add_contextual_help_content( 'bp-page-overview' ),
    464464            ) );
     
    479479            $screen->add_help_tab( array(
    480480                'id'      => 'bp-settings-overview',
    481                 'title'   => __( 'Overview' ),
     481                'title'   => __( 'Overview', 'buddypress' ),
    482482                'content' => bp_core_add_contextual_help_content( 'bp-settings-overview' ),
    483483            ) );
     
    498498            $screen->add_help_tab( array(
    499499                'id'      => 'bp-profile-overview',
    500                 'title'   => __( 'Overview' ),
     500                'title'   => __( 'Overview', 'buddypress' ),
    501501                'content' => bp_core_add_contextual_help_content( 'bp-profile-overview' ),
    502502            ) );
     
    746746        <p class="button-controls">
    747747            <span class="add-to-menu">
    748                 <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e( 'Add to Menu' ); ?>" name="add-custom-menu-item" id="submit-buddypress-menu" />
     748                <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e( 'Add to Menu', 'buddypress' ); ?>" name="add-custom-menu-item" id="submit-buddypress-menu" />
    749749                <span class="spinner"></span>
    750750            </span>
Note: See TracChangeset for help on using the changeset viewer.