Changeset 12205
- Timestamp:
- 08/24/2018 02:32:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress-functions.php
r12157 r12205 410 410 $params = array( 411 411 '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' ),416 412 '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' ),421 413 'show_x_comments' => __( 'Show all %d comments', 'buddypress' ), 422 414 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ), 423 'view' => __( 'View', 'buddypress' ),424 415 'object_nav_parent' => '#buddypress', 425 416 );
Note: See TracChangeset
for help on using the changeset viewer.