Changeset 12204
- Timestamp:
- 08/24/2018 02:31:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r12192 r12204 418 418 $params = array( 419 419 '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' ),424 420 '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' ),429 421 'show_x_comments' => __( 'Show all %d comments', 'buddypress' ), 430 422 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ), 431 'view' => __( 'View', 'buddypress' ),432 423 'object_nav_parent' => '#buddypress', 433 424 );
Note: See TracChangeset
for help on using the changeset viewer.