Skip to:
Content

BuddyPress.org

Changeset 12204


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

Templates, Nouveau: remove unused UI strings.

Fixes #7846

File:
1 edited

Legend:

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

    r12192 r12204  
    418418        $params = array(
    419419            'ajaxurl'             => bp_core_ajax_url(),
    420             'accepted'            => __( 'Accepted', 'buddypress' ),
    421             'close'               => __( 'Close', 'buddypress' ),
    422             'comments'            => __( 'comments', 'buddypress' ),
    423             'leave_group_confirm' => __( 'Are you sure you want to leave this group?', 'buddypress' ),
    424420            'confirm'             => __( 'Are you sure?', 'buddypress' ),
    425             'my_favs'             => __( 'My Favorites', 'buddypress' ),
    426             'rejected'            => __( 'Rejected', 'buddypress' ),
    427             'show_all'            => __( 'Show all', 'buddypress' ),
    428             'show_all_comments'   => __( 'Show all comments for this thread', 'buddypress' ),
    429421            'show_x_comments'     => __( 'Show all %d comments', 'buddypress' ),
    430422            'unsaved_changes'     => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ),
    431             'view'                => __( 'View', 'buddypress' ),
    432423            'object_nav_parent'   => '#buddypress',
    433424        );
Note: See TracChangeset for help on using the changeset viewer.