Changeset 7720 for trunk/bp-core/admin/bp-core-functions.php
- Timestamp:
- 12/30/2013 09:41:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-functions.php
r7719 r7720 442 442 $screen->add_help_tab( array( 443 443 'id' => 'bp-comp-overview', 444 'title' => __( 'Overview' ),444 'title' => __( 'Overview', 'buddypress' ), 445 445 'content' => bp_core_add_contextual_help_content( 'bp-comp-overview' ), 446 446 ) ); … … 460 460 $screen->add_help_tab( array( 461 461 'id' => 'bp-page-overview', 462 'title' => __( 'Overview' ),462 'title' => __( 'Overview', 'buddypress' ), 463 463 'content' => bp_core_add_contextual_help_content( 'bp-page-overview' ), 464 464 ) ); … … 479 479 $screen->add_help_tab( array( 480 480 'id' => 'bp-settings-overview', 481 'title' => __( 'Overview' ),481 'title' => __( 'Overview', 'buddypress' ), 482 482 'content' => bp_core_add_contextual_help_content( 'bp-settings-overview' ), 483 483 ) ); … … 498 498 $screen->add_help_tab( array( 499 499 'id' => 'bp-profile-overview', 500 'title' => __( 'Overview' ),500 'title' => __( 'Overview', 'buddypress' ), 501 501 'content' => bp_core_add_contextual_help_content( 'bp-profile-overview' ), 502 502 ) ); … … 746 746 <p class="button-controls"> 747 747 <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" /> 749 749 <span class="spinner"></span> 750 750 </span>
Note: See TracChangeset
for help on using the changeset viewer.