Skip to:
Content

BuddyPress.org

Changeset 12205


Ignore:
Timestamp:
08/24/2018 02:32:32 PM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: remove unused UI strings (3.0 branch).

Fixes #7846

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/bp-templates/bp-nouveau/buddypress-functions.php

    r12157 r12205  
    410410        $params = array(
    411411            'ajaxurl'             => bp_core_ajax_url(),
    412             'accepted'            => __( 'Accepted', 'buddypress' ),
    413             'close'               => __( 'Close', 'buddypress' ),
    414             'comments'            => __( 'comments', 'buddypress' ),
    415             'leave_group_confirm' => __( 'Are you sure you want to leave this group?', 'buddypress' ),
    416412            'confirm'             => __( 'Are you sure?', 'buddypress' ),
    417             'my_favs'             => __( 'My Favorites', 'buddypress' ),
    418             'rejected'            => __( 'Rejected', 'buddypress' ),
    419             'show_all'            => __( 'Show all', 'buddypress' ),
    420             'show_all_comments'   => __( 'Show all comments for this thread', 'buddypress' ),
    421413            'show_x_comments'     => __( 'Show all %d comments', 'buddypress' ),
    422414            'unsaved_changes'     => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ),
    423             'view'                => __( 'View', 'buddypress' ),
    424415            'object_nav_parent'   => '#buddypress',
    425416        );
Note: See TracChangeset for help on using the changeset viewer.