From abefadb5c7c2d23cd5a73d39a0504219e5ddb55e Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 6 Aug 2016 13:32:06 +0200
Subject: [PATCH] [auto] Plugin: buddypress 2.6.2

---
 .../bp-activity/admin/js/admin.min.js         |    1 -
 .../bp-activity/bp-activity-actions.php       |  102 -
 .../bp-activity/bp-activity-admin.php         |   50 +-
 .../bp-activity/bp-activity-adminbar.php      |   47 +
 .../bp-activity/bp-activity-akismet.php       |    4 +-
 .../bp-activity/bp-activity-classes.php       |    5 +
 .../bp-activity/bp-activity-embeds.php        |  352 ++
 .../bp-activity/bp-activity-filters.php       |   70 +-
 .../bp-activity/bp-activity-functions.php     |  271 +-
 .../bp-activity/bp-activity-loader.php        |    4 +-
 .../bp-activity/bp-activity-notifications.php |  333 +-
 .../bp-activity/bp-activity-screens.php       |   88 +-
 .../bp-activity/bp-activity-template.php      |  308 +-
 .../classes/class-bp-activity-activity.php    |   80 +-
 .../classes/class-bp-activity-component.php   |   32 +-
 .../classes/class-bp-activity-list-table.php  |   24 +-
 .../class-bp-activity-oembed-extension.php    |  329 ++
 .../bp-activity/css/mentions-rtl.css          |    5 +-
 .../bp-activity/css/mentions-rtl.min.css      |    2 +-
 .../buddypress/bp-activity/css/mentions.css   |    6 +-
 .../bp-activity/css/mentions.min.css          |    2 +-
 .../buddypress/bp-activity/js/mentions.js     |    2 +-
 .../buddypress/bp-activity/js/mentions.min.js |    3 +-
 .../buddypress/bp-blogs/bp-blogs-activity.php |  136 +-
 .../buddypress/bp-blogs/bp-blogs-filters.php  |    1 -
 .../bp-blogs/bp-blogs-functions.php           |  291 +-
 .../buddypress/bp-blogs/bp-blogs-loader.php   |    4 +-
 .../buddypress/bp-blogs/bp-blogs-screens.php  |    4 +-
 .../buddypress/bp-blogs/bp-blogs-template.php |   56 +-
 .../buddypress/bp-blogs/bp-blogs-widgets.php  |    4 +-
 .../classes/class-bp-blogs-component.php      |   15 +-
 .../class-bp-blogs-recent-posts-widget.php    |    5 +-
 .../bp-core/admin/bp-core-admin-actions.php   |    9 -
 .../admin/bp-core-admin-components.php        |  121 +-
 .../bp-core/admin/bp-core-admin-functions.php |   44 +-
 .../bp-core/admin/bp-core-admin-schema.php    |   22 -
 .../bp-core/admin/bp-core-admin-settings.php  |   16 -
 .../bp-core/admin/bp-core-admin-slugs.php     |    1 -
 .../bp-core/admin/bp-core-admin-tools.php     |   26 +-
 .../bp-core/admin/css/common-rtl.css          |  280 +-
 .../bp-core/admin/css/common-rtl.min.css      |    2 +-
 .../buddypress/bp-core/admin/css/common.css   |  280 +-
 .../bp-core/admin/css/common.min.css          |    2 +-
 .../bp-core/admin/images/activity-embeds.png  |  Bin 0 -> 118087 bytes
 .../bp-core/admin/images/default-themes.png   |  Bin 0 -> 49878 bytes
 .../bp-core/admin/images/group-type-pop.png   |  Bin 0 -> 26272 bytes
 .../bp-core/admin/images/new-nav-api.png      |  Bin 0 -> 29722 bytes
 .../bp-core/admin/images/user-frontpage.png   |  Bin 0 -> 34647 bytes
 .../admin/js/customizer-controls.min.js       |    1 -
 .../js/customizer-receiver-emails.min.js      |    1 -
 .../buddypress/bp-core/bp-core-actions.php    |    2 +
 .../buddypress/bp-core/bp-core-admin.php      |    5 +-
 .../buddypress/bp-core/bp-core-adminbar.php   |   11 -
 .../bp-core/bp-core-attachments.php           |    2 +-
 .../buddypress/bp-core/bp-core-avatars.php    |   86 +-
 .../buddypress/bp-core/bp-core-buddybar.php   |  384 +-
 .../buddypress/bp-core/bp-core-caps.php       |   17 -
 .../buddypress/bp-core/bp-core-catchuri.php   |   78 +-
 .../buddypress/bp-core/bp-core-classes.php    |    8 +
 .../buddypress/bp-core/bp-core-component.php  |    4 +-
 .../buddypress/bp-core/bp-core-cssjs.php      |    2 -
 .../bp-core/bp-core-customizer-email.php      |   10 +-
 .../buddypress/bp-core/bp-core-dependency.php |   79 +-
 .../buddypress/bp-core/bp-core-filters.php    |    6 -
 .../buddypress/bp-core/bp-core-functions.php  |  228 +-
 .../buddypress/bp-core/bp-core-loader.php     |    5 +-
 .../buddypress/bp-core/bp-core-moderation.php |   55 +-
 .../buddypress/bp-core/bp-core-options.php    |   40 -
 .../buddypress/bp-core/bp-core-taxonomy.php   |   72 +-
 .../bp-core/bp-core-template-loader.php       |   74 +-
 .../buddypress/bp-core/bp-core-template.php   |  250 +-
 .../bp-core/bp-core-theme-compatibility.php   |   38 +-
 .../buddypress/bp-core/bp-core-update.php     |   18 -
 .../buddypress/bp-core/bp-core-widgets.php    |    4 +-
 .../bp-core/classes/class-bp-admin.php        |  204 +-
 .../classes/class-bp-attachment-avatar.php    |   17 -
 .../bp-core/classes/class-bp-attachment.php   |   14 -
 .../bp-core/classes/class-bp-component.php    |   18 +-
 .../class-bp-core-bp-nav-backcompat.php       |  270 ++
 ...lass-bp-core-bp-options-nav-backcompat.php |  138 +
 .../classes/class-bp-core-login-widget.php    |    5 +-
 .../classes/class-bp-core-nav-item.php        |   34 +
 .../bp-core/classes/class-bp-core-nav.php     |  402 ++
 .../class-bp-core-oembed-extension.php        |  616 +++
 .../bp-core/classes/class-bp-core-user.php    |   14 +-
 .../bp-core/classes/class-bp-core.php         |    7 +-
 .../classes/class-bp-email-recipient.php      |   49 +-
 .../bp-core/classes/class-bp-embed.php        |    9 -
 .../bp-core/classes/class-bp-user-query.php   |   13 +-
 .../class-bp-walker-category-checklist.php    |    2 +-
 .../buddypress/bp-core/css/avatar-rtl.css     |    2 +-
 .../buddypress/bp-core/css/avatar-rtl.min.css |    2 +-
 .../plugins/buddypress/bp-core/css/avatar.css |    2 +-
 .../buddypress/bp-core/css/avatar.min.css     |    2 +-
 .../buddypress/bp-core/css/buddybar-rtl.css   |    6 +-
 .../bp-core/css/buddybar-rtl.min.css          |    2 +-
 .../buddypress/bp-core/deprecated/1.2.php     |    2 -
 .../buddypress/bp-core/deprecated/1.7.php     |    1 -
 .../buddypress/bp-core/deprecated/2.6.php     |   50 +
 .../bp-core/images/mystery-group-50.png       |  Bin 0 -> 473 bytes
 .../bp-core/images/mystery-group.png          |  Bin 0 -> 1279 bytes
 .../buddypress/bp-core/js/avatar.min.js       |    1 -
 .../buddypress/bp-core/js/bp-plupload.min.js  |    1 -
 .../buddypress/bp-core/js/confirm.min.js      |    1 -
 .../buddypress/bp-core/js/cover-image.min.js  |    1 -
 .../bp-core/js/jquery-cookie.min.js           |    1 -
 .../buddypress/bp-core/js/jquery-query.min.js |    1 -
 .../bp-core/js/jquery-scroll-to.min.js        |    1 -
 .../buddypress/bp-core/js/jquery.atwho.min.js |    1 -
 .../buddypress/bp-core/js/jquery.caret.min.js |    1 -
 .../buddypress/bp-core/js/webcam.min.js       |    1 -
 .../buddypress/bp-core/js/widget-members.js   |   13 +-
 .../bp-core/js/widget-members.min.js          |    3 +-
 .../bp-forums/bp-forums-bbpress-sa.php        |   35 +
 .../bp-forums/bp-forums-filters.php           |   12 +
 .../bp-forums/bp-forums-functions.php         |   50 +
 .../buddypress/bp-forums/bp-forums-loader.php |   11 +
 .../bp-forums/bp-forums-screens.php           |   12 +
 .../bp-forums/bp-forums-template.php          |  315 +-
 .../buddypress/bp-forums/deprecated/1.6.php   |   18 +-
 .../bp-friends/bp-friends-activity.php        |    2 +-
 .../bp-friends/bp-friends-loader.php          |    4 +-
 .../bp-friends/bp-friends-notifications.php   |    4 +-
 .../bp-friends/bp-friends-screens.php         |   20 +-
 .../bp-friends/bp-friends-template.php        |   34 +-
 .../bp-friends/bp-friends-widgets.php         |    4 +-
 .../classes/class-bp-core-friends-widget.php  |   21 +-
 .../classes/class-bp-friends-component.php    |   34 +-
 .../classes/class-bp-friends-friendship.php   |   22 +-
 .../bp-friends/js/widget-friends.js           |   13 +-
 .../bp-friends/js/widget-friends.min.js       |    3 +-
 .../bp-groups/admin/js/admin.min.js           |    1 -
 .../bp-groups/bp-groups-actions.php           |   27 +-
 .../bp-groups/bp-groups-activity.php          |    3 +-
 .../buddypress/bp-groups/bp-groups-admin.php  |  123 +-
 .../bp-groups/bp-groups-adminbar.php          |   18 +-
 .../buddypress/bp-groups/bp-groups-cache.php  |   41 +
 .../bp-groups/bp-groups-filters.php           |   29 +-
 .../bp-groups/bp-groups-functions.php         |  640 ++-
 .../buddypress/bp-groups/bp-groups-loader.php |    4 +-
 .../bp-groups/bp-groups-screens.php           |   65 +-
 .../bp-groups/bp-groups-template.php          |  234 +-
 .../bp-groups/bp-groups-widgets.php           |    4 +-
 .../classes/class-bp-group-extension.php      |    6 +-
 .../classes/class-bp-groups-component.php     |   73 +-
 .../classes/class-bp-groups-group.php         |  255 +-
 .../classes/class-bp-groups-list-table.php    |   19 +-
 .../classes/class-bp-groups-member.php        |   45 +
 .../classes/class-bp-groups-template.php      |   64 +-
 .../classes/class-bp-groups-widget.php        |   20 +-
 .../buddypress/bp-groups/js/widget-groups.js  |   13 +-
 .../bp-groups/js/widget-groups.min.js         |    3 +-
 wp-content/plugins/buddypress/bp-loader.php   |  161 +-
 .../bp-members/admin/css/admin-rtl.css        |  106 +-
 .../bp-members/admin/css/admin-rtl.min.css    |    2 +-
 .../buddypress/bp-members/admin/css/admin.css |  106 +-
 .../bp-members/admin/css/admin.min.css        |    2 +-
 .../bp-members/admin/js/admin.min.js          |    1 -
 .../bp-members/bp-members-actions.php         |    4 +
 .../bp-members/bp-members-activity.php        |    4 +-
 .../bp-members/bp-members-admin.php           |    4 +-
 .../bp-members/bp-members-adminbar.php        |    4 +-
 .../bp-members/bp-members-cache.php           |    2 +-
 .../bp-members/bp-members-filters.php         |    2 +-
 .../bp-members/bp-members-functions.php       |  127 +-
 .../bp-members/bp-members-loader.php          |    6 +-
 .../bp-members/bp-members-screens.php         |   18 +-
 .../bp-members/bp-members-template.php        |  370 +-
 .../bp-members/bp-members-widgets.php         |    8 +-
 .../class-bp-core-members-template.php        |   25 +
 .../classes/class-bp-core-members-widget.php  |   29 +-
 .../class-bp-core-recently-active-widget.php  |   14 +-
 .../class-bp-core-whos-online-widget.php      |   14 +-
 .../classes/class-bp-members-admin.php        |   31 +-
 .../classes/class-bp-members-component.php    |  144 +-
 .../classes/class-bp-members-list-table.php   |   21 +-
 .../class-bp-members-ms-list-table.php        |   19 +-
 .../bp-members/classes/class-bp-signup.php    |   10 +
 .../bp-messages/bp-messages-functions.php     |   12 +-
 .../bp-messages/bp-messages-loader.php        |    4 +-
 .../bp-messages/bp-messages-notifications.php |   85 +-
 .../bp-messages/bp-messages-screens.php       |   15 +-
 .../bp-messages/bp-messages-template.php      |   49 +-
 .../bp-messages/bp-messages-widgets.php       |    4 +-
 .../classes/class-bp-messages-component.php   |   27 +-
 ...ss-bp-messages-sitewide-notices-widget.php |    5 +-
 .../jquery.autocompletefb-rtl.css             |    4 +-
 .../jquery.autocompletefb-rtl.min.css         |    2 +-
 .../js/autocomplete/jquery.autocomplete.js    |    3 +-
 .../autocomplete/jquery.autocomplete.min.js   |    3 +-
 .../js/autocomplete/jquery.autocompletefb.js  |    2 +-
 .../autocomplete/jquery.autocompletefb.min.js |    3 +-
 .../js/autocomplete/jquery.bgiframe.min.js    |    1 -
 .../js/autocomplete/jquery.dimensions.min.js  |    1 -
 .../bp-notifications-functions.php            |   47 +-
 .../bp-notifications-loader.php               |    4 +-
 .../bp-notifications-template.php             |  306 +-
 .../class-bp-notifications-component.php      |   33 +-
 .../class-bp-notifications-notification.php   |   13 +-
 .../bp-settings/bp-settings-actions.php       |    2 +-
 .../bp-settings/bp-settings-loader.php        |    4 +-
 .../bp-settings/bp-settings-template.php      |   15 +-
 .../bp-legacy/buddypress-functions.php        |   97 +-
 .../bp-legacy/buddypress/activity/entry.php   |    5 +-
 .../buddypress/activity/post-form.php         |   10 +-
 .../assets/_attachments/uploader.php          |    5 +-
 .../buddypress/assets/embeds/activity.php     |   11 +
 .../buddypress/assets/embeds/footer.php       |    9 +
 .../assets/embeds/header-activity.php         |   26 +
 .../buddypress/assets/embeds/header.php       |   18 +
 .../bp-legacy/buddypress/groups/create.php    |    5 +-
 .../buddypress/groups/single/admin.php        |   21 +-
 .../groups/single/cover-image-header.php      |    4 +-
 .../buddypress/groups/single/forum/edit.php   |    5 +-
 .../buddypress/groups/single/forum/topic.php  |    5 +-
 .../buddypress/groups/single/group-header.php |    2 +-
 .../groups/single/requests-loop.php           |   35 +-
 .../buddypress/members/single/home.php        |    5 +-
 .../members/single/messages/messages-loop.php |   15 +-
 .../members/single/messages/single.php        |    7 +-
 .../notifications/notifications-loop.php      |   10 +-
 .../members/single/profile/change-avatar.php  |    5 +-
 .../members/single/settings/general.php       |    5 +-
 .../bp-legacy/css/buddypress-rtl.css          |   17 +-
 .../bp-legacy/css/buddypress-rtl.min.css      |    2 +-
 .../bp-templates/bp-legacy/css/buddypress.css |   17 +-
 .../bp-legacy/css/buddypress.min.css          |    2 +-
 .../bp-legacy/css/embeds-activity-rtl.css     |  152 +
 .../bp-legacy/css/embeds-activity-rtl.min.css |    1 +
 .../bp-legacy/css/embeds-activity.css         |  152 +
 .../bp-legacy/css/embeds-activity.min.css     |    1 +
 .../bp-legacy/css/twentyeleven-rtl.css        | 2025 +++++++++
 .../bp-legacy/css/twentyeleven-rtl.min.css    |    1 +
 .../bp-legacy/css/twentyeleven.css            | 2025 +++++++++
 .../bp-legacy/css/twentyeleven.min.css        |    1 +
 .../bp-legacy/css/twentyeleven.scss           | 2577 +++++++++++
 .../bp-legacy/css/twentysixteen.scss          |    2 -
 .../bp-legacy/css/twentyten-rtl.css           | 1976 ++++++++
 .../bp-legacy/css/twentyten-rtl.min.css       |    1 +
 .../bp-templates/bp-legacy/css/twentyten.css  | 1976 ++++++++
 .../bp-legacy/css/twentyten.min.css           |    1 +
 .../bp-templates/bp-legacy/css/twentyten.scss | 2478 ++++++++++
 .../bp-templates/bp-legacy/js/buddypress.js   |   48 +-
 .../bp-legacy/js/buddypress.min.js            |    5 +-
 .../bp-legacy/js/password-verify.min.js       |    1 -
 .../bp-default/groups/single/home.php         |    3 +
 .../bp-xprofile/admin/js/admin.min.js         |    1 -
 .../bp-xprofile/bp-xprofile-actions.php       |    4 +-
 .../bp-xprofile/bp-xprofile-activity.php      |    5 -
 .../bp-xprofile/bp-xprofile-admin.php         |   29 +-
 .../bp-xprofile/bp-xprofile-caps.php          |    3 -
 .../bp-xprofile/bp-xprofile-filters.php       |   17 +-
 .../bp-xprofile/bp-xprofile-functions.php     |   65 +-
 .../bp-xprofile/bp-xprofile-loader.php        |    6 +-
 .../bp-xprofile/bp-xprofile-screens.php       |   13 +-
 .../bp-xprofile/bp-xprofile-settings.php      |    2 -
 .../bp-xprofile/bp-xprofile-template.php      |  183 +-
 .../classes/class-bp-xprofile-component.php   |   18 +-
 .../class-bp-xprofile-data-template.php       |   21 +
 .../class-bp-xprofile-field-type-checkbox.php |   15 +-
 .../class-bp-xprofile-field-type-datebox.php  |  114 +-
 ...-bp-xprofile-field-type-multiselectbox.php |    5 +-
 .../class-bp-xprofile-field-type-number.php   |    5 +-
 ...ass-bp-xprofile-field-type-radiobutton.php |   19 +-
 ...class-bp-xprofile-field-type-selectbox.php |    5 +-
 .../class-bp-xprofile-field-type-textbox.php  |    5 +-
 .../class-bp-xprofile-field-type-url.php      |    5 +-
 .../classes/class-bp-xprofile-field-type.php  |    5 +-
 .../classes/class-bp-xprofile-field.php       |   30 +-
 .../classes/class-bp-xprofile-group.php       |   34 +-
 .../classes/class-bp-xprofile-meta-query.php  |    5 +-
 .../classes/class-bp-xprofile-profiledata.php |   53 +-
 .../classes/class-bp-xprofile-user-admin.php  |   56 +-
 wp-content/plugins/buddypress/buddypress.pot  | 3990 +++++++++--------
 wp-content/plugins/buddypress/readme.txt      |  175 +-
 275 files changed, 24456 insertions(+), 5206 deletions(-)
 create mode 100644 wp-content/plugins/buddypress/bp-activity/bp-activity-adminbar.php
 create mode 100644 wp-content/plugins/buddypress/bp-activity/bp-activity-embeds.php
 create mode 100644 wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-oembed-extension.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/admin/images/activity-embeds.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/admin/images/default-themes.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/admin/images/group-type-pop.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/admin/images/new-nav-api.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/admin/images/user-frontpage.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav-item.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/classes/class-bp-core-oembed-extension.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/deprecated/2.6.php
 create mode 100644 wp-content/plugins/buddypress/bp-core/images/mystery-group-50.png
 create mode 100644 wp-content/plugins/buddypress/bp-core/images/mystery-group.png
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/activity.php
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/footer.php
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header-activity.php
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header.php
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.scss
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.min.css
 create mode 100644 wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.scss

diff --git a/wp-content/plugins/buddypress/bp-activity/admin/js/admin.min.js b/wp-content/plugins/buddypress/bp-activity/admin/js/admin.min.js
index 8fb7630bb..445e0f9c8 100644
--- a/wp-content/plugins/buddypress/bp-activity/admin/js/admin.min.js
+++ b/wp-content/plugins/buddypress/bp-activity/admin/js/admin.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){var b={init:function(){a(document).on("click",".row-actions a.reply",b.open),a(document).on("click","#bp-activities-container a.cancel",b.close),a(document).on("click","#bp-activities-container a.save",b.send),a(document).on("keyup","#bp-activities:visible",function(a){27===a.which&&b.close()})},open:function(){var b=a("#bp-activities-container").hide();return a(this).parents("tr").after(b),b.fadeIn("300"),a("#bp-activities").focus(),!1},close:function(){return a("#bp-activities-container").fadeOut("200",function(){a("#bp-activities").val("").blur(),a("#bp-replysubmit .error").html("").hide(),a("#bp-replysubmit .waiting").hide()}),!1},send:function(){a("#bp-replysubmit .error").hide(),a("#bp-replysubmit .waiting").show();var c={};return c["_ajax_nonce-bp-activity-admin-reply"]=a('#bp-activities-container input[name="_ajax_nonce-bp-activity-admin-reply"]').val(),c.action="bp-activity-admin-reply",c.content=a("#bp-activities").val(),c.parent_id=a("#bp-activities-container").prev().data("parent_id"),c.root_id=a("#bp-activities-container").prev().data("root_id"),a.ajax({data:c,type:"POST",url:ajaxurl,error:function(a){b.error(a)},success:function(a){b.show(a)}}),!1},error:function(b){var c=b.statusText;a("#bp-replysubmit .waiting").hide(),b.responseText&&(c=b.responseText.replace(/<.[^<>]*?>/g,"")),c&&a("#bp-replysubmit .error").html(c).show()},show:function(c){var d,e,f;return"string"==typeof c?(b.error({responseText:c}),!1):(f=wpAjax.parseAjaxResponse(c),f.errors?(b.error({responseText:wpAjax.broken}),!1):(f=f.responses[0],void a("#bp-activities-container").fadeOut("200",function(){a("#bp-activities").val("").blur(),a("#bp-replysubmit .error").html("").hide(),a("#bp-replysubmit .waiting").hide(),a("#bp-activities-container").before(f.data),e=a("#activity-"+f.id),d=e.closest(".widefat").css("backgroundColor"),e.animate({backgroundColor:"#CEB"},300).animate({backgroundColor:d},300)})))}};a(document).ready(function(){b.init(),a("#bp_activity_action h3, #bp_activity_content h3").unbind("click"),"undefined"!=typeof postboxes&&postboxes.add_postbox_toggles(bp_activity_admin_vars.page)})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php
index 472c2db11..7df351dad 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php
@@ -17,7 +17,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.2.0
  *
- * @uses do_action() To call 'bp_register_activity_actions' hook.
  */
 function bp_register_activity_actions() {
 
@@ -35,18 +34,6 @@ add_action( 'bp_init', 'bp_register_activity_actions', 8 );
  *
  * @since 1.2.0
  *
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses bp_action_variable()
- * @uses bp_activity_get_specific()
- * @uses bp_is_active()
- * @uses bp_core_get_user_domain()
- * @uses groups_get_group()
- * @uses bp_get_group_permalink()
- * @uses apply_filters_ref_array() To call the 'bp_activity_permalink_redirect_url' hook.
- * @uses bp_core_redirect()
- * @uses bp_get_root_domain()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_permalink_router() {
@@ -122,17 +109,6 @@ add_action( 'bp_actions', 'bp_activity_action_permalink_router' );
  *
  * @since 1.1.0
  *
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses bp_action_variable()
- * @uses check_admin_referer()
- * @uses bp_activity_user_can_delete()
- * @uses do_action() Calls 'bp_activity_before_action_delete_activity' hook to allow actions to be taken before the activity is deleted.
- * @uses bp_activity_delete()
- * @uses bp_core_add_message()
- * @uses do_action() Calls 'bp_activity_action_delete_activity' hook to allow actions to be taken after the activity is deleted.
- * @uses bp_core_redirect()
- *
  * @param int $activity_id Activity id to be deleted. Defaults to 0.
  * @return bool False on failure.
  */
@@ -267,20 +243,6 @@ add_action( 'bp_actions', 'bp_activity_action_spam_activity' );
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses check_admin_referer()
- * @uses apply_filters() To call 'bp_activity_post_update_content' hook.
- * @uses apply_filters() To call 'bp_activity_post_update_object' hook.
- * @uses apply_filters() To call 'bp_activity_post_update_item_id' hook.
- * @uses bp_core_add_message()
- * @uses bp_core_redirect()
- * @uses bp_activity_post_update()
- * @uses groups_post_update()
- * @uses bp_core_redirect()
- * @uses apply_filters() To call 'bp_activity_custom_update' hook.
- *
  * @return bool False on failure.
  */
 function bp_activity_action_post_update() {
@@ -371,17 +333,6 @@ add_action( 'bp_actions', 'bp_activity_action_post_update' );
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses check_admin_referer()
- * @uses apply_filters() To call 'bp_activity_post_comment_activity_id' hook.
- * @uses apply_filters() To call 'bp_activity_post_comment_content' hook.
- * @uses bp_core_add_message()
- * @uses bp_core_redirect()
- * @uses bp_activity_new_comment()
- * @uses wp_get_referer()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_post_comment() {
@@ -435,16 +386,6 @@ add_action( 'bp_actions', 'bp_activity_action_post_comment' );
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses check_admin_referer()
- * @uses bp_activity_add_user_favorite()
- * @uses bp_action_variable()
- * @uses bp_core_add_message()
- * @uses bp_core_redirect()
- * @uses wp_get_referer()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_mark_favorite() {
@@ -469,16 +410,6 @@ add_action( 'bp_actions', 'bp_activity_action_mark_favorite' );
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses check_admin_referer()
- * @uses bp_activity_remove_user_favorite()
- * @uses bp_action_variable()
- * @uses bp_core_add_message()
- * @uses bp_core_redirect()
- * @uses wp_get_referer()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_remove_favorite() {
@@ -503,11 +434,6 @@ add_action( 'bp_actions', 'bp_activity_action_remove_favorite' );
  *
  * @since 1.0.0
  *
- * @uses bp_is_activity_component()
- * @uses bp_is_current_action()
- * @uses bp_is_user()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_sitewide_feed() {
@@ -535,10 +461,6 @@ add_action( 'bp_actions', 'bp_activity_action_sitewide_feed' );
  *
  * @since 1.0.0
  *
- * @uses bp_is_user_activity()
- * @uses bp_is_current_action()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_personal_feed() {
@@ -565,13 +487,6 @@ add_action( 'bp_actions', 'bp_activity_action_personal_feed' );
  *
  * @since 1.0.0
  *
- * @uses bp_is_active()
- * @uses bp_is_user_activity()
- * @uses bp_is_current_action()
- * @uses bp_get_friends_slug()
- * @uses bp_is_action_variable()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_friends_feed() {
@@ -598,13 +513,6 @@ add_action( 'bp_actions', 'bp_activity_action_friends_feed' );
  *
  * @since 1.2.0
  *
- * @uses bp_is_active()
- * @uses bp_is_user_activity()
- * @uses bp_is_current_action()
- * @uses bp_get_groups_slug()
- * @uses bp_is_action_variable()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_my_groups_feed() {
@@ -639,11 +547,6 @@ add_action( 'bp_actions', 'bp_activity_action_my_groups_feed' );
  *
  * @since 1.2.0
  *
- * @uses bp_is_user_activity()
- * @uses bp_is_current_action()
- * @uses bp_is_action_variable()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_mentions_feed() {
@@ -676,11 +579,6 @@ add_action( 'bp_actions', 'bp_activity_action_mentions_feed' );
  *
  * @since 1.2.0
  *
- * @uses bp_is_user_activity()
- * @uses bp_is_current_action()
- * @uses bp_is_action_variable()
- * @uses status_header()
- *
  * @return bool False on failure.
  */
 function bp_activity_action_favorites_feed() {
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-admin.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-admin.php
index d91777979..e2a4049ac 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-admin.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-admin.php
@@ -16,7 +16,9 @@ defined( 'ABSPATH' ) || exit;
 // Include WP's list table class.
 if ( !class_exists( 'WP_List_Table' ) ) require( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
 
-require dirname( __FILE__ ) . '/classes/class-bp-activity-list-table.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-activity-list-table.php';
+}
 
 // Per_page screen option. Has to be hooked in extremely early.
 if ( is_admin() && ! empty( $_REQUEST['page'] ) && 'bp-activity' == $_REQUEST['page'] )
@@ -299,6 +301,7 @@ function bp_activity_admin_load() {
 		// Add accessible hidden heading and text for Activity screen pagination.
 		if ( bp_get_major_wp_version() >= 4.4 ) {
 			get_current_screen()->set_screen_reader_content( array(
+				/* translators: accessibility text */
 				'heading_pagination' => __( 'Activity list navigation', 'buddypress' ),
 			) );
 		}
@@ -576,9 +579,9 @@ function bp_activity_admin_load() {
 
 		// If an error occurred, pass back the activity ID that failed.
 		if ( $error )
-			$redirect_to = add_query_arg( 'error', (int) $error, $redirect_to );
+			$redirect_to = add_query_arg( 'error', $error, $redirect_to );
 		else
-			$redirect_to = add_query_arg( 'updated', (int) $activity->id, $redirect_to );
+			$redirect_to = add_query_arg( 'updated', $activity->id, $redirect_to );
 
 		/**
 		 * Filters URL to redirect to after saving.
@@ -674,6 +677,10 @@ function bp_activity_admin_edit() {
 								<div id="bp_activity_action" class="postbox">
 									<h2><?php _e( 'Action', 'buddypress' ); ?></h2>
 									<div class="inside">
+										<label for="bp-activities-action" class="screen-reader-text"><?php
+											/* translators: accessibility text */
+											_e( 'Edit activity action', 'buddypress' );
+										?></label>
 										<?php wp_editor( stripslashes( $activity->action ), 'bp-activities-action', array( 'media_buttons' => false, 'textarea_rows' => 7, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
 									</div>
 								</div>
@@ -681,6 +688,10 @@ function bp_activity_admin_edit() {
 								<div id="bp_activity_content" class="postbox">
 									<h2><?php _e( 'Content', 'buddypress' ); ?></h2>
 									<div class="inside">
+										<label for="bp-activities-content" class="screen-reader-text"><?php
+											/* translators: accessibility text */
+											_e( 'Edit activity content', 'buddypress' );
+										?></label>
 										<?php wp_editor( stripslashes( $activity->content ), 'bp-activities-content', array( 'media_buttons' => false, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
 									</div>
 								</div>
@@ -704,10 +715,16 @@ function bp_activity_admin_edit() {
 			</form>
 
 		<?php else : ?>
-			<p>
-				<?php _e( 'No activity found with this ID.', 'buddypress' ); ?>
-				<a href="<?php echo esc_url( bp_get_admin_url( 'admin.php?page=bp-activity' ) ); ?>"><?php _e( 'Go back and try again.', 'buddypress' ); ?></a>
-			</p>
+
+			<p><?php
+				printf(
+					'%1$s <a href="%2$s">%3$s</a>',
+					__( 'No activity found with this ID.', 'buddypress' ),
+					esc_url( bp_get_admin_url( 'admin.php?page=bp-activity' ) ),
+					__( 'Go back and try again.', 'buddypress' )
+				);
+			?></p>
+
 		<?php endif; ?>
 
 	</div><!-- .wrap -->
@@ -781,7 +798,10 @@ function bp_activity_admin_edit_metabox_status( $item ) {
 function bp_activity_admin_edit_metabox_link( $item ) {
 ?>
 
-	<label class="screen-reader-text" for="bp-activities-link"><?php _e( 'Link', 'buddypress' ); ?></label>
+	<label class="screen-reader-text" for="bp-activities-link"><?php
+		/* translators: accessibility text */
+		_e( 'Link', 'buddypress' );
+	?></label>
 	<input type="url" name="bp-activities-link" id="bp-activities-link" value="<?php echo esc_url( $item->primary_link ); ?>" aria-describedby="bp-activities-link-description" />
 	<p id="bp-activities-link-description"><?php _e( 'Activity generated by posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item.', 'buddypress' ); ?></p>
 
@@ -798,7 +818,10 @@ function bp_activity_admin_edit_metabox_link( $item ) {
 function bp_activity_admin_edit_metabox_userid( $item ) {
 ?>
 
-	<label class="screen-reader-text" for="bp-activities-userid"><?php _e( 'Author ID', 'buddypress' ); ?></label>
+	<label class="screen-reader-text" for="bp-activities-userid"><?php
+		/* translators: accessibility text */
+		_e( 'Author ID', 'buddypress' );
+	?></label>
 	<input type="number" name="bp-activities-userid" id="bp-activities-userid" value="<?php echo esc_attr( $item->user_id ); ?>" min="1" />
 
 <?php
@@ -873,7 +896,10 @@ function bp_activity_admin_edit_metabox_type( $item ) {
 
 	?>
 
-	<label for="bp-activities-type" class="screen-reader-text"><?php esc_html_e( 'Select activity type', 'buddypress' ); ?></label>
+	<label for="bp-activities-type" class="screen-reader-text"><?php
+		/* translators: accessibility text */
+		esc_html_e( 'Select activity type', 'buddypress' );
+	?></label>
 	<select name="bp-activities-type" id="bp-activities-type">
 		<?php foreach ( $actions as $k => $v ) : ?>
 			<option value="<?php echo esc_attr( $k ); ?>" <?php selected( $k,  $selected ); ?>><?php echo esc_html( $v ); ?></option>
@@ -1016,6 +1042,10 @@ function bp_activity_admin_index() {
 					<form method="get" action="">
 
 						<h3 id="bp-replyhead"><?php _e( 'Reply to Activity', 'buddypress' ); ?></h3>
+						<label for="bp-activities" class="screen-reader-text"><?php
+							/* translators: accessibility text */
+							_e( 'Reply', 'buddypress' );
+						?></label>
 						<?php wp_editor( '', 'bp-activities', array( 'dfw' => false, 'media_buttons' => false, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ), 'tinymce' => false, ) ); ?>
 
 						<p id="bp-replysubmit" class="submit">
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-adminbar.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-adminbar.php
new file mode 100644
index 000000000..08be3d553
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-adminbar.php
@@ -0,0 +1,47 @@
+<?php
+/**
+ * BuddyPress Activity Toolbar.
+ *
+ * Handles the activity functions related to the WordPress Toolbar.
+ *
+ * @package BuddyPress
+ * @subpackage Activity
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * Add the Activity top-level menu link when viewing single activity item.
+ *
+ * @since 2.6.0
+ *
+ * @return null Null if user does not have access to editing functionality.
+ */
+function bp_activity_admin_menu() {
+	global $wp_admin_bar;
+
+	// Only show if viewing a single activity item.
+	if ( ! bp_is_single_activity() ) {
+		return;
+	}
+
+	// Only show this menu to super admins
+	if ( ! bp_current_user_can( 'bp_moderate' ) ) {
+		return;
+	}
+
+	$activity_edit_link = add_query_arg( array(
+		'page' => 'bp-activity',
+		'aid' => bp_current_action(),
+		'action' => 'edit'
+	), bp_get_admin_url( 'admin.php' ) );
+
+	// Add the top-level Edit Activity button.
+	$wp_admin_bar->add_menu( array(
+		'id'    => 'activity-admin',
+		'title' => __( 'Edit Activity', 'buddypress' ),
+		'href'  => esc_url( $activity_edit_link ),
+	) );
+}
+add_action( 'admin_bar_menu', 'bp_activity_admin_menu', 99 );
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php
index 91c8a91d5..5e65746c1 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-akismet.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-akismet.php';
+}
 
 /**
  * Delete old spam activity meta data.
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-classes.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-classes.php
index 2d2fc961c..33cc0bedf 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-classes.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-classes.php
@@ -13,3 +13,8 @@ defined( 'ABSPATH' ) || exit;
 require dirname( __FILE__ ) . '/classes/class-bp-activity-activity.php';
 require dirname( __FILE__ ) . '/classes/class-bp-activity-feed.php';
 require dirname( __FILE__ ) . '/classes/class-bp-activity-query.php';
+
+// Embeds - only applicable for WP 4.5+
+if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) && bp_is_active( 'activity', 'embeds' ) ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-activity-oembed-extension.php';
+}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-embeds.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-embeds.php
new file mode 100644
index 000000000..2951a17a4
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-embeds.php
@@ -0,0 +1,352 @@
+<?php
+/**
+ * Functions related to embedding single activity items externally.
+ *
+ * Relies on WordPress 4.5.
+ *
+ * @since 2.6.0
+ *
+ * @package BuddyPress
+ * @subpackage ActivityEmbeds
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * Loads our activity oEmbed component.
+ *
+ * @since 2.6.0
+ */
+function bp_activity_setup_oembed() {
+	if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) && bp_is_active( 'activity', 'embeds' ) ) {
+		buddypress()->activity->oembed = new BP_Activity_oEmbed_Extension;
+	}
+}
+add_action( 'bp_loaded', 'bp_activity_setup_oembed' );
+
+/**
+ * Catch links in embed excerpt so top.location.href can be added.
+ *
+ * Due to <iframe sandbox="allow-top-navigation">, links in embeds can only be
+ * clicked if invoked with top.location.href via JS.
+ *
+ * @since 2.6.0
+ *
+ * @param  string $text Embed excerpt
+ * @return string
+ */
+function bp_activity_embed_excerpt_onclick_location_filter( $text ) {
+	return preg_replace_callback( '/<a\s+[^>]*href=\"([^\"]*)\"/iU', 'bp_activity_embed_excerpt_onclick_location_filter_callback', $text );
+}
+	/**
+	 * Add onclick="top.location.href" to a link.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  array $matches Items matched by bp_activity_embed_excerpt_onclick_location_filter().
+	 * @return string
+	 */
+	function bp_activity_embed_excerpt_onclick_location_filter_callback( $matches ) {
+		return sprintf( '<a href="%1$s" onclick="top.location.href=\'%1$s\'"', $matches[1] );
+	}
+
+/**
+ * Add inline styles for BP activity embeds.
+ *
+ * @since  2.6.0
+ */
+function bp_activity_embed_add_inline_styles() {
+	if ( false === bp_is_single_activity() ) {
+		return;
+	}
+
+	$min = bp_core_get_minified_asset_suffix();
+
+	if ( is_rtl() ) {
+		$css = bp_locate_template_asset( "css/embeds-activity-rtl{$min}.css" );
+	} else {
+		$css = bp_locate_template_asset( "css/embeds-activity{$min}.css" );
+	}
+
+	// Bail if file wasn't found.
+	if ( false === $css ) {
+		return;
+	}
+
+	// Grab contents of CSS file and do some rudimentary CSS protection.
+	$css = file_get_contents( $css['file'] );
+	$css = wp_kses( $css, array( "\'", '\"' ) );
+
+	printf( '<style type="text/css">%s</style>', $css );
+}
+add_action( 'embed_head', 'bp_activity_embed_add_inline_styles', 20 );
+
+/**
+ * Query for the activity item on the activity embed template.
+ *
+ * Basically a wrapper for {@link bp_has_activities()}, but allows us to
+ * use the activity loop without requerying for it again.
+ *
+ * @since 2.6.0
+ *
+ * @param  int $activity_id The activity ID.
+ * @return bool
+ */
+function bp_activity_embed_has_activity( $activity_id = 0 ) {
+	global $activities_template;
+
+	if ( empty( $activity_id ) ) {
+		return false;
+	}
+
+	if ( ! empty( $activities_template->activities ) ) {
+		$activity = (array) $activities_template->activities;
+		$activity = reset( $activity );
+
+		// No need to requery if we already got the embed activity
+		if ( (int) $activity_id === $activity->id ) {
+			return $activities_template->has_activities();
+		}
+	}
+
+	return bp_has_activities( array(
+		'display_comments' => 'threaded',
+		'show_hidden'      => true,
+		'include'          => (int) $activity_id,
+	) );
+}
+
+/**
+ * Outputs excerpt for an activity embed item.
+ *
+ * @since 2.6.0
+ */
+function bp_activity_embed_excerpt( $content = '' ) {
+	echo bp_activity_get_embed_excerpt( $content = '' );
+}
+
+	/**
+	 * Generates excerpt for an activity embed item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $content The content to generate an excerpt for.
+	 * @return string
+	 */
+	function bp_activity_get_embed_excerpt( $content = '' ) {
+		if ( empty( $content ) && ! empty( $GLOBALS['activities_template']->in_the_loop ) ) {
+			$content = $GLOBALS['activities_template']->activity->content;
+		}
+
+		/*
+		 * bp_activity_truncate_entry() includes the 'Read More' link, which is why
+		 * we're using this instead of bp_create_excerpt().
+		 */
+		$content = html_entity_decode( $content );
+		$content = bp_activity_truncate_entry( $content, array(
+			'html' => false,
+			'filter_shortcodes' => true,
+			'strip_tags'        => true,
+			'force_truncate'    => true
+		) );
+
+		/**
+		 * Filter the activity embed excerpt.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @var string $content Embed Excerpt.
+		 * @var string $unmodified_content Unmodified activity content.
+		 */
+		return apply_filters( 'bp_activity_get_embed_excerpt', $content, $GLOBALS['activities_template']->activity->content );
+	}
+
+/**
+ * Outputs the first embedded item in the activity oEmbed template.
+ *
+ * @since 2.6.0
+ */
+function bp_activity_embed_media() {
+	// Bail if oEmbed request explicitly hides media.
+	if ( isset( $_GET['hide_media'] ) && true == wp_validate_boolean( $_GET['hide_media'] ) ) {
+		/**
+		 * Do something after media is rendered for an activity oEmbed item.
+		 *
+		 * @since 2.6.0
+		 */
+		do_action( 'bp_activity_embed_after_media' );
+
+		return;
+	}
+
+	/**
+	 * Should we display media in the oEmbed template?
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param bool $retval Defaults to true.
+	 */
+	$allow_media = apply_filters( 'bp_activity_embed_display_media', true );
+
+	// Find oEmbeds from only WP registered providers.
+	bp_remove_all_filters( 'oembed_providers' );
+	$media = bp_core_extract_media_from_content( $GLOBALS['activities_template']->activity->content, 'embeds' );
+	bp_restore_all_filters( 'oembed_providers' );
+
+	// oEmbeds have precedence over inline video / audio.
+	if ( isset( $media['embeds'] ) && true === $allow_media ) {
+		// Autoembed first URL.
+		$oembed_defaults = wp_embed_defaults();
+		$oembed_args = array(
+			'width'    => $oembed_defaults['width'],
+			'height'   => $oembed_defaults['height'],
+			'discover' => true
+		);
+		$url      = $media['embeds'][0]['url'];
+		$cachekey = '_oembed_response_' . md5( $url . serialize( $oembed_args ) );
+
+		// Try to fetch oEmbed response from meta.
+		$oembed = bp_activity_get_meta( bp_get_activity_id(), $cachekey );
+
+		// No cache, so fetch full oEmbed response now!
+		if ( '' === $oembed ) {
+			$o = _wp_oembed_get_object();
+			$oembed = $o->fetch( $o->get_provider( $url, $oembed_args ), $url, $oembed_args );
+
+			// Cache oEmbed response.
+			bp_activity_update_meta( bp_get_activity_id(), $cachekey, $oembed );
+		}
+
+		$content = '';
+
+		/**
+		 * Filters the default embed display max width.
+		 *
+		 * This is used if the oEmbed response does not return a thumbnail width.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param int $width.
+		 */
+		$width = (int) apply_filters( 'bp_activity_embed_display_media_width', 550 );
+
+		// Set thumbnail.
+		if ( 'photo' === $oembed->type ) {
+			$thumbnail = $oembed->url;
+		} elseif ( isset( $oembed->thumbnail_url ) ) {
+			$thumbnail = $oembed->thumbnail_url;
+
+		/* Non-oEmbed standard attributes */
+		// Mixcloud
+		} elseif ( isset( $oembed->image ) ) {
+			$thumbnail = $oembed->image;
+		// ReverbNation
+		} elseif ( isset( $oembed->{'thumbnail-url'} ) ) {
+			$thumbnail = $oembed->{'thumbnail-url'};
+		}
+
+		// Display thumb and related oEmbed meta.
+		if ( true === isset ( $thumbnail ) ) {
+			$play_icon = $caption = '';
+
+			// Add play icon for non-photos.
+			if ( 'photo' !== $oembed->type ) {
+				/**
+				 * ion-play icon from Ionicons.
+				 *
+				 * @link    http://ionicons.com/
+				 * @license MIT
+				 */
+				$play_icon = <<<EOD
+<svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M405.2,232.9L126.8,67.2c-3.4-2-6.9-3.2-10.9-3.2c-10.9,0-19.8,9-19.8,20H96v344h0.1c0,11,8.9,20,19.8,20  c4.1,0,7.5-1.4,11.2-3.4l278.1-165.5c6.6-5.5,10.8-13.8,10.8-23.1C416,246.7,411.8,238.5,405.2,232.9z"/></svg>
+EOD;
+
+				$play_icon = sprintf( '<a rel="nofollow" class="play-btn" href="%1$s" onclick="top.location.href=\'%1$s\'">%2$s</a>', esc_url( $url ), $play_icon );
+			}
+
+			// Thumb width
+			$thumb_width = isset( $oembed->thumbnail_width ) && 'photo' !== $oembed->type && (int) $oembed->thumbnail_width < 550 ? (int) $oembed->thumbnail_width : $width;
+
+			$float_width = 350;
+
+			// Set up thumb.
+			$content = sprintf( '<div class="thumb" style="max-width:%1$spx">%2$s<a href="%3$s" rel="nofollow" onclick="top.location.href=\'%3$s\'"><img src="%4$s" /></a></div>', $thumb_width, $play_icon, esc_url( $url ), esc_url( $thumbnail ) );
+
+			// Show title.
+			if ( isset( $oembed->title ) ) {
+				$caption .= sprintf( '<p class="caption-title"><strong>%s</strong></p>', apply_filters( 'single_post_title', $oembed->title ) );
+			}
+
+			// Show description (non-oEmbed standard)
+			if ( isset( $oembed->description ) ) {
+				$caption .= sprintf( '<div class="caption-description">%s</div>', apply_filters( 'bp_activity_get_embed_excerpt', $oembed->description ) );
+			}
+
+			// Show author info.
+			if ( isset( $oembed->provider_name ) && isset( $oembed->author_name ) ) {
+				/* translators: By [oEmbed author] on [oEmbed provider]. eg. By BuddyPress on YouTube. */
+				$anchor_text = sprintf( __( 'By %1$s on %2$s', 'buddypress' ), $oembed->author_name, $oembed->provider_name );
+
+			} elseif ( isset( $oembed->provider_name ) ) {
+				$anchor_text = sprintf( __( 'View on %s', 'buddypress' ), $oembed->provider_name );
+			}
+
+			if ( true === isset( $anchor_text ) )  {
+				$caption .= sprintf( '<a rel="nofollow" href="%1$s" onclick="top.location.href=\'%1$s\'">%2$s</a>', esc_url( $url ), apply_filters( 'the_title', $anchor_text ) );
+			}
+
+			// Set up caption.
+			if ( '' !== $caption ) {
+				$css_class = isset( $oembed->provider_name ) ? sprintf( ' provider-%s', sanitize_html_class( strtolower( $oembed->provider_name ) ) ) : '';
+				$caption = sprintf( '<div class="caption%1$s" style="width:%2$s">%3$s</div>',
+					$css_class,
+					$thumb_width > $float_width ? 100 . '%' : round( ( $width - (int) $thumb_width ) / $width * 100 ) . '%',
+					$caption
+				);
+
+				$content .= $caption;
+			}
+		}
+
+		// Print rich content.
+		if ( '' !== $content ) {
+			printf( '<div class="bp-activity-embed-display-media %s" style="max-width:%spx">%s</div>',
+				$thumb_width < $float_width ? 'two-col' : 'one-col',
+				$thumb_width < $float_width ? $width : $thumb_width,
+				$content
+			);
+		}
+
+	// Video / audio.
+	} elseif ( true === $allow_media ) {
+		// Call BP_Embed if it hasn't already loaded.
+		bp_embed_init();
+
+		// Run shortcode and embed routine.
+		$content = buddypress()->embed->run_shortcode( $GLOBALS['activities_template']->activity->content );
+		$content = buddypress()->embed->autoembed( $content );
+
+		// Try to find inline video / audio.
+		$media = bp_core_extract_media_from_content( $content, 96 );
+
+		// Video takes precedence. HTML5-only.
+		if ( isset( $media['videos'] ) && 'shortcodes' === $media['videos'][0]['source'] ) {
+			printf( '<video controls preload="metadata"><source src="%1$s"><p>%2$s</p></video>',
+				esc_url( $media['videos'][0]['url'] ),
+				esc_html__( 'Your browser does not support HTML5 video', 'buddypress' )
+			);
+
+		// No video? Try audio. HTML5-only.
+		} elseif ( isset( $media['audio'] ) && 'shortcodes' === $media['audio'][0]['source'] ) {
+			printf( '<audio controls preload="metadata"><source src="%1$s"><p>%2$s</p></audio>',
+				esc_url( $media['audio'][0]['url'] ),
+				esc_html__( 'Your browser does not support HTML5 audio', 'buddypress' )
+			);
+		}
+
+	}
+
+	/** This hook is documented in /bp-activity/bp-activity-embeds.php */
+	do_action( 'bp_activity_embed_after_media' );
+}
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php
index a73e3236b..eb66c3f98 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php
@@ -43,6 +43,7 @@ add_filter( 'bp_get_activity_content',               'wptexturize' );
 add_filter( 'bp_get_activity_parent_content',        'wptexturize' );
 add_filter( 'bp_get_activity_latest_update',         'wptexturize' );
 add_filter( 'bp_get_activity_latest_update_excerpt', 'wptexturize' );
+add_filter( 'bp_activity_get_embed_excerpt',         'wptexturize' );
 
 add_filter( 'bp_get_activity_action',                'convert_smilies' );
 add_filter( 'bp_get_activity_content_body',          'convert_smilies' );
@@ -50,6 +51,7 @@ add_filter( 'bp_get_activity_content',               'convert_smilies' );
 add_filter( 'bp_get_activity_parent_content',        'convert_smilies' );
 add_filter( 'bp_get_activity_latest_update',         'convert_smilies' );
 add_filter( 'bp_get_activity_latest_update_excerpt', 'convert_smilies' );
+add_filter( 'bp_activity_get_embed_excerpt',         'convert_smilies' );
 
 add_filter( 'bp_get_activity_action',                'convert_chars' );
 add_filter( 'bp_get_activity_content_body',          'convert_chars' );
@@ -57,11 +59,13 @@ add_filter( 'bp_get_activity_content',               'convert_chars' );
 add_filter( 'bp_get_activity_parent_content',        'convert_chars' );
 add_filter( 'bp_get_activity_latest_update',         'convert_chars' );
 add_filter( 'bp_get_activity_latest_update_excerpt', 'convert_chars' );
+add_filter( 'bp_activity_get_embed_excerpt',         'convert_chars' );
 
 add_filter( 'bp_get_activity_action',                'wpautop' );
 add_filter( 'bp_get_activity_content_body',          'wpautop' );
 add_filter( 'bp_get_activity_content',               'wpautop' );
 add_filter( 'bp_get_activity_feed_item_description', 'wpautop' );
+add_filter( 'bp_activity_get_embed_excerpt',         'wpautop' );
 
 add_filter( 'bp_get_activity_action',                'make_clickable', 9 );
 add_filter( 'bp_get_activity_content_body',          'make_clickable', 9 );
@@ -70,6 +74,7 @@ add_filter( 'bp_get_activity_parent_content',        'make_clickable', 9 );
 add_filter( 'bp_get_activity_latest_update',         'make_clickable', 9 );
 add_filter( 'bp_get_activity_latest_update_excerpt', 'make_clickable', 9 );
 add_filter( 'bp_get_activity_feed_item_description', 'make_clickable', 9 );
+add_filter( 'bp_activity_get_embed_excerpt',         'make_clickable', 9 );
 
 add_filter( 'bp_acomment_name',                      'stripslashes_deep', 5 );
 add_filter( 'bp_get_activity_action',                'stripslashes_deep', 5 );
@@ -94,6 +99,7 @@ add_filter( 'pre_comment_content',                   'bp_activity_at_name_filter
 add_filter( 'group_forum_topic_text_before_save',    'bp_activity_at_name_filter' );
 add_filter( 'group_forum_post_text_before_save',     'bp_activity_at_name_filter' );
 add_filter( 'the_content',                           'bp_activity_at_name_filter' );
+add_filter( 'bp_activity_get_embed_excerpt',         'bp_activity_at_name_filter' );
 
 add_filter( 'bp_get_activity_parent_content',        'bp_create_excerpt' );
 
@@ -103,6 +109,8 @@ add_filter( 'bp_get_activity_content',      'bp_activity_truncate_entry', 5 );
 add_filter( 'bp_get_total_favorite_count_for_user', 'bp_core_number_format' );
 add_filter( 'bp_get_total_mention_count_for_user',  'bp_core_number_format' );
 
+add_filter( 'bp_activity_get_embed_excerpt', 'bp_activity_embed_excerpt_onclick_location_filter', 9 );
+
 /* Actions *******************************************************************/
 
 // At-name filter.
@@ -147,13 +155,19 @@ function bp_activity_get_moderated_activity_types() {
 function bp_activity_check_moderation_keys( $activity ) {
 
 	// Only check specific types of activity updates.
-	if ( !in_array( $activity->type, bp_activity_get_moderated_activity_types() ) )
+	if ( ! in_array( $activity->type, bp_activity_get_moderated_activity_types() ) ) {
 		return;
+	}
 
-	// Unset the activity component so activity stream update fails
+	// Send back the error so activity update fails.
 	// @todo This is temporary until some kind of moderation is built.
-	if ( !bp_core_check_for_moderation( $activity->user_id, '', $activity->content ) )
+	$moderate = bp_core_check_for_moderation( $activity->user_id, '', $activity->content, 'wp_error' );
+	if ( is_wp_error( $moderate ) ) {
+		$activity->errors = $moderate;
+
+		// Backpat.
 		$activity->component = false;
+	}
 }
 
 /**
@@ -166,12 +180,19 @@ function bp_activity_check_moderation_keys( $activity ) {
 function bp_activity_check_blacklist_keys( $activity ) {
 
 	// Only check specific types of activity updates.
-	if ( ! in_array( $activity->type, bp_activity_get_moderated_activity_types() ) )
+	if ( ! in_array( $activity->type, bp_activity_get_moderated_activity_types() ) ) {
 		return;
+	}
+
+	// Send back the error so activity update fails.
+	// @todo This is temporary until some kind of trash status is built.
+	$blacklist = bp_core_check_for_blacklist( $activity->user_id, '', $activity->content, 'wp_error' );
+	if ( is_wp_error( $blacklist ) ) {
+		$activity->errors = $blacklist;
 
-	// Mark as spam.
-	if ( ! bp_core_check_for_blacklist( $activity->user_id, '', $activity->content ) )
-		bp_activity_mark_as_spam( $activity, 'by_blacklist' );
+		// Backpat.
+		$activity->component = false;
+	}
 }
 
 /**
@@ -179,9 +200,6 @@ function bp_activity_check_blacklist_keys( $activity ) {
  *
  * @since 1.1.0
  *
- * @uses apply_filters() To call the 'bp_activity_allowed_tags' hook.
- * @uses wp_kses()
- *
  * @param string $content The activity content.
  * @return string $content Filtered activity content.
  */
@@ -282,8 +300,6 @@ function bp_activity_at_name_filter( $content, $activity_id = 0 ) {
  *
  * @since 1.5.0
  *
- * @uses bp_activity_find_mentions()
- *
  * @param BP_Activity_Activity $activity Activity Object.
  */
 function bp_activity_at_name_filter_updates( $activity ) {
@@ -319,9 +335,6 @@ function bp_activity_at_name_filter_updates( $activity ) {
  *
  * @since 1.7.0
  *
- * @uses bp_activity_at_message_notification()
- * @uses bp_activity_update_mention_count_for_user()
- *
  * @param BP_Activity_Activity $activity The BP_Activity_Activity object.
  */
 function bp_activity_at_name_send_emails( $activity ) {
@@ -395,19 +408,16 @@ function bp_activity_make_nofollow_filter( $text ) {
  * This method can only be used inside the Activity loop.
  *
  * @since 1.5.0
- *
- * @uses bp_is_single_activity()
- * @uses apply_filters() To call the 'bp_activity_excerpt_append_text' hook.
- * @uses apply_filters() To call the 'bp_activity_excerpt_length' hook.
- * @uses bp_create_excerpt()
- * @uses bp_get_activity_id()
- * @uses bp_get_activity_thread_permalink()
- * @uses apply_filters() To call the 'bp_activity_truncate_entry' hook.
+ * @since 2.6.0 Added $args parameter.
  *
  * @param string $text The original activity entry text.
+ * @param array  $args {
+ *     Optional parameters. See $options argument of {@link bp_create_excerpt()}
+ *     for all available parameters.
+ * }
  * @return string $excerpt The truncated text.
  */
-function bp_activity_truncate_entry( $text ) {
+function bp_activity_truncate_entry( $text, $args = array() ) {
 	global $activities_template;
 
 	/**
@@ -423,7 +433,7 @@ function bp_activity_truncate_entry( $text ) {
 	);
 
 	// The full text of the activity update should always show on the single activity screen.
-	if ( ! $maybe_truncate_text || bp_is_single_activity() ) {
+	if ( empty( $args['force_truncate'] ) && ( ! $maybe_truncate_text || bp_is_single_activity() ) ) {
 		return $text;
 	}
 
@@ -445,15 +455,17 @@ function bp_activity_truncate_entry( $text ) {
 	 */
 	$excerpt_length = apply_filters( 'bp_activity_excerpt_length', 358 );
 
+	$args = wp_parse_args( $args, array( 'ending' => __( '&hellip;', 'buddypress' ) ) );
+
 	// Run the text through the excerpt function. If it's too short, the original text will be returned.
-	$excerpt        = bp_create_excerpt( $text, $excerpt_length, array( 'ending' => __( '&hellip;', 'buddypress' ) ) );
+	$excerpt        = bp_create_excerpt( $text, $excerpt_length, $args );
 
 	/*
 	 * If the text returned by bp_create_excerpt() is different from the original text (ie it's
 	 * been truncated), add the "Read More" link. Note that bp_create_excerpt() is stripping
 	 * shortcodes, so we have strip them from the $text before the comparison.
 	 */
-	if ( $excerpt != strip_shortcodes( $text ) ) {
+	if ( strlen( $excerpt ) < strlen( strip_shortcodes( $text ) ) ) {
 		$id = !empty( $activities_template->activity->current_comment->id ) ? 'acomment-read-more-' . $activities_template->activity->current_comment->id : 'activity-read-more-' . bp_get_activity_id();
 
 		$excerpt = sprintf( '%1$s<span class="activity-read-more" id="%2$s"><a href="%3$s" rel="nofollow">%4$s</a></span>', $excerpt, $id, bp_get_activity_thread_permalink(), $append_text );
@@ -476,8 +488,6 @@ function bp_activity_truncate_entry( $text ) {
  *
  * @since 2.0.0
  *
- * @uses bp_activity_do_heartbeat() to check if heartbeat is required.
- *
  * @param array $js_handles The original dependencies.
  * @return array $js_handles The new dependencies.
  */
@@ -543,8 +553,6 @@ add_filter( 'bp_get_activity_css_class', 'bp_activity_timestamp_class', 9, 1 );
  *
  * @since 2.0.0
  *
- * @uses bp_activity_get_last_updated() to get the recorded date of the last activity.
- *
  * @param array $response Array containing Heartbeat API response.
  * @param array $data     Array containing data for Heartbeat API response.
  * @return array $response
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php
index 8f03c6f21..a76432030 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php
@@ -40,8 +40,6 @@ function bp_activity_has_directory() {
  *
  * @since 1.8.0
  *
- * @uses apply_filters() To call 'bp_activity_do_mentions' hook.
- *
  * @return bool $retval True to enable mentions, false to disable.
  */
 function bp_activity_do_mentions() {
@@ -133,8 +131,6 @@ function bp_activity_find_mentions( $content ) {
  *
  * @since 1.5.0
  *
- * @uses bp_delete_user_meta()
- *
  * @param int $user_id The id of the user whose unread mentions are being reset.
  */
 function bp_activity_clear_new_mentions( $user_id ) {
@@ -161,9 +157,6 @@ function bp_activity_clear_new_mentions( $user_id ) {
  *
  * @since 1.5.0
  *
- * @uses bp_activity_find_mentions()
- * @uses bp_activity_update_mention_count_for_user()
- *
  * @param int    $activity_id The unique id for the activity item.
  * @param string $action      Can be 'delete' or 'add'. Defaults to 'add'.
  * @return bool
@@ -176,7 +169,7 @@ function bp_activity_adjust_mention_count( $activity_id = 0, $action = 'add' ) {
 	}
 
 	// Get activity object.
-	$activity  = new BP_Activity_Activity( (int) $activity_id );
+	$activity  = new BP_Activity_Activity( $activity_id );
 
 	// Try to find mentions.
 	$usernames = bp_activity_find_mentions( strip_tags( $activity->content ) );
@@ -200,9 +193,6 @@ function bp_activity_adjust_mention_count( $activity_id = 0, $action = 'add' ) {
  *
  * @since 1.7.0
  *
- * @uses bp_get_user_meta()
- * @uses bp_update_user_meta()
- *
  * @param int    $user_id     The user ID.
  * @param int    $activity_id The unique ID for the activity item.
  * @param string $action      'delete' or 'add'. Default: 'add'.
@@ -787,8 +777,6 @@ function bp_activity_get_actions() {
  *
  * @since 1.1.0
  *
- * @uses apply_filters() To call the 'bp_activity_get_action' hook.
- *
  * @param string $component_id The unique string ID of the component.
  * @param string $key          The action key.
  * @return string|bool Action value if found, otherwise false.
@@ -858,9 +846,6 @@ function bp_activity_get_types() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_user_meta()
- * @uses apply_filters() To call the 'bp_activity_get_user_favorites' hook.
- *
  * @param int $user_id ID of the user whose favorites are being queried.
  * @return array IDs of the user's favorite activity items.
  */
@@ -889,14 +874,6 @@ function bp_activity_get_user_favorites( $user_id = 0 ) {
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_get_user_meta()
- * @uses bp_activity_get_meta()
- * @uses bp_update_user_meta()
- * @uses bp_activity_update_meta()
- * @uses do_action() To call the 'bp_activity_add_user_favorite' hook.
- * @uses do_action() To call the 'bp_activity_add_user_favorite_fail' hook.
- *
  * @param int $activity_id ID of the activity item being favorited.
  * @param int $user_id     ID of the user favoriting the activity item.
  * @return bool True on success, false on failure.
@@ -971,13 +948,6 @@ function bp_activity_add_user_favorite( $activity_id, $user_id = 0 ) {
  *
  * @since 1.2.0
  *
- * @uses is_user_logged_in()
- * @uses bp_get_user_meta()
- * @uses bp_activity_get_meta()
- * @uses bp_activity_update_meta()
- * @uses bp_update_user_meta()
- * @uses do_action() To call the 'bp_activity_remove_user_favorite' hook.
- *
  * @param int $activity_id ID of the activity item being unfavorited.
  * @param int $user_id     ID of the user unfavoriting the activity item.
  * @return bool True on success, false on failure.
@@ -1050,9 +1020,6 @@ function bp_activity_remove_user_favorite( $activity_id, $user_id = 0 ) {
  *
  * @since 1.1.0
  *
- * @uses BP_Activity_Activity::check_exists_by_content() {@link BP_Activity_Activity}
- * @uses apply_filters() To call the 'bp_activity_check_exists_by_content' hook.
- *
  * @param string $content The content to filter by.
  * @return int|null The ID of the located activity item. Null if none is found.
  */
@@ -1063,7 +1030,7 @@ function bp_activity_check_exists_by_content( $content ) {
 	 *
 	 * @since 1.1.0
 	 *
-	 * @param BP_Activity_Activity $content_exists ID of the activity if found, else null.
+	 * @param BP_Activity_Activity $value ID of the activity if found, else null.
 	 */
 	return apply_filters( 'bp_activity_check_exists_by_content', BP_Activity_Activity::check_exists_by_content( $content ) );
 }
@@ -1073,9 +1040,6 @@ function bp_activity_check_exists_by_content( $content ) {
  *
  * @since 1.0.0
  *
- * @uses BP_Activity_Activity::get_last_updated() {@link BP_Activity_Activity}
- * @uses apply_filters() To call the 'bp_activity_get_last_updated' hook.
- *
  * @return string Date last updated.
  */
 function bp_activity_get_last_updated() {
@@ -1095,8 +1059,6 @@ function bp_activity_get_last_updated() {
  *
  * @since 1.2.0
  *
- * @uses BP_Activity_Activity::total_favorite_count() {@link BP_Activity_Activity}
- *
  * @param int $user_id ID of the user whose favorite count is being requested.
  * @return int Total favorite count for the user.
  */
@@ -1160,8 +1122,6 @@ function bp_activity_delete_meta( $activity_id, $meta_key = '', $meta_value = ''
  *
  * @since 1.2.0
  *
- * @uses apply_filters() To call the 'bp_activity_get_meta' hook.
- *
  * @param int    $activity_id ID of the activity item whose metadata is being requested.
  * @param string $meta_key    Optional. If present, only the metadata matching
  *                            that meta key will be returned. Otherwise, all metadata for the
@@ -1239,12 +1199,6 @@ function bp_activity_add_meta( $activity_id, $meta_key, $meta_value, $unique = f
  *
  * @since 1.5.0
  *
- * @uses is_user_logged_in()
- * @uses bp_activity_delete()
- * @uses bp_delete_user_meta()
- * @uses do_action() To call the 'bp_activity_remove_data' hook.
- * @uses do_action() To call the 'bp_activity_remove_all_user_data' hook.
- *
  * @param int $user_id ID of the user whose activity is being deleted.
  * @return bool
  */
@@ -1671,11 +1625,6 @@ function bp_activity_format_activity_action_custom_post_type_comment( $action, $
  *
  * @see BP_Activity_Activity::get() For more information on accepted arguments
  *      and the format of the returned value.
- * @uses wp_parse_args()
- * @uses wp_cache_get()
- * @uses wp_cache_set()
- * @uses BP_Activity_Activity::get() {@link BP_Activity_Activity}
- * @uses apply_filters_ref_array() To call the 'bp_activity_get' hook.
  *
  * @param array|string $args See BP_Activity_Activity::get() for description.
  * @return array $activity See BP_Activity_Activity::get() for description.
@@ -1782,9 +1731,6 @@ function bp_activity_get( $args = '' ) {
  * @since 1.2.0
  *
  * @see BP_Activity_Activity::get() For more information on accepted arguments.
- * @uses wp_parse_args()
- * @uses apply_filters() To call the 'bp_activity_get_specific' hook.
- * @uses BP_Activity_Activity::get() {@link BP_Activity_Activity}
  *
  * @param array|string $args {
  *     All arguments and defaults are shared with BP_Activity_Activity::get(),
@@ -1836,12 +1782,7 @@ function bp_activity_get_specific( $args = '' ) {
  * Add an activity item.
  *
  * @since 1.1.0
- *
- * @uses wp_parse_args()
- * @uses BP_Activity_Activity::save() {@link BP_Activity_Activity}
- * @uses BP_Activity_Activity::rebuild_activity_comment_tree() {@link BP_Activity_Activity}
- * @uses wp_cache_delete()
- * @uses do_action() To call the 'bp_activity_add' hook.
+ * @since 2.6.0 Added 'error_type' parameter to $args.
  *
  * @param array|string $args {
  *     An array of arguments.
@@ -1873,6 +1814,7 @@ function bp_activity_get_specific( $args = '' ) {
  *     @type bool     $hide_sitewide     Should the item be hidden on sitewide streams?
  *                                       Default: false.
  *     @type bool     $is_spam           Should the item be marked as spam? Default: false.
+ *     @type string   $error_type        Optional. Error type. Either 'bool' or 'wp_error'. Default: 'bool'.
  * }
  * @return int|bool The ID of the activity on success. False on error.
  */
@@ -1891,6 +1833,7 @@ function bp_activity_add( $args = '' ) {
 		'recorded_time'     => bp_core_current_time(), // The GMT time that this activity was recorded.
 		'hide_sitewide'     => false,                  // Should this be hidden on the sitewide activity stream?
 		'is_spam'           => false,                  // Is this activity item to be marked as spam?
+		'error_type'        => 'bool'
 	), 'activity_add' );
 
 	// Make sure we are backwards compatible.
@@ -1914,11 +1857,16 @@ function bp_activity_add( $args = '' ) {
 	$activity->date_recorded     = $r['recorded_time'];
 	$activity->hide_sitewide     = $r['hide_sitewide'];
 	$activity->is_spam           = $r['is_spam'];
+	$activity->error_type        = $r['error_type'];
 	$activity->action            = ! empty( $r['action'] )
-										? $r['action']
-										: bp_activity_generate_action_string( $activity );
+						? $r['action']
+						: bp_activity_generate_action_string( $activity );
 
-	if ( ! $activity->save() ) {
+	$save = $activity->save();
+
+	if ( 'wp_error' === $r['error_type'] && is_wp_error( $save ) ) {
+		return $save;
+	} elseif ('bool' === $r['error_type'] && false === $save ) {
 		return false;
 	}
 
@@ -1949,17 +1897,6 @@ function bp_activity_add( $args = '' ) {
  *
  * @since 1.2.0
  *
- * @uses wp_parse_args()
- * @uses bp_is_user_inactive()
- * @uses bp_core_get_userlink()
- * @uses bp_activity_add()
- * @uses apply_filters() To call the 'bp_activity_new_update_action' hook.
- * @uses apply_filters() To call the 'bp_activity_new_update_content' hook.
- * @uses apply_filters() To call the 'bp_activity_new_update_primary_link' hook.
- * @uses bp_update_user_meta()
- * @uses wp_filter_kses()
- * @uses do_action() To call the 'bp_activity_posted_update' hook.
- *
  * @param array|string $args {
  *     @type string $content The content of the activity update.
  *     @type int    $user_id Optional. Defaults to the logged-in user.
@@ -1969,8 +1906,9 @@ function bp_activity_add( $args = '' ) {
 function bp_activity_post_update( $args = '' ) {
 
 	$r = wp_parse_args( $args, array(
-		'content' => false,
-		'user_id' => bp_loggedin_user_id()
+		'content'    => false,
+		'user_id'    => bp_loggedin_user_id(),
+		'error_type' => 'bool',
 	) );
 
 	if ( empty( $r['content'] ) || !strlen( trim( $r['content'] ) ) ) {
@@ -2010,8 +1948,14 @@ function bp_activity_post_update( $args = '' ) {
 		'primary_link' => $add_primary_link,
 		'component'    => buddypress()->activity->id,
 		'type'         => 'activity_update',
+		'error_type'   => $r['error_type']
 	) );
 
+	// Bail on failure.
+	if ( false === $activity_id || is_wp_error( $activity_id ) ) {
+		return $activity_id;
+	}
+
 	/**
 	 * Filters the latest update content for the activity item.
 	 *
@@ -2304,10 +2248,9 @@ function bp_activity_post_type_unpublish( $post_id = 0, $post = null ) {
  *
  * @since 2.5.0
  *
- * @param  int  $comment_id  ID of the comment.
- * @param  bool $is_approved Whether the comment is approved or not.
- * @param  object $activity_post_object the post type tracking args object.
- *
+ * @param  int         $comment_id           ID of the comment.
+ * @param  bool        $is_approved          Whether the comment is approved or not.
+ * @param  object|null $activity_post_object The post type tracking args object.
  * @return int|bool The ID of the activity on success. False on error.
  */
 function bp_activity_post_type_comment( $comment_id = 0, $is_approved = true, $activity_post_object = null ) {
@@ -2497,9 +2440,8 @@ add_action( 'edit_comment', 'bp_activity_post_type_comment', 10    );
  *
  * @since 2.5.0
  *
- * @param  int    $comment_id           ID of the comment.
- * @param  object $activity_post_object The post type tracking args object.
- *
+ * @param  int         $comment_id           ID of the comment.
+ * @param  object|null $activity_post_object The post type tracking args object.
  * @return bool True on success. False on error.
  */
 function bp_activity_post_type_remove_comment( $comment_id = 0, $activity_post_object = null ) {
@@ -2564,15 +2506,10 @@ add_action( 'delete_comment', 'bp_activity_post_type_remove_comment', 10, 1 );
  * @since 1.2.0
  * @since 2.5.0 Add a new possible parameter $skip_notification for the array of arguments.
  *              Add the $primary_link parameter for the array of arguments.
- *
- * @uses wp_parse_args()
- * @uses bp_activity_add()
- * @uses apply_filters() To call the 'bp_activity_comment_action' hook.
- * @uses apply_filters() To call the 'bp_activity_comment_content' hook.
- * @uses wp_cache_delete()
- * @uses do_action() To call the 'bp_activity_comment_posted' hook.
+ * @since 2.6.0 Added 'error_type' parameter to $args.
  *
  * @param array|string $args {
+ *     An array of arguments.
  *     @type int    $id                Optional. Pass an ID to update an existing comment.
  *     @type string $content           The content of the comment.
  *     @type int    $user_id           Optional. The ID of the user making the comment.
@@ -2586,17 +2523,12 @@ add_action( 'delete_comment', 'bp_activity_post_type_remove_comment', 10, 1 );
  *                                     Defaults to an empty string.
  *     @type bool   $skip_notification Optional. false to send a comment notification, false otherwise.
  *                                     Defaults to false.
+ *     @type string $error_type        Optional. Error type. Either 'bool' or 'wp_error'. Default: 'bool'.
  * }
  * @return int|bool The ID of the comment on success, otherwise false.
  */
 function bp_activity_new_comment( $args = '' ) {
-	$bp       = buddypress();
-	$errors   = new WP_Error();
-	$feedback = __( 'There was an error posting your reply. Please try again.', 'buddypress' );
-
-	if ( empty( $bp->activity->errors ) ) {
-		$bp->activity->errors = array();
-	}
+	$bp = buddypress();
 
 	$r = wp_parse_args( $args, array(
 		'id'                => false,
@@ -2606,14 +2538,31 @@ function bp_activity_new_comment( $args = '' ) {
 		'parent_id'         => false, // ID of a parent comment (optional).
 		'primary_link'      => '',
 		'skip_notification' => false,
+		'error_type'        => 'bool'
 	) );
 
+	// Error type is boolean; need to initialize some variables for backpat.
+	if ( 'bool' === $r['error_type'] ) {
+		if ( empty( $bp->activity->errors ) ) {
+			$bp->activity->errors = array();
+		}
+	}
+
+	// Default error message.
+	$feedback = __( 'There was an error posting your reply. Please try again.', 'buddypress' );
+
 	// Bail if missing necessary data.
 	if ( empty( $r['content'] ) || empty( $r['user_id'] ) || empty( $r['activity_id'] ) ) {
-		$errors->add( 'missing_data', $feedback );
-		$bp->activity->errors['new_comment'] = $errors;
+		$error = new WP_Error( 'missing_data', $feedback );
 
-		return false;
+		if ( 'wp_error' === $r['error_type'] ) {
+			return $error;
+
+		// Backpat.
+		} else {
+			$bp->activity->errors['new_comment'] = $error;
+			return false;
+		}
 	}
 
 	// Maybe set current activity ID as the parent.
@@ -2628,14 +2577,21 @@ function bp_activity_new_comment( $args = '' ) {
 
 	// Bail if the parent activity does not exist.
 	if ( empty( $activity->date_recorded ) ) {
-		$errors->add( 'missing_activity', __( 'Sorry, the item you are replying to no longer exists.', 'buddypress' ) );
-		$bp->activity->errors['new_comment'] = $errors;
+		$error = new WP_Error( 'missing_activity', __( 'The item you were replying to no longer exists.', 'buddypress' ) );
+
+		if ( 'wp_error' === $r['error_type'] ) {
+			return $error;
+
+		// Backpat.
+		} else {
+			$bp->activity->errors['new_comment'] = $error;
+			return false;
+		}
 
-		return false;
 	}
 
 	// Check to see if the parent activity is hidden, and if so, hide this comment publicly.
-	$is_hidden = ( (int) $activity->hide_sitewide ) ? 1 : 0;
+	$is_hidden = $activity->hide_sitewide ? 1 : 0;
 
 	/**
 	 * Filters the content of a new comment.
@@ -2656,9 +2612,15 @@ function bp_activity_new_comment( $args = '' ) {
 		'user_id'           => $r['user_id'],
 		'item_id'           => $activity_id,
 		'secondary_item_id' => $r['parent_id'],
-		'hide_sitewide'     => $is_hidden
+		'hide_sitewide'     => $is_hidden,
+		'error_type'        => $r['error_type']
 	) );
 
+	// Bail on failure.
+	if ( false === $comment_id || is_wp_error( $comment_id ) ) {
+		return $comment_id;
+	}
+
 	// Comment caches are stored only with the top-level item.
 	wp_cache_delete( $activity_id, 'bp_activity_comments' );
 
@@ -2698,8 +2660,15 @@ function bp_activity_new_comment( $args = '' ) {
 	}
 
 	if ( empty( $comment_id ) ) {
-		$errors->add( 'comment_failed', $feedback );
-		$bp->activity->errors['new_comment'] = $errors;
+		$error = new WP_Error( 'comment_failed', $feedback );
+
+		if ( 'wp_error' === $r['error_type'] ) {
+			return $error;
+
+		// Backpat.
+		} else {
+			$bp->activity->errors['new_comment'] = $error;
+		}
 	}
 
 	return $comment_id;
@@ -2711,9 +2680,6 @@ function bp_activity_new_comment( $args = '' ) {
  * @since 1.2.0
  *
  * @see BP_Activity_Activity::get() For more information on accepted arguments.
- * @uses wp_parse_args()
- * @uses apply_filters() To call the 'bp_activity_get_activity_id' hook.
- * @uses BP_Activity_Activity::save() {@link BP_Activity_Activity}
  *
  * @param array|string $args See BP_Activity_Activity::get() for description.
  * @return int $activity_id The ID of the activity item found.
@@ -2769,15 +2735,6 @@ function bp_activity_get_activity_id( $args = '' ) {
  * @since 1.0.0
  *
  * @see BP_Activity_Activity::get() For more information on accepted arguments.
- * @uses wp_parse_args()
- * @uses bp_activity_adjust_mention_count()
- * @uses BP_Activity_Activity::delete() {@link BP_Activity_Activity}
- * @uses do_action() To call the 'bp_before_activity_delete' hook.
- * @uses bp_get_user_meta()
- * @uses bp_delete_user_meta()
- * @uses do_action() To call the 'bp_activity_delete' hook.
- * @uses do_action() To call the 'bp_activity_deleted_activities' hook.
- * @uses wp_cache_delete()
  *
  * @param array|string $args To delete specific activity items, use
  *                           $args = array( 'id' => $ids ); Otherwise, to use
@@ -2863,8 +2820,6 @@ function bp_activity_delete( $args = '' ) {
 	 * @since 1.1.0
 	 * @deprecated 1.2.0
 	 *
-	 * @uses wp_parse_args()
-	 * @uses bp_activity_delete()
 	 *
 	 * @param array|string $args See BP_Activity_Activity::get for a
 	 *                           description of accepted arguments.
@@ -2888,7 +2843,6 @@ function bp_activity_delete( $args = '' ) {
 	 *
 	 * @since 1.1.0
 	 *
-	 * @uses bp_activity_delete()
 	 *
 	 * @param int $activity_id ID of the activity item to be deleted.
 	 * @return bool True on success, false on failure.
@@ -2905,7 +2859,6 @@ function bp_activity_delete( $args = '' ) {
 	 * @since 1.1.0
 	 * @deprecated 1.2.0
 	 *
-	 * @uses bp_activity_delete()
 	 *
 	 * @param int    $user_id   The user id.
 	 * @param string $content   The activity id.
@@ -2930,7 +2883,6 @@ function bp_activity_delete( $args = '' ) {
 	 * @since 1.1.0
 	 * @deprecated 1.2.0
 	 *
-	 * @uses bp_activity_delete()
 	 *
 	 * @param int    $user_id   The user id.
 	 * @param string $component The activity component.
@@ -2948,11 +2900,6 @@ function bp_activity_delete( $args = '' ) {
  *
  * @since 1.2.0
  *
- * @uses apply_filters() To call the 'bp_activity_delete_comment_pre' hook.
- * @uses bp_activity_delete_children()
- * @uses bp_activity_delete()
- * @uses BP_Activity_Activity::rebuild_activity_comment_tree() {@link BP_Activity_Activity}
- * @uses do_action() To call the 'bp_activity_delete_comment' hook.
  * @todo Why is an activity id required? We could look this up.
  * @todo Why do we encourage users to call this function directly? We could just
  *       as easily examine the activity type in bp_activity_delete() and then
@@ -3018,9 +2965,6 @@ function bp_activity_delete_comment( $activity_id, $comment_id ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses BP_Activity_Activity::get_child_comments() {@link BP_Activity_Activity}
-	 * @uses bp_activity_delete_children()
-	 * @uses bp_activity_delete()
 	 *
 	 * @param int $activity_id The ID of the "root" activity, ie the
 	 *                         comment's oldest ancestor.
@@ -3056,10 +3000,6 @@ function bp_activity_delete_comment( $activity_id, $comment_id ) {
  *
  * @since 1.2.0
  *
- * @uses bp_get_root_domain()
- * @uses bp_get_activity_root_slug()
- * @uses apply_filters_ref_array() To call the 'bp_activity_get_permalink' hook.
- *
  * @param int         $activity_id  The unique id of the activity object.
  * @param object|bool $activity_obj Optional. The activity object.
  * @return string $link Permalink for the activity item.
@@ -3090,7 +3030,7 @@ function bp_activity_get_permalink( $activity_id, $activity_obj = false ) {
 		$link = $activity_obj->primary_link;
 	} else {
 		if ( 'activity_comment' == $activity_obj->type ) {
-			$link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->item_id . '/';
+			$link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->item_id . '/#acomment-' . $activity_obj->id;
 		} else {
 			$link = bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $activity_obj->id . '/';
 		}
@@ -3111,8 +3051,6 @@ function bp_activity_get_permalink( $activity_id, $activity_obj = false ) {
  *
  * @since 1.2.0
  *
- * @uses BP_Activity_Activity::hide_all_for_user() {@link BP_Activity_Activity}
- *
  * @param int $user_id The ID of the user whose activity is being hidden.
  * @return bool True on success, false on failure.
  */
@@ -3134,9 +3072,6 @@ function bp_activity_hide_user_activity( $user_id ) {
  *
  * @since 1.2.0
  *
- * @uses esc_attr()
- * @uses apply_filters() To call the 'bp_activity_thumbnail_content_images' hook.
- *
  * @param string      $content The content of the activity item.
  * @param string|bool $link    Optional. The unescaped URL that the image should link
  *                             to. If absent, the image will not be a link.
@@ -3339,8 +3274,12 @@ function bp_activity_create_summary( $content, $activity ) {
 	}
 
 	// Generate a text excerpt for this activity item (and remove any oEmbeds URLs).
-	$summary = strip_shortcodes( html_entity_decode( strip_tags( $content ) ) );
-	$summary = bp_create_excerpt( preg_replace( '#^\s*(https?://[^\s"]+)\s*$#im', '', $summary ) );
+	$summary = bp_create_excerpt( html_entity_decode( $content ), 225, array(
+		'html' => false,
+		'filter_shortcodes' => true,
+		'strip_tags'        => true,
+		'remove_links'      => true
+	) );
 
 	if ( $use_media_type === 'embeds' ) {
 		$summary .= PHP_EOL . PHP_EOL . $extracted_media['url'];
@@ -3387,6 +3326,8 @@ function bp_activity_user_can_mark_spam() {
  *
  * @since 1.6.0
  *
+ * @todo We should probably save $source to activity meta.
+ *
  * @param BP_Activity_Activity $activity The activity item to be spammed.
  * @param string               $source   Optional. Default is "by_a_person" (ie, a person has
  *                                       manually marked the activity as spam). BP core also
@@ -3495,17 +3436,31 @@ function bp_activity_mark_as_ham( &$activity, $source = 'by_a_person' ) {
  * @see bp_embed_activity_cache()
  * @see bp_embed_activity_save_cache()
  *
- * @uses add_filter() To attach 'bp_get_activity_id' to 'embed_post_id'.
- * @uses add_filter() To attach 'bp_embed_activity_cache' to 'bp_embed_get_cache'.
- * @uses add_action() To attach 'bp_embed_activity_save_cache' to 'bp_embed_update_cache'.
  */
 function bp_activity_embed() {
 	add_filter( 'embed_post_id',         'bp_get_activity_id'                  );
+	add_filter( 'oembed_dataparse',      'bp_activity_oembed_dataparse', 10, 2 );
 	add_filter( 'bp_embed_get_cache',    'bp_embed_activity_cache',      10, 3 );
 	add_action( 'bp_embed_update_cache', 'bp_embed_activity_save_cache', 10, 3 );
 }
 add_action( 'activity_loop_start', 'bp_activity_embed' );
 
+/**
+ * Cache full oEmbed response from oEmbed.
+ *
+ * @since 2.6.0
+ *
+ * @param string $retval Current oEmbed result.
+ * @param object $data   Full oEmbed response.
+ * @param string $url    URL used for the oEmbed request.
+ * @return string
+ */
+function bp_activity_oembed_dataparse( $retval, $data ) {
+	buddypress()->activity->oembed_response = $data;
+
+	return $retval;
+}
+
 /**
  * Set up activity oEmbed cache while recursing through activity comments.
  *
@@ -3520,9 +3475,6 @@ add_action( 'activity_loop_start', 'bp_activity_embed' );
  * @see bp_embed_activity_cache()
  * @see bp_embed_activity_save_cache()
  *
- * @uses add_filter() To attach 'bp_get_activity_comment_id' to 'embed_post_id'.
- * @uses add_filter() To attach 'bp_embed_activity_cache' to 'bp_embed_get_cache'.
- * @uses add_action() To attach 'bp_embed_activity_save_cache' to 'bp_embed_update_cache'.
  */
 function bp_activity_comment_embed() {
 	add_filter( 'embed_post_id',         'bp_get_activity_comment_id'          );
@@ -3537,9 +3489,6 @@ add_action( 'bp_before_activity_comment', 'bp_activity_comment_embed' );
  * @since 1.5.0
  *
  * @see BP_Embed
- * @uses add_filter() To attach create_function() to 'embed_post_id'.
- * @uses add_filter() To attach 'bp_embed_activity_cache' to 'bp_embed_get_cache'.
- * @uses add_action() To attach 'bp_embed_activity_save_cache' to 'bp_embed_update_cache'.
  *
  * @param object $activity The activity that is being expanded.
  */
@@ -3562,7 +3511,6 @@ add_action( 'bp_legacy_theme_get_single_activity_content', 'bp_dtheme_embed_read
  * @since 1.5.0
  *
  * @see bp_activity_comment_embed()
- * @uses remove_filter() To remove 'bp_get_activity_comment_id' from 'embed_post_id'.
  */
 function bp_activity_comment_embed_after_recurse() {
 	remove_filter( 'embed_post_id', 'bp_get_activity_comment_id' );
@@ -3577,7 +3525,6 @@ add_action( 'bp_after_activity_comment', 'bp_activity_comment_embed_after_recurs
  * @since 1.5.0
  *
  * @see BP_Embed::parse_oembed()
- * @uses bp_activity_get_meta()
  *
  * @param string $cache    An empty string passed by BP_Embed::parse_oembed() for
  *                         functions like this one to filter.
@@ -3597,7 +3544,6 @@ function bp_embed_activity_cache( $cache, $id, $cachekey ) {
  * @since 1.5.0
  *
  * @see BP_Embed::parse_oembed()
- * @uses bp_activity_update_meta()
  *
  * @param string $cache    An empty string passed by BP_Embed::parse_oembed() for
  *                         functions like this one to filter.
@@ -3606,6 +3552,12 @@ function bp_embed_activity_cache( $cache, $id, $cachekey ) {
  */
 function bp_embed_activity_save_cache( $cache, $cachekey, $id ) {
 	bp_activity_update_meta( $id, $cachekey, $cache );
+
+	// Cache full oEmbed response.
+	if ( true === isset( buddypress()->activity->oembed_response ) ) {
+		$cachekey = str_replace( '_oembed', '_oembed_response', $cachekey );
+		bp_activity_update_meta( $id, $cachekey, buddypress()->activity->oembed_response );
+	}
 }
 
 /**
@@ -3613,10 +3565,7 @@ function bp_embed_activity_save_cache( $cache, $cachekey, $id ) {
  *
  * @since 2.0.0
  *
- * @uses bp_is_activity_heartbeat_active() to check if heartbeat setting is on.
- * @uses bp_is_activity_directory() to check if the current page is the activity
  *       directory.
- * @uses bp_is_group_activity() to check if on a single group, the current page
  *       is the group activities.
  *
  * @return bool True if activity heartbeat is enabled, otherwise false.
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-loader.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-loader.php
index 518dacf9a..1269a5c5f 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-loader.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-loader.php
@@ -12,7 +12,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-activity-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-activity-component.php';
+}
 
 /**
  * Bootstrap the Activity component.
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php
index 610df261a..7803f762a 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php
@@ -17,25 +17,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.2.0
  *
- * @uses bp_notifications_add_notification()
- * @uses bp_get_user_meta()
- * @uses bp_core_get_user_displayname()
- * @uses bp_activity_get_permalink()
- * @uses bp_core_get_user_domain()
- * @uses bp_get_settings_slug()
- * @uses bp_activity_filter_kses()
- * @uses bp_core_get_core_userdata()
- * @uses wp_specialchars_decode()
- * @uses get_blog_option()
- * @uses bp_is_active()
- * @uses bp_is_group()
- * @uses bp_get_current_group_name()
- * @uses apply_filters() To call the 'bp_activity_at_message_notification_to' hook.
- * @uses apply_filters() To call the 'bp_activity_at_message_notification_subject' hook.
- * @uses apply_filters() To call the 'bp_activity_at_message_notification_message' hook.
- * @uses wp_mail()
- * @uses do_action() To call the 'bp_activity_sent_mention_email' hook.
- *
  * @param int $activity_id      The ID of the activity update.
  * @param int $receiver_user_id The ID of the user who is receiving the update.
  */
@@ -108,26 +89,6 @@ function bp_activity_at_message_notification( $activity_id, $receiver_user_id )
  * @since 1.2.0
  * @since 2.5.0 Updated to use new email APIs.
  *
- * @uses bp_get_user_meta()
- * @uses bp_core_get_user_displayname()
- * @uses bp_activity_get_permalink()
- * @uses bp_core_get_user_domain()
- * @uses bp_get_settings_slug()
- * @uses bp_activity_filter_kses()
- * @uses bp_core_get_core_userdata()
- * @uses wp_specialchars_decode()
- * @uses get_blog_option()
- * @uses bp_get_root_blog_id()
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_to' hook.
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_subject' hook.
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_message' hook.
- * @uses wp_mail()
- * @uses do_action() To call the 'bp_activity_sent_reply_to_update_email' hook.
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_to' hook.
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_subject' hook.
- * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_message' hook.
- * @uses do_action() To call the 'bp_activity_sent_reply_to_reply_email' hook.
- *
  * @param int   $comment_id   The comment id.
  * @param int   $commenter_id The ID of the user who posted the comment.
  * @param array $params       {@link bp_activity_new_comment()}.
@@ -148,19 +109,35 @@ function bp_activity_new_comment_notification( $comment_id = 0, $commenter_id =
 	add_filter( 'bp_get_activity_content_body', 'wpautop' );
 	add_filter( 'bp_get_activity_content_body', 'bp_activity_truncate_entry', 5 );
 
-	if ( $original_activity->user_id != $commenter_id && 'no' != bp_get_user_meta( $original_activity->user_id, 'notification_activity_new_reply', true ) ) {
-		$args = array(
-			'tokens' => array(
-				'comment.id'                => $comment_id,
-				'commenter.id'              => $commenter_id,
-				'usermessage'               => wp_strip_all_tags( $content ),
-				'original_activity.user_id' => $original_activity->user_id,
-				'poster.name'               => $poster_name,
-				'thread.url'                => esc_url( $thread_link ),
-			),
-		);
+	if ( $original_activity->user_id != $commenter_id ) {
+
+		// Send an email if the user hasn't opted-out.
+		if ( 'no' != bp_get_user_meta( $original_activity->user_id, 'notification_activity_new_reply', true ) ) {
+			$args = array(
+				'tokens' => array(
+					'comment.id'                => $comment_id,
+					'commenter.id'              => $commenter_id,
+					'usermessage'               => wp_strip_all_tags( $content ),
+					'original_activity.user_id' => $original_activity->user_id,
+					'poster.name'               => $poster_name,
+					'thread.url'                => esc_url( $thread_link ),
+				),
+			);
+
+			bp_send_email( 'activity-comment', $original_activity->user_id, $args );
+		}
 
-		bp_send_email( 'activity-comment', $original_activity->user_id, $args );
+		/**
+		 * Fires at the point that notifications should be sent for activity comments.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param BP_Activity_Activity $original_activity The original activity.
+		 * @param int                  $comment_id        ID for the newly received comment.
+		 * @param int                  $commenter_id      ID of the user who made the comment.
+		 * @param array                $params            Arguments used with the original activity comment.
+		 */
+		do_action( 'bp_activity_sent_reply_to_update_notification', $original_activity, $comment_id, $commenter_id, $params );
 	}
 
 
@@ -174,19 +151,35 @@ function bp_activity_new_comment_notification( $comment_id = 0, $commenter_id =
 
 	$parent_comment = new BP_Activity_Activity( $params['parent_id'] );
 
-	if ( $parent_comment->user_id != $commenter_id && $original_activity->user_id != $parent_comment->user_id && 'no' != bp_get_user_meta( $parent_comment->user_id, 'notification_activity_new_reply', true ) ) {
-		$args = array(
-			'tokens' => array(
-				'comment.id'             => $comment_id,
-				'commenter.id'           => $commenter_id,
-				'usermessage'            => wp_strip_all_tags( $content ),
-				'parent-comment-user.id' => $parent_comment->user_id,
-				'poster.name'            => $poster_name,
-				'thread.url'             => esc_url( $thread_link ),
-			),
-		);
+	if ( $parent_comment->user_id != $commenter_id && $original_activity->user_id != $parent_comment->user_id ) {
+
+		// Send an email if the user hasn't opted-out.
+		if ( 'no' != bp_get_user_meta( $parent_comment->user_id, 'notification_activity_new_reply', true ) ) {
+			$args = array(
+				'tokens' => array(
+					'comment.id'             => $comment_id,
+					'commenter.id'           => $commenter_id,
+					'usermessage'            => wp_strip_all_tags( $content ),
+					'parent-comment-user.id' => $parent_comment->user_id,
+					'poster.name'            => $poster_name,
+					'thread.url'             => esc_url( $thread_link ),
+				),
+			);
+
+			bp_send_email( 'activity-comment-author', $parent_comment->user_id, $args );
+		}
 
-		bp_send_email( 'activity-comment-author', $parent_comment->user_id, $args );
+		/**
+		 * Fires at the point that notifications should be sent for comments on activity replies.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param BP_Activity_Activity $parent_comment The parent activity.
+		 * @param int                  $comment_id     ID for the newly received comment.
+		 * @param int                  $commenter_id   ID of the user who made the comment.
+		 * @param array                $params         Arguments used with the original activity comment.
+ 		 */
+		do_action( 'bp_activity_sent_reply_to_reply_notification', $parent_comment, $comment_id, $commenter_id, $params );
 	}
 }
 
@@ -210,36 +203,63 @@ add_action( 'bp_activity_comment_posted', 'bp_activity_new_comment_notification_
  *
  * @since 1.5.0
  *
- * @uses bp_loggedin_user_domain()
- * @uses bp_get_activity_slug()
- * @uses bp_core_get_user_displayname()
- * @uses apply_filters() To call the 'bp_activity_multiple_at_mentions_notification' hook.
- * @uses apply_filters() To call the 'bp_activity_single_at_mentions_notification' hook.
- * @uses do_action() To call 'activity_format_notifications' hook.
- *
  * @param string $action            The type of activity item. Just 'new_at_mention' for now.
  * @param int    $item_id           The activity ID.
  * @param int    $secondary_item_id In the case of at-mentions, this is the mentioner's ID.
  * @param int    $total_items       The total number of notifications to format.
  * @param string $format            'string' to get a BuddyBar-compatible notification, 'array' otherwise.
+ * @param int    $id                Optional. The notification ID.
  * @return string $return Formatted @mention notification.
  */
-function bp_activity_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
+function bp_activity_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string', $id = 0 ) {
+	$action_filter = $action;
+	$return        = false;
+	$activity_id   = $item_id;
+	$user_id       = $secondary_item_id;
+	$user_fullname = bp_core_get_user_displayname( $user_id );
 
 	switch ( $action ) {
 		case 'new_at_mention':
-			$activity_id      = $item_id;
-			$poster_user_id   = $secondary_item_id;
-			$at_mention_link  = bp_loggedin_user_domain() . bp_get_activity_slug() . '/mentions/';
-			$at_mention_title = sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() );
+			$action_filter = 'at_mentions';
+			$link          = bp_loggedin_user_domain() . bp_get_activity_slug() . '/mentions/';
+			$title         = sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() );
+			$amount        = 'single';
+
+			if ( (int) $total_items > 1 ) {
+				$text   = sprintf( __( 'You have %1$d new mentions', 'buddypress' ), (int) $total_items );
+				$amount = 'multiple';
+			} else {
+				$text = sprintf( __( '%1$s mentioned you', 'buddypress' ), $user_fullname );
+			}
+		break;
+
+		case 'update_reply':
+			$link   = bp_get_notifications_permalink();
+			$title  = __( 'New Activity reply', 'buddypress' );
 			$amount = 'single';
 
 			if ( (int) $total_items > 1 ) {
-				$text = sprintf( __( 'You have %1$d new mentions', 'buddypress' ), (int) $total_items );
+				$link   = add_query_arg( 'type', $action, $link );
+				$text   = sprintf( __( 'You have %1$d new replies', 'buddypress' ), (int) $total_items );
 				$amount = 'multiple';
 			} else {
-				$user_fullname = bp_core_get_user_displayname( $poster_user_id );
-				$text =  sprintf( __( '%1$s mentioned you', 'buddypress' ), $user_fullname );
+				$link = add_query_arg( 'nid', (int) $id, bp_activity_get_permalink( $activity_id ) );
+				$text = sprintf( __( '%1$s commented on one of your updates', 'buddypress' ), $user_fullname );
+			}
+		break;
+
+		case 'comment_reply':
+			$link   = bp_get_notifications_permalink();
+			$title  = __( 'New Activity comment reply', 'buddypress' );
+			$amount = 'single';
+
+			if ( (int) $total_items > 1 ) {
+				$link   = add_query_arg( 'type', $action, $link );
+				$text   = sprintf( __( 'You have %1$d new comment replies', 'buddypress' ), (int) $total_items );
+				$amount = 'multiple';
+			} else {
+				$link = add_query_arg( 'nid', (int) $id, bp_activity_get_permalink( $activity_id ) );
+				$text = sprintf( __( '%1$s replied to one your activity comments', 'buddypress' ), $user_fullname );
 			}
 		break;
 	}
@@ -247,42 +267,44 @@ function bp_activity_format_notifications( $action, $item_id, $secondary_item_id
 	if ( 'string' == $format ) {
 
 		/**
-		 * Filters the @mention notification for the string format.
+		 * Filters the activity notification for the string format.
 		 *
 		 * This is a variable filter that is dependent on how many items
 		 * need notified about. The two possible hooks are bp_activity_single_at_mentions_notification
 		 * or bp_activity_multiple_at_mentions_notification.
 		 *
 		 * @since 1.5.0
+		 * @since 2.6.0 use the $action_filter as a new dynamic portion of the filter name.
 		 *
-		 * @param string $string          HTML anchor tag for the mention.
-		 * @param string $at_mention_link The permalink for the mention.
+		 * @param string $string          HTML anchor tag for the interaction.
+		 * @param string $link            The permalink for the interaction.
 		 * @param int    $total_items     How many items being notified about.
 		 * @param int    $activity_id     ID of the activity item being formatted.
-		 * @param int    $poster_user_id  ID of the user posting the mention.
+		 * @param int    $user_id         ID of the user who inited the interaction.
 		 */
-		$return = apply_filters( 'bp_activity_' . $amount . '_at_mentions_notification', '<a href="' . esc_url( $at_mention_link ) . '" title="' . esc_attr( $at_mention_title ) . '">' . esc_html( $text ) . '</a>', $at_mention_link, (int) $total_items, $activity_id, $poster_user_id );
+		$return = apply_filters( 'bp_activity_' . $amount . '_' . $action_filter . '_notification', '<a href="' . esc_url( $link ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $text ) . '</a>', $link, (int) $total_items, $activity_id, $user_id );
 	} else {
 
 		/**
-		 * Filters the @mention notification for any non-string format.
+		 * Filters the activity notification for any non-string format.
 		 *
 		 * This is a variable filter that is dependent on how many items need notified about.
 		 * The two possible hooks are bp_activity_single_at_mentions_notification
 		 * or bp_activity_multiple_at_mentions_notification.
 		 *
 		 * @since 1.5.0
+		 * @since 2.6.0 use the $action_filter as a new dynamic portion of the filter name.
 		 *
-		 * @param array  $array           Array holding the content and permalink for the mention notification.
-		 * @param string $at_mention_link The permalink for the mention.
+		 * @param array  $array           Array holding the content and permalink for the interaction notification.
+		 * @param string $link            The permalink for the interaction.
 		 * @param int    $total_items     How many items being notified about.
 		 * @param int    $activity_id     ID of the activity item being formatted.
-		 * @param int    $poster_user_id  ID of the user posting the mention.
+		 * @param int    $user_id         ID of the user who inited the interaction.
 		 */
-		$return = apply_filters( 'bp_activity_' . $amount . '_at_mentions_notification', array(
+		$return = apply_filters( 'bp_activity_' . $amount . '_' . $action_filter . '_notification', array(
 			'text' => $text,
-			'link' => $at_mention_link
-		), $at_mention_link, (int) $total_items, $activity_id, $poster_user_id );
+			'link' => $link
+		), $link, (int) $total_items, $activity_id, $user_id );
 	}
 
 	/**
@@ -292,7 +314,7 @@ function bp_activity_format_notifications( $action, $item_id, $secondary_item_id
 	 *
 	 * @param string $action            The type of activity item.
 	 * @param int    $item_id           The activity ID.
-	 * @param int    $secondary_item_id @mention mentioner ID.
+	 * @param int    $secondary_item_id The user ID who inited the interaction.
 	 * @param int    $total_items       Total amount of items to format.
 	 */
 	do_action( 'activity_format_notifications', $action, $item_id, $secondary_item_id, $total_items );
@@ -331,6 +353,54 @@ function bp_activity_at_mention_add_notification( $activity, $subject, $message,
 }
 add_action( 'bp_activity_sent_mention_email', 'bp_activity_at_mention_add_notification', 10, 5 );
 
+/**
+ * Notify a member one of their activity received a reply.
+ *
+ * @since 2.6.0
+ *
+ * @param BP_Activity_Activity $activity     The original activity.
+ * @param int                  $comment_id   ID for the newly received comment.
+ * @param int                  $commenter_id ID of the user who made the comment.
+ */
+function bp_activity_update_reply_add_notification( $activity, $comment_id, $commenter_id ) {
+	if ( bp_is_active( 'notifications' ) ) {
+		bp_notifications_add_notification( array(
+			'user_id'           => $activity->user_id,
+			'item_id'           => $comment_id,
+			'secondary_item_id' => $commenter_id,
+			'component_name'    => buddypress()->activity->id,
+			'component_action'  => 'update_reply',
+			'date_notified'     => bp_core_current_time(),
+			'is_new'            => 1,
+		) );
+	}
+}
+add_action( 'bp_activity_sent_reply_to_update_notification', 'bp_activity_update_reply_add_notification', 10, 3 );
+
+/**
+ * Notify a member one of their activity comment received a reply.
+ *
+ * @since 2.6.0
+ *
+ * @param BP_Activity_Activity $activity_comment The parent activity.
+ * @param int                  $comment_id       ID for the newly received comment.
+ * @param int                  $commenter_id     ID of the user who made the comment.
+ */
+function bp_activity_comment_reply_add_notification( $activity_comment, $comment_id, $commenter_id ) {
+	if ( bp_is_active( 'notifications' ) ) {
+		bp_notifications_add_notification( array(
+			'user_id'           => $activity_comment->user_id,
+			'item_id'           => $comment_id,
+			'secondary_item_id' => $commenter_id,
+			'component_name'    => buddypress()->activity->id,
+			'component_action'  => 'comment_reply',
+			'date_notified'     => bp_core_current_time(),
+			'is_new'            => 1,
+		) );
+	}
+}
+add_action( 'bp_activity_sent_reply_to_reply_notification', 'bp_activity_comment_reply_add_notification', 10, 3 );
+
 /**
  * Mark at-mention notifications as read when users visit their Mentions page.
  *
@@ -338,7 +408,6 @@ add_action( 'bp_activity_sent_mention_email', 'bp_activity_at_mention_add_notifi
  * @since 2.5.0 Add the $user_id parameter
  *
  * @param int $user_id The id of the user whose notifications are marked as read.
- * @uses bp_notifications_mark_all_notifications_by_type()
  */
 function bp_activity_remove_screen_notifications( $user_id = 0 ) {
 	if ( ! bp_is_active( 'notifications' ) ) {
@@ -375,6 +444,32 @@ function bp_activity_remove_screen_notifications_single_activity_permalink( $act
 }
 add_action( 'bp_activity_screen_single_activity_permalink', 'bp_activity_remove_screen_notifications_single_activity_permalink' );
 
+/**
+ * Mark non-mention notifications as read when user visits our read permalink.
+ *
+ * In particular, 'update_reply' and 'comment_reply' notifications are handled
+ * here. See {@link bp_activity_format_notifications()} for more info.
+ *
+ * @since 2.6.0
+ */
+function bp_activity_remove_screen_notifications_for_non_mentions() {
+	if ( false === bp_is_active( 'notifications' ) || false === is_singular() || false === is_user_logged_in() || empty( $_GET['nid'] ) ) {
+		return;
+	}
+
+	// Mark notification as read.
+	BP_Notifications_Notification::update(
+		array(
+			'is_new'  => false
+		),
+		array(
+			'user_id' => bp_loggedin_user_id(),
+			'id'      => (int) $_GET['nid']
+		)
+	);
+}
+add_action( 'bp_screens', 'bp_activity_remove_screen_notifications_for_non_mentions' );
+
 /**
  * Delete at-mention notifications when the corresponding activity item is deleted.
  *
@@ -392,3 +487,57 @@ function bp_activity_at_mention_delete_notification( $activity_ids_deleted = arr
 	}
 }
 add_action( 'bp_activity_deleted_activities', 'bp_activity_at_mention_delete_notification', 10 );
+
+/**
+ * Add a notification for post comments to the post author or post commenter.
+ *
+ * Requires "activity stream commenting on blog and forum posts" to be enabled.
+ *
+ * @since 2.6.0
+ *
+ * @param int        $activity_id          The activity comment ID.
+ * @param WP_Comment $post_type_comment    WP Comment object.
+ * @param array      $activity_args        Activity comment arguments.
+ * @param object     $activity_post_object The post type tracking args object.
+ */
+function bp_activity_add_notification_for_synced_blog_comment( $activity_id, $post_type_comment, $activity_args, $activity_post_object ) {
+	// If activity comments are disabled for WP posts, stop now!
+	if ( bp_disable_blogforum_comments() || empty( $activity_id ) || false === bp_is_active( 'notifications' ) ) {
+		return;
+	}
+
+	// Send a notification to the blog post author.
+	if ( (int) $post_type_comment->post->post_author !== (int) $activity_args['user_id'] ) {
+		// Only add a notification if comment author is a registered user.
+		// @todo Should we remove this restriction?
+		if ( ! empty( $post_type_comment->user_id ) ) {
+			bp_notifications_add_notification( array(
+				'user_id'           => $post_type_comment->post->post_author,
+				'item_id'           => $activity_id,
+				'secondary_item_id' => $post_type_comment->user_id,
+				'component_name'    => buddypress()->activity->id,
+				'component_action'  => 'update_reply',
+				'date_notified'     => $post_type_comment->comment_date_gmt,
+				'is_new'            => 1,
+			) );
+		}
+	}
+
+	// Send a notification to the parent comment author for follow-up comments.
+	if ( ! empty( $post_type_comment->comment_parent ) ) {
+		$parent_comment = get_comment( $post_type_comment->comment_parent );
+
+		if ( ! empty( $parent_comment->user_id ) && (int) $parent_comment->user_id !== (int) $activity_args['user_id'] ) {
+			bp_notifications_add_notification( array(
+				'user_id'           => $parent_comment->user_id,
+				'item_id'           => $activity_id,
+				'secondary_item_id' => $post_type_comment->user_id,
+				'component_name'    => buddypress()->activity->id,
+				'component_action'  => 'comment_reply',
+				'date_notified'     => $post_type_comment->comment_date_gmt,
+				'is_new'            => 1,
+			) );
+		}
+	}
+}
+add_action( 'bp_blogs_comment_sync_activity_comment', 'bp_activity_add_notification_for_synced_blog_comment', 10, 4 );
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-screens.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-screens.php
index 1865f416b..a13154898 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-screens.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-screens.php
@@ -14,20 +14,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-activity-theme-compat.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-activity-theme-compat.php';
+}
 
 /**
  * Load the Activity directory.
  *
  * @since 1.5.0
  *
- * @uses bp_displayed_user_id()
- * @uses bp_is_activity_component()
- * @uses bp_current_action()
- * @uses bp_update_is_directory()
- * @uses do_action() To call the 'bp_activity_screen_index' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_screen_index' hook.
  */
 function bp_activity_screen_index() {
 	if ( bp_is_activity_directory() ) {
@@ -57,9 +52,6 @@ add_action( 'bp_screens', 'bp_activity_screen_index' );
  *
  * @since 1.0.0
  *
- * @uses do_action() To call the 'bp_activity_screen_my_activity' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_my_activity' hook.
  */
 function bp_activity_screen_my_activity() {
 
@@ -85,12 +77,6 @@ function bp_activity_screen_my_activity() {
  *
  * @since 1.0.0
  *
- * @uses bp_is_active()
- * @uses bp_update_is_item_admin()
- * @uses bp_current_user_can()
- * @uses do_action() To call the 'bp_activity_screen_friends' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_friends_activity' hook.
  */
 function bp_activity_screen_friends() {
 	if ( !bp_is_active( 'friends' ) )
@@ -120,12 +106,6 @@ function bp_activity_screen_friends() {
  *
  * @since 1.2.0
  *
- * @uses bp_is_active()
- * @uses bp_update_is_item_admin()
- * @uses bp_current_user_can()
- * @uses do_action() To call the 'bp_activity_screen_groups' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_groups_activity' hook.
  */
 function bp_activity_screen_groups() {
 	if ( !bp_is_active( 'groups' ) )
@@ -155,11 +135,6 @@ function bp_activity_screen_groups() {
  *
  * @since 1.2.0
  *
- * @uses bp_update_is_item_admin()
- * @uses bp_current_user_can()
- * @uses do_action() To call the 'bp_activity_screen_favorites' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_favorite_activity' hook.
  */
 function bp_activity_screen_favorites() {
 	bp_update_is_item_admin( bp_current_user_can( 'bp_moderate' ), 'activity' );
@@ -186,11 +161,6 @@ function bp_activity_screen_favorites() {
  *
  * @since 1.2.0
  *
- * @uses bp_update_is_item_admin()
- * @uses bp_current_user_can()
- * @uses do_action() To call the 'bp_activity_screen_mentions' hook.
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_mention_activity' hook.
  */
 function bp_activity_screen_mentions() {
 	bp_update_is_item_admin( bp_current_user_can( 'bp_moderate' ), 'activity' );
@@ -217,9 +187,6 @@ function bp_activity_screen_mentions() {
  *
  * @since 1.5.0
  *
- * @uses bp_is_my_profile()
- * @uses bp_activity_clear_new_mentions()
- * @uses bp_loggedin_user_id()
  */
 function bp_activity_reset_my_new_mentions() {
 	if ( bp_is_my_profile() )
@@ -232,25 +199,6 @@ add_action( 'bp_activity_screen_mentions', 'bp_activity_reset_my_new_mentions' )
  *
  * @since 1.2.0
  *
- * @uses bp_is_activity_component()
- * @uses bp_activity_get_specific()
- * @uses bp_current_action()
- * @uses bp_action_variables()
- * @uses bp_do_404()
- * @uses bp_is_active()
- * @uses groups_get_group()
- * @uses groups_is_user_member()
- * @uses apply_filters_ref_array() To call the 'bp_activity_permalink_access' hook.
- * @uses do_action() To call the 'bp_activity_screen_single_activity_permalink' hook.
- * @uses bp_core_add_message()
- * @uses is_user_logged_in()
- * @uses bp_core_redirect()
- * @uses site_url()
- * @uses esc_url()
- * @uses bp_get_root_domain()
- * @uses bp_get_activity_root_slug()
- * @uses bp_core_load_template()
- * @uses apply_filters() To call the 'bp_activity_template_profile_activity_permalink' hook.
  */
 function bp_activity_screen_single_activity_permalink() {
 	$bp = buddypress();
@@ -301,6 +249,11 @@ function bp_activity_screen_single_activity_permalink() {
 		}
 	}
 
+	// If activity author does not match displayed user, block access.
+	if ( true === $has_access && bp_displayed_user_id() !== $activity->user_id ) {
+		$has_access = false;
+	}
+
 	/**
 	 * Filters the access permission for a single activity view.
 	 *
@@ -333,7 +286,7 @@ function bp_activity_screen_single_activity_permalink() {
 		} else {
 			$url = sprintf(
 				site_url( 'wp-login.php?redirect_to=%s' ),
-				urlencode( esc_url_raw( bp_activity_get_permalink( (int) bp_current_action() ) ) )
+				urlencode( esc_url_raw( bp_activity_get_permalink( bp_current_action() ) ) )
 			);
 		}
 
@@ -356,9 +309,6 @@ add_action( 'bp_screens', 'bp_activity_screen_single_activity_permalink' );
  *
  * @since 1.2.0
  *
- * @uses bp_get_user_meta()
- * @uses bp_core_get_username()
- * @uses do_action() To call the 'bp_activity_screen_notification_settings' hook.
  */
 function bp_activity_screen_notification_settings() {
 
@@ -389,16 +339,28 @@ function bp_activity_screen_notification_settings() {
 				<tr id="activity-notification-settings-mentions">
 					<td>&nbsp;</td>
 					<td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( bp_displayed_user_id() ) ) ?></td>
-					<td class="yes"><input type="radio" name="notifications[notification_activity_new_mention]" id="notification-activity-new-mention-yes" value="yes" <?php checked( $mention, 'yes', true ) ?>/><label for="notification-activity-new-mention-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-					<td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" id="notification-activity-new-mention-no" value="no" <?php checked( $mention, 'no', true ) ?>/><label for="notification-activity-new-mention-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+					<td class="yes"><input type="radio" name="notifications[notification_activity_new_mention]" id="notification-activity-new-mention-yes" value="yes" <?php checked( $mention, 'yes', true ) ?>/><label for="notification-activity-new-mention-yes" class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'Yes, send email', 'buddypress' );
+					?></label></td>
+					<td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" id="notification-activity-new-mention-no" value="no" <?php checked( $mention, 'no', true ) ?>/><label for="notification-activity-new-mention-no" class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'No, do not send email', 'buddypress' );
+					?></label></td>
 				</tr>
 			<?php endif; ?>
 
 			<tr id="activity-notification-settings-replies">
 				<td>&nbsp;</td>
 				<td><?php _e( "A member replies to an update or comment you've posted", 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_activity_new_reply]" id="notification-activity-new-reply-yes" value="yes" <?php checked( $reply, 'yes', true ) ?>/><label for="notification-activity-new-reply-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_activity_new_reply]" id="notification-activity-new-reply-no" value="no" <?php checked( $reply, 'no', true ) ?>/><label for="notification-activity-new-reply-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_activity_new_reply]" id="notification-activity-new-reply-yes" value="yes" <?php checked( $reply, 'yes', true ) ?>/><label for="notification-activity-new-reply-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_activity_new_reply]" id="notification-activity-new-reply-no" value="no" <?php checked( $reply, 'no', true ) ?>/><label for="notification-activity-new-reply-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 
 			<?php
diff --git a/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php b/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php
index a957cb5a6..92b42bc56 100644
--- a/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php
+++ b/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php
@@ -10,14 +10,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-activity-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-activity-template.php';
+}
 
 /**
  * Output the activity component slug.
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_slug()
  */
 function bp_activity_slug() {
 	echo bp_get_activity_slug();
@@ -27,7 +28,6 @@ function bp_activity_slug() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters() To call the 'bp_get_activity_slug' hook.
 	 *
 	 * @return string The activity component slug.
 	 */
@@ -48,7 +48,6 @@ function bp_activity_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_root_slug()
  */
 function bp_activity_root_slug() {
 	echo bp_get_activity_root_slug();
@@ -58,7 +57,6 @@ function bp_activity_root_slug() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters() To call the 'bp_get_activity_root_slug' hook.
 	 *
 	 * @return string The activity component root slug.
 	 */
@@ -79,7 +77,6 @@ function bp_activity_root_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_directory_permalink()
  */
 function bp_activity_directory_permalink() {
 	echo esc_url( bp_get_activity_directory_permalink() );
@@ -89,10 +86,6 @@ function bp_activity_directory_permalink() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses trailingslashit()
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_directory_permalink' hook.
 	 *
 	 * @return string Activity directory permalink.
 	 */
@@ -119,17 +112,6 @@ function bp_activity_directory_permalink() {
  * @since 2.4.0 Introduced the `$fields` parameter.
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses groups_is_user_member()
- * @uses bp_current_action()
- * @uses bp_is_current_action()
- * @uses bp_get_activity_slug()
- * @uses bp_action_variable()
- * @uses wp_parse_args()
- * @uses bp_is_active()
- * @uses friends_get_friend_user_ids()
- * @uses groups_get_user_groups()
- * @uses bp_activity_get_user_favorites()
- * @uses apply_filters() To call the 'bp_has_activities' hook.
  *
  * @param array|string $args {
  *     Arguments for limiting the contents of the activity loop. Most arguments
@@ -388,7 +370,6 @@ function bp_has_activities( $args = '' ) {
  * @since 1.0.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses BP_Activity_Template::user_activities() {@link BP_Activity_Template::user_activities()}
  *
  * @return bool Returns true when activities are found.
  */
@@ -403,7 +384,6 @@ function bp_activities() {
  * @since 1.0.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses BP_Activity_Template::the_activity() {@link BP_Activity_Template::the_activity()}
  *
  * @return object The current activity within the loop.
  */
@@ -451,7 +431,6 @@ function bp_activity_load_more_link() {
  * @since 1.0.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses BP_Activity_Template::the_activity() {@link BP_Activity_Template::the_activity()}
  */
 function bp_activity_pagination_count() {
 	echo bp_get_activity_pagination_count();
@@ -463,7 +442,6 @@ function bp_activity_pagination_count() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_core_number_format()
 	 *
 	 * @return string The pagination text.
 	 */
@@ -489,7 +467,6 @@ function bp_activity_pagination_count() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_pagination_links()
  */
 function bp_activity_pagination_links() {
 	echo bp_get_activity_pagination_links();
@@ -501,7 +478,6 @@ function bp_activity_pagination_links() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_pagination_links' hook.
 	 *
 	 * @return string The pagination links.
 	 */
@@ -524,7 +500,6 @@ function bp_activity_pagination_links() {
  * @since 1.5.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses apply_filters() To call the 'bp_activity_has_more_items' hook.
  *
  * @return bool $has_more_items True if more items, false if not.
  */
@@ -558,7 +533,6 @@ function bp_activity_has_more_items() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_count()
  */
 function bp_activity_count() {
 	echo bp_get_activity_count();
@@ -570,7 +544,6 @@ function bp_activity_count() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_count' hook.
 	 *
 	 * @return int The activity count.
 	 */
@@ -592,7 +565,6 @@ function bp_activity_count() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_per_page()
  */
 function bp_activity_per_page() {
 	echo bp_get_activity_per_page();
@@ -604,7 +576,6 @@ function bp_activity_per_page() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_per_page' hook.
 	 *
 	 * @return int The activities per page.
 	 */
@@ -626,7 +597,6 @@ function bp_activity_per_page() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activities_title()
  * @todo Deprecate.
  */
 function bp_activities_title() {
@@ -639,7 +609,6 @@ function bp_activities_title() {
 	 * @since 1.0.0
 	 *
 	 * @global string $bp_activity_title
-	 * @uses apply_filters() To call the 'bp_get_activities_title' hook.
 	 * @todo Deprecate.
 	 *
 	 * @return string The activities title.
@@ -662,7 +631,6 @@ function bp_activities_title() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activities_no_activity()
  * @todo Deprecate.
  */
 function bp_activities_no_activity() {
@@ -675,7 +643,6 @@ function bp_activities_no_activity() {
 	 * @since 1.0.0
 	 *
 	 * @global string $bp_activity_no_activity
-	 * @uses apply_filters() To call the 'bp_get_activities_no_activity' hook.
 	 * @todo Deprecate.
 	 *
 	 * @return string
@@ -698,7 +665,6 @@ function bp_activities_no_activity() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_id()
  */
 function bp_activity_id() {
 	echo bp_get_activity_id();
@@ -710,7 +676,6 @@ function bp_activity_id() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_id' hook.
 	 *
 	 * @return int The activity ID.
 	 */
@@ -732,7 +697,6 @@ function bp_activity_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_item_id()
  */
 function bp_activity_item_id() {
 	echo bp_get_activity_item_id();
@@ -744,7 +708,6 @@ function bp_activity_item_id() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_item_id' hook.
 	 *
 	 * @return int The activity item ID.
 	 */
@@ -766,7 +729,6 @@ function bp_activity_item_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_secondary_item_id()
  */
 function bp_activity_secondary_item_id() {
 	echo bp_get_activity_secondary_item_id();
@@ -778,7 +740,6 @@ function bp_activity_secondary_item_id() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_secondary_item_id' hook.
 	 *
 	 * @return int The activity secondary item ID.
 	 */
@@ -800,7 +761,6 @@ function bp_activity_secondary_item_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_date_recorded()
  */
 function bp_activity_date_recorded() {
 	echo bp_get_activity_date_recorded();
@@ -812,7 +772,6 @@ function bp_activity_date_recorded() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_date_recorded' hook.
 	 *
 	 * @return string The date the activity was recorded.
 	 */
@@ -834,7 +793,6 @@ function bp_activity_date_recorded() {
  *
  * @since 2.1.0
  *
- * @uses bp_get_activity_member_display_name()
  */
 function bp_activity_member_display_name() {
 	echo bp_get_activity_member_display_name();
@@ -846,7 +804,6 @@ function bp_activity_member_display_name() {
 	 * @since 2.1.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_member_display_name' hook.
 	 *
 	 * @return string The date the activity was recorded.
 	 */
@@ -872,7 +829,6 @@ function bp_activity_member_display_name() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_object_name()
  */
 function bp_activity_object_name() {
 	echo bp_get_activity_object_name();
@@ -884,7 +840,6 @@ function bp_activity_object_name() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_object_name' hook.
 	 *
 	 * @return string The activity object name.
 	 */
@@ -906,7 +861,6 @@ function bp_activity_object_name() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_type()
  */
 function bp_activity_type() {
 	echo bp_get_activity_type();
@@ -918,7 +872,6 @@ function bp_activity_type() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_type' hook.
 	 *
 	 * @return string The activity type.
 	 */
@@ -946,7 +899,6 @@ function bp_activity_type() {
 	 * @todo Properly deprecate in favor of bp_activity_type() and
 	 *       remove redundant echo
 	 *
-	 * @uses bp_activity_type()
 	 */
 	function bp_activity_action_name() { echo bp_activity_type(); }
 
@@ -960,7 +912,6 @@ function bp_activity_type() {
 	 *
 	 * @todo Properly deprecate in favor of bp_get_activity_type().
 	 *
-	 * @uses bp_get_activity_type()
 	 *
 	 * @return string The activity type.
 	 */
@@ -971,7 +922,6 @@ function bp_activity_type() {
  *
  * @since 1.1.0
  *
- * @uses bp_get_activity_user_id()
  */
 function bp_activity_user_id() {
 	echo bp_get_activity_user_id();
@@ -983,7 +933,6 @@ function bp_activity_user_id() {
 	 * @since 1.1.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_user_id' hook.
 	 *
 	 * @return int The activity user ID.
 	 */
@@ -1005,7 +954,6 @@ function bp_activity_user_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_user_link()
  */
 function bp_activity_user_link() {
 	echo bp_get_activity_user_link();
@@ -1017,8 +965,6 @@ function bp_activity_user_link() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_core_get_user_domain()
-	 * @uses apply_filters() To call the 'bp_get_activity_user_link' hook.
 	 *
 	 * @return string $link The activity user link.
 	 */
@@ -1047,7 +993,6 @@ function bp_activity_user_link() {
  * @since 1.1.0
  *
  * @see bp_get_activity_avatar() for description of arguments.
- * @uses bp_get_activity_avatar()
  *
  * @param array|string $args See {@link bp_get_activity_avatar()} for description.
  */
@@ -1061,12 +1006,6 @@ function bp_activity_avatar( $args = '' ) {
 	 *
 	 * @see bp_core_fetch_avatar() For a description of the arguments.
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_is_single_activity()
-	 * @uses wp_parse_args()
-	 * @uses apply_filters() To call the 'bp_get_activity_avatar_object_' . $current_activity_item->component hook.
-	 * @uses apply_filters() To call the 'bp_get_activity_avatar_item_id' hook.
-	 * @uses bp_core_fetch_avatar()
-	 * @uses apply_filters() To call the 'bp_get_activity_avatar' hook.
 	 *
 	 * @param array|string $args  {
 	 *     Arguments are listed here with an explanation of their defaults.
@@ -1162,7 +1101,7 @@ function bp_activity_avatar( $args = '' ) {
 		 *
 		 * @since 1.1.3
 		 *
-		 * @param array $value Array of arguments calculated for use with bp_core_fetch_avatar.
+		 * @param array $value HTML image element containing the activity avatar.
 		 */
 		return apply_filters( 'bp_get_activity_avatar', bp_core_fetch_avatar( array(
 			'item_id' => $item_id,
@@ -1182,7 +1121,6 @@ function bp_activity_avatar( $args = '' ) {
  * @since 1.2.0
  *
  * @see bp_get_activity_secondary_avatar() for description of arguments.
- * @uses bp_get_activity_secondary_avatar()
  *
  * @param array|string $args See {@link bp_get_activity_secondary_avatar} for description.
  */
@@ -1197,12 +1135,6 @@ function bp_activity_secondary_avatar( $args = '' ) {
 	 *
 	 * @see bp_core_fetch_avatar() for description of arguments.
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses wp_parse_args()
-	 * @uses get_blog_option()
-	 * @uses apply_filters() To call the 'bp_get_activity_secondary_avatar_object_' . $activities_template->activity->component hook.
-	 * @uses apply_filters() To call the 'bp_get_activity_secondary_avatar_item_id' hook.
-	 * @uses bp_core_fetch_avatar()
-	 * @uses apply_filters() To call the 'bp_get_activity_secondary_avatar' hook.
 	 *
 	 * @param array|string $args  {
 	 *     For a complete description of arguments, see {@link bp_core_fetch_avatar()}.
@@ -1373,7 +1305,6 @@ function bp_activity_secondary_avatar( $args = '' ) {
  * @since 1.2.0
  *
  * @param array $args See bp_get_activity_action().
- * @uses bp_get_activity_action()
  */
 function bp_activity_action( $args = array() ) {
 	echo bp_get_activity_action( $args );
@@ -1385,9 +1316,6 @@ function bp_activity_action( $args = array() ) {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters_ref_array() To call the 'bp_get_activity_action_pre_meta' hook.
-	 * @uses bp_insert_activity_meta()
-	 * @uses apply_filters_ref_array() To call the 'bp_get_activity_action' hook.
 	 *
 	 * @param array $args {
 	 *     @type bool $no_timestamp Whether to exclude the timestamp.
@@ -1439,7 +1367,6 @@ function bp_activity_action( $args = array() ) {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_content_body()
  */
 function bp_activity_content_body() {
 	echo bp_get_activity_content_body();
@@ -1451,8 +1378,6 @@ function bp_activity_content_body() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_insert_activity_meta()
-	 * @uses apply_filters_ref_array() To call the 'bp_get_activity_content_body' hook.
 	 *
 	 * @return string The activity content body.
 	 */
@@ -1501,7 +1426,6 @@ function bp_activity_has_content() {
  *
  * @todo properly deprecate this function.
  *
- * @uses bp_get_activity_content()
  */
 function bp_activity_content() {
 	echo bp_get_activity_content();
@@ -1515,9 +1439,6 @@ function bp_activity_content() {
 	 *
 	 * @todo properly deprecate this function.
 	 *
-	 * @uses bp_get_activity_action()
-	 * @uses bp_get_activity_content_body()
-	 * @uses apply_filters() To call the 'bp_get_activity_content' hook.
 	 *
 	 * @return string The activity content.
 	 */
@@ -1542,13 +1463,6 @@ function bp_activity_content() {
  * @since 1.2.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses bp_core_time_since()
- * @uses apply_filters_ref_array() To call the 'bp_activity_time_since' hook.
- * @uses bp_is_single_activity()
- * @uses bp_activity_get_permalink()
- * @uses esc_attr__()
- * @uses apply_filters_ref_array() To call the 'bp_activity_permalink' hook.
- * @uses apply_filters() To call the 'bp_insert_activity_meta' hook.
  *
  * @param string $content The activity content.
  * @return string The activity content with the metadata string attached.
@@ -1618,7 +1532,6 @@ function bp_insert_activity_meta( $content = '' ) {
  * @since 1.2.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses apply_filters() To call the 'bp_activity_user_can_delete' hook.
  *
  * @param object|bool $activity Optional. Falls back on the current item in the loop.
  * @return bool True if can delete, false otherwise.
@@ -1650,7 +1563,7 @@ function bp_activity_user_can_delete( $activity = false ) {
 		// Users are allowed to delete their own activity. This is actually
 		// quite powerful, because doing so also deletes all comments to that
 		// activity item. We should revisit this eventually.
-		if ( isset( $activity->user_id ) && ( (int) $activity->user_id === bp_loggedin_user_id() ) ) {
+		if ( isset( $activity->user_id ) && ( $activity->user_id === bp_loggedin_user_id() ) ) {
 			$can_delete = true;
 		}
 
@@ -1677,7 +1590,6 @@ function bp_activity_user_can_delete( $activity = false ) {
  * @since 1.2.0
  *
  * @see bp_get_activity_parent_content() for a description of arguments.
- * @uses bp_get_activity_parent_content()
  *
  * @param array|string $args See {@link bp_get_activity_parent_content} for description.
  */
@@ -1691,7 +1603,6 @@ function bp_activity_parent_content( $args = '' ) {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_parent_content' hook.
 	 *
 	 * @param string $args Unused. Left over from an earlier implementation.
 	 * @return mixed False on failure, otherwise the activity parent content.
@@ -1705,7 +1616,7 @@ function bp_activity_parent_content( $args = '' ) {
 		}
 
 		// Get the ID of the parent activity content.
-		$parent_id = (int) $activities_template->activity->item_id;
+		$parent_id = $activities_template->activity->item_id;
 
 		// Bail if no parent content.
 		if ( empty( $activities_template->activity_parents[ $parent_id ] ) ) {
@@ -1769,7 +1680,7 @@ function bp_activity_parent_user_id() {
 		}
 
 		// Get the ID of the parent activity content.
-		$parent_id = (int) $activities_template->activity->item_id;
+		$parent_id = $activities_template->activity->item_id;
 
 		// Bail if no parent item.
 		if ( empty( $activities_template->activity_parents[ $parent_id ] ) ) {
@@ -1798,7 +1709,6 @@ function bp_activity_parent_user_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_is_favorite()
  */
 function bp_activity_is_favorite() {
 	echo bp_get_activity_is_favorite();
@@ -1810,7 +1720,6 @@ function bp_activity_is_favorite() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_is_favorite' hook.
 	 *
 	 * @return bool True if user favorite, false otherwise.
 	 */
@@ -1850,7 +1759,6 @@ function bp_activity_comments( $args = '' ) {
 	 *       this function can probably be streamlined or removed.
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_activity_recurse_comments()
 	 *
 	 * @param string $args Unused. Left over from an earlier implementation.
 	 * @return bool
@@ -1874,7 +1782,6 @@ function bp_activity_comments( $args = '' ) {
 		 * @since 1.2.0
 		 *
 		 * @global object $activities_template {@link BP_Activity_Template}
-		 * @uses locate_template()
 		 *
 		 * @param object $comment The activity object currently being recursed.
 		 * @return bool|string
@@ -1934,7 +1841,6 @@ function bp_activity_comments( $args = '' ) {
  * @since 1.5.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses apply_filters() To call the 'bp_activity_current_comment' hook.
  *
  * @return object|bool $current_comment The activity comment currently being
  *                                      displayed. False on failure.
@@ -1962,7 +1868,6 @@ function bp_activity_current_comment() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_id()
  */
 function bp_activity_comment_id() {
 	echo bp_get_activity_comment_id();
@@ -1974,7 +1879,6 @@ function bp_activity_comment_id() {
 	 * @since 1.5.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_activity_comment_id' hook.
 	 *
 	 * @return int|bool $comment_id The ID of the activity comment currently
 	 *                              being displayed, false if none is found.
@@ -1999,7 +1903,6 @@ function bp_activity_comment_id() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_user_id()
  */
 function bp_activity_comment_user_id() {
 	echo bp_get_activity_comment_user_id();
@@ -2011,7 +1914,6 @@ function bp_activity_comment_user_id() {
 	 * @since 1.5.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_activity_comment_user_id' hook.
 	 *
 	 * @return int|bool $user_id The user_id of the author of the displayed
 	 *                           activity comment. False on failure.
@@ -2036,7 +1938,6 @@ function bp_activity_comment_user_id() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_user_link()
  */
 function bp_activity_comment_user_link() {
 	echo bp_get_activity_comment_user_link();
@@ -2047,9 +1948,6 @@ function bp_activity_comment_user_link() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses bp_core_get_user_domain()
-	 * @uses bp_get_activity_comment_user_id()
-	 * @uses apply_filters() To call the 'bp_activity_comment_user_link' hook.
 	 *
 	 * @return string $user_link The URL of the activity comment author's profile.
 	 */
@@ -2071,7 +1969,6 @@ function bp_activity_comment_user_link() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_name()
  */
 function bp_activity_comment_name() {
 	echo bp_get_activity_comment_name();
@@ -2086,8 +1983,6 @@ function bp_activity_comment_name() {
 	 * @since 1.5.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_acomment_name' hook.
-	 * @uses apply_filters() To call the 'bp_activity_comment_name' hook.
 	 *
 	 * @return string $name The full name of the activity comment author.
 	 */
@@ -2116,7 +2011,6 @@ function bp_activity_comment_name() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_date_recorded()
  */
 function bp_activity_comment_date_recorded() {
 	echo bp_get_activity_comment_date_recorded();
@@ -2127,8 +2021,6 @@ function bp_activity_comment_date_recorded() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses bp_core_time_since()
-	 * @uses apply_filters() To call the 'bp_activity_comment_date_recorded' hook.
 	 *
 	 * @return string|bool $date_recorded Time since the activity was recorded,
 	 *                                    in the form "%s ago". False on failure.
@@ -2150,7 +2042,6 @@ function bp_activity_comment_date_recorded() {
  *
  * @since 2.3.0
  *
- * @uses bp_get_activity_comment_date_recorded()
  */
 function bp_activity_comment_date_recorded_raw() {
 	echo bp_get_activity_comment_date_recorded_raw();
@@ -2162,8 +2053,6 @@ function bp_activity_comment_date_recorded_raw() {
 	 * @since 2.3.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_core_time_since()
-	 * @uses apply_filters() To call the 'bp_activity_comment_date_recorded' hook.
 	 *
 	 * @return string|bool $date_recorded Time since the activity was recorded,
 	 *                                    in the form "%s ago". False on failure.
@@ -2186,7 +2075,6 @@ function bp_activity_comment_date_recorded_raw() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_delete_link()
  */
 function bp_activity_comment_delete_link() {
 	echo bp_get_activity_comment_delete_link();
@@ -2197,11 +2085,6 @@ function bp_activity_comment_delete_link() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses wp_nonce_url()
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_activity_slug()
-	 * @uses bp_get_activity_comment_id()
-	 * @uses apply_filters() To call the 'bp_activity_comment_delete_link' hook.
 	 *
 	 * @return string $link The nonced URL for deleting the current
 	 *                      activity comment.
@@ -2224,7 +2107,6 @@ function bp_activity_comment_delete_link() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activity_comment_content()
  */
 function bp_activity_comment_content() {
 	echo bp_get_activity_comment_content();
@@ -2241,8 +2123,6 @@ function bp_activity_comment_content() {
 	 * @since 1.5.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_content' hook.
-	 * @uses apply_filters() To call the 'bp_activity_comment_content' hook.
 	 *
 	 * @return string $content The content of the current activity comment.
 	 */
@@ -2267,7 +2147,6 @@ function bp_activity_comment_content() {
  *
  * @since 1.2.0
  *
- * @uses bp_activity_get_comment_count()
  */
 function bp_activity_comment_count() {
 	echo bp_activity_get_comment_count();
@@ -2279,8 +2158,6 @@ function bp_activity_comment_count() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_activity_recurse_comment_count()
-	 * @uses apply_filters() To call the 'bp_activity_get_comment_count' hook.
 	 *
 	 * @param array|null $deprecated Deprecated.
 	 * @return int $count The activity comment count.
@@ -2316,8 +2193,6 @@ function bp_activity_comment_count() {
 		 *
 		 * @since 1.2.0
 		 *
-		 * @uses bp_activity_recurse_comment_count()
-		 * @uses apply_filters() To call the 'bp_activity_recurse_comment_count' hook.
 		 *
 		 * @param object $comment Activity comment object.
 		 * @param int    $count The current iteration count.
@@ -2381,7 +2256,6 @@ function bp_activity_comment_depth() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_comment_link()
  */
 function bp_activity_comment_link() {
 	echo bp_get_activity_comment_link();
@@ -2393,7 +2267,6 @@ function bp_activity_comment_link() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_comment_link' hook.
 	 *
 	 * @return string The activity comment link.
 	 */
@@ -2415,7 +2288,6 @@ function bp_activity_comment_link() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_comment_form_nojs_display()
  */
 function bp_activity_comment_form_nojs_display() {
 	echo bp_get_activity_comment_form_nojs_display();
@@ -2446,7 +2318,6 @@ function bp_activity_comment_form_nojs_display() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_comment_form_action()
  */
 function bp_activity_comment_form_action() {
 	echo bp_get_activity_comment_form_action();
@@ -2457,9 +2328,6 @@ function bp_activity_comment_form_action() {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses home_url()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_comment_form_action' hook.
 	 *
 	 * @return string The activity comment form action.
 	 */
@@ -2480,7 +2348,6 @@ function bp_activity_comment_form_action() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_permalink_id()
  */
 function bp_activity_permalink_id() {
 	echo bp_get_activity_permalink_id();
@@ -2491,7 +2358,6 @@ function bp_activity_permalink_id() {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses apply_filters() To call the 'bp_get_activity_permalink_id' hook.
 	 *
 	 * @return string The activity permalink ID.
 	 */
@@ -2512,10 +2378,9 @@ function bp_activity_permalink_id() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_permalink_id()
  */
 function bp_activity_thread_permalink() {
-	echo bp_get_activity_thread_permalink();
+	echo esc_url( bp_get_activity_thread_permalink() );
 }
 
 	/**
@@ -2523,8 +2388,6 @@ function bp_activity_thread_permalink() {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_activity_get_permalink()
-	 * @uses apply_filters() To call the 'bp_get_activity_thread_permalink' hook.
 	 *
 	 * @return string $link The activity thread permalink.
 	 */
@@ -2548,37 +2411,27 @@ function bp_activity_thread_permalink() {
  *
  * @since 1.8.0
  *
- * @uses bp_get_activity_permalink_id()
  */
 function bp_activity_comment_permalink() {
-	echo bp_get_activity_comment_permalink();
+	echo esc_url( bp_get_activity_comment_permalink() );
 }
 	/**
 	 * Return the activity comment permalink.
 	 *
 	 * @since 1.8.0
 	 *
-	 * @uses bp_activity_get_permalink()
-	 * @uses apply_filters() To call the 'bp_get_activity_comment_permalink' hook.
-	 *
 	 * @return string $link The activity comment permalink.
 	 */
 	function bp_get_activity_comment_permalink() {
 		global $activities_template;
 
-		// Check that comment exists.
+		$link = bp_activity_get_permalink( $activities_template->activity->id, $activities_template->activity );
+
+		// Used for filter below.
 		$comment_id = isset( $activities_template->activity->current_comment->id )
 			? $activities_template->activity->current_comment->id
 			: 0;
 
-		// Setup the comment link.
-		$comment_link = ! empty( $comment_id )
-			? '#acomment-' .$comment_id
-			: false;
-
-		// Append comment ID to end of activity permalink.
-		$link = bp_activity_get_permalink( $activities_template->activity->id, $activities_template->activity ) . $comment_link;
-
 		/**
 		 * Filters the activity comment permalink.
 		 *
@@ -2595,7 +2448,6 @@ function bp_activity_comment_permalink() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_favorite_link()
  */
 function bp_activity_favorite_link() {
 	echo bp_get_activity_favorite_link();
@@ -2607,10 +2459,6 @@ function bp_activity_favorite_link() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses wp_nonce_url()
-	 * @uses home_url()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_favorite_link' hook.
 	 *
 	 * @return string The activity favorite link.
 	 */
@@ -2632,7 +2480,6 @@ function bp_activity_favorite_link() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_unfavorite_link()
  */
 function bp_activity_unfavorite_link() {
 	echo bp_get_activity_unfavorite_link();
@@ -2644,10 +2491,6 @@ function bp_activity_unfavorite_link() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses wp_nonce_url()
-	 * @uses home_url()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_unfavorite_link' hook.
 	 *
 	 * @return string The activity unfavorite link.
 	 */
@@ -2669,7 +2512,6 @@ function bp_activity_unfavorite_link() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_css_class()
  */
 function bp_activity_css_class() {
 	echo bp_get_activity_css_class();
@@ -2681,10 +2523,6 @@ function bp_activity_css_class() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_activity_mini_activity_types' hook.
-	 * @uses bp_activity_get_comment_count()
-	 * @uses bp_activity_can_comment()
-	 * @uses apply_filters() To call the 'bp_get_activity_css_class' hook.
 	 *
 	 * @return string The activity item's CSS class.
 	 */
@@ -2732,7 +2570,6 @@ function bp_activity_css_class() {
  *
  * @since 1.1.0
  *
- * @uses bp_get_activity_delete_link()
  */
 function bp_activity_delete_link() {
 	echo bp_get_activity_delete_link();
@@ -2744,13 +2581,6 @@ function bp_activity_delete_link() {
 	 * @since 1.1.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses bp_is_activity_component()
-	 * @uses bp_current_action()
-	 * @uses wp_get_referer()
-	 * @uses wp_nonce_url()
-	 * @uses apply_filters() To call the 'bp_get_activity_delete_link' hook.
 	 *
 	 * @return string $link Activity delete link. Contains $redirect_to arg
 	 *                      if on single activity page.
@@ -2782,7 +2612,6 @@ function bp_activity_delete_link() {
  *
  * @since 2.1.0
  *
- * @uses bp_get_activity_delete_link()
  */
 function bp_activity_delete_url() {
 	echo esc_url( bp_get_activity_delete_url() );
@@ -2793,14 +2622,6 @@ function bp_activity_delete_url() {
 	 * @since 2.1.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses bp_is_activity_component()
-	 * @uses bp_current_action()
-	 * @uses add_query_arg()
-	 * @uses wp_get_referer()
-	 * @uses wp_nonce_url()
-	 * @uses apply_filters() To call the 'bp_get_activity_delete_link' hook.
 	 *
 	 * @return string $link Activity delete link. Contains $redirect_to arg
 	 *                      if on single activity page.
@@ -2833,7 +2654,6 @@ function bp_activity_delete_url() {
  * @since 1.2.0
  *
  * @see bp_get_activity_latest_update() for description of parameters.
- * @uses bp_get_activity_latest_update()
  *
  * @param int $user_id See {@link bp_get_activity_latest_update()} for description.
  */
@@ -2846,14 +2666,6 @@ function bp_activity_latest_update( $user_id = 0 ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_is_user_inactive()
-	 * @uses bp_core_is_user_deleted()
-	 * @uses bp_get_user_meta()
-	 * @uses apply_filters() To call the 'bp_get_activity_latest_update_excerpt' hook.
-	 * @uses bp_create_excerpt()
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_latest_update' hook.
 	 *
 	 * @param int $user_id If empty, will fall back on displayed user.
 	 * @return string|bool $latest_update The activity latest update link.
@@ -2877,10 +2689,12 @@ function bp_activity_latest_update( $user_id = 0 ) {
 		 * Filters the latest update excerpt.
 		 *
 		 * @since 1.2.10
+		 * @since 2.6.0  Added the `$user_id` parameter.
 		 *
-		 * @param string $value The excerpt for the latest update.
+		 * @param string $value   The excerpt for the latest update.
+		 * @param int    $user_id ID of the queried user.
 		 */
-		$latest_update = apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], 358 ) ) ) );
+		$latest_update = apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], 358 ) ) ), $user_id );
 
 		$latest_update = sprintf(
 			'%s <a href="%s">%s</a>',
@@ -2893,10 +2707,12 @@ function bp_activity_latest_update( $user_id = 0 ) {
 		 * Filters the latest update excerpt with view link appended to the end.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
 		 * @param string $latest_update The latest update with "view" link appended to it.
+		 * @param int    $user_id       ID of the queried user.
 		 */
-		return apply_filters( 'bp_get_activity_latest_update', $latest_update );
+		return apply_filters( 'bp_get_activity_latest_update', $latest_update, $user_id );
 	}
 
 /**
@@ -2905,7 +2721,6 @@ function bp_activity_latest_update( $user_id = 0 ) {
  * @since 1.1.0
  *
  * @see bp_get_activity_filter_links() for description of parameters.
- * @uses bp_get_activity_filter_links()
  *
  * @param array|bool $args See {@link bp_get_activity_filter_links()} for description.
  */
@@ -2918,13 +2733,6 @@ function bp_activity_filter_links( $args = false ) {
 	 *
 	 * @since 1.1.0
 	 *
-	 * @uses wp_parse_args()
-	 * @uses BP_Activity_Activity::get_recorded_components() {@link BP_Activity_Activity}
-	 * @uses esc_attr()
-	 * @uses add_query_arg()
-	 * @uses remove_query_arg()
-	 * @uses apply_filters() To call the 'bp_get_activity_filter_link_href' hook.
-	 * @uses apply_filters() To call the 'bp_get_activity_filter_links' hook.
 	 *
 	 * @param array|bool $args {
 	 *     @type string $style The type of markup to use for the links.
@@ -3008,10 +2816,12 @@ function bp_activity_filter_links( $args = false ) {
 		 * Filters all of the constructed filter links.
 		 *
 		 * @since 1.1.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $value All of the links to be displayed to the user.
+		 * @param array  $r     Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ) );
+		return apply_filters( 'bp_get_activity_filter_links', implode( "\n", $component_links ), $r );
 	}
 
 /**
@@ -3020,8 +2830,6 @@ function bp_activity_filter_links( $args = false ) {
  * @since 1.2.0
  *
  * @global object $activities_template {@link BP_Activity_Template}
- * @uses bp_get_activity_action_name()
- * @uses apply_filters() To call the 'bp_activity_can_comment' hook.
  *
  * @return bool $can_comment True if item can receive comments.
  */
@@ -3106,8 +2914,6 @@ function bp_activity_can_comment_reply( $comment = false ) {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() To call the 'bp_activity_can_favorite' hook.
- *
  * @return bool True if comment can receive comments.
  */
 function bp_activity_can_favorite() {
@@ -3128,7 +2934,6 @@ function bp_activity_can_favorite() {
  * @since 1.2.0
  *
  * @see bp_get_total_favorite_count_for_user() for description of parameters.
- * @uses bp_get_total_favorite_count_for_user()
  *
  * @param int $user_id See {@link bp_get_total_favorite_count_for_user()}.
  */
@@ -3141,8 +2946,6 @@ function bp_total_favorite_count_for_user( $user_id = 0 ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_activity_total_favorites_for_user()
-	 * @uses apply_filters() To call the 'bp_get_total_favorite_count_for_user' hook.
 	 *
 	 * @param int $user_id ID of user being queried. Default: displayed user ID.
 	 * @return int The total favorite count for the specified user.
@@ -3166,10 +2969,12 @@ function bp_total_favorite_count_for_user( $user_id = 0 ) {
 		 * Filters the total favorite count for a user.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param int|bool $retval Total favorite count for a user. False on no favorites.
+		 * @param int|bool $retval  Total favorite count for a user. False on no favorites.
+		 * @param int      $user_id ID of the queried user.
 		 */
-		return apply_filters( 'bp_get_total_favorite_count_for_user', $retval );
+		return apply_filters( 'bp_get_total_favorite_count_for_user', $retval, $user_id );
 	}
 
 
@@ -3179,7 +2984,6 @@ function bp_total_favorite_count_for_user( $user_id = 0 ) {
  * @since 1.2.0
  *
  * @see bp_get_total_mention_count_for_user() for description of parameters.
- * @uses bp_get_total_favorite_count_for_user()
  *
  * @param int $user_id See {@link bp_get_total_mention_count_for_user()}.
  */
@@ -3192,8 +2996,6 @@ function bp_total_mention_count_for_user( $user_id = 0 ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_get_user_meta()
-	 * @uses apply_filters() To call the 'bp_get_total_mention_count_for_user' hook.
 	 *
 	 * @param int $user_id ID of user being queried. Default: displayed user ID.
 	 * @return int The total mention count for the specified user.
@@ -3214,10 +3016,12 @@ function bp_total_mention_count_for_user( $user_id = 0 ) {
 		 * Filters the total mention count for a user.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param int|bool $retval Total mention count for a user. False on no mentions.
+		 * @param int|bool $retval  Total mention count for a user. False on no mentions.
+		 * @param int      $user_id ID of the queried user.
 		 */
-		return apply_filters( 'bp_get_total_mention_count_for_user', $retval );
+		return apply_filters( 'bp_get_total_mention_count_for_user', $retval, $user_id );
 	}
 
 /**
@@ -3225,7 +3029,6 @@ function bp_total_mention_count_for_user( $user_id = 0 ) {
  *
  * @since 1.2.0
  *
- * @uses bp_get_send_public_message_link()
  */
 function bp_send_public_message_link() {
 	echo esc_url( bp_get_send_public_message_link() );
@@ -3236,12 +3039,6 @@ function bp_send_public_message_link() {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses is_user_logged_in()
-	 * @uses bp_is_my_profile()
-	 * @uses bp_is_user()
-	 * @uses wp_nonce_url()
-	 * @uses bp_get_activity_directory_permalink()
-	 * @uses apply_filters() To call the 'bp_get_send_public_message_link' hook.
 	 *
 	 * @return string The public message link for the displayed user.
 	 */
@@ -3299,7 +3096,6 @@ function bp_activity_recurse_comments_activity_ids( $activity = array(), $activi
  * @since 1.2.0
  *
  * @see bp_get_mentioned_user_display_name() for description of parameters.
- * @uses bp_get_mentioned_user_display_name()
  *
  * @param int|string|bool $user_id_or_username See {@link bp_get_mentioned_user_display_name()}.
  */
@@ -3312,8 +3108,6 @@ function bp_mentioned_user_display_name( $user_id_or_username = false ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_core_get_user_displayname()
-	 * @uses apply_filters() To call the 'bp_get_mentioned_user_display_name' hook.
 	 *
 	 * @param int|string|bool $user_id_or_username User ID or username.
 	 * @return string The mentioned user's display name.
@@ -3345,7 +3139,6 @@ function bp_mentioned_user_display_name( $user_id_or_username = false ) {
  * @since 1.2.0
  *
  * @see bp_get_send_public_message_button() for description of parameters.
- * @uses bp_get_send_public_message_button()
  *
  * @param array|string $args See {@link bp_get_send_public_message_button()}.
  */
@@ -3358,10 +3151,6 @@ function bp_send_public_message_button( $args = '' ) {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_get_send_public_message_link()
-	 * @uses wp_parse_args()
-	 * @uses bp_get_button()
-	 * @uses apply_filters() To call the 'bp_get_send_public_message_button' hook.
 	 *
 	 * @param array|string $args {
 	 *     All arguments are optional. See {@link BP_Button} for complete
@@ -3409,7 +3198,6 @@ function bp_send_public_message_button( $args = '' ) {
  *
  * @since 1.2.0
  *
- * @uses bp_get_activity_post_form_action()
  */
 function bp_activity_post_form_action() {
 	echo bp_get_activity_post_form_action();
@@ -3420,9 +3208,6 @@ function bp_activity_post_form_action() {
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses home_url()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_activity_post_form_action' hook.
 	 *
 	 * @return string The activity post form action.
 	 */
@@ -3675,7 +3460,6 @@ function bp_activity_types_list( $output = 'select', $args = '' ) {
  *
  * @since 1.0.0
  *
- * @uses bp_get_sitewide_activity_feed_link()
  */
 function bp_sitewide_activity_feed_link() {
 	echo bp_get_sitewide_activity_feed_link();
@@ -3686,9 +3470,6 @@ function bp_sitewide_activity_feed_link() {
 	 *
 	 * @since 1.0.0
 	 *
-	 * @uses home_url()
-	 * @uses bp_get_activity_root_slug()
-	 * @uses apply_filters() To call the 'bp_get_sitewide_activity_feed_link' hook.
 	 *
 	 * @return string The sitewide activity feed link.
 	 */
@@ -3709,7 +3490,6 @@ function bp_sitewide_activity_feed_link() {
  *
  * @since 1.2.0
  *
- * @uses bp_get_member_activity_feed_link()
  */
 function bp_member_activity_feed_link() {
 	echo bp_get_member_activity_feed_link();
@@ -3723,7 +3503,6 @@ function bp_member_activity_feed_link() {
  *
  * @todo properly deprecate in favor of bp_member_activity_feed_link().
  *
- * @uses bp_get_member_activity_feed_link()
  */
 function bp_activities_member_rss_link() { echo bp_get_member_activity_feed_link(); }
 
@@ -3732,14 +3511,6 @@ function bp_activities_member_rss_link() { echo bp_get_member_activity_feed_link
 	 *
 	 * @since 1.2.0
 	 *
-	 * @uses bp_is_profile_component()
-	 * @uses bp_is_current_action()
-	 * @uses bp_displayed_user_domain()
-	 * @uses bp_get_activity_slug()
-	 * @uses bp_is_active()
-	 * @uses bp_get_friends_slug()
-	 * @uses bp_get_groups_slug()
-	 * @uses apply_filters() To call the 'bp_get_activities_member_rss_link' hook.
 	 *
 	 * @return string $link The member activity feed link.
 	 */
@@ -3788,7 +3559,6 @@ function bp_activities_member_rss_link() { echo bp_get_member_activity_feed_link
 	 *
 	 * @todo properly deprecate in favor of bp_get_member_activity_feed_link().
 	 *
-	 * @uses bp_get_member_activity_feed_link()
 	 *
 	 * @return string The member activity feed link.
 	 */
@@ -3802,7 +3572,6 @@ function bp_activities_member_rss_link() { echo bp_get_member_activity_feed_link
  *
  * @since 1.0.0
  *
- * @uses bp_activity_feed_item_guid()
  */
 function bp_activity_feed_item_guid() {
 	echo bp_get_activity_feed_item_guid();
@@ -3814,7 +3583,6 @@ function bp_activity_feed_item_guid() {
 	 * @since 1.2.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_feed_item_guid' hook.
 	 *
 	 * @return string The activity feed item guid.
 	 */
@@ -3836,7 +3604,6 @@ function bp_activity_feed_item_guid() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_feed_item_title()
  */
 function bp_activity_feed_item_title() {
 	echo bp_get_activity_feed_item_title();
@@ -3848,10 +3615,6 @@ function bp_activity_feed_item_title() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses ent2ncr()
-	 * @uses convert_chars()
-	 * @uses bp_create_excerpt()
-	 * @uses apply_filters() To call the 'bp_get_activity_feed_item_title' hook.
 	 *
 	 * @return string $title The activity feed item title.
 	 */
@@ -3890,7 +3653,6 @@ function bp_activity_feed_item_title() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_feed_item_link()
  */
 function bp_activity_feed_item_link() {
 	echo bp_get_activity_feed_item_link();
@@ -3902,7 +3664,6 @@ function bp_activity_feed_item_link() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_feed_item_link' hook.
 	 *
 	 * @return string The activity feed item link.
 	 */
@@ -3928,7 +3689,6 @@ function bp_activity_feed_item_link() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_feed_item_date()
  */
 function bp_activity_feed_item_date() {
 	echo bp_get_activity_feed_item_date();
@@ -3940,7 +3700,6 @@ function bp_activity_feed_item_date() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses apply_filters() To call the 'bp_get_activity_feed_item_date' hook.
 	 *
 	 * @return string The activity feed item date.
 	 */
@@ -3966,7 +3725,6 @@ function bp_activity_feed_item_date() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_activity_feed_item_description()
  */
 function bp_activity_feed_item_description() {
 	echo bp_get_activity_feed_item_description();
@@ -3978,9 +3736,6 @@ function bp_activity_feed_item_description() {
 	 * @since 1.0.0
 	 *
 	 * @global object $activities_template {@link BP_Activity_Template}
-	 * @uses ent2ncr()
-	 * @uses convert_chars()
-	 * @uses apply_filters() To call the 'bp_get_activity_feed_item_description' hook.
 	 *
 	 * @return string The activity feed item description.
 	 */
@@ -4012,8 +3767,6 @@ function bp_activity_feed_item_description() {
  *
  * @since 1.5.0
  *
- * @uses bloginfo()
- * @uses bp_sitewide_activity_feed_link()
  */
 function bp_activity_sitewide_feed() {
 ?>
@@ -4031,7 +3784,6 @@ add_action( 'bp_head', 'bp_activity_sitewide_feed' );
  *
  * @param string $context The current context. 'activity', 'member',
  *                        'member_groups', 'group'.
- * @uses bp_get_activity_show_filters()
  */
 function bp_activity_show_filters( $context = '' ) {
 	echo bp_get_activity_show_filters( $context );
diff --git a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-activity.php b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-activity.php
index a4e82ba8c..c24a53316 100644
--- a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-activity.php
+++ b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-activity.php
@@ -107,7 +107,7 @@ class BP_Activity_Activity {
 	 * @since 1.1.0
 	 * @var int
 	 */
-	var $hide_sitewide = false;
+	var $hide_sitewide = 0;
 
 	/**
 	 * Node boundary start for activity or activity comment.
@@ -133,6 +133,24 @@ class BP_Activity_Activity {
 	 */
 	var $is_spam;
 
+	/**
+	 * Error holder.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @var WP_Error
+	 */
+	public $errors;
+
+	/**
+	 * Error type to return. Either 'bool' or 'wp_error'.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @var string
+	 */
+	public $error_type = 'bool';
+
 	/**
 	 * Constructor method.
 	 *
@@ -141,8 +159,11 @@ class BP_Activity_Activity {
 	 * @param int|bool $id Optional. The ID of a specific activity item.
 	 */
 	public function __construct( $id = false ) {
+		// Instantiate errors object.
+		$this->errors = new WP_Error;
+
 		if ( !empty( $id ) ) {
-			$this->id = $id;
+			$this->id = (int) $id;
 			$this->populate();
 		}
 	}
@@ -175,10 +196,10 @@ class BP_Activity_Activity {
 			$this->action            = $row->action;
 			$this->content           = $row->content;
 			$this->date_recorded     = $row->date_recorded;
-			$this->hide_sitewide     = $row->hide_sitewide;
+			$this->hide_sitewide     = (int) $row->hide_sitewide;
 			$this->mptt_left         = (int) $row->mptt_left;
 			$this->mptt_right        = (int) $row->mptt_right;
-			$this->is_spam           = $row->is_spam;
+			$this->is_spam           = (int) $row->is_spam;
 		}
 
 		// Generate dynamic 'action' when possible.
@@ -235,8 +256,22 @@ class BP_Activity_Activity {
 		 */
 		do_action_ref_array( 'bp_activity_before_save', array( &$this ) );
 
+		if ( 'wp_error' === $this->error_type && $this->errors->get_error_code() ) {
+			return $this->errors;
+		}
+
 		if ( empty( $this->component ) || empty( $this->type ) ) {
-			return false;
+			if ( 'bool' === $this->error_type ) {
+				return false;
+			} else {
+				if ( empty( $this->component ) ) {
+					$this->errors->add( 'bp_activity_missing_component' );
+				} else {
+					$this->errors->add( 'bp_activity_missing_type' );
+				}
+
+				return $this->errors;
+			}
 		}
 
 		if ( empty( $this->primary_link ) ) {
@@ -578,6 +613,18 @@ class BP_Activity_Activity {
 				$activities = $wpdb->get_results( apply_filters( 'bp_activity_get_user_join_filter', "{$select_sql} {$from_sql} {$join_sql} {$where_sql} ORDER BY a.date_recorded {$sort}, a.id {$sort}", $select_sql, $from_sql, $where_sql, $sort, $pag_sql ) );
 			}
 
+			// Integer casting for legacy activity query.
+			foreach ( (array) $activities as $i => $ac ) {
+				$activities[ $i ]->id                = (int) $ac->id;
+				$activities[ $i ]->item_id           = (int) $ac->item_id;
+				$activities[ $i ]->secondary_item_id = (int) $ac->secondary_item_id;
+				$activities[ $i ]->user_id           = (int) $ac->user_id;
+				$activities[ $i ]->hide_sitewide     = (int) $ac->hide_sitewide;
+				$activities[ $i ]->mptt_left         = (int) $ac->mptt_left;
+				$activities[ $i ]->mptt_right        = (int) $ac->mptt_right;
+				$activities[ $i ]->is_spam           = (int) $ac->is_spam;
+			}
+
 		} else {
 			// Query first for activity IDs.
 			$activity_ids_sql = "{$select_sql} {$from_sql} {$join_sql} {$where_sql} ORDER BY a.date_recorded {$sort}, a.id {$sort}";
@@ -708,7 +755,20 @@ class BP_Activity_Activity {
 
 		// Now fetch data from the cache.
 		foreach ( $activity_ids as $activity_id ) {
-			$activities[] = wp_cache_get( $activity_id, 'bp_activity' );
+			// Integer casting.
+			$activity = wp_cache_get( $activity_id, 'bp_activity' );
+			if ( ! empty( $activity ) ) {
+				$activity->id                = (int) $activity->id;
+				$activity->user_id           = (int) $activity->user_id;
+				$activity->item_id           = (int) $activity->item_id;
+				$activity->secondary_item_id = (int) $activity->secondary_item_id;
+				$activity->hide_sitewide     = (int) $activity->hide_sitewide;
+				$activity->mptt_left         = (int) $activity->mptt_left;
+				$activity->mptt_right        = (int) $activity->mptt_right;
+				$activity->is_spam           = (int) $activity->is_spam;
+			}
+
+			$activities[] = $activity;
 		}
 
 		// Then fetch user data.
@@ -1071,7 +1131,9 @@ class BP_Activity_Activity {
 
 		if ( ! empty( $where_args ) ) {
 			$where_sql = 'WHERE ' . join( ' AND ', $where_args );
-			return $wpdb->get_var( "SELECT id FROM {$bp->activity->table_name} {$where_sql}" );
+			$result = $wpdb->get_var( "SELECT id FROM {$bp->activity->table_name} {$where_sql}" );
+
+			return is_numeric( $result ) ? (int) $result : false;
 		}
 
 		return false;
@@ -1763,7 +1825,9 @@ class BP_Activity_Activity {
 
 		$bp = buddypress();
 
-		return $wpdb->get_var( $wpdb->prepare( "SELECT id FROM {$bp->activity->table_name} WHERE content = %s", $content ) );
+		$result = $wpdb->get_var( $wpdb->prepare( "SELECT id FROM {$bp->activity->table_name} WHERE content = %s", $content ) );
+
+		return is_numeric( $result ) ? (int) $result : false;
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php
index 246b3e55b..4f85efbaf 100644
--- a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php
+++ b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php
@@ -32,6 +32,7 @@ class BP_Activity_Component extends BP_Component {
 			array(
 				'adminbar_myaccount_order' => 10,
 				'search_query_arg' => 'activity_search',
+				'features' => array( 'embeds' )
 			)
 		);
 	}
@@ -53,13 +54,17 @@ class BP_Activity_Component extends BP_Component {
 			'actions',
 			'screens',
 			'filters',
-			'classes',
+			'adminbar',
 			'template',
 			'functions',
 			'notifications',
 			'cache'
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		// Load Akismet support if Akismet is configured.
 		$akismet_key = bp_get_option( 'wordpress_api_key' );
 
@@ -68,6 +73,11 @@ class BP_Activity_Component extends BP_Component {
 			$includes[] = 'akismet';
 		}
 
+		// Embeds - only applicable for WP 4.5+
+		if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) && bp_is_active( $this->id, 'embeds' ) ) {
+			$includes[] = 'embeds';
+		}
+
 		if ( is_admin() ) {
 			$includes[] = 'admin';
 		}
@@ -128,10 +138,6 @@ class BP_Activity_Component extends BP_Component {
 	 * @since 1.5.0
 	 *
 	 * @see BP_Component::setup_nav() for a description of arguments.
-	 * @uses bp_is_active()
-	 * @uses is_user_logged_in()
-	 * @uses bp_get_friends_slug()
-	 * @uses bp_get_groups_slug()
 	 *
 	 * @param array $main_nav Optional. See BP_Component::setup_nav() for description.
 	 * @param array $sub_nav  Optional. See BP_Component::setup_nav() for description.
@@ -237,13 +243,6 @@ class BP_Activity_Component extends BP_Component {
 	 *
 	 * @see BP_Component::setup_nav() for a description of the $wp_admin_nav
 	 *      parameter array.
-	 * @uses is_user_logged_in()
-	 * @uses trailingslashit()
-	 * @uses bp_get_total_mention_count_for_user()
-	 * @uses bp_loggedin_user_id()
-	 * @uses bp_is_active()
-	 * @uses bp_get_friends_slug()
-	 * @uses bp_get_groups_slug()
 	 *
 	 * @param array $wp_admin_nav See BP_Component::setup_admin_bar() for a
 	 *                            description.
@@ -260,7 +259,11 @@ class BP_Activity_Component extends BP_Component {
 			if ( bp_activity_do_mentions() ) {
 				$count = bp_get_total_mention_count_for_user( bp_loggedin_user_id() );
 				if ( !empty( $count ) ) {
-					$title = sprintf( _x( 'Mentions <span class="count">%s</span>', 'Toolbar Mention logged in user', 'buddypress' ), bp_core_number_format( $count ) );
+					$title = sprintf(
+						/* translators: %s: Unread mention count for the current user */
+						_x( 'Mentions %s', 'Toolbar Mention logged in user', 'buddypress' ),
+						'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+					);
 				} else {
 					$title = _x( 'Mentions', 'Toolbar Mention logged in user', 'buddypress' );
 				}
@@ -336,9 +339,6 @@ class BP_Activity_Component extends BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses bp_is_activity_component()
-	 * @uses bp_is_my_profile()
-	 * @uses bp_core_fetch_avatar()
 	 */
 	public function setup_title() {
 
diff --git a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-list-table.php b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-list-table.php
index 05ad4c7ee..985f6885f 100644
--- a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-list-table.php
+++ b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-list-table.php
@@ -243,7 +243,10 @@ class BP_Activity_List_Table extends WP_List_Table {
 	function display() {
 		$this->display_tablenav( 'top' ); ?>
 
-		<h2 class="screen-reader-text"><?php _e( 'Activities list', 'buddypress' ); ?></h2>
+		<h2 class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			_e( 'Activities list', 'buddypress' );
+		?></h2>
 
 		<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
 			<thead>
@@ -252,15 +255,15 @@ class BP_Activity_List_Table extends WP_List_Table {
 				</tr>
 			</thead>
 
+			<tbody id="the-comment-list">
+				<?php $this->display_rows_or_placeholder(); ?>
+			</tbody>
+
 			<tfoot>
 				<tr>
 					<?php $this->print_column_headers( false ); ?>
 				</tr>
 			</tfoot>
-
-			<tbody id="the-comment-list">
-				<?php $this->display_rows_or_placeholder(); ?>
-			</tbody>
 		</table>
 		<?php
 
@@ -304,7 +307,10 @@ class BP_Activity_List_Table extends WP_List_Table {
 	function get_views() {
 		$url_base = add_query_arg( array( 'page' => 'bp-activity' ), bp_get_admin_url( 'admin.php' ) ); ?>
 
-		<h2 class="screen-reader-text"><?php _e( 'Filter activities list', 'buddypress' ); ?></h2>
+		<h2 class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			_e( 'Filter activities list', 'buddypress' );
+		?></h2>
 
 		<ul class="subsubsub">
 			<li class="all"><a href="<?php echo esc_url( $url_base ); ?>" class="<?php if ( 'spam' != $this->view ) echo 'current'; ?>"><?php _e( 'All', 'buddypress' ); ?></a> |</li>
@@ -414,7 +420,10 @@ class BP_Activity_List_Table extends WP_List_Table {
 		$activity_actions = bp_activity_get_actions(); ?>
 
 		<div class="alignleft actions">
-			<label for="activity-type" class="screen-reader-text"><?php _e( 'Filter by activity type', 'buddypress' ); ?></label>
+			<label for="activity-type" class="screen-reader-text"><?php
+				/* translators: accessibility text */
+				_e( 'Filter by activity type', 'buddypress' );
+			?></label>
 			<select name="activity_type" id="activity-type">
 				<option value="" <?php selected( ! $selected ); ?>><?php _e( 'View all actions', 'buddypress' ); ?></option>
 
@@ -488,6 +497,7 @@ class BP_Activity_List_Table extends WP_List_Table {
 	 * @param array $item A singular item (one full row).
 	 */
 	function column_cb( $item ) {
+		/* translators: accessibility text */
 		printf( '<label class="screen-reader-text" for="aid-%1$d">' . __( 'Select activity item %1$d', 'buddypress' ) . '</label><input type="checkbox" name="aid[]" value="%1$d" id="aid-%1$d" />', $item['id'] );
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-oembed-extension.php b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-oembed-extension.php
new file mode 100644
index 000000000..38ddaf051
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-oembed-extension.php
@@ -0,0 +1,329 @@
+<?php
+/**
+ * BuddyPress Activity Classes.
+ *
+ * @package BuddyPress
+ * @subpackage Embeds
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * oEmbed handler to respond and render single activity items.
+ *
+ * @since 2.6.0
+ */
+class BP_Activity_oEmbed_Extension extends BP_Core_oEmbed_Extension {
+	/**
+	 * Custom oEmbed slug endpoint.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @var string
+	 */
+	public $slug_endpoint = 'activity';
+
+	/**
+	 * Custom hooks.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function custom_hooks() {
+		add_action( 'oembed_dataparse',   array( $this, 'use_custom_iframe_sandbox_attribute' ), 20, 3 );
+		add_action( 'embed_content_meta', array( $this, 'embed_comments_button' ), 5 );
+		add_action( 'get_template_part_assets/embeds/header', array( $this, 'on_activity_header' ), 10, 2 );
+
+		add_filter( 'bp_activity_embed_html', array( $this, 'modify_iframe' ) );
+	}
+
+	/**
+	 * Add custom endpoint arguments.
+	 *
+	 * Currently, includes 'hide_media'.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return array
+	 */
+	protected function set_route_args() {
+		return array(
+			'hide_media' => array(
+				'default' => false,
+				'sanitize_callback' => 'wp_validate_boolean'
+			)
+		);
+	}
+
+	/**
+	 * Output our custom embed template part.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function content() {
+		bp_get_asset_template_part( 'embeds/activity' );
+	}
+
+	/**
+	 * Check if we're on our single activity page.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return bool
+	 */
+	protected function is_page() {
+		return bp_is_single_activity();
+	}
+
+	/**
+	 * Validates the URL to determine if the activity item is valid.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string   $url The URL to check.
+	 * @return int|bool Activity ID on success; boolean false on failure.
+	 */
+	protected function validate_url_to_item_id( $url ) {
+		if ( bp_core_enable_root_profiles() ) {
+			$domain = bp_get_root_domain();
+		} else {
+			$domain = bp_get_members_directory_permalink();
+		}
+
+		// Check the URL to see if this is a single activity URL.
+		if ( 0 !== strpos( $url, $domain ) ) {
+			return false;
+		}
+
+		// Check for activity slug.
+		if ( false === strpos( $url, '/' . bp_get_activity_slug() . '/' ) ) {
+			return false;
+		}
+
+		// Do more checks.
+		$url = trim( untrailingslashit( $url ) );
+
+		// Grab the activity ID.
+		$activity_id = (int) substr(
+			$url,
+			strrpos( $url, '/' ) + 1
+		);
+
+		if ( ! empty( $activity_id ) ) {
+			// Check if activity item still exists.
+			$activity = new BP_Activity_Activity( $activity_id );
+
+			// Okay, we're good to go!
+			if ( ! empty( $activity->component ) && 0 === (int) $activity->is_spam ) {
+				return $activity_id;
+			}
+		}
+
+		return false;
+	}
+
+	/**
+	 * Sets the oEmbed response data for our activity item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  int $item_id The activity ID.
+	 * @return array
+	 */
+	protected function set_oembed_response_data( $item_id ) {
+		$activity = new BP_Activity_Activity( $item_id );
+
+		return array(
+			'content'      => $activity->content,
+			'title'        => __( 'Activity', 'buddypress' ),
+			'author_name'  => bp_core_get_user_displayname( $activity->user_id ),
+			'author_url'   => bp_core_get_user_domain( $activity->user_id ),
+
+			// Custom identifier.
+			'x_buddypress' => 'activity'
+		);
+	}
+
+	/**
+	 * Sets a custom <blockquote> for our oEmbed fallback HTML.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  int $item_id The activity ID.
+	 * @return string
+	 */
+	protected function set_fallback_html( $item_id ) {
+		$activity    = new BP_Activity_Activity( $item_id );
+		$mentionname = bp_activity_do_mentions() ? ' (@' . bp_activity_get_user_mentionname( $activity->user_id ) . ')' : '';
+		$date        = date_i18n( get_option( 'date_format' ), strtotime( $activity->date_recorded ) );
+
+		// Make sure we can use some activity functions that depend on the loop.
+		$GLOBALS['activities_template'] = new stdClass;
+		$GLOBALS['activities_template']->activity = $activity;
+
+		// 'wp-embedded-content' CSS class is necessary due to how the embed JS works.
+		$blockquote = sprintf( '<blockquote class="wp-embedded-content bp-activity-item">%1$s%2$s %3$s</blockquote>',
+			bp_activity_get_embed_excerpt( $activity->content ),
+			'- ' . bp_core_get_user_displayname( $activity->user_id ) . $mentionname,
+			'<a href="' . esc_url( bp_activity_get_permalink( $item_id ) ) . '">' . $date . '</a>'
+		);
+
+		// Clean up.
+		unset( $GLOBALS['activities_template'] );
+
+		/**
+		 * Filters the fallback HTML used when embedding a BP activity item.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param string               $blockquote Current fallback HTML
+		 * @param BP_Activity_Activity $activity   Activity object
+		 */
+		return apply_filters( 'bp_activity_embed_fallback_html', $blockquote, $activity );
+	}
+
+	/**
+	 * Sets a custom <iframe> title for our oEmbed item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  int $item_id The activity ID
+	 * @return string
+	 */
+	protected function set_iframe_title( $item_id ) {
+		return __( 'Embedded Activity Item', 'buddypress' );
+	}
+
+	/**
+	 * Use our custom <iframe> sandbox attribute in our oEmbed response.
+	 *
+	 * WordPress sets the <iframe> sandbox attribute to 'allow-scripts' regardless
+	 * of whatever the oEmbed response is in {@link wp_filter_oembed_result()}. We
+	 * need to add back our custom sandbox value so links will work.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @see BP_Activity_Component::modify_iframe() where our custom sandbox value is set.
+	 *
+	 * @param string $result The oEmbed HTML result.
+	 * @param object $data   A data object result from an oEmbed provider.
+	 * @param string $url    The URL of the content to be embedded.
+	 * @return string
+	 */
+	public function use_custom_iframe_sandbox_attribute( $result, $data, $url ) {
+		// Make sure we are on a BuddyPress activity oEmbed request.
+		if ( false === isset( $data->x_buddypress ) || 'activity' !== $data->x_buddypress ) {
+			return $result;
+		}
+
+		// Get unfiltered sandbox attribute from our own oEmbed response.
+		$sandbox_pos = strpos( $data->html, 'sandbox=' ) + 9;
+		$sandbox = substr( $data->html, $sandbox_pos, strpos( $data->html, '"', $sandbox_pos ) - $sandbox_pos );
+
+		// Replace only if our sandbox attribute contains 'allow-top-navigation'.
+		if ( false !== strpos( $sandbox, 'allow-top-navigation' ) ) {
+			$result = str_replace( ' sandbox="allow-scripts"', " sandbox=\"{$sandbox}\"", $result );
+
+			// Also remove 'security' attribute; this is only used for IE < 10.
+			$result = str_replace( 'security="restricted"', "", $result );
+		}
+
+		return $result;
+	}
+
+	/**
+	 * Modify various IFRAME-related items if embeds are allowed.
+	 *
+	 * HTML modified:
+	 *  - Add sandbox="allow-top-navigation" attribute. This allows links to work
+	 *    within the iframe sandbox attribute.
+	 *
+	 * JS modified:
+	 *  - Remove IFRAME height restriction of 1000px. Fixes long embed items being
+	 *    truncated.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $retval Current embed HTML.
+	 * @return string
+	 */
+	public function modify_iframe( $retval ) {
+		// Add 'allow-top-navigation' to allow links to be clicked.
+		$retval = str_replace( 'sandbox="', 'sandbox="allow-top-navigation ', $retval );
+
+		// See /wp-includes/js/wp-embed.js.
+		if ( SCRIPT_DEBUG ) {
+			// Removes WP's hardcoded IFRAME height restriction.
+			$retval = str_replace( 'height = 1000;', 'height = height;', $retval );
+
+		// This is for the WP build minified version.
+		} else {
+			$retval = str_replace( 'g=1e3', 'g=g', $retval );
+		}
+
+		return $retval;
+	}
+
+	/**
+	 * Do stuff when our oEmbed activity header template part is loading.
+	 *
+	 * Currently, removes wpautop() from the bp_activity_action() function.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $slug Template part slug requested.
+	 * @param string $name Template part name requested.
+	 */
+	public function on_activity_header( $slug, $name ) {
+		if ( false === $this->is_page() || 'activity' !== $name ) {
+			return;
+		}
+
+		remove_filter( 'bp_get_activity_action', 'wpautop' );
+	}
+
+	/**
+	 * Prints the markup for the activity embed comments button.
+	 *
+	 * Basically a copy of {@link print_embed_comments_button()}, but modified for
+	 * the BP activity component.
+	 *
+	 * @since 2.6.0
+	 */
+	public function embed_comments_button() {
+		if ( ! did_action( 'bp_embed_content' ) || ! bp_is_single_activity() ) {
+			return;
+		}
+
+		// Make sure our custom permalink shows up in the 'WordPress Embed' block.
+		add_filter( 'the_permalink', array( $this, 'filter_embed_url' ) );
+
+		// Only show comment bubble if we have some activity comments.
+		$count = bp_activity_get_comment_count();
+		if ( empty( $count ) ) {
+			return;
+		}
+	?>
+
+		<div class="wp-embed-comments">
+			<a href="<?php bp_activity_thread_permalink(); ?>">
+				<span class="dashicons dashicons-admin-comments"></span>
+				<?php
+				printf(
+					_n(
+						/* translators: accessibility text */
+						'%s <span class="screen-reader-text">Comment</span>',
+						/* translators: accessibility text */
+						'%s <span class="screen-reader-text">Comments</span>',
+						$count,
+						'buddypress'
+					),
+					number_format_i18n( $count )
+				);
+				?>
+			</a>
+		</div>
+
+	<?php
+	}
+}
diff --git a/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.css b/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.css
index 36f817920..b3efa3305 100644
--- a/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.css
+++ b/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.css
@@ -11,9 +11,8 @@
 	top: 0;
 	z-index: 1000; /* >999 for wp-admin */
 }
-/* @noflip */
 .atwho-view {
-	left: 0; 
+	left: 0;
 }
 .atwho-view ul {
 	background: #FFF;
@@ -42,7 +41,7 @@
 }
 .atwho-view strong {
 	background: #EFEFEF;
-	font: bold;
+	font-weight: bold;
 }
 .atwho-view .username strong {
 	color: #D54E21;
diff --git a/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.min.css b/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.min.css
index a83e33504..5fe6941b9 100644
--- a/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-activity/css/mentions-rtl.min.css
@@ -1 +1 @@
-.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #FFF;color:#D84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000;left:0}.atwho-view ul{background:#FFF;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #EFEFEF;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:left;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#EFEFEF;font:700}.atwho-view .username strong{color:#D54E21}.atwho-view small{color:#AAA;float:left;font-size:smaller;font-weight:400;margin:0 40px 0 10px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:right;margin:0 0 0 10px}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;height:100%;right:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-right:20px}}
\ No newline at end of file
+.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #FFF;color:#D84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000;left:0}.atwho-view ul{background:#FFF;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #EFEFEF;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:left;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#EFEFEF;font-weight:700}.atwho-view .username strong{color:#D54E21}.atwho-view small{color:#AAA;float:left;font-size:smaller;font-weight:400;margin:0 40px 0 10px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:right;margin:0 0 0 10px}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;height:100%;right:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-right:20px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-activity/css/mentions.css b/wp-content/plugins/buddypress/bp-activity/css/mentions.css
index 9c7b66640..02ef2f2e6 100644
--- a/wp-content/plugins/buddypress/bp-activity/css/mentions.css
+++ b/wp-content/plugins/buddypress/bp-activity/css/mentions.css
@@ -11,9 +11,9 @@
 	top: 0;
 	z-index: 1000; /* >999 for wp-admin */
 }
-/* @noflip */
+/* rtl:ignore */
 .atwho-view {
-	left: 0; 
+	left: 0;
 }
 .atwho-view ul {
 	background: #FFF;
@@ -42,7 +42,7 @@
 }
 .atwho-view strong {
 	background: #EFEFEF;
-	font: bold;
+	font-weight: bold;
 }
 .atwho-view .username strong {
 	color: #D54E21;
diff --git a/wp-content/plugins/buddypress/bp-activity/css/mentions.min.css b/wp-content/plugins/buddypress/bp-activity/css/mentions.min.css
index 2f81cc14b..21007b590 100644
--- a/wp-content/plugins/buddypress/bp-activity/css/mentions.min.css
+++ b/wp-content/plugins/buddypress/bp-activity/css/mentions.min.css
@@ -1 +1 @@
-.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #FFF;color:#D84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000;left:0}.atwho-view ul{background:#FFF;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #EFEFEF;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:right;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#EFEFEF;font:700}.atwho-view .username strong{color:#D54E21}.atwho-view small{color:#AAA;float:right;font-size:smaller;font-weight:400;margin:0 10px 0 40px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:left;margin:0 10px 0 0}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;height:100%;left:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-left:20px}}
\ No newline at end of file
+.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #FFF;color:#D84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000;left:0}.atwho-view ul{background:#FFF;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #EFEFEF;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:right;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#EFEFEF;font-weight:700}.atwho-view .username strong{color:#D54E21}.atwho-view small{color:#AAA;float:right;font-size:smaller;font-weight:400;margin:0 10px 0 40px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:left;margin:0 10px 0 0}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;height:100%;left:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-left:20px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-activity/js/mentions.js b/wp-content/plugins/buddypress/bp-activity/js/mentions.js
index f9a1e82ee..af88fc5eb 100644
--- a/wp-content/plugins/buddypress/bp-activity/js/mentions.js
+++ b/wp-content/plugins/buddypress/bp-activity/js/mentions.js
@@ -248,7 +248,7 @@ window.bp = window.bp || {};
 			return;
 		} else {
 			$( window.tinyMCE.activeEditor.contentDocument.activeElement )
-				.atwho( 'setIframe', $( '#content_ifr' )[0] )
+				.atwho( 'setIframe', $( '.wp-editor-wrap iframe' )[0] )
 				.bp_mentions( bp.mentions.users );
 		}
 	};
diff --git a/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js b/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js
index 0564f84e7..ffcf7fe26 100644
--- a/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js
+++ b/wp-content/plugins/buddypress/bp-activity/js/mentions.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-window.bp=window.bp||{},function(a,b,c){var d,e=[];a.mentions=a.mentions||{},a.mentions.users=window.bp.mentions.users||[],"object"==typeof window.BP_Suggestions&&(a.mentions.users=window.BP_Suggestions.friends||a.mentions.users),b.fn.bp_mentions=function(a){b.isArray(a)&&(a={data:a});var c={delay:200,hide_without_suffix:!0,insert_tpl:"</>${atwho-data-value}</>",limit:10,start_with_space:!1,suffix:"",callbacks:{filter:function(a,b,c){var d,e,f,g=[],h=new RegExp("^"+a+"| "+a,"ig");for(e=0,f=b.length;f>e;e++)d=b[e],d[c].toLowerCase().match(h)&&g.push(d);return g},highlighter:function(a,b){if(!b)return a;var c=new RegExp(">(\\s*|[\\w\\s]*)("+this.at.replace("+","\\+")+"?"+b.replace("+","\\+")+")([\\w ]*)\\s*<","ig");return a.replace(c,function(a,b,c,d){return">"+b+"<strong>"+c+"</strong>"+d+"<"})},before_reposition:function(a){var c,d,e,f,g=b("#atwho-ground-"+this.id+" .atwho-view"),h=b("body"),i=this.$inputor.data("atwho");"undefined"!==i&&"undefined"!==i.iframe&&null!==i.iframe?(c=this.$inputor.caret("offset",{iframe:i.iframe}),e=b(i.iframe).offset(),"undefined"!==e&&(c.left+=e.left,c.top+=e.top)):c=this.$inputor.caret("offset"),c.left>h.width()/2?(g.addClass("right"),f=c.left-a.left-this.view.$el.width()):(g.removeClass("right"),f=c.left-a.left+1),h.width()<=400&&b(document).scrollTop(c.top-6),d=parseInt(this.$inputor.css("line-height").substr(0,this.$inputor.css("line-height").length-2),10),(!d||5>d)&&(d=19),a.top=c.top+d,a.left+=f},inserting_wrapper:function(a,b,c){return""+b+c}}},f={callbacks:{remote_filter:function(a,c){var f=b(this),g={};return d=e[a],"object"==typeof d?void c(d):(f.xhr&&f.xhr.abort(),g={action:"bp_get_suggestions",term:a,type:"members"},b.isNumeric(this.$inputor.data("suggestions-group-id"))&&(g["group-id"]=parseInt(this.$inputor.data("suggestions-group-id"),10)),void(f.xhr=b.getJSON(ajaxurl,g).done(function(d){if(d.success){var f=b.map(d.data,function(a){return a.search=a.search||a.ID+" "+a.name,a});e[a]=f,c(f)}})))}},data:b.map(a.data,function(a){return a.search=a.search||a.ID+" "+a.name,a}),at:"@",search_key:"search",tpl:'<li data-value="@${ID}"><img src="${image}" /><span class="username">@${ID}</span><small>${name}</small></li>'},g=b.extend(!0,{},c,f,a);return b.fn.atwho.call(this,g)},b(document).ready(function(){b(".bp-suggestions, #comments form textarea, .wp-editor-area").bp_mentions(a.mentions.users)}),a.mentions.tinyMCEinit=function(){"undefined"!=typeof window.tinyMCE&&null!==window.tinyMCE.activeEditor&&"undefined"!=typeof window.tinyMCE.activeEditor&&b(window.tinyMCE.activeEditor.contentDocument.activeElement).atwho("setIframe",b("#content_ifr")[0]).bp_mentions(a.mentions.users)}}(bp,jQuery);
\ No newline at end of file
+window.bp=window.bp||{},function(a,b,c){var d,e=[];a.mentions=a.mentions||{},a.mentions.users=window.bp.mentions.users||[],"object"==typeof window.BP_Suggestions&&(a.mentions.users=window.BP_Suggestions.friends||a.mentions.users),b.fn.bp_mentions=function(a){b.isArray(a)&&(a={data:a});var c={delay:200,hide_without_suffix:!0,insert_tpl:"</>${atwho-data-value}</>",limit:10,start_with_space:!1,suffix:"",callbacks:{filter:function(a,b,c){var d,e,f,g=[],h=new RegExp("^"+a+"| "+a,"ig");for(e=0,f=b.length;f>e;e++)d=b[e],d[c].toLowerCase().match(h)&&g.push(d);return g},highlighter:function(a,b){if(!b)return a;var c=new RegExp(">(\\s*|[\\w\\s]*)("+this.at.replace("+","\\+")+"?"+b.replace("+","\\+")+")([\\w ]*)\\s*<","ig");return a.replace(c,function(a,b,c,d){return">"+b+"<strong>"+c+"</strong>"+d+"<"})},before_reposition:function(a){var c,d,e,f,g=b("#atwho-ground-"+this.id+" .atwho-view"),h=b("body"),i=this.$inputor.data("atwho");"undefined"!==i&&"undefined"!==i.iframe&&null!==i.iframe?(c=this.$inputor.caret("offset",{iframe:i.iframe}),e=b(i.iframe).offset(),"undefined"!==e&&(c.left+=e.left,c.top+=e.top)):c=this.$inputor.caret("offset"),c.left>h.width()/2?(g.addClass("right"),f=c.left-a.left-this.view.$el.width()):(g.removeClass("right"),f=c.left-a.left+1),h.width()<=400&&b(document).scrollTop(c.top-6),d=parseInt(this.$inputor.css("line-height").substr(0,this.$inputor.css("line-height").length-2),10),(!d||5>d)&&(d=19),a.top=c.top+d,a.left+=f},inserting_wrapper:function(a,b,c){return""+b+c}}},f={callbacks:{remote_filter:function(a,c){var f=b(this),g={};return d=e[a],"object"==typeof d?void c(d):(f.xhr&&f.xhr.abort(),g={action:"bp_get_suggestions",term:a,type:"members"},b.isNumeric(this.$inputor.data("suggestions-group-id"))&&(g["group-id"]=parseInt(this.$inputor.data("suggestions-group-id"),10)),void(f.xhr=b.getJSON(ajaxurl,g).done(function(d){if(d.success){var f=b.map(d.data,function(a){return a.search=a.search||a.ID+" "+a.name,a});e[a]=f,c(f)}})))}},data:b.map(a.data,function(a){return a.search=a.search||a.ID+" "+a.name,a}),at:"@",search_key:"search",tpl:'<li data-value="@${ID}"><img src="${image}" /><span class="username">@${ID}</span><small>${name}</small></li>'},g=b.extend(!0,{},c,f,a);return b.fn.atwho.call(this,g)},b(document).ready(function(){b(".bp-suggestions, #comments form textarea, .wp-editor-area").bp_mentions(a.mentions.users)}),a.mentions.tinyMCEinit=function(){"undefined"!=typeof window.tinyMCE&&null!==window.tinyMCE.activeEditor&&"undefined"!=typeof window.tinyMCE.activeEditor&&b(window.tinyMCE.activeEditor.contentDocument.activeElement).atwho("setIframe",b(".wp-editor-wrap iframe")[0]).bp_mentions(a.mentions.users)}}(bp,jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php
index b822f500b..83da06732 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php
@@ -606,6 +606,134 @@ function bp_blogs_comments_open( $activity ) {
 	return $open;
 }
 
+/** SITE TRACKING *******************************************************/
+
+/**
+ * Add an activity entry for a newly-created site.
+ *
+ * Hooked to the 'bp_blogs_new_blog' action.
+ *
+ * @since 2.6.0
+ *
+ * @param BP_Blogs_Blog $recorded_blog Current site being recorded. Passed by reference.
+ * @param bool          $is_private    Whether the current site being recorded is private.
+ * @param bool          $is_recorded   Whether the current site was recorded.
+ */
+function bp_blogs_record_activity_on_site_creation( $recorded_blog, $is_private, $is_recorded, $no_activity ) {
+	// Only record this activity if the blog is public.
+	if ( ! $is_private && ! $no_activity && bp_blogs_is_blog_trackable( $recorded_blog->blog_id, $recorded_blog->user_id ) ) {
+		bp_blogs_record_activity( array(
+			'user_id'      => $recorded_blog->user_id,
+			'primary_link' => apply_filters( 'bp_blogs_activity_created_blog_primary_link', bp_blogs_get_blogmeta( $recorded_blog->blog_id, 'url' ), $recorded_blog->blog_id ),
+			'type'         => 'new_blog',
+			'item_id'      => $recorded_blog->blog_id
+		) );
+	}
+}
+add_action( 'bp_blogs_new_blog', 'bp_blogs_record_activity_on_site_creation', 10, 4 );
+
+/**
+ * Deletes the 'new_blog' activity entry when a site is deleted.
+ *
+ * @since 2.6.0
+ *
+ * @param int $blog_id Site ID.
+ */
+function bp_blogs_delete_new_blog_activity_for_site( $blog_id, $user_id = 0 ) {
+	$args = array(
+		'item_id'   => $blog_id,
+		'component' => buddypress()->blogs->id,
+		'type'      => 'new_blog'
+	);
+
+	/**
+	 * In the case a user is removed, make sure he is the author of the 'new_blog' activity
+	 * when trying to delete it.
+	 */
+	if ( ! empty( $user_id ) ) {
+		$args['user_id'] = $user_id;
+	}
+
+	bp_blogs_delete_activity( $args );
+}
+add_action( 'bp_blogs_remove_blog',          'bp_blogs_delete_new_blog_activity_for_site', 10, 1 );
+add_action( 'bp_blogs_remove_blog_for_user', 'bp_blogs_delete_new_blog_activity_for_site', 10, 2 );
+
+/**
+ * Delete all 'blogs' activity items for a site when the site is deleted.
+ *
+ * @since 2.6.0
+ *
+ * @param int $blog_id Site ID.
+ */
+function bp_blogs_delete_activity_for_site( $blog_id ) {
+	bp_blogs_delete_activity( array(
+		'item_id'   => $blog_id,
+		'component' => buddypress()->blogs->id,
+		'type'      => false
+	) );
+}
+add_action( 'bp_blogs_remove_data_for_blog', 'bp_blogs_delete_activity_for_site' );
+
+/**
+ * Remove a blog post activity item from the activity stream.
+ *
+ * @since 1.0.0
+ *
+ * @param int $post_id ID of the post to be removed.
+ * @param int $blog_id Optional. Defaults to current blog ID.
+ * @param int $user_id Optional. Defaults to the logged-in user ID. This param
+ *                     is currently unused in the function (but is passed to hooks).
+ * @return bool
+ */
+function bp_blogs_remove_post( $post_id, $blog_id = 0, $user_id = 0 ) {
+	global $wpdb;
+
+	if ( empty( $wpdb->blogid ) ) {
+		return false;
+	}
+
+	$post_id = (int) $post_id;
+
+	if ( ! $blog_id ) {
+		$blog_id = (int) $wpdb->blogid;
+	}
+
+	if ( ! $user_id ) {
+		$user_id = bp_loggedin_user_id();
+	}
+
+	/**
+	 * Fires before removal of a blog post activity item from the activity stream.
+	 *
+	 * @since 1.5.0
+	 *
+	 * @param int $blog_id ID of the blog associated with the post that was removed.
+	 * @param int $post_id ID of the post that was removed.
+	 * @param int $user_id ID of the user having the blog removed for.
+	 */
+	do_action( 'bp_blogs_before_remove_post', $blog_id, $post_id, $user_id );
+
+	bp_blogs_delete_activity( array(
+		'item_id'           => $blog_id,
+		'secondary_item_id' => $post_id,
+		'component'         => buddypress()->blogs->id,
+		'type'              => 'new_blog_post'
+	) );
+
+	/**
+	 * Fires after removal of a blog post activity item from the activity stream.
+	 *
+	 * @since 1.0.0
+	 *
+	 * @param int $blog_id ID of the blog associated with the post that was removed.
+	 * @param int $post_id ID of the post that was removed.
+	 * @param int $user_id ID of the user having the blog removed for.
+	 */
+	do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id );
+}
+add_action( 'delete_post', 'bp_blogs_remove_post' );
+
 /** POST COMMENT SYNCHRONIZATION ****************************************/
 
 /**
@@ -633,6 +761,12 @@ function bp_blogs_sync_add_from_activity_comment( $comment_id, $params, $parent_
 		return;
 	}
 
+	// Do not sync if the activity comment was marked as spam.
+	$activity = new BP_Activity_Activity( $comment_id );
+	if ( $activity->is_spam ) {
+		return;
+	}
+
 	// Get userdata.
 	if ( $params['user_id'] == bp_loggedin_user_id() ) {
 		$user = buddypress()->loggedin_user->userdata;
@@ -830,7 +964,7 @@ function bp_blogs_sync_activity_edit_to_post_comment( BP_Activity_Activity $acti
 	remove_action( 'transition_comment_status',     'bp_activity_transition_post_type_comment_status', 10, 3 );
 	remove_action( 'bp_activity_post_type_comment', 'bp_blogs_comment_sync_activity_comment',          10, 4 );
 
-	if ( 1 === (int) $activity->is_spam && 'spam' !== $post_comment_status ) {
+	if ( 1 === $activity->is_spam && 'spam' !== $post_comment_status ) {
 		wp_spam_comment( $post_comment_id );
 	} elseif ( ! $activity->is_spam ) {
 		if ( 'spam' === $post_comment_status  ) {
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-filters.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-filters.php
index bfd96f09d..1d0d71b40 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-filters.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-filters.php
@@ -25,7 +25,6 @@ add_filter( 'bp_blog_latest_post_content', 'prepend_attachment' );
  *
  * @since 1.6.0
  *
- * @uses apply_filters() Filter 'bp_blogs_creation_location' to alter the
  *       returned value.
  *
  * @param string $url The original URL (points to wp-signup.php by default).
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php
index c5383f5f2..a9895e736 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php
@@ -72,68 +72,108 @@ function bp_blogs_get_blogs( $args = '' ) {
 /**
  * Populate the BP blogs table with existing blogs.
  *
- * @since 1.0.0
+ * Warning: By default, this will remove all existing records from the BP
+ * blogs and blogmeta tables before re-populating the tables.
  *
- * @global object $wpdb WordPress database object.
- * @uses get_users()
- * @uses bp_blogs_record_blog()
+ * @since 1.0.0
+ * @since 2.6.0 Accepts $args as a parameter.
+ *
+ * @param array $args {
+ *     Array of arguments.
+ *     @type int   $offset   The offset to use.
+ *     @type int   $limit    The number of blogs to record at one time.
+ *     @type array $blog_ids Blog IDs to record. If empty, all blogs will be recorded.
+ *     @type array $site_id  The network site ID to use.
+ * }
  *
  * @return bool
  */
-function bp_blogs_record_existing_blogs() {
+function bp_blogs_record_existing_blogs( $args = array() ) {
 	global $wpdb;
 
 	// Query for all sites in network.
+	$r = bp_parse_args( $args, array(
+		'offset'   => false === bp_get_option( '_bp_record_blogs_offset' ) ? 0 : bp_get_option( '_bp_record_blogs_offset' ),
+		'limit'    => 50,
+		'blog_ids' => array(),
+		'site_id'  => $wpdb->siteid
+	), 'record_existing_blogs' );
+
+	// Truncate all BP blogs tables if starting fresh
+	if ( empty( $r['offset'] ) && empty( $r['blog_ids'] ) ) {
+		$bp = buddypress();
+
+		// Truncate user blogs table
+		$truncate = $wpdb->query( "TRUNCATE {$bp->blogs->table_name}" );
+		if ( is_wp_error( $truncate ) ) {
+			return false;
+		}
+
+		// Truncate user blogmeta table
+		$truncate = $wpdb->query( "TRUNCATE {$bp->blogs->table_name_blogmeta}" );
+		if ( is_wp_error( $truncate ) ) {
+			return false;
+		}
+	}
+
+	// Multisite
 	if ( is_multisite() ) {
+		$sql = array();
+		$sql['select'] = $wpdb->prepare( "SELECT blog_id, last_updated FROM {$wpdb->base_prefix}blogs WHERE mature = 0 AND spam = 0 AND deleted = 0 AND site_id = %d", $r['site_id'] );
 
-		// Get blog ID's if not a large network.
-		if ( ! wp_is_large_network() ) {
-			$blog_ids = $wpdb->get_col( $wpdb->prepare( "SELECT blog_id FROM {$wpdb->base_prefix}blogs WHERE mature = 0 AND spam = 0 AND deleted = 0 AND site_id = %d", $wpdb->siteid ) );
+		// Omit root blog if large network
+		if ( wp_is_large_network( 'users' ) ) {
+			$sql['omit_root_blog'] = $wpdb->prepare( "AND blog_id != %d", bp_get_root_blog_id() );
+		}
 
-			// If error running this query, set blog ID's to false.
-			if ( is_wp_error( $blog_ids ) ) {
-				$blog_ids = false;
-			}
+		// Filter by selected blog IDs
+		if ( ! empty( $r['blog_ids'] ) ) {
+			$in        = implode( ',', wp_parse_id_list( $r['blog_ids'] ) );
+			$sql['in'] = "AND blog_id IN ({$in})";
+		}
 
-		// Large networks are not currently supported.
-		} else {
-			$blog_ids = false;
+		$sql['orderby'] = 'ORDER BY blog_id ASC';
+
+		$sql['limit'] = $wpdb->prepare( "LIMIT %d", $r['limit'] );
+
+		if ( ! empty( $r['offset'] ) ) {
+			$sql['offset'] = $wpdb->prepare( "OFFSET %d", $r['offset'] );
 		}
 
+		$blogs = $wpdb->get_results( implode( ' ', $sql ) );
+
 	// Record a single site.
 	} else {
-		$blog_ids = $wpdb->blogid;
-	}
+		// Just record blog for the current user only.
+		$record = bp_blogs_record_blog( $wpdb->blogid, get_current_user_id(), true );
 
-	// Bail if there are no blogs in the network.
-	if ( empty( $blog_ids ) ) {
-		return false;
+		if ( false === $record ) {
+			return false;
+		} else {
+			return true;
+		}
 	}
 
-	// Get BuddyPress.
-	$bp = buddypress();
-
-	// Truncate user blogs table.
-	$truncate = $wpdb->query( "TRUNCATE {$bp->blogs->table_name}" );
-	if ( is_wp_error( $truncate ) ) {
-		return false;
-	}
+	 // Bail if there are no blogs
+	 if ( empty( $blogs ) ) {
+		// Make sure we remove our offset marker
+		if ( is_multisite() ) {
+			bp_delete_option( '_bp_record_blogs_offset' );
+		}
 
-	// Truncate user blogsmeta table.
-	$truncate = $wpdb->query( "TRUNCATE {$bp->blogs->table_name_blogmeta}" );
-	if ( is_wp_error( $truncate ) ) {
 		return false;
 	}
 
 	// Loop through users of blogs and record the relationship.
-	foreach ( (array) $blog_ids as $blog_id ) {
+	foreach ( (array) $blogs as $blog ) {
 
 		// Ensure that the cache is clear after the table TRUNCATE above.
-		wp_cache_delete( $blog_id, 'blog_meta' );
+		wp_cache_delete( $blog->blog_id, 'blog_meta' );
 
 		// Get all users.
 		$users = get_users( array(
-			'blog_id' => $blog_id
+			'blog_id' => $blog->blog_id,
+			'fields'  => 'ID'
 		) );
 
 		// Continue on if no users exist for this site (how did this happen?).
@@ -142,8 +182,42 @@ function bp_blogs_record_existing_blogs() {
 		}
 
 		// Loop through users and record their relationship to this blog.
-		foreach ( (array) $users as $user ) {
-			bp_blogs_add_user_to_blog( $user->ID, false, $blog_id );
+		foreach ( (array) $users as $user_id ) {
+			bp_blogs_add_user_to_blog( $user_id, false, $blog->blog_id );
+
+			// Clear cache
+			bp_blogs_clear_blog_object_cache( $blog->blog_id, $user_id );
+		}
+
+		// Update blog last activity timestamp
+		if ( ! empty( $blog->last_updated ) && false !== strtotime( $blog->last_updated ) ) {
+			bp_blogs_update_blogmeta( $blog->blog_id, 'last_activity', $blog->last_updated );
+		}
+	}
+
+	// See if we need to do this again
+	if ( is_multisite() && empty( $r['blog_ids'] ) ) {
+		$sql['offset'] = $wpdb->prepare( " OFFSET %d", $r['limit'] + $r['offset'] );
+
+		// Check if there are more blogs to record
+		$blog_ids = $wpdb->get_results( implode( ' ', $sql ) );
+
+		// We have more blogs; record offset and re-run function
+		if ( ! empty( $blog_ids  ) ) {
+			bp_update_option( '_bp_record_blogs_offset', $r['limit'] + $r['offset'] );
+			bp_blogs_record_existing_blogs( array(
+				'offset'   => $r['limit'] + $r['offset'],
+				'limit'    => $r['limit'],
+				'blog_ids' => $r['blog_ids'],
+				'site_id'  => $r['site_id']
+			) );
+
+			// Bail since we have more blogs to record.
+			return;
+
+		// No more blogs; delete offset marker
+		} else {
+			bp_delete_option( '_bp_record_blogs_offset' );
 		}
 	}
 
@@ -166,8 +240,6 @@ function bp_blogs_record_existing_blogs() {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @param int $blog_id ID of the blog being checked.
  * @param int $user_id Optional. ID of the user for whom access is being checked.
  * @return bool True if blog is recordable, otherwise false.
@@ -197,9 +269,6 @@ function bp_blogs_is_blog_recordable( $blog_id, $user_id = 0 ) {
  *
  * @since 1.7.0
  *
- * @uses bp_blogs_is_blog_recordable
- * @uses apply_filters()
- *
  * @param int $blog_id ID of the blog being checked.
  * @param int $user_id Optional. ID of the user for whom access is being checked.
  * @return bool True if blog is trackable, otherwise false.
@@ -226,8 +295,6 @@ function bp_blogs_is_blog_trackable( $blog_id, $user_id = 0 ) {
  *
  * @since 1.0.0
  *
- * @uses BP_Blogs_Blog
- *
  * @param int  $blog_id     ID of the blog being recorded.
  * @param int  $user_id     ID of the user for whom the blog is being recorded.
  * @param bool $no_activity Optional. Whether to skip recording an activity
@@ -279,28 +346,18 @@ function bp_blogs_record_blog( $blog_id, $user_id, $no_activity = false ) {
 	$is_private = !empty( $_POST['blog_public'] ) && (int) $_POST['blog_public'] ? false : true;
 	$is_private = !apply_filters( 'bp_is_new_blog_public', !$is_private );
 
-	// Only record this activity if the activity component is active and the blog is public.
-	if ( bp_is_active( 'activity' ) && !$is_private && !$no_activity && bp_blogs_is_blog_trackable( $blog_id, $user_id ) ) {
-
-		// Record this in activity streams.
-		bp_blogs_record_activity( array(
-			'user_id'      => $recorded_blog->user_id,
-			'primary_link' => apply_filters( 'bp_blogs_activity_created_blog_primary_link', $url, $recorded_blog->blog_id ),
-			'type'         => 'new_blog',
-			'item_id'      => $recorded_blog->blog_id
-		) );
-	}
-
 	/**
 	 * Fires after BuddyPress has been made aware of a new site for activity tracking.
 	 *
 	 * @since 1.0.0
+	 * @since 2.6.0 Added $no_activity as a parameter.
 	 *
 	 * @param BP_Blogs_Blog $recorded_blog Current blog being recorded. Passed by reference.
 	 * @param bool          $is_private    Whether or not the current blog being recorded is private.
 	 * @param bool          $is_recorded   Whether or not the current blog was recorded.
+	 * @param bool          $no_activity   Whether to skip recording an activity item for this blog creation.
 	 */
-	do_action_ref_array( 'bp_blogs_new_blog', array( &$recorded_blog, $is_private, $is_recorded ) );
+	do_action_ref_array( 'bp_blogs_new_blog', array( &$recorded_blog, $is_private, $is_recorded, $no_activity ) );
 }
 add_action( 'wpmu_new_blog', 'bp_blogs_record_blog', 10, 2 );
 
@@ -563,11 +620,11 @@ add_action( 'bp_activity_post_type_updated', 'bp_blogs_update_post_activity_meta
  *
  * @since  2.5.0
  *
- * @param  int|bool   $activity_id          ID of recorded activity, or false if sync is active.
- * @param  WP_Comment $comment              The comment object.
- * @param  array      $activity_args        Array of activity arguments.
- * @param  object     $activity_post_object The post type tracking args object.
- * @return int|bool   Returns false if no activity, the activity id otherwise.
+ * @param  int|bool        $activity_id          ID of recorded activity, or false if sync is active.
+ * @param  WP_Comment|null $comment              The comment object.
+ * @param  array           $activity_args        Array of activity arguments.
+ * @param  object|null     $activity_post_object The post type tracking args object.
+ * @return int|bool Returns false if no activity, the activity id otherwise.
  */
 function bp_blogs_comment_sync_activity_comment( &$activity_id, $comment = null, $activity_args = array(), $activity_post_object = null ) {
 	if ( empty( $activity_args ) || empty( $comment->post->ID ) || empty( $activity_post_object->comment_action_id ) ) {
@@ -658,6 +715,18 @@ function bp_blogs_comment_sync_activity_comment( &$activity_id, $comment = null,
 					bp_activity_update_meta( $activity_id, 'post_url', esc_url_raw( add_query_arg( 'p', $comment->post->ID, home_url( '/' ) ) ) );
 				}
 			}
+
+			/**
+			 * Fires after an activity comment is added from a WP post comment.
+			 *
+			 * @since 2.6.0
+			 *
+			 * @param int        $activity_id          The activity comment ID.
+			 * @param WP_Comment $post_type_comment    WP Comment object.
+			 * @param array      $activity_args        Activity comment arguments.
+			 * @param object     $activity_post_object The post type tracking args object.
+			 */
+			do_action( 'bp_blogs_comment_sync_activity_comment', $activity_id, $comment, $activity_args, $activity_post_object );
 		}
 	}
 
@@ -815,19 +884,6 @@ function bp_blogs_remove_blog( $blog_id ) {
 
 	BP_Blogs_Blog::delete_blog_for_all( $blog_id );
 
-	/**
-	 * Delete activity stream item only if the Activity component is active
-	 *
-	 * @see https://buddypress.trac.wordpress.org/ticket/6937
-	 */
-	if ( bp_is_active( 'activity' ) ) {
-		bp_blogs_delete_activity( array(
-			'item_id'   => $blog_id,
-			'component' => buddypress()->blogs->id,
-			'type'      => 'new_blog'
-		) );
-	}
-
 	/**
 	 * Fires after a "blog created" item has been removed from blogs
 	 * tracker and activity stream.
@@ -863,19 +919,6 @@ function bp_blogs_remove_blog_for_user( $user_id, $blog_id ) {
 
 	BP_Blogs_Blog::delete_blog_for_user( $blog_id, $user_id );
 
-	/**
-	 * Delete activity stream item only if the Activity component is active
-	 *
-	 * @see https://buddypress.trac.wordpress.org/ticket/6937
-	 */
-	if ( bp_is_active( 'activity' ) ) {
-		bp_blogs_delete_activity( array(
-			'item_id'   => $blog_id,
-			'component' => buddypress()->blogs->id,
-			'type'      => 'new_blog'
-		) );
-	}
-
 	/**
 	 * Fires after a blog has been removed from the tracker for a specific user.
 	 *
@@ -888,67 +931,6 @@ function bp_blogs_remove_blog_for_user( $user_id, $blog_id ) {
 }
 add_action( 'remove_user_from_blog', 'bp_blogs_remove_blog_for_user', 10, 2 );
 
-/**
- * Remove a blog post activity item from the activity stream.
- *
- * @param int $post_id ID of the post to be removed.
- * @param int $blog_id Optional. Defaults to current blog ID.
- * @param int $user_id Optional. Defaults to the logged-in user ID. This param
- *                     is currently unused in the function (but is passed to hooks).
- * @return bool
- */
-function bp_blogs_remove_post( $post_id, $blog_id = 0, $user_id = 0 ) {
-	global $wpdb;
-
-	if ( empty( $wpdb->blogid ) )
-		return false;
-
-	$post_id = (int) $post_id;
-
-	if ( !$blog_id )
-		$blog_id = (int) $wpdb->blogid;
-
-	if ( !$user_id )
-		$user_id = bp_loggedin_user_id();
-
-	/**
-	 * Fires before removal of a blog post activity item from the activity stream.
-	 *
-	 * @since 1.5.0
-	 *
-	 * @param int $blog_id ID of the blog associated with the post that was removed.
-	 * @param int $post_id ID of the post that was removed.
-	 * @param int $user_id ID of the user having the blog removed for.
-	 */
-	do_action( 'bp_blogs_before_remove_post', $blog_id, $post_id, $user_id );
-
-	/**
-	 * Delete activity stream item only if the Activity component is active
-	 *
-	 * @see https://buddypress.trac.wordpress.org/ticket/6937
-	 */
-	if ( bp_is_active( 'activity' ) ) {
-		bp_blogs_delete_activity( array(
-			'item_id'           => $blog_id,
-			'secondary_item_id' => $post_id,
-			'component'         => buddypress()->blogs->id,
-			'type'              => 'new_blog_post'
-		) );
-	}
-
-	/**
-	 * Fires after removal of a blog post activity item from the activity stream.
-	 *
-	 * @since 1.0.0
-	 *
-	 * @param int $blog_id ID of the blog associated with the post that was removed.
-	 * @param int $post_id ID of the post that was removed.
-	 * @param int $user_id ID of the user having the blog removed for.
-	 */
-	do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id );
-}
-add_action( 'delete_post', 'bp_blogs_remove_post' );
-
 /**
  * Remove a synced activity comment from the activity stream.
  *
@@ -1126,19 +1108,6 @@ function bp_blogs_remove_data_for_blog( $blog_id ) {
 	// If this is regular blog, delete all data for that blog.
 	BP_Blogs_Blog::delete_blog_for_all( $blog_id );
 
-	/**
-	 * Delete activity stream item only if the Activity component is active
-	 *
-	 * @see https://buddypress.trac.wordpress.org/ticket/6937
-	 */
-	if ( bp_is_active( 'activity' ) ) {
-		bp_blogs_delete_activity( array(
-			'item_id'   => $blog_id,
-			'component' => buddypress()->blogs->id,
-			'type'      => false
-		) );
-	}
-
 	/**
 	 * Fires after all data related to a given blog has been removed from blogs tracker
 	 * and activity stream.
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-loader.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-loader.php
index 1764a4654..5dff186c4 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-loader.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-loader.php
@@ -14,7 +14,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-blogs-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-blogs-component.php';
+}
 
 /**
  * Set up the bp-blogs component.
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-screens.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-screens.php
index 317aa16a9..371f40129 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-screens.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-screens.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-blogs-theme-compat.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-blogs-theme-compat.php';
+}
 
 /**
  * Load the "My Blogs" screen.
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php
index c4719f44b..312056f9b 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php
@@ -10,14 +10,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-blogs-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-blogs-template.php';
+}
 
 /**
  * Output the blogs component slug.
  *
  * @since 1.5.0
  *
- * @uses bp_get_blogs_slug()
  */
 function bp_blogs_slug() {
 	echo bp_get_blogs_slug();
@@ -46,7 +47,6 @@ function bp_blogs_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_blogs_root_slug()
  */
 function bp_blogs_root_slug() {
 	echo bp_get_blogs_root_slug();
@@ -75,7 +75,6 @@ function bp_blogs_root_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_blogs_directory_permalink()
  */
 function bp_blogs_directory_permalink() {
 	echo esc_url( bp_get_blogs_directory_permalink() );
@@ -85,10 +84,6 @@ function bp_blogs_directory_permalink() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters()
-	 * @uses trailingslashit()
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_blogs_root_slug()
 	 *
 	 * @return string The URL of the Blogs directory.
 	 */
@@ -629,10 +624,12 @@ function bp_blog_latest_post( $args = array() ) {
 		 * Filters the HTML markup result for the latest blog post in loop.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $retval HTML markup for the latest post.
+		 * @param array  $r      Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_blog_latest_post', $retval );
+		return apply_filters( 'bp_get_blog_latest_post', $retval, $r );
 	}
 
 /**
@@ -714,7 +711,6 @@ function bp_blog_latest_post_permalink() {
  *
  * @since 1.7.0
  *
- * @uses bp_get_blog_latest_post_content()
  */
 function bp_blog_latest_post_content() {
 	echo bp_get_blog_latest_post_content();
@@ -874,10 +870,12 @@ function bp_total_blog_count_for_user( $user_id = 0 ) {
 		 * Filters the total number of blogs for a given user.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param int $value Total number of blogs for a given user.
+		 * @param int $value   Total number of blogs for a given user.
+		 * @param int $user_id ID of the queried user.
 		 */
-		return apply_filters( 'bp_get_total_blog_count_for_user', bp_blogs_total_blogs_for_user( $user_id ) );
+		return apply_filters( 'bp_get_total_blog_count_for_user', bp_blogs_total_blogs_for_user( $user_id ), $user_id );
 	}
 	add_filter( 'bp_get_total_blog_count_for_user', 'bp_core_number_format' );
 
@@ -1108,8 +1106,8 @@ function bp_blogs_validate_blog_signup() {
 	if ( is_subdomain_install() )
 		$domain = $blogname . '.' . preg_replace( '|^www\.|', '', $current_site->domain );
 
-	wpmu_create_blog( $domain, $path, $blog_title, $current_user->ID, $meta, $wpdb->siteid );
-	bp_blogs_confirm_blog_signup($domain, $path, $blog_title, $current_user->user_login, $current_user->user_email, $meta);
+	$blog_id = wpmu_create_blog( $domain, $path, $blog_title, $current_user->ID, $meta, $wpdb->siteid );
+	bp_blogs_confirm_blog_signup( $domain, $path, $blog_title, $current_user->user_login, $current_user->user_email, $meta, $blog_id );
 	return true;
 }
 
@@ -1131,20 +1129,38 @@ function bp_blogs_validate_blog_form() {
 /**
  * Display a message after successful blog registration.
  *
+ * @since 2.6.0 Introduced `$blog_id` parameter.
+ *
  * @param string       $domain     The new blog's domain.
  * @param string       $path       The new blog's path.
  * @param string       $blog_title The new blog's title.
  * @param string       $user_name  The user name of the user who created the blog. Unused.
  * @param string       $user_email The email of the user who created the blog. Unused.
  * @param string|array $meta       Meta values associated with the new blog. Unused.
+ * @param int|null     $blog_id    ID of the newly created blog.
  */
-function bp_blogs_confirm_blog_signup( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = '' ) {
-	$protocol = is_ssl() ? 'https://' : 'http://';
-	$blog_url = $protocol . $domain . $path; ?>
+function bp_blogs_confirm_blog_signup( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = '', $blog_id = null ) {
+	switch_to_blog( $blog_id );
+	$blog_url  = set_url_scheme( home_url() );
+	$login_url = set_url_scheme( wp_login_url() );
+	restore_current_blog();
 
+	?>
 	<p><?php _e( 'Congratulations! You have successfully registered a new site.', 'buddypress' ) ?></p>
 	<p>
-		<?php printf(__( '<a href="%1$s">%2$s</a> is your new site.  <a href="%3$s">Login</a> as "%4$s" using your existing password.', 'buddypress' ), $blog_url, $blog_url, $blog_url . "wp-login.php", $user_name ); ?>
+		<?php printf(
+			'%s %s',
+			sprintf(
+				__( '%s is your new site.', 'buddypress' ),
+				sprintf( '<a href="%s">%s</a>', esc_url( $blog_url ), esc_url( $blog_url ) )
+			),
+			sprintf(
+				/* translators: 1: Login URL, 2: User name */
+				__( '<a href="%1$s">Log in</a> as "%2$s" using your existing password.', 'buddypress' ),
+				esc_url( $login_url ),
+				esc_html( $user_name )
+			)
+		); ?>
 	</p>
 
 <?php
@@ -1317,8 +1333,6 @@ function bp_blog_create_nav_item() {
  *
  * @since 2.2.0
  *
- * @uses bp_blog_create_nav_item() to output the Create a Site nav item.
- *
  * @return string HTML Output
  */
 function bp_blog_backcompat_create_nav_item() {
@@ -1399,8 +1413,6 @@ function bp_blogs_visit_blog_button( $args = '' ) {
  *
  * @since 2.0.0
  *
- * @uses bp_blogs_admin_get_profile_stats() to get the stats.
- *
  * @param array|string $args Before|after|user_id.
  */
 function bp_blogs_profile_stats( $args = '' ) {
diff --git a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-widgets.php b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-widgets.php
index 151528ce3..bc77206d1 100644
--- a/wp-content/plugins/buddypress/bp-blogs/bp-blogs-widgets.php
+++ b/wp-content/plugins/buddypress/bp-blogs/bp-blogs-widgets.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-blogs-recent-posts-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-blogs-recent-posts-widget.php';
+}
 
 /**
  * Register the widgets for the Blogs component.
diff --git a/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-component.php b/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-component.php
index 336a8be87..69dfe3720 100644
--- a/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-component.php
+++ b/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-component.php
@@ -122,12 +122,15 @@ class BP_Blogs_Component extends BP_Component {
 			'cache',
 			'actions',
 			'screens',
-			'classes',
 			'template',
 			'filters',
 			'functions',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		if ( bp_is_active( 'activity' ) ) {
 			$includes[] = 'activity';
 		}
@@ -176,7 +179,15 @@ class BP_Blogs_Component extends BP_Component {
 		// Add 'Sites' to the main navigation.
 		$count    = (int) bp_get_total_blog_count_for_user();
 		$class    = ( 0 === $count ) ? 'no-count' : 'count';
-		$nav_text = sprintf( __( 'Sites <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), bp_core_number_format( $count )  );
+		$nav_text = sprintf(
+			/* translators: %s: Site count for the current user */
+			__( 'Sites %s', 'buddypress' ),
+			sprintf(
+				'<span class="%s">%s</span>',
+				esc_attr( $class ),
+				bp_core_number_format( $count )
+			)
+		);
 		$main_nav = array(
 			'name'                => $nav_text,
 			'slug'                => $slug,
diff --git a/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php b/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php
index f7e68271e..5e47e2c71 100644
--- a/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php
+++ b/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php
@@ -20,8 +20,9 @@ class BP_Blogs_Recent_Posts_Widget extends WP_Widget {
 	 */
 	public function __construct() {
 		$widget_ops = array(
-			'description' => __( 'A list of recently published posts from across your network.', 'buddypress' ),
-			'classname'   => 'widget_bp_blogs_widget buddypress widget',
+			'description'                 => __( 'A list of recently published posts from across your network.', 'buddypress' ),
+			'classname'                   => 'widget_bp_blogs_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		);
 		parent::__construct( false, $name = _x( '(BuddyPress) Recent Networkwide Posts', 'widget name', 'buddypress' ), $widget_ops );
 	}
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-actions.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-actions.php
index 3662892d5..7cd80d389 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-actions.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-actions.php
@@ -106,7 +106,6 @@ function bp_new_site( $blog_id, $user_id, $domain, $path, $site_id, $meta ) {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_init'.
  */
 function bp_admin_init() {
 
@@ -123,7 +122,6 @@ function bp_admin_init() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_menu'.
  */
 function bp_admin_menu() {
 
@@ -140,7 +138,6 @@ function bp_admin_menu() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_head'.
  */
 function bp_admin_head() {
 
@@ -157,7 +154,6 @@ function bp_admin_head() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_notices'.
  */
 function bp_admin_notices() {
 
@@ -174,8 +170,6 @@ function bp_admin_notices() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_enqueue_scripts'.
- *
  * @param string $hook_suffix The current admin page, passed to
  *                            'admin_enqueue_scripts'.
  */
@@ -196,7 +190,6 @@ function bp_admin_enqueue_scripts( $hook_suffix = '' ) {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_notices'.
  */
 function bp_register_importers() {
 
@@ -215,7 +208,6 @@ function bp_register_importers() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_admin_notices'.
  */
 function bp_register_admin_style() {
 
@@ -232,7 +224,6 @@ function bp_register_admin_style() {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_register_admin_settings'.
  */
 function bp_register_admin_settings() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-components.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-components.php
index 8e71dc01f..558f70b37 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-components.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-components.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.6.0
  *
- * @uses bp_core_admin_component_options()
  */
 function bp_core_admin_components_settings() {
 ?>
@@ -150,7 +149,10 @@ function bp_core_admin_components_options() {
 			break;
 	} ?>
 
-	<h3 class="screen-reader-text"><?php _e( 'Filter components list', 'buddypress' ); ?></h3>
+	<h3 class="screen-reader-text"><?php
+		/* translators: accessibility text */
+		_e( 'Filter components list', 'buddypress' );
+	?></h3>
 
 	<ul class="subsubsub">
 		<li><a href="<?php echo esc_url( add_query_arg( array( 'page' => 'bp-components', 'action' => 'all'      ), bp_get_admin_url( $page ) ) ); ?>" <?php if ( $action === 'all'      ) : ?>class="current"<?php endif; ?>><?php printf( _nx( 'All <span class="count">(%s)</span>',      'All <span class="count">(%s)</span>',      $all_count,         'plugins', 'buddypress' ), number_format_i18n( $all_count                    ) ); ?></a> | </li>
@@ -160,12 +162,18 @@ function bp_core_admin_components_options() {
 		<li><a href="<?php echo esc_url( add_query_arg( array( 'page' => 'bp-components', 'action' => 'retired'  ), bp_get_admin_url( $page ) ) ); ?>" <?php if ( $action === 'retired'  ) : ?>class="current"<?php endif; ?>><?php printf( _n(  'Retired <span class="count">(%s)</span>',  'Retired <span class="count">(%s)</span>',  count( $retired_components ),  'buddypress' ), number_format_i18n( count( $retired_components  ) ) ); ?></a></li>
 	</ul>
 
-	<h3 class="screen-reader-text"><?php _e( 'Components list', 'buddypress' ); ?></h3>
+	<h3 class="screen-reader-text"><?php
+		/* translators: accessibility text */
+		_e( 'Components list', 'buddypress' );
+	?></h3>
 
 	<table class="wp-list-table widefat plugins">
 		<thead>
 			<tr>
-				<td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td>
+				<td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php
+					/* translators: accessibility text */
+					_e( 'Bulk selection is disabled', 'buddypress' );
+				?></label></td>
 				<th scope="col" id="name" class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th>
 				<th scope="col" id="description" class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th>
 			</tr>
@@ -188,17 +196,21 @@ function bp_core_admin_components_options() {
 
 							<?php if ( !in_array( $name, array( 'core', 'members' ) ) ) : ?>
 
-								<input type="checkbox" id="<?php echo esc_attr( "bp_components[$name]" ); ?>" name="<?php echo esc_attr( "bp_components[$name]" ); ?>" value="1"<?php checked( isset( $active_components[esc_attr( $name )] ) ); ?> /><label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" class="screen-reader-text"><?php printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>
+								<input type="checkbox" id="<?php echo esc_attr( "bp_components[$name]" ); ?>" name="<?php echo esc_attr( "bp_components[$name]" ); ?>" value="1"<?php checked( isset( $active_components[esc_attr( $name )] ) ); ?> /><label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" class="screen-reader-text"><?php
+									/* translators: accessibility text */
+									printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>
 
 							<?php else : ?>
 
-								<input type="checkbox" id="<?php echo esc_attr( "bp_components[$name]" ); ?>" name="<?php echo esc_attr( "bp_components[$name]" ); ?>" value="1" checked="checked" disabled><label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" class="screen-reader-text"><?php printf( __( '%s is a required component', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>
+								<input type="checkbox" id="<?php echo esc_attr( "bp_components[$name]" ); ?>" name="<?php echo esc_attr( "bp_components[$name]" ); ?>" value="1" checked="checked" disabled><label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" class="screen-reader-text"><?php
+									/* translators: accessibility text */
+									printf( __( '%s is a required component', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>
 
 							<?php endif; ?>
 
 						</th>
 						<td class="plugin-title column-primary">
-							<span></span>
+							<span aria-hidden="true"></span>
 							<strong><?php echo esc_html( $labels['title'] ); ?></strong>
 						</td>
 
@@ -224,7 +236,10 @@ function bp_core_admin_components_options() {
 
 		<tfoot>
 			<tr>
-				<td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td>
+				<td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php
+					/* translators: accessibility text */
+					_e( 'Bulk selection is disabled', 'buddypress' );
+				?></label></td>
 				<th class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th>
 				<th class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th>
 			</tr>
@@ -340,100 +355,18 @@ function bp_core_admin_get_active_components_from_submitted_settings( $submitted
 }
 
 /**
- * Return a list of component information, optionally filtered by type.
+ * Return a list of component information.
  *
  * We use this information both to build the markup for the admin screens, as
  * well as to do some processing on settings data submitted from those screens.
  *
  * @since 1.7.0
  *
- * @param string $type 'all', 'optional', 'retired', 'required'.
- * @return array An array of requested component data.
+ * @param string $type Optional; component type to fetch. Default value is 'all', or 'optional', 'retired', 'required'.
+ * @return array Requested components' data.
  */
 function bp_core_admin_get_components( $type = 'all' ) {
-
-	// Required components.
-	$required_components = array(
-		'core' => array(
-			'title'       => __( 'BuddyPress Core', 'buddypress' ),
-			'description' => __( 'It&#8216;s what makes <del>time travel</del> BuddyPress possible!', 'buddypress' )
-		),
-		'members' => array(
-			'title'       => __( 'Community Members', 'buddypress' ),
-			'description' => __( 'Everything in a BuddyPress community revolves around its members.', 'buddypress' )
-		),
-	);
-
-	// Retired components.
-	$retired_components = array(
-		'forums' => array(
-			'title'       => __( 'Group Forums', 'buddypress' ),
-			'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="https://bbpress.org/">bbPress</a>' )
-		),
-	);
-
-	// Optional core components.
-	$optional_components = array(
-		'xprofile' => array(
-			'title'       => __( 'Extended Profiles', 'buddypress' ),
-			'description' => __( 'Customize your community with fully editable profile fields that allow your users to describe themselves.', 'buddypress' )
-		),
-		'settings' => array(
-			'title'       => __( 'Account Settings', 'buddypress' ),
-			'description' => __( 'Allow your users to modify their account and notification settings directly from within their profiles.', 'buddypress' )
-		),
-		'friends'  => array(
-			'title'       => __( 'Friend Connections', 'buddypress' ),
-			'description' => __( 'Let your users make connections so they can track the activity of others and focus on the people they care about the most.', 'buddypress' )
-		),
-		'messages' => array(
-			'title'       => __( 'Private Messaging', 'buddypress' ),
-			'description' => __( 'Allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, messages can be sent between any number of members.', 'buddypress' )
-		),
-		'activity' => array(
-			'title'       => __( 'Activity Streams', 'buddypress' ),
-			'description' => __( 'Global, personal, and group activity streams with threaded commenting, direct posting, favoriting, and @mentions, all with full RSS feed and email notification support.', 'buddypress' )
-		),
-		'notifications' => array(
-			'title'       => __( 'Notifications', 'buddypress' ),
-			'description' => __( 'Notify members of relevant activity with a toolbar bubble and/or via email, and allow them to customize their notification settings.', 'buddypress' )
-		),
-		'groups'   => array(
-			'title'       => __( 'User Groups', 'buddypress' ),
-			'description' => __( 'Groups allow your users to organize themselves into specific public, private or hidden sections with separate activity streams and member listings.', 'buddypress' )
-		),
-		'forums'   => array(
-			'title'       => __( 'Group Forums (Legacy)', 'buddypress' ),
-			'description' => __( 'Group forums allow for focused, bulletin-board style conversations.', 'buddypress' )
-		),
-		'blogs'    => array(
-			'title'       => __( 'Site Tracking', 'buddypress' ),
-			'description' => __( 'Record activity for new posts and comments from your site.', 'buddypress' )
-		)
-	);
-
-
-	// Add blogs tracking if multisite.
-	if ( is_multisite() ) {
-		$optional_components['blogs']['description'] = __( 'Record activity for new sites, posts, and comments across your network.', 'buddypress' );
-	}
-
-	switch ( $type ) {
-		case 'required' :
-			$components = $required_components;
-			break;
-		case 'optional' :
-			$components = $optional_components;
-			break;
-		case 'retired' :
-			$components = $retired_components;
-			break;
-		case 'all' :
-		default :
-			$components = array_merge( $required_components, $optional_components, $retired_components );
-			break;
-
-	}
+	$components = bp_core_get_components( $type );
 
 	/**
 	 * Filters the list of component information.
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php
index fbc5d4cde..39b54b2a5 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
 /**
  * Initializes the wp-admin area "BuddyPress" menus and sub menus.
  *
- * @uses bp_current_user_can() returns true if the current user is a site admin, false if not.
  */
 function bp_core_admin_menu_init() {
 	add_action( bp_core_admin_hook(), 'bp_core_add_admin_menu', 9 );
@@ -123,8 +122,6 @@ function bp_core_admin_backpat_page() {
  *
  * @since 1.5.0
  *
- * @uses bp_current_user_can() to check current user permissions before showing the notices.
- * @uses bp_is_root_blog()
  */
 function bp_core_print_admin_notices() {
 
@@ -302,7 +299,15 @@ function bp_core_activation_notice() {
 
 	if ( !empty( $orphaned_components ) ) {
 		$admin_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) );
-		$notice    = sprintf( __( 'The following active BuddyPress Components do not have associated WordPress Pages: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>' );
+		$notice    = sprintf(
+			'%1$s <a href="%2$s">%3$s</a>',
+			sprintf(
+				__( 'The following active BuddyPress Components do not have associated WordPress Pages: %s.', 'buddypress' ),
+				'<strong>' . implode( '</strong>, <strong>', array_map( 'esc_html', $orphaned_components ) ) . '</strong>'
+			),
+			esc_url( $admin_url ),
+			__( 'Repair', 'buddypress' )
+		);
 
 		bp_core_add_admin_notice( $notice );
 	}
@@ -324,7 +329,15 @@ function bp_core_activation_notice() {
 	// If there are duplicates, post a message about them.
 	if ( !empty( $dupe_names ) ) {
 		$admin_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) );
-		$notice    = sprintf( __( 'Each BuddyPress Component needs its own WordPress page. The following WordPress Pages have more than one component associated with them: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $dupe_names ) . '</strong>' );
+		$notice    = sprintf(
+			'%1$s <a href="%2$s">%3$s</a>',
+			sprintf(
+				__( 'Each BuddyPress Component needs its own WordPress page. The following WordPress Pages have more than one component associated with them: %s.', 'buddypress' ),
+				'<strong>' . implode( '</strong>, <strong>', array_map( 'esc_html', $dupe_names ) ) . '</strong>'
+			),
+			esc_url( $admin_url ),
+			__( 'Repair', 'buddypress' )
+		);
 
 		bp_core_add_admin_notice( $notice );
 	}
@@ -337,12 +350,6 @@ function bp_core_activation_notice() {
  *
  * @internal Used internally to redirect BuddyPress to the about page on activation.
  *
- * @uses get_transient() To see if transient to redirect exists.
- * @uses delete_transient() To delete the transient if it exists.
- * @uses is_network_admin() To bail if being network activated.
- * @uses wp_safe_redirect() To redirect.
- * @uses add_query_arg() To help build the URL to redirect to.
- * @uses admin_url() To get the admin URL to index.php.
  */
 function bp_do_activation_redirect() {
 
@@ -548,7 +555,10 @@ function bp_core_add_contextual_help( $screen = '' ) {
 			break;
 	}
 }
-add_action( 'contextual_help', 'bp_core_add_contextual_help' );
+add_action( 'load-settings_page_bp-components', 'bp_core_add_contextual_help' );
+add_action( 'load-settings_page_bp-page-settings', 'bp_core_add_contextual_help' );
+add_action( 'load-settings_page_bp-settings', 'bp_core_add_contextual_help' );
+add_action( 'load-users_page_bp-profile-setup', 'bp_core_add_contextual_help' );
 
 /**
  * Renders contextual help content to contextual help tabs.
@@ -597,7 +607,6 @@ function bp_core_add_contextual_help_content( $tab = '' ) {
  *
  * @since 1.7.0
  *
- * @uses bp_current_user_can() To check users capability on root blog.
  */
 function bp_admin_separator() {
 
@@ -632,8 +641,6 @@ function bp_admin_separator() {
  *
  * @since 1.7.0
  *
- * @uses bp_current_user_can() To check users capability on root blog.
- *
  * @param bool $menu_order Menu order.
  * @return bool Always true.
  */
@@ -652,8 +659,6 @@ function bp_admin_custom_menu_order( $menu_order = false ) {
  *
  * @since 1.7.0
  *
- * @uses bp_current_user_can() To check users capability on root blog.
- *
  * @param array $menu_order Menu Order.
  * @return array Modified menu order.
  */
@@ -928,7 +933,10 @@ add_action( 'add_meta_boxes_' . bp_get_email_post_type(), 'bp_email_custom_metab
 function bp_email_plaintext_metabox( $post ) {
 ?>
 
-	<label class="screen-reader-text" for="excerpt"><?php _e( 'Plain text email content', 'buddypress' ); ?></label><textarea rows="5" cols="40" name="excerpt" id="excerpt"><?php echo $post->post_excerpt; // textarea_escaped ?></textarea>
+	<label class="screen-reader-text" for="excerpt"><?php
+		/* translators: accessibility text */
+		_e( 'Plain text email content', 'buddypress' );
+	?></label><textarea rows="5" cols="40" name="excerpt" id="excerpt"><?php echo $post->post_excerpt; // textarea_escaped ?></textarea>
 
 	<p><?php _e( 'Most email clients support HTML email. However, some people prefer to receive plain text email. Enter a plain text alternative version of your email here.', 'buddypress' ); ?></p>
 
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-schema.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-schema.php
index a603e6c1d..ba38b3137 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-schema.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-schema.php
@@ -90,9 +90,6 @@ function bp_core_install( $active_components = false ) {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_notifications() {
 	$sql             = array();
@@ -134,9 +131,6 @@ function bp_core_install_notifications() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_activity_streams() {
 	$sql             = array();
@@ -187,9 +181,6 @@ function bp_core_install_activity_streams() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_friends() {
 	$sql             = array();
@@ -215,9 +206,6 @@ function bp_core_install_friends() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_groups() {
 	$sql             = array();
@@ -275,9 +263,6 @@ function bp_core_install_groups() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_private_messaging() {
 	$sql             = array();
@@ -335,9 +320,6 @@ function bp_core_install_private_messaging() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_extended_profiles() {
 	global $wpdb;
@@ -425,9 +407,6 @@ function bp_core_install_extended_profiles() {
  *
  * @since 1.0.0
  *
- * @uses bp_core_set_charset()
- * @uses bp_core_get_table_prefix()
- * @uses dbDelta()
  */
 function bp_core_install_blog_tracking() {
 	$sql             = array();
@@ -462,7 +441,6 @@ function bp_core_install_blog_tracking() {
  * @since 2.0.0
  *
  * @global $wpdb
- * @uses wp_get_db_schema() to get WordPress ms_global schema
  */
 function bp_core_install_signups() {
 	global $wpdb;
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-settings.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-settings.php
index 4bfcc69b7..c13029f8f 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-settings.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-settings.php
@@ -22,7 +22,6 @@ function bp_admin_setting_callback_main_section() { }
  *
  * @since 1.6.0
  *
- * @uses bp_form_option() To output the option value.
  */
 function bp_admin_setting_callback_admin_bar() {
 ?>
@@ -38,7 +37,6 @@ function bp_admin_setting_callback_admin_bar() {
  *
  * @since 1.6.0
  *
- * @uses checked() To display the checked attribute.
  */
 function bp_admin_setting_callback_account_deletion() {
 ?>
@@ -63,7 +61,6 @@ function bp_admin_setting_callback_activity_section() { }
  *
  * @since 1.6.0
  *
- * @uses checked() To display the checked attribute.
  */
 function bp_admin_setting_callback_activity_akismet() {
 ?>
@@ -132,7 +129,6 @@ function bp_admin_setting_callback_xprofile_section() { }
  *
  * @since 1.6.0
  *
- * @uses bp_form_option() To output the option value.
  */
 function bp_admin_setting_callback_profile_sync() {
 ?>
@@ -148,7 +144,6 @@ function bp_admin_setting_callback_profile_sync() {
  *
  * @since 1.6.0
  *
- * @uses checked() To display the checked attribute.
  */
 function bp_admin_setting_callback_avatar_uploads() {
 ?>
@@ -185,7 +180,6 @@ function bp_admin_setting_callback_groups_section() { }
  *
  * @since 1.6.0
  *
- * @uses checked() To display the checked attribute.
  */
 function bp_admin_setting_callback_group_creation() {
 ?>
@@ -235,9 +229,6 @@ function bp_admin_setting_callback_bbpress_section() { }
  *
  * @since 1.6.0
  *
- * @uses checked() To display the checked attribute.
- * @uses bp_get_option() To get the config location.
- * @uses bp_form_option() To get the sanitized form option.
  */
 function bp_admin_setting_callback_bbpress_configuration() {
 
@@ -265,8 +256,6 @@ function bp_admin_setting_callback_bbpress_configuration() {
  *
  * @since 1.6.0
  *
- * @uses settings_fields() To output the hidden fields for the form.
- * @uses do_settings_sections() To output the settings sections.
  */
 function bp_core_admin_settings() {
 
@@ -350,8 +339,6 @@ add_action( 'bp_admin_init', 'bp_core_admin_settings_save', 100 );
  *
  * @since 1.6.0
  *
- * @uses bp_get_bp_form_option()
- *
  * @param string $option  Form option to echo.
  * @param string $default Form option default.
  * @param bool   $slug    Form option slug.
@@ -364,9 +351,6 @@ function bp_form_option( $option, $default = '' , $slug = false ) {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses bp_get_option()
-	 * @uses esc_attr()
-	 * @uses apply_filters()
 	 *
 	 * @param string $option  Form option to return.
 	 * @param string $default Form option default.
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-slugs.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-slugs.php
index 035a9954a..3fb22e3e8 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-slugs.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-slugs.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.6.0
  * @todo Use settings API
- * @uses bp_core_admin_component_options()
  */
 function bp_core_admin_slugs_settings() {
 ?>
diff --git a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php
index 98e818369..f5d5391fc 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php
+++ b/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-tools.php
@@ -34,7 +34,10 @@ function bp_core_admin_tools() {
 						<th scope="row"><?php esc_html_e( 'Repair tools', 'buddypress' ) ?></th>
 						<td>
 							<fieldset>
-								<legend class="screen-reader-text"><span><?php esc_html_e( 'Repair', 'buddypress' ) ?></span></legend>
+								<legend class="screen-reader-text"><span><?php
+									/* translators: accessibility text */
+									esc_html_e( 'Repair', 'buddypress' );
+								?></span></legend>
 
 								<?php foreach ( bp_admin_repair_list() as $item ) : ?>
 
@@ -473,3 +476,24 @@ function bp_admin_reinstall_emails() {
 
 	return array( 0, __( 'Emails have been successfully reinstalled.', 'buddypress' ) );
 }
+
+/**
+ * Add notice on the "Tools > BuddyPress" page if more sites need recording.
+ *
+ * This notice only shows up in the network admin dashboard.
+ *
+ * @since 2.6.0
+ */
+function bp_core_admin_notice_repopulate_blogs_resume() {
+	$screen = get_current_screen();
+	if ( 'tools_page_bp-tools-network' !== $screen->id ) {
+		return;
+	}
+
+	if ( '' === bp_get_option( '_bp_record_blogs_offset' ) ) {
+		return;
+	}
+
+	echo '<div class="error"><p>' . __( 'It looks like you have more sites to record. Resume recording by checking the "Repopulate site tracking records" option.', 'buddypress' ) . '</p></div>';
+}
+add_action( 'network_admin_notices', 'bp_core_admin_notice_repopulate_blogs_resume' );
diff --git a/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css b/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css
index 1c2791bf5..1c6728258 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css
+++ b/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css
@@ -12,9 +12,8 @@ TABLE OF CONTENTS:
 	1.1 Version Badge
 	1.2 About Panel
 		1.2.1 Headline Feature
-		1.2.2 Columns
-		1.2.3 Features Section
-		1.2.4 Changelog Section
+		1.2.2 Features Section
+		1.2.3 Changelog Section
 2.0 Dashicons
 	2.1 Top level menus
 	2.2 Settings - Components
@@ -62,136 +61,246 @@ TABLE OF CONTENTS:
 /*
  * 1.2.1 Headline Feature
  */
-.index_page_bp-about .about-wrap .headline-feature,
-.dashboard_page_bp-about .about-wrap .headline-feature {
-	margin-bottom: 2em;
+.index_page_bp-about .bp-headline-feature,
+.dashboard_page_bp-about .bp-headline-feature {
+	margin-bottom: 3em;
 	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .headline-feature h3,
-.index_page_bp-about .headline-feature .headline-title,
-.dashboard_page_bp-about .about-wrap .headline-feature h3,
-.dashboard_page_bp-about .headline-feature .headline-title {
+.index_page_bp-about .bp-headline-feature h3,
+.index_page_bp-about .bp-headline-feature .headline-title,
+.dashboard_page_bp-about .bp-headline-feature h3,
+.dashboard_page_bp-about .bp-headline-feature .headline-title {
 	font-size: 2.2em;
-	font-weight: normal;
 	line-height: 1.3;
 	margin: 1.25em 0 0.6em;
 	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .headline-feature p,
-.dashboard_page_bp-about .about-wrap .headline-feature p {
+.index_page_bp-about .bp-headline-feature p,
+.dashboard_page_bp-about .bp-headline-feature p {
 	font-size: 1.15em;
 	margin: 1.15em auto 0.6em;
+	max-width: 80%;
 }
 
-.index_page_bp-about .about-wrap .headline-feature .introduction,
-.dashboard_page_bp-about .about-wrap .headline-feature .introduction {
+.index_page_bp-about .bp-headline-feature .introduction,
+.dashboard_page_bp-about .bp-headline-feature .introduction {
 	font-weight: 600;
 }
 
-/*
- * 1.2.2 Columns
- */
-.index_page_bp-about .about-wrap .two-col > div,
-.dashboard_page_bp-about .about-wrap .two-col > div {
-	float: right;
-	margin-left: 4.799999999%;
-	position: relative;
-	width: 47.6%;
-}
-
-.index_page_bp-about .about-wrap .two-col .last-feature,
-.dashboard_page_bp-about .about-wrap .two-col .last-feature {
-	margin-left: 0;
-}
 
 /*
- * 1.2.3 Features Section
+ * 1.2.2 Features Section
  */
 .index_page_bp-about .bp-features-section,
 .dashboard_page_bp-about .bp-features-section {
+	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
+	padding-bottom: 0;
+}
+
+.index_page_bp-about .bp-features-section h3,
+.dashboard_page_bp-about .bp-features-section h3 {
+	font-size: 1.8em;
+	font-weight: normal;
+	line-height: 1.5em;
+	margin: 0 0 0.6em;
+	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .feature-section,
-.dashboard_page_bp-about .about-wrap .feature-section {
+.index_page_bp-about .bp-feature,
+.dashboard_page_bp-about .bp-feature {
 	clear: both;
-	margin-top: 2em;
 	overflow: hidden;
-	padding-bottom: 0;
+	margin-bottom: 3em;
+	margin-top: 3em;
 }
 
-.index_page_bp-about .about-wrap .changelog .feature-section,
-.dashboard_page_bp-about .about-wrap .changelog .feature-section {
-	margin-top: 0;
+.index_page_bp-about .bp-feature::after,
+.dashboard_page_bp-about .bp-feature::after {
+	content: '';
 }
 
-.index_page_bp-about .about-wrap .feature-section h3,
-.dashboard_page_bp-about .about-wrap .feature-section h3 {
+.index_page_bp-about .bp-feature h4,
+.dashboard_page_bp-about .bp-feature h4 {
+	color: #23282d;
+	display: inline-block;
 	font-size: 1.25em;
-	line-height: 1.5em;
-	margin: 0 0 0.6em;
+	margin-bottom: 0.6em;
+	margin-top: 0;
+	width: 47%;
 }
 
-.index_page_bp-about .about-wrap .changelog h4,
-.dashboard_page_bp-about .about-wrap .changelog h4 {
-	color: #23282d;
-	font-size: 1em;
-	margin: 1.4em 0 0.6em;
+.index_page_bp-about .bp-feature p,
+.dashboard_page_bp-about .bp-feature p {
+	float: right;
+	font-size: 1.15em;
+	width: 47%;
+}
+
+.index_page_bp-about .bp-feature.opposite h4,
+.dashboard_page_bp-about .bp-feature.opposite h4,
+.index_page_bp-about .bp-feature.opposite p,
+.dashboard_page_bp-about .bp-feature.opposite p {
+	float: left;
 }
 
+.index_page_bp-about .bp-feature img,
+.dashboard_page_bp-about .bp-feature img {
+	clear: left;
+	float: left;
+	margin-right: 2.5%;
+	width: 50%;
+	max-width: 50%;
+}
+
+.index_page_bp-about .bp-feature.opposite img,
+.dashboard_page_bp-about .bp-feature.opposite img{
+	clear: right;
+	float: right;
+	margin-right: 0;
+	margin-left: 2.5%;
+}
+
+
 /*
- * 1.2.4 Changelog Section
+ * 1.2.3 Changelog Section
  */
-.index_page_bp-about .about-wrap .changelog,
-.dashboard_page_bp-about .about-wrap .changelog {
-	border-top: 1px solid #eee;
+.index_page_bp-about .bp-changelog-section,
+.dashboard_page_bp-about .bp-changelog-section {
+	border-top: 1px solid #ccc;
+	clear: both;
 	margin-bottom: 3em;
+	margin-top: 2em;
+	padding-bottom: 0;
 }
 
-.index_page_bp-about .about-wrap .changelog .changelog-title,
-.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
-	font-size: 1.25em;
-	line-height: 1.5em;
-	margin: 1.25em 0 .6em;
+.index_page_bp-about .bp-changelog-section::after,
+.dashboard_page_bp-about .bp-changelog-section::after {
+	content: '';
+}
+
+.index_page_bp-about .bp-changelog-section .changelog-title,
+.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+	color: #23282d;
+	font-size: 1.8em;
+	font-weight: 300;
+	line-height: 1.5;
+	margin: 1.25em 0 0.6em;
 	text-align: center;
 }
 
+.index_page_bp-about .bp-changelog-section .two-col > div,
+.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+	float: right;
+	margin-left: 4.799999999%;
+	position: relative;
+	width: 47.6%;
+}
+
+.index_page_bp-about .bp-changelog-section .two-col > div.last-feature,
+.dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature {
+	margin-left: 0;
+}
+
+.index_page_bp-about .bp-changelog,
+.dashboard_page_bp-about .bp-changelog {
+	margin-bottom: 3em;
+}
+
+.index_page_bp-about .bp-changelog h4,
+.dashboard_page_bp-about .bp-changelog h4 {
+	font-size: 1.15em;
+	margin-top: 1.5em;
+	margin-bottom: 0.6em;
+}
+
+.index_page_bp-about .bp-changelog p,
+.dashboard_page_bp-about .bp-changelog p {
+	font-size: 1.05em;
+	margin-top: 0.75em;
+}
+
+.bp-assets {
+	clear: both;
+	margin-bottom: 2em;
+	padding-top: 3em;
+}
+
 @media screen and ( max-width: 782px ) {
-	.index_page_bp-about .about-wrap .headline-feature,
-	.dashboard_page_bp-about .about-wrap .headline-feature {
+	.index_page_bp-about .bp-headline-feature,
+	.dashboard_page_bp-about .bp-headline-feature {
 		max-width: 100%;
 	}
-	.index_page_bp-about .about-wrap .headline-feature h3,
-	.dahsboard_page_bp-about .about-wrap .headline-feature h3,
-	.index_page_bp-about .about-wrap .headline-feature .headline-title,
-	.dashboard_page_bp-about .about-wrap .headline-feature .headline-title {
-		font-size: 2em;
+	.index_page_bp-about .bp-headline-feature .headline-title,
+	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+		font-size: 1.5em;
+		line-height: 1.5;
+	}
+	.index_page_bp-about .bp-headline-feature p,
+	.dashboard_page_bp-about .bp-headline-feature p {
+		max-width: 100%;
 	}
 	.index_page_bp-about .bp-features-section,
 	.dashboard_page_bp-about .bp-features-section {
 		margin-bottom: 0;
+		margin-top: 2em;
 	}
-	.index_page_bp-about .about-wrap .feature-section,
-	.dashboard_page_bp-about .about-wrap .feature-section {
-		margin-top: 0;
+	.index_page_bp-about .bp-features-section h3,
+	.dashboard_page_bp-about .bp-features-section h3,
+	.index_page_bp-about .bp-changelog-section .changelog-title,
+	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+		font-size: 1.8em;
+		font-weight: 300;
+		line-height: 1.5;
+	}
+	.index_page_bp-about .bp-features-section h4,
+	.dashboard_page_bp-about .bp-features-section h4,
+	.index_page_bp-about .bp-changelog-section h4,
+	.dashboard_page_bp-about .bp-changelog-section h4 {
+		font-size: 1.25em;
+		line-height: 1.25;
+		margin-top: 0.6em;
+		text-align: right;
 	}
-	.index_page_bp-about .about-wrap .two-col > div,
-	.dashboard_page_bp-about .about-wrap .two-col > div {
-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-		margin-top: 1.25em;
-		padding-bottom: 1em;
+	.index_page_bp-about .bp-feature,
+	.dashboard_page_bp-about .bp-feature {
+		margin-bottom: 1em;
+		margin-top: 1em;
+	}
+	.index_page_bp-about .bp-feature h4,
+	.dashboard_page_bp-about .bp-feature h4,
+	.index_page_bp-about .bp-feature p,
+	.dashboard_page_bp-about .bp-feature p {
 		width: 100%;
 	}
-	.index_page_bp-about .changelog .two-col > div,
-	.dashboard_page_bp-about .changelog .two-col > div {
-		margin-top: 0;
-		padding-bottom: 0;
+	.index_page_bp-about .bp-feature.opposite h4,
+	.dashboard_page_bp-about .bp-feature.opposite h4,
+	.index_page_bp-about .bp-feature.opposite p,
+	.dashboard_page_bp-about .bp-feature.opposite p {
+		float: none;
 	}
-	.index_page_bp-about .about-wrap .changelog .changelog-title,
-	.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
-		text-align: right;
+	.index_page_bp-about .bp-feature img,
+	.dashboard_page_bp-about .bp-feature img {
+		clear: right;
+		float: none;
+		margin-right: 0;
+		width: 100%;
+		max-width: 100%;
+	}
+	.index_page_bp-about .bp-feature.opposite img,
+	.dashboard_page_bp-about .bp-feature.opposite img{
+		clear: right;
+		float: none;
+		margin-left: 0;
+	}
+	.index_page_bp-about .bp-changelog-section .two-col > div,
+	.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+		margin-top: 0;
+		padding-bottom: 0.5em;
+		width: 100%;
 	}
 }
 
@@ -367,3 +476,18 @@ body.users_page_bp-signups td.count_sent {
 body.post-type-bp-email #excerpt {
 	height: auto;
 }
+
+body.post-type-bp-email th#situation {
+	width: 20%;
+}
+
+body.post-type-bp-email td.column-situation ul {
+	margin: 0;
+}
+
+body.post-type-bp-email .categorydiv label {
+	display: block;
+	float: right;
+	padding-right: 25px;
+	text-indent: -25px;
+}
diff --git a/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.min.css b/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.min.css
index f5779009c..4a0a9f504 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.min.css
@@ -1 +1 @@
-.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.about-wrap .bp-badge{position:absolute;top:0;left:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;left:auto}}.dashboard_page_bp-about .about-wrap .headline-feature,.index_page_bp-about .about-wrap .headline-feature{margin-bottom:2em;text-align:center}.dashboard_page_bp-about .about-wrap .headline-feature h3,.dashboard_page_bp-about .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature h3,.index_page_bp-about .headline-feature .headline-title{font-size:2.2em;font-weight:400;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .about-wrap .headline-feature p,.index_page_bp-about .about-wrap .headline-feature p{font-size:1.15em;margin:1.15em auto .6em}.dashboard_page_bp-about .about-wrap .headline-feature .introduction,.index_page_bp-about .about-wrap .headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .about-wrap .two-col>div,.index_page_bp-about .about-wrap .two-col>div{float:right;margin-left:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .about-wrap .two-col .last-feature,.index_page_bp-about .about-wrap .two-col .last-feature{margin-left:0}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:2em}.dashboard_page_bp-about .about-wrap .feature-section,.index_page_bp-about .about-wrap .feature-section{clear:both;margin-top:2em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about .about-wrap .changelog .feature-section,.index_page_bp-about .about-wrap .changelog .feature-section{margin-top:0}.dashboard_page_bp-about .about-wrap .feature-section h3,.index_page_bp-about .about-wrap .feature-section h3{font-size:1.25em;line-height:1.5em;margin:0 0 .6em}.dashboard_page_bp-about .about-wrap .changelog h4,.index_page_bp-about .about-wrap .changelog h4{color:#23282d;font-size:1em;margin:1.4em 0 .6em}.dashboard_page_bp-about .about-wrap .changelog,.index_page_bp-about .about-wrap .changelog{border-top:1px solid #eee;margin-bottom:3em}.dashboard_page_bp-about .about-wrap .changelog .changelog-title,.index_page_bp-about .about-wrap .changelog .changelog-title{font-size:1.25em;line-height:1.5em;margin:1.25em 0 .6em;text-align:center}@media screen and (max-width:782px){.dashboard_page_bp-about .about-wrap .headline-feature,.index_page_bp-about .about-wrap .headline-feature{max-width:100%}.dahsboard_page_bp-about .about-wrap .headline-feature h3,.dashboard_page_bp-about .about-wrap .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature h3{font-size:2em}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0}.dashboard_page_bp-about .about-wrap .feature-section,.index_page_bp-about .about-wrap .feature-section{margin-top:0}.dashboard_page_bp-about .about-wrap .two-col>div,.index_page_bp-about .about-wrap .two-col>div{border-bottom:1px solid rgba(0,0,0,.1);margin-top:1.25em;padding-bottom:1em;width:100%}.dashboard_page_bp-about .changelog .two-col>div,.index_page_bp-about .changelog .two-col>div{margin-top:0;padding-bottom:0}.dashboard_page_bp-about .about-wrap .changelog .changelog-title,.index_page_bp-about .about-wrap .changelog .changelog-title{text-align:right}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:right;width:18px;height:18px;margin-left:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}
\ No newline at end of file
+.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;left:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;left:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;text-align:center}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em auto .6em;max-width:80%}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:2em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:400;line-height:1.5em;margin:0 0 .6em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;overflow:hidden;margin-bottom:3em;margin-top:3em}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{color:#23282d;display:inline-block;font-size:1.25em;margin-bottom:.6em;margin-top:0;width:47%}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{float:right;font-size:1.15em;width:47%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:left}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:left;float:left;margin-right:2.5%;width:50%;max-width:50%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:right;float:right;margin-right:0;margin-left:2.5%}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{border-top:1px solid #ccc;clear:both;margin-bottom:3em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:right;margin-left:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-left:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1.15em;margin-top:1.5em;margin-bottom:.6em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{font-size:1.05em;margin-top:.75em}.bp-assets{clear:both;margin-bottom:2em;padding-top:3em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature p{max-width:100%}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:right}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{margin-bottom:1em;margin-top:1em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:right;float:none;margin-right:0;width:100%;max-width:100%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:right;float:none;margin-left:0}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:right;width:18px;height:18px;margin-left:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:right;padding-right:25px;text-indent:-25px}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/admin/css/common.css b/wp-content/plugins/buddypress/bp-core/admin/css/common.css
index e1cb99b5d..c7be0038c 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/css/common.css
+++ b/wp-content/plugins/buddypress/bp-core/admin/css/common.css
@@ -12,9 +12,8 @@ TABLE OF CONTENTS:
 	1.1 Version Badge
 	1.2 About Panel
 		1.2.1 Headline Feature
-		1.2.2 Columns
-		1.2.3 Features Section
-		1.2.4 Changelog Section
+		1.2.2 Features Section
+		1.2.3 Changelog Section
 2.0 Dashicons
 	2.1 Top level menus
 	2.2 Settings - Components
@@ -62,136 +61,246 @@ TABLE OF CONTENTS:
 /*
  * 1.2.1 Headline Feature
  */
-.index_page_bp-about .about-wrap .headline-feature,
-.dashboard_page_bp-about .about-wrap .headline-feature {
-	margin-bottom: 2em;
+.index_page_bp-about .bp-headline-feature,
+.dashboard_page_bp-about .bp-headline-feature {
+	margin-bottom: 3em;
 	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .headline-feature h3,
-.index_page_bp-about .headline-feature .headline-title,
-.dashboard_page_bp-about .about-wrap .headline-feature h3,
-.dashboard_page_bp-about .headline-feature .headline-title {
+.index_page_bp-about .bp-headline-feature h3,
+.index_page_bp-about .bp-headline-feature .headline-title,
+.dashboard_page_bp-about .bp-headline-feature h3,
+.dashboard_page_bp-about .bp-headline-feature .headline-title {
 	font-size: 2.2em;
-	font-weight: normal;
 	line-height: 1.3;
 	margin: 1.25em 0 0.6em;
 	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .headline-feature p,
-.dashboard_page_bp-about .about-wrap .headline-feature p {
+.index_page_bp-about .bp-headline-feature p,
+.dashboard_page_bp-about .bp-headline-feature p {
 	font-size: 1.15em;
 	margin: 1.15em auto 0.6em;
+	max-width: 80%;
 }
 
-.index_page_bp-about .about-wrap .headline-feature .introduction,
-.dashboard_page_bp-about .about-wrap .headline-feature .introduction {
+.index_page_bp-about .bp-headline-feature .introduction,
+.dashboard_page_bp-about .bp-headline-feature .introduction {
 	font-weight: 600;
 }
 
-/*
- * 1.2.2 Columns
- */
-.index_page_bp-about .about-wrap .two-col > div,
-.dashboard_page_bp-about .about-wrap .two-col > div {
-	float: left;
-	margin-right: 4.799999999%;
-	position: relative;
-	width: 47.6%;
-}
-
-.index_page_bp-about .about-wrap .two-col .last-feature,
-.dashboard_page_bp-about .about-wrap .two-col .last-feature {
-	margin-right: 0;
-}
 
 /*
- * 1.2.3 Features Section
+ * 1.2.2 Features Section
  */
 .index_page_bp-about .bp-features-section,
 .dashboard_page_bp-about .bp-features-section {
+	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
+	padding-bottom: 0;
+}
+
+.index_page_bp-about .bp-features-section h3,
+.dashboard_page_bp-about .bp-features-section h3 {
+	font-size: 1.8em;
+	font-weight: normal;
+	line-height: 1.5em;
+	margin: 0 0 0.6em;
+	text-align: center;
 }
 
-.index_page_bp-about .about-wrap .feature-section,
-.dashboard_page_bp-about .about-wrap .feature-section {
+.index_page_bp-about .bp-feature,
+.dashboard_page_bp-about .bp-feature {
 	clear: both;
-	margin-top: 2em;
 	overflow: hidden;
-	padding-bottom: 0;
+	margin-bottom: 3em;
+	margin-top: 3em;
 }
 
-.index_page_bp-about .about-wrap .changelog .feature-section,
-.dashboard_page_bp-about .about-wrap .changelog .feature-section {
-	margin-top: 0;
+.index_page_bp-about .bp-feature::after,
+.dashboard_page_bp-about .bp-feature::after {
+	content: '';
 }
 
-.index_page_bp-about .about-wrap .feature-section h3,
-.dashboard_page_bp-about .about-wrap .feature-section h3 {
+.index_page_bp-about .bp-feature h4,
+.dashboard_page_bp-about .bp-feature h4 {
+	color: #23282d;
+	display: inline-block;
 	font-size: 1.25em;
-	line-height: 1.5em;
-	margin: 0 0 0.6em;
+	margin-bottom: 0.6em;
+	margin-top: 0;
+	width: 47%;
 }
 
-.index_page_bp-about .about-wrap .changelog h4,
-.dashboard_page_bp-about .about-wrap .changelog h4 {
-	color: #23282d;
-	font-size: 1em;
-	margin: 1.4em 0 0.6em;
+.index_page_bp-about .bp-feature p,
+.dashboard_page_bp-about .bp-feature p {
+	float: left;
+	font-size: 1.15em;
+	width: 47%;
+}
+
+.index_page_bp-about .bp-feature.opposite h4,
+.dashboard_page_bp-about .bp-feature.opposite h4,
+.index_page_bp-about .bp-feature.opposite p,
+.dashboard_page_bp-about .bp-feature.opposite p {
+	float: right;
 }
 
+.index_page_bp-about .bp-feature img,
+.dashboard_page_bp-about .bp-feature img {
+	clear: right;
+	float: right;
+	margin-left: 2.5%;
+	width: 50%;
+	max-width: 50%;
+}
+
+.index_page_bp-about .bp-feature.opposite img,
+.dashboard_page_bp-about .bp-feature.opposite img{
+	clear: left;
+	float: left;
+	margin-left: 0;
+	margin-right: 2.5%;
+}
+
+
 /*
- * 1.2.4 Changelog Section
+ * 1.2.3 Changelog Section
  */
-.index_page_bp-about .about-wrap .changelog,
-.dashboard_page_bp-about .about-wrap .changelog {
-	border-top: 1px solid #eee;
+.index_page_bp-about .bp-changelog-section,
+.dashboard_page_bp-about .bp-changelog-section {
+	border-top: 1px solid #ccc;
+	clear: both;
 	margin-bottom: 3em;
+	margin-top: 2em;
+	padding-bottom: 0;
 }
 
-.index_page_bp-about .about-wrap .changelog .changelog-title,
-.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
-	font-size: 1.25em;
-	line-height: 1.5em;
-	margin: 1.25em 0 .6em;
+.index_page_bp-about .bp-changelog-section::after,
+.dashboard_page_bp-about .bp-changelog-section::after {
+	content: '';
+}
+
+.index_page_bp-about .bp-changelog-section .changelog-title,
+.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+	color: #23282d;
+	font-size: 1.8em;
+	font-weight: 300;
+	line-height: 1.5;
+	margin: 1.25em 0 0.6em;
 	text-align: center;
 }
 
+.index_page_bp-about .bp-changelog-section .two-col > div,
+.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+	float: left;
+	margin-right: 4.799999999%;
+	position: relative;
+	width: 47.6%;
+}
+
+.index_page_bp-about .bp-changelog-section .two-col > div.last-feature,
+.dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature {
+	margin-right: 0;
+}
+
+.index_page_bp-about .bp-changelog,
+.dashboard_page_bp-about .bp-changelog {
+	margin-bottom: 3em;
+}
+
+.index_page_bp-about .bp-changelog h4,
+.dashboard_page_bp-about .bp-changelog h4 {
+	font-size: 1.15em;
+	margin-top: 1.5em;
+	margin-bottom: 0.6em;
+}
+
+.index_page_bp-about .bp-changelog p,
+.dashboard_page_bp-about .bp-changelog p {
+	font-size: 1.05em;
+	margin-top: 0.75em;
+}
+
+.bp-assets {
+	clear: both;
+	margin-bottom: 2em;
+	padding-top: 3em;
+}
+
 @media screen and ( max-width: 782px ) {
-	.index_page_bp-about .about-wrap .headline-feature,
-	.dashboard_page_bp-about .about-wrap .headline-feature {
+	.index_page_bp-about .bp-headline-feature,
+	.dashboard_page_bp-about .bp-headline-feature {
 		max-width: 100%;
 	}
-	.index_page_bp-about .about-wrap .headline-feature h3,
-	.dahsboard_page_bp-about .about-wrap .headline-feature h3,
-	.index_page_bp-about .about-wrap .headline-feature .headline-title,
-	.dashboard_page_bp-about .about-wrap .headline-feature .headline-title {
-		font-size: 2em;
+	.index_page_bp-about .bp-headline-feature .headline-title,
+	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+		font-size: 1.5em;
+		line-height: 1.5;
+	}
+	.index_page_bp-about .bp-headline-feature p,
+	.dashboard_page_bp-about .bp-headline-feature p {
+		max-width: 100%;
 	}
 	.index_page_bp-about .bp-features-section,
 	.dashboard_page_bp-about .bp-features-section {
 		margin-bottom: 0;
+		margin-top: 2em;
 	}
-	.index_page_bp-about .about-wrap .feature-section,
-	.dashboard_page_bp-about .about-wrap .feature-section {
-		margin-top: 0;
+	.index_page_bp-about .bp-features-section h3,
+	.dashboard_page_bp-about .bp-features-section h3,
+	.index_page_bp-about .bp-changelog-section .changelog-title,
+	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+		font-size: 1.8em;
+		font-weight: 300;
+		line-height: 1.5;
+	}
+	.index_page_bp-about .bp-features-section h4,
+	.dashboard_page_bp-about .bp-features-section h4,
+	.index_page_bp-about .bp-changelog-section h4,
+	.dashboard_page_bp-about .bp-changelog-section h4 {
+		font-size: 1.25em;
+		line-height: 1.25;
+		margin-top: 0.6em;
+		text-align: left;
 	}
-	.index_page_bp-about .about-wrap .two-col > div,
-	.dashboard_page_bp-about .about-wrap .two-col > div {
-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-		margin-top: 1.25em;
-		padding-bottom: 1em;
+	.index_page_bp-about .bp-feature,
+	.dashboard_page_bp-about .bp-feature {
+		margin-bottom: 1em;
+		margin-top: 1em;
+	}
+	.index_page_bp-about .bp-feature h4,
+	.dashboard_page_bp-about .bp-feature h4,
+	.index_page_bp-about .bp-feature p,
+	.dashboard_page_bp-about .bp-feature p {
 		width: 100%;
 	}
-	.index_page_bp-about .changelog .two-col > div,
-	.dashboard_page_bp-about .changelog .two-col > div {
-		margin-top: 0;
-		padding-bottom: 0;
+	.index_page_bp-about .bp-feature.opposite h4,
+	.dashboard_page_bp-about .bp-feature.opposite h4,
+	.index_page_bp-about .bp-feature.opposite p,
+	.dashboard_page_bp-about .bp-feature.opposite p {
+		float: none;
 	}
-	.index_page_bp-about .about-wrap .changelog .changelog-title,
-	.dashboard_page_bp-about .about-wrap .changelog .changelog-title {
-		text-align: left;
+	.index_page_bp-about .bp-feature img,
+	.dashboard_page_bp-about .bp-feature img {
+		clear: left;
+		float: none;
+		margin-left: 0;
+		width: 100%;
+		max-width: 100%;
+	}
+	.index_page_bp-about .bp-feature.opposite img,
+	.dashboard_page_bp-about .bp-feature.opposite img{
+		clear: left;
+		float: none;
+		margin-right: 0;
+	}
+	.index_page_bp-about .bp-changelog-section .two-col > div,
+	.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+		margin-top: 0;
+		padding-bottom: 0.5em;
+		width: 100%;
 	}
 }
 
@@ -367,3 +476,18 @@ body.users_page_bp-signups td.count_sent {
 body.post-type-bp-email #excerpt {
 	height: auto;
 }
+
+body.post-type-bp-email th#situation {
+	width: 20%;
+}
+
+body.post-type-bp-email td.column-situation ul {
+	margin: 0;
+}
+
+body.post-type-bp-email .categorydiv label {
+	display: block;
+	float: left;
+	padding-left: 25px;
+	text-indent: -25px;
+}
diff --git a/wp-content/plugins/buddypress/bp-core/admin/css/common.min.css b/wp-content/plugins/buddypress/bp-core/admin/css/common.min.css
index f7a4f1eef..d96106467 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/css/common.min.css
+++ b/wp-content/plugins/buddypress/bp-core/admin/css/common.min.css
@@ -1 +1 @@
-.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.about-wrap .bp-badge{position:absolute;top:0;right:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;right:auto}}.dashboard_page_bp-about .about-wrap .headline-feature,.index_page_bp-about .about-wrap .headline-feature{margin-bottom:2em;text-align:center}.dashboard_page_bp-about .about-wrap .headline-feature h3,.dashboard_page_bp-about .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature h3,.index_page_bp-about .headline-feature .headline-title{font-size:2.2em;font-weight:400;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .about-wrap .headline-feature p,.index_page_bp-about .about-wrap .headline-feature p{font-size:1.15em;margin:1.15em auto .6em}.dashboard_page_bp-about .about-wrap .headline-feature .introduction,.index_page_bp-about .about-wrap .headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .about-wrap .two-col>div,.index_page_bp-about .about-wrap .two-col>div{float:left;margin-right:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .about-wrap .two-col .last-feature,.index_page_bp-about .about-wrap .two-col .last-feature{margin-right:0}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:2em}.dashboard_page_bp-about .about-wrap .feature-section,.index_page_bp-about .about-wrap .feature-section{clear:both;margin-top:2em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about .about-wrap .changelog .feature-section,.index_page_bp-about .about-wrap .changelog .feature-section{margin-top:0}.dashboard_page_bp-about .about-wrap .feature-section h3,.index_page_bp-about .about-wrap .feature-section h3{font-size:1.25em;line-height:1.5em;margin:0 0 .6em}.dashboard_page_bp-about .about-wrap .changelog h4,.index_page_bp-about .about-wrap .changelog h4{color:#23282d;font-size:1em;margin:1.4em 0 .6em}.dashboard_page_bp-about .about-wrap .changelog,.index_page_bp-about .about-wrap .changelog{border-top:1px solid #eee;margin-bottom:3em}.dashboard_page_bp-about .about-wrap .changelog .changelog-title,.index_page_bp-about .about-wrap .changelog .changelog-title{font-size:1.25em;line-height:1.5em;margin:1.25em 0 .6em;text-align:center}@media screen and (max-width:782px){.dashboard_page_bp-about .about-wrap .headline-feature,.index_page_bp-about .about-wrap .headline-feature{max-width:100%}.dahsboard_page_bp-about .about-wrap .headline-feature h3,.dashboard_page_bp-about .about-wrap .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature .headline-title,.index_page_bp-about .about-wrap .headline-feature h3{font-size:2em}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0}.dashboard_page_bp-about .about-wrap .feature-section,.index_page_bp-about .about-wrap .feature-section{margin-top:0}.dashboard_page_bp-about .about-wrap .two-col>div,.index_page_bp-about .about-wrap .two-col>div{border-bottom:1px solid rgba(0,0,0,.1);margin-top:1.25em;padding-bottom:1em;width:100%}.dashboard_page_bp-about .changelog .two-col>div,.index_page_bp-about .changelog .two-col>div{margin-top:0;padding-bottom:0}.dashboard_page_bp-about .about-wrap .changelog .changelog-title,.index_page_bp-about .about-wrap .changelog .changelog-title{text-align:left}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:left;width:18px;height:18px;margin-right:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}
\ No newline at end of file
+.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;right:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;right:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;text-align:center}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em auto .6em;max-width:80%}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:2em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:400;line-height:1.5em;margin:0 0 .6em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;overflow:hidden;margin-bottom:3em;margin-top:3em}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{color:#23282d;display:inline-block;font-size:1.25em;margin-bottom:.6em;margin-top:0;width:47%}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{float:left;font-size:1.15em;width:47%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:right}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:right;float:right;margin-left:2.5%;width:50%;max-width:50%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:left;float:left;margin-left:0;margin-right:2.5%}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{border-top:1px solid #ccc;clear:both;margin-bottom:3em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:left;margin-right:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-right:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1.15em;margin-top:1.5em;margin-bottom:.6em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{font-size:1.05em;margin-top:.75em}.bp-assets{clear:both;margin-bottom:2em;padding-top:3em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature p{max-width:100%}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:left}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{margin-bottom:1em;margin-top:1em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:left;float:none;margin-left:0;width:100%;max-width:100%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:left;float:none;margin-right:0}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:left;width:18px;height:18px;margin-right:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:left;padding-left:25px;text-indent:-25px}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/admin/images/activity-embeds.png b/wp-content/plugins/buddypress/bp-core/admin/images/activity-embeds.png
new file mode 100644
index 0000000000000000000000000000000000000000..cc4bf0c5eb7e1875e20e12c7cda56b64e3004ddb
GIT binary patch
literal 118087
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
Ay#N3J

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/admin/images/default-themes.png b/wp-content/plugins/buddypress/bp-core/admin/images/default-themes.png
new file mode 100644
index 0000000000000000000000000000000000000000..fb8092449fcb303e0688425185a370b04dc9f872
GIT binary patch
literal 49878
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/admin/images/group-type-pop.png b/wp-content/plugins/buddypress/bp-core/admin/images/group-type-pop.png
new file mode 100644
index 0000000000000000000000000000000000000000..9995ea9dd241a8cfa6f0d6228b532f605a5e9298
GIT binary patch
literal 26272
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/admin/images/new-nav-api.png b/wp-content/plugins/buddypress/bp-core/admin/images/new-nav-api.png
new file mode 100644
index 0000000000000000000000000000000000000000..a156c3bf1d03ede69892b78fc65f187cfdf0cca9
GIT binary patch
literal 29722
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
aPyUxp(h+H)rNImg3=E#GelF{r5}E)rF>7f6

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/admin/images/user-frontpage.png b/wp-content/plugins/buddypress/bp-core/admin/images/user-frontpage.png
new file mode 100644
index 0000000000000000000000000000000000000000..67d2ddb8f8c25d12c90462b08d6179babc8f9a00
GIT binary patch
literal 34647
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
z%0A!6ZQ5(+{Z`Mm%#JBK|B+{kr%CP;_4cja#TWi<t-kEP=BW4M&35+#Kb?G15O29+
zZqJjoM}J-Pt1Eh0qG!MI?fSF1I=<@X=j?xWe$)AR7JkRopU-=-^Wok?_p%?I&darg
zlXnD7S$Xc@vHY3l{%YlHeF@zU_nq4Etv|D2Wr}<q--FZzcXryPt>gc?;m6u3nTu<;
z)lFFZ@LBHbgf6we_x}3bj%z+CmU`3S!lp-CBzkY&Wyqdcy-lD*mR<MQ3(vl<Rf{h!
z;FdY45x>+x(Rbd?l>f)){@dkU{cY9zR~kRRU7c)n#OF3|N8h|~CjT|ddVL;v-rQ##
zpnqfX>`9tG!?vhyFaLEq^6jz!>Dr{V*WAq4Tz%Y|dw`E=p7Pr?)7df;x^}JNzEG7U
zDmA^hHq|uk68EAN8j~}m-rZl9K6&<|)pmJ5c0RdfA^UE+$C(hB+Mvq)bM7|$%{_74
z^h58RJ+I`Y-=5!n<438p@0-0hGwS)=-fK^O$I|}n=^VAm_cOojSkC<5>e;iF;W_6P
zsJ@Yt>S|K4>^+uYvf)Hv>Y-)IT!&VC^Ph9ge!e5C$G*9*g|#J&6OGro%$vfvY-ewW
znW2Ko0?+Q4B8LsOmPgsMpL|vN{Lgc1M5o=#xB}^!-zyW|{mj3`$XNQ^WYYb=SIw`p
z-;-&s|ELxlvdrzVQ}0Z!Gjq1t?_ji!XPR;3!DRdP`P^kaGg;pKoqy~3I^NY8{(1)s
zZ|<LK^fou9y07P3L|f*sV|V`AuJdV}Jo(O*uG2>)d*zZF&bXPF^9TkVc)6uzuS2kj
zz>`gD%nhzQ{_DeUaxQVIgMHaAg<tDgeywqtxn_ZnRmd{N$eCXj_^2=ze8~|mkY3TB
zwY@!|`&ijxqhBuiZDo^xt@_-#$Y<G;G|9lquPokdPlZZ&ro<bkq@=DgKgHl_z$qAh
zg5k(N#v=7F#${Ss!XN&;v1|!HGdsnJ-?cHO(Ma*eeVy6M?R=k!>;C!vTYta#@?TBg
zH>i9(JvqLfFZGb7hIp9IvYczi!W;}%jR{X8`@TL-nUwkckAU5(PUB5+w>i%~GYwGQ
zGO?p<=d4!o`|cT^Vm|4buc`g+6Sl0e|NZ=ghQntwg}rYps94`py?m@V(PZUu-rB2e
z9r3#J_c0b$MpyFRd$9R=+1hRQSq)ex|1{svcjJDxviI%9`}O9(OOSc?M|2A3ojuQ|
zrPPZa;btw2l0KP!;VgGv&U-asK_3T`mN%E}KFBY;^Y576lrOqdJsnw#D^nV_a0yE~
zGBZy3_I<wd%%U~A;zw-aruCfXPB>#S=kUBcb0*LIcB{=`cDm)guX;f<JOuwdv2Ne0
zQSke5dheT?W{*2M@BEwed=1N^2N7#4YFH~)elmV+_onjE_umhbn`du0745)S_G4Al
z?Yo~jr_04pEqwj@&cEBi+xG>|mihkEXp!tSZ9`*k$?g18FSLK|xO&GfO^9pHmpA>d
zTW5W|JE^ZQ$Lt4Zw(jq94;7!zYGXgbR`YcA_3UG|_wNQP+k6T(5K!0UoXTM@Yq0g#
z%&LE4JsIcD&x#Qc^R-?+M`!2eZ%;Qbj8W(+uKD}_E%<C%vH#K?j7uCjgC>4H>{w~R
zA!7AN<jSp&jhb_lte6(LzLeG9dpzFuR!ex-O7)-D-$z+5_%Y|DPxY~+Fom|ca~-z*
ze6su6xqH_BKK}DmYA(*NU6^5%c*JLK?F7cI6L*zl#66D0^`x{cvijC0^3{HpUE0JY
zoj(HiO;PFmrQj?+)Ah`PLtSxplKWaxrhg5Ze#B~L;nMdm`#rB7c-TEF>icQ`jlTrG
zFMRJgN$P*{jFOgh+Lv9qJKi)LzQPmcvo(2nvD(xF&l4X=JdWNRQ>pUsbV$v~&J=?k
zPd}<=pG?{qA;3H1-TJ`PZ!UkbpC1XY;5x=1x%cXiZ{J?*Kfl!Tze5%8zDfauvon>p
zCa=CcQ_9fRFjQ>bkD7g*vUw~Sr)Jc6W?zid`6pBJtoqUHf*`l6KlW~ObN-v2P~|Si
z->a;c-~a8*<?o5n;mh9KIAE_}CCQXjw$0G1YSKy-r?BnC?b`BsDn9!XHbiW3>pt3<
zz`0mcIZaC8_bL94vYneaF3*;;kC^{`nY<cbz$w06MswTl9Gxp0q{<hSva03I$rPSD
zd%RfVehH^7@{CVY6gG}>kTAH*G1=tkhQ+@Z&o*{letGBT|4o1Gt^Kylyw^T=?p)tC
z$<&#?r3(^YU2(GBEO%d6W`V}XBU>iSshCt!RI;e0-`+b!E86vWj)CyG9-WjoZf8;s
zlrZ~b*~R~V^Y_l5koDK?YlCM0OnW@J<@5x@`yuwGI;<wq53|yz9bDb;!P2%filg1<
zpqjJj{QPY0JA1q|8*Pn+rnYS5*d^*bi^u$Y!%Mdr8>V~JyHEY6TD$Y+cAEnRiS|4E
z+*LR8oe5ksYwk|IGqZkVy^6fD?C7OH-WgTDcg8O9ochIe>y|H5pZ?j#mH+dTxaXz+
zLd)8#M5}IGf4shEzGsN_#gD65bxglRyDz`EQZ&$3?@O5Fqx#<;gNo!GLavl0%N-T$
z{m!fG>wEJvn-81MciCl^U+j1ze&%m_$nlx??&zPm@_x73#uH1#_x@WPcmGzK`s=^D
z@9~PB_+F;CbLUg(>bG8YX&;&9x0RL_JDVgJCG5IyaP{a!#k2Z66Wchdid&Y|x72=@
zm)?4I$&IG;p9%j}GN<j1SN|E2-<)z-+$=w%WcQ=8-8ak17yWJ%((~RsjgL3<{~zPW
zSLgp+(m82rwAkyre!HG1`c0}U>ppn&-@L7}s;@SjY<Riv@Re^nHoYmF>C0I?>BW;9
z7IQY&<w^KeEl*h7ve5i=-M6O`>(shk`yNI_SGy;CyEW6*^5l&bi+`MZw{63VR$EoI
z;6oE?b{*!dzH)KH6aVA3`lozq+#^1jt;kKhf6Z@?26r`kleRTWf!OJ$nI@v!4>`q^
zygTnC7U1NVuy>V6%$xcz>lr6AUjF{zS>(>8bLJ;+T<+4*X)P&TR-ZaU@oKxQ;k39$
zqqTZgmz|58w-j}MQx5x>xb2}rcI9N*vdyg_X7A4AnOrfRWn0MP9?Z)B&FD(jo0A;b
z^^;>uicY_6`S~MbrEPC~@QstlbRT%P`FGuLsJ$6)CO`fA-mP!s>crZdlMgFIPfwh5
zw{3R%fs+4s_mou%-rZ9bs3G(A_FT=5M61BtjRsE=!*3}+d-U)9`x(>S^)FWoeTxyY
z)j2vd`mM-ox3Dv&#xGl}ZFL?sxE1Z*b7j#R*C&T&->~<dx%I+~v-6F9x4Q0DkCiaY
z&P%hH;%dI$(Y62djlJK*ud(ekn-uvzvT~)yf$;enD}3hjrWz&u+LsXY=jlSRj^-y~
zTu(QiJ$qNUr!}PT$e$@+%iP*To<Djs;j+#;-Ban3*R+2{eE7ShjP2hZi(5B!^ye*O
zRLk43Fi1IVW$Zosv~Pj)gSyYi@!e%u@nhz~<~M0o#S^voGZmjLnX%RM%C7opGqq;l
zJySH{ta6g4z@bf&2WFc-Hr^gMQ)REL)gG`*?53RTIdz4}mt&Lers+vCL1K3gv3*;4
z_0R0beqmA4lU!xCDjtjqvXE<ulo32&dpapRCPdBXirlx#?;9*UT6QSs<ORg0J}T(o
z^v#;{RdX`O{c^V{ocrAQHc4;QIk2Uq=8ICF|J-9UUYbaSTV32yA!TPc<z&Ol>W-OK
zj*0gbXFPmz@56eoGn2LlmK*bI&$qrS$Wj~^TH_s8FLnG)(8?(XWK#Fm{n$MJde*ws
zuG6=6?afw9`{kLyviZ8M!Rni~7p-!q9aOwhCwcor@iVuHi8Cy|PLBM2{l<p<J+(Qq
znu(K*4_l>96P&SQ&(yC$61ItMGFnL+U6)4qOnP|N2;>m!22Q0V756qS3i`Ip$8~Ya
znWR0*T8Fu;?+Kg|{culfnRkdu+=<#__LUuL-c()<{7@#dvx?og$;h#a*=*Z$om-5X
zbyo33Pd-#QLD%=9U|+P=aWU3?Zly;O^979OTIj4gJkP$@?Re@`ssDEhMY?=!xE4xk
zUFND;bJ*O(`dd?u1}IZ72)C(PSXj&pp5&AFPNQmjSZB|@{>@d}3;SKzeuk?U&9E?=
zbijYnJ&hMVW|K=I+idvw%O)S~U$l>1^7_e&c<%Wk4YQrOYNX%!=UcfnEmn!vc<{ru
zOMmZ-<0*gGHWvP|-<x?`CgHcyj9L6EHQog~UoT5~QS(#hqwC!i{hnE=m%J6KSA8<q
z+fXm9cKX4s=?6^?uqN)jZeY6AuEyl0zM0h|mB@d)?{z(VCYg87{^>K`JC=zDQn0}}
zPM|W8I6Udw^4tT7LjSi&8b})4wYg?tw{Ci(+t<vJ&#$_dyk5p*;xkP#sk-{(-X8@u
zKlC<BfK+`E>G7@MI>x_l&Fl7!@_KRhF**m%v|e6dA9O4!&S>^oZ|7$V^+FGb-r8XI
z(EI=9?disB@5~c+J)LOOaB6OwPvWv;35U0|Xngf}Rk*~tBvB=GDaa!w+CD41lglr(
zd@}iQYD>zs(#-x9LH?7b>3`m0zGu&;?cR^%`S<Y5*vISh{E*2ksiPZSZYsT=xK8^2
z|D@!Agear<OR961)VVsXJMrn%*@izq?_b=r@%19c%isAfa|bM2v(9V%g_?PD!>!j(
zdj9?*ckQl+ITMdGxlWU6W(cl5dFQBS|Fm6&mp-ZL_t!-2J9u_=_S~kWrN?{Q|FO^2
zc;}@eXpkV~l6pzkv`eSbX1(6+ZF+vm=9-fq@lW%b>UC@#4};INrP;f-Tvzw{Th?qO
zJKHN%qw|jLrz@6aY<gju$JOTTJ8lpu_bPy`URq5^|7*!hE1&h}w!WNYbn+j^+3-pW
z{SBY@>Ug$jN{TIc$Fxi<W$L^ICBdGPmfX>w(N>bU>%vm*33{JPVrRZ$58(M=#geqk
zea*M&t#9-{Hs%S*lrwwlDV&~EVV_vFq4`aXYHE^Oersm+7qJ;f1ZpL=1)P835IohI
zZ}s7(fU^gi7W4g|XxZ)@CfhehB}io<^Jx{)b$nc`Gj-1XUg1++Yj;n#%y;G!se&oX
zm1<(<%r1Viz(7W9>3SW3WtB45T10}^DF-tM>qNa%_i3B`eR{H*$g+!amgWaoEMA(#
zw!Ylrrr(o2N%W4*P5CF8R>{*t%_|JPB%V>)t$p?IhvIp0o7=s<Bswgsx%w)q?$L%S
ziGU+Xoo#O{pUNG)Vzd8X%l1in0a5#oT`Enr>i)p3J?q7{r?(2G%v{m=Jb9X1tbTW8
z_an2=pRK1Zi@ucT&Sd0TeB^jjgc+L;GwWo&Q>;Gb7nXPn7dIPyoceRl8q<&+m-JY?
zzc~3-A5%{f{P5?)o`*mCMN8_nLjNs(yCve$^*v!0=b0w`Hk|7@&F<FIYL>}M<7d3v
zmVIi8&Euag7T235&FDCg817Xt<y2+lmdP)e<c@`D>{yec^v6m=SVg7cU*Nrl%negs
zvM=(Pcl*uN)%Ew+_&nHi!6uf`Ht4{^&8PGJJ>K(&yF=8<ROyW4sy^ifUel!FW%E5u
z8$7KKyihz+FLS-?yZ20;?N__vw;%dC<E0_L_%sQb31W{{f1dVOYwx?g8r_!KXSl_-
zvK@W$)jsa{q|;BH&AXV*=EJ<w$F^+S_F#j?*b7UvFTbc?A3H%aKz>&IhQm`U6Ysrz
z{PJtq@rxTDa4wm!;P?Kd7Ph8;M?c5TP~o`BtZUByll!|)npJz|kM60Sp#klgRuhGv
z3e;QZZT0@5yt6P)OjoDdKj^pV-xIe3WTsgi^U?iixi`%)L2AjWkMdQgo+v;0VG({^
z;o$Z4KIV7QCxvQ7K6?4{T=u@GwbNED@VUkj&#Imtr{cK%irb8+g<1!e*s#w?S>$u%
zedC5l_YQ6`|KdKC-&{+0TFd+?Ejn#KS_?nEG5mi*J5G-~(Dle3ivqKiXIFPSI?rSa
zoH^s|yh;W&Mz!e^E(r_WzP;Fffmv@{cfp#CqJfL!E^qvkZMS)m$?PIorR)!H&rS7I
zGss+cyk`IG<t5Knq_Ft!t!5WClal|Zyu0r5wihjvKG?I}_ftAm!q&Z3J5})-<FX#{
z`4fDyKF{KqywHbvxzBBx56U~foIJYpz{TR7F?(4YJp|p?7w$FFzYugswd(I@eF4d>
zDeYg4D+(Vo@W@V3;d;Kvv;6a_$4VNPof6j_`&@W-?=)wQ=l1uVXMFp|<nxxJU$t?1
z`?dW)T15pnL{8T~wW#mZ63qv^&W4&{)^W)Tat@sRY{oN#&3mSV|IMrEbIwop`Kr#5
zA7p;ihv9OfTEx*^?Dk>7tlsU9{~fP6#A0{HX~%~->^qxI{7!!GM)F6ACCAyHEETpj
zY66dh_bG%`+_j(KFeC5f84>&W>vmRpwZwDGTJ^<=FV=d3(uZtuCh^pdk`Gq0B=2O_
z&^fU^tv>FlF{{q(%5KKX4Ld7e+)mxiX5hGBiqJ2imLt8VR1Rr6U;ZL>tsq)?!xn*U
z8lLn1NwA6M?LBeXCcobA^OwcV$4z)A3bCH#u4vD^*L%B`=lc8LGgsaSFOx3l`py#;
z7rrcN>avryW((N(jQT(Km|xNDc8?S7ueiHthw_pGP5~x049~tK`k5q1>C9+)s%`Ky
zNSre=K#gtc%F?&(XDnro|JqyETJ)m)ul1D03(91Qi$fZV&O|<wnR572p~wnL?o8&y
ziO&-@Iv1H={mmk*6<n`>yZha?kEhLK_Qx?g@}0OiWuwP~hOd>uZ>O?8Ss=5MPvo*p
zTCf$Lj<nJL_AG^WEuOos^33?xVl;QNvDvh}YkX!XROE%IS(u9~y;pkm)rLFXSMDdp
z#!otF{AkKOt-pmK8<wp2&b92>1i#6CfqVQXF{QjRKFzze((C(=hZR%r{aK`QWuN_z
z@N1{t!v3vPJ5+us<@(zjdHM(TEYP3S&*oFlars57QEzXrVCt=R{x6RCtZmfVF?)(8
zpJA}R!6i>Fo7!I`X<TdgSIk~@Y`^(#ZZ+QbeH?d0iygHVOB(!LXw+Mz;F7{r!mun?
zDfE|#8i!1Aw-K+9&)J0*mzG#prF0!X9PKzcQ>@_C$CA|`2_t3=MIUA5rI)fdcq};`
ze5&E)`7I3(cI>;gCnRh4`YL{}!2KJoKb#VApWzYWqO;-ao8$8JHECS4Y$TQZ8}rU=
zS;S}Jv%sfi?nM5jm)iN|?>Q^(xtQoBZSYrf2FpR#{6CK$#VutyBv$wAf!5c<{QQnH
zmno!h9dT?}Rx)i{ll{Eg#ut_sXG+Nxq-HJU@KNwqovU`>rRl<x4KMu<sx-(X-d-5u
zRj~Kx{`?ZxL(eL2Ycjl1)CevvQhWA!rq8km!tpt3Z)z?*e&K#)xxBA`S=z2kBJv*!
zKbx=})U4H5Xf(BCMx9T>t&I4%oAN8e#1740c`0$}m0U@&L-&rg?z5INy;O5bUh%Gb
z=*`$wAzF>n?>nyio#?eSs!KNf*wOd0YT}o+@NN`h@m{>%ty8a1lV@JgoiEJ+%XWIG
zd`fOP!{KB*MNda!w&Ej`7pImmn!S&&ulO4`{{gGb-hUtFJr2`9xFzBGov93=vf{7r
z8tOI7y?mldcDiYU$7KOE-^EIe(>m@;Ms4<d$6D>(^m)RZ?g_3}(l_|bycYen`EcQ<
z1ErkLh5q;is;TRq<m-I&ok4ize#WAfeQo?IjKOkEMv6XyJ2>{gFMe0ICy7&DaJl39
zv(5EZ=4X3L*80RvU|4rbb%xgCqT43*VTUg2S}nP5uwn7vNgE^HmcB~we&X*pW5dq(
zVManfEZHNA-kEm${FSmO^J#hgZf!xV)xDxyum7#pwZ2!p#OHI-;|B(NM7OQzD%GCz
zK0;R5ue<a#-*0^<IiEAN@&*%c1tjirpL}7poa;2X7Nfu49)=&#ywrY4be7lEiD#}n
zxc<zO=jZzPRTBEid#{A1N?qr3nCbO+*0LX~8$y^9vg~KScexhLezkDFrtoT;Pi<Ou
z@v0wmzTJ%H+;M%6lt%Dd17W_@nwbo&k%wf1kD0$$HCTIk)&5x@L!YIVE2VJ-Og!VK
zBFMe&>6EBr+taqICHcSk`kR09I$u4fOD6wjz7u>ZRCV|j?+&A>b-#J1XnuOUR%~UT
zkN@=f#~y3*JIst(cjb-N!4B`ev9AB0%rZ)3FnPaJE?g<QY=W%E?^MO)C~14<^0V<$
z>r=yyJnuhOH#gt$Ov#3{;_yB1vQ#H=)UR86^VZacXXj+(`%e4*Ph4;{aQCStax!cV
zcM<}vBeY$v+3)7h4N-j%e<E{h#ET2dBCfn=R9ooXfA9aI?GG;1?rC4(vtQA->PX4m
z4!7P5%3r>GxfqhT;keXwH$k<BnR^d#91t=O&gZ&ga;PM7rq;t-hq_*@Z<FQop4(!(
zb!*e&8JaUTXm9*`a+mm$Q}Lb3K5soLUI*UYD^~jCl@iAdN7adjXQS3E^9k9=Cft}7
zKGWmO7w=~~rktFS;Qm?n`>b9g);sNzlQZLV)r@vN`_2%2eunuH{>x>rlwNL|x2<`Z
z&wJ(f_y1Q+pX#>Eec8*GD@=ZzI#RfK*0)TtsV`S9i|p_yT)%EdrGi47{jSPMR?Cn3
z=$?)5Z8DOba%_J3o)ta{jts%Cr~3$O$vE3)%E2J~qo(WDoXr~VS_?zVCTs0kXQb%U
z%AsSnQqN~U8=siNA*;E|LQY4#GxT|{XV|PCzkTzra~F<wth4WEUgyJbx!1yW|A#ML
z0u%k)w>Gw|-0FLRv2Dw8mzfEP(^O)^mL1+9Vzni>CMQXWtKh)Pk2Pm41#718>$Wui
z*|A%w*y&72bb;EziOmriu3WWS4o*Au*>ruxX$$o?#|_gBgnKP(Idg3MT?1yWdK{%Y
zdH#W`SJuDQ{m!(bGT6&Nc%H_NWZ`8qo>m7eyZG++{k<C%J}jR1!(a-h^0M7iHH9>%
zx+xU=`st_<oRyZ=HuG6aX3T*lS5#AjR(8%Qu@bbn&1GlUs=1~p_^!W?|Fh3RQ)`6o
zMhUJxc*AAEy?GTv+P6ZV-rN<my^WJA@58Gji!{^T`>-VMEc@u$)5CdZCd1Z6+lnSx
z$AlXQ3Z?w7`B!o%?!AidM$sGjIj%d;8^qSm^YNdVw%(Q}`M}hdhx7OE{r@%S>W`_v
zJ_d=#*vQ>$UhlIq?(wyfF3<94@xsN^r+DTj&0xtdikiru#VszKCHw4Gt=gL{jh#uS
z<0acgf4#hZDPQL0?Rodpm8^qbuVstWpLo^6A<y~0(v8BsS5H^opW4Zq{BQ3r+iE+X
zi?8;F8*co*Vy0o{hQz8r(uJRQJ^Av_Zgr2#1L2M!QA?#TnVcC8Gu^&c?RmL!+0vUa
zbKTPYJz@iw=^GkG&J2I|-}2-4cK3I78WYZLy1C{3rH;ydxne=b<=Tu&1Eya%|N8Sc
zANy%q%E~tOPUVhO7N=BvxKk1YOmbZK<kxFl7MFaQv8tJ0cvoeEch^ZKi~l>V7*xAg
z{(5mD`OJZEhnkB2ub1x74AOITtC%(KnmUt+o&|f{OoloC934JfQ{LA0^R>asu3roZ
zRqpdjk5$&OCnjAEkMLSxWGMHHQ6qTrFWw}zkmd2`3xDx?GKC(xsFNX}KF7^rK3nX}
zFSpqGUQEoEN@HsAU3qao>*QYw2~5*A+5g$VduPMV#o7kBi{Bq-ll&Vvhk2dP()(Wf
zYb)v(`n>n<uat9iS|FejJ3FC@;S|e@2i(l+6EtJkrs-{MFi6<-)^N@o_1eissTa;#
zS2<g;^Zhc;eJ(fMVYc0$Rhz&3WA3wDeVao|*uQ^5=QB3DG^O0nK?c1-GfuUv5t)>#
zaarD8L8{=>gk5akH0JurPwbRn?u@*4cwxm(w!K+@K0ZDkVf|0ebY)fJrJW01E?&N|
z;DzIz^s3Ll&Soq5G+cgteZA+bg+AqnRF0L$zu8w|D9p=qH^uwIEUkSN?B5<8P1t^R
zam9j{|7(5(RK=(Y3hg^_<tWE}58*xRwrNVt4i6sir`|pLxIx=#^2N*F{APq~-2Q04
z`R)JPH#yB?y|v}a)yB5Wb17VG^KI&rx>S^=y0EARFEWqa=9oYGcu8c{+Um;GkY(2`
zcv=h>oVsgZtFfC~?XO>*ci!CR2ly7Me9Tfj^~&L}N^<%#L0PrC1(hw2dlv5Fnek7>
zhyT>OH4QVWtc@S*v~~GC=P_Kq`GwEBJ+<H8r5<iL2^vP_PH39?W5$nZSI)LPRyti8
zn%NP4Zl2p?w;lhMi-y*JNlgN&dnw=Y^8Cyo9qu<LzfQh+_SU~|=d&XohtKvg$$wR?
z*qZl?_4#a*RPD_=QlK%7;u$IX4NAo3O{#WgI~l|rUFm(v<=Qprc#ipu7i0rEwlE!c
zXX^OH74hy_`0Kkmn_O<qdE7HA_LJ9LUysv8TV<oKNd21Ox@w=iq}gPrWa&l!M1QT?
z=h*Y=?U{LH2Xy0k%0L4(CH{$40uO9NXD|Btb`k5jSa*f{oZ=y?_s*!blss=P_3-45
zOP#mU#X6VBocEdM@xxG0O#ShuRY4DJYI3ZY?gc-8V)05qbY9Du51M)_`*!@=T${Ej
zKwQ??c=E?(Qlc}K)+qlmyT_uj!l9(7dDhG=o{DMCi{|NxC0x&6{z)kB&XE?;AFi&A
zlADUs{xBwqd<T!Y_}|^*=M=H2(`#bljM~{6?Jd2`(|5++D^LF(d?>EE-P5?x{`fks
zG>hKb)|qWLGyJ(<?v=ff5Shc&{Vy}@<Hq#O6E-NWS}v#dHi_FH{o53l+46$-3fH`C
zxcMZ;`RnCH+PmWq_=?XyP&n;o&CXLxBK0*U|L3T0s5jM}@p;3?e_U!aav#0y^S)u<
zCVyb&QO+9$9^k?F<px(*%KAy<O+PDTQPcG#eVQ|qw_)|WHydIS`&)T+Gwhz7iPGRU
z3|YS5r{(9H9Jj3!+DzrO&He7rxchYD<lN2DM~)^>lV-mxo$h`(@5Z`mXU{YFOqd?M
zZlmt^XKfMr@-t1h8}L-$&S+@Qyf&$4yX_{PQ!JLZ&cq#GboJO9<u%L9Y}dGP7P{sc
zJ3n|fbE{M}kGH@nQ=S<-Gv2BDY~atD-OF`Y=)}ZuTi=<&`h96Lc+0P;seS8?R6EP)
zb6Th-Z$+-UvGR<SpC(KZaj5#XxA(H_x0m&O%T7r<GNv5XS-s)XsUx;)!mUrtWAJHD
z>#4ZYq<gaALtyG=o{KX)IIDYi$t(D!IKH0doUGotu_US^c=d0&fR*=Kj~aU<%-FFi
zph;3&L7_vtNJj-cW*0tVMbnzrmg!FwdHqX5zbtK;Z0>W5?SqDBi_g|4fA4G(pUUZy
zdN|%}e&3AfyhQ!{jSmzAQp?Uyb_?@6al=iPf3xIt#qH0|iKRudel|M&@6)q=zD$xV
ztU66uvK)t3_?&(lx$VLh4aG9$6Su6Uos-`7mAkrW;+;k9TT67rLYJ|GEK9XK(&XUe
zb+_O%IDjs(d`{BZ`hM-k;M)=QYh`!b*mFGfn%XAmw_G}#f`eHL-hL=%7KoZN(`^35
zw2gaD`S?2i^RLs}Em*X1)BlY6EUpmdgl63pSN{2&y5qSaPAcKiw6%w>gxpzl?Yz(#
z0gi_ur{;u5v)|n7&(4$cjF+=IEUjEEuW|itHpl2WjVwR(?zDJq{HU>gjq2u~5;f_2
zAgO$+=aywNRcABt-LdPd3SXYqzUSJP4JmiGcb-(7IxF>?|BCJEy07cxjI3vhPj+6u
zSwZ_sa0H|DoOf@k{?4x6^d`RbuStj&<2$)(r?p1i^KU;~T9f1db-(q-BA&xDKl7fP
zn3l8QyefCy)p|dvNuowoE3YcD)*Vl}H$QE;823e!&F*zK1nQQ5&G`T0ZD&l(r$_xg
z+V^FaElVwUdpbetLDP<ZI`7sC8-LAvIH78jnq<a{PZdt9mN`T%j{b7juxHCVHj8@#
zY9~~lFJIJf@zREU;hu+P2bB6&C12a3a80&j*0mMcdw=^Ry?^~NOmyBgBeN?R9ebmL
z?^Z`|;<0DAX0|nY{``-niCKKBY88FX9^9JGd^y}q>+F)t&f)Xy){7{X{(n;cWUWNr
zyob;JI&ZCvzbPeRckXXg!s89Mbr&&C2F({ucTF_k>Ln`rvA)a?Gy=@a<@5gsmeJ>u
z^cTgd-!fx<71#dVx~ju|&1wN@&@ePV!!o~vdE39-S9m+2TI8(d>7&06tv&GI@G{+c
z1HGS_2j}I3O||hUx}?f+<^!v5Z_2gq+6h5vMgqMdhrc>+@3FnN(R}Hx*uCi!w<{^X
zxh(}Um6<vC?;>rT%1J_I&Ii76dS27spP0LZk@;KiRW$}R-|XdQD!wIFv#p;d(q{Um
zVD<L03t!TBZb%%ePnn#(X6^SW>Yr4D;&-#<=w9p;Tk$gWV#CRX%!GtRYRfPER$r9T
zYWcO~aY@>#*YVp;pQKz{)_TluPPNe2`Au))eV0efj_}DZN=x5UCw0#`jBm!%N2l*k
zk2?Bgo$sghMun2!gu-8k+&ap4^_be_?#j+tttnYAQ>#{Pm@Ic~KfAEF?xrW=ZM-vh
zX0Wj>yViK%+?4No^U}&o|L@r2UYKkqu+&X9?QM(X9;=+p=l&bJ-6QimZq}Zj*}UfL
ze530T>t7_A#if@&_DeI`TOW3BeoTq+Z{up-sh=FOf^N(e{dUX!cmB-O{oQvT9*bKN
z@nc?jzGQUU%sE?3Z*~4%R>hx~RrYU<DZ9)v`}<eUHh5lT51BZ*>22@N&GT=5p3$xR
z=7V&xaMCiJ!v@vMC)6p-dBb7W(fEl$_5y3wBe5Knv@UJVgmpR7y503zH-C!XZm`5e
z`iA1&YpZ&58~h_u{BF&x-M>M{$?t~nnZGM-XB^&dcx2uk_ZeI6pIp3V+5a0chZ^iH
z3yO<B-+i`w^|s%6<=@}Fd-v|iyC>WgzWXXZCSBK)G*I-Zel#sXT5v;rcHoRV_Emvx
z9&SwL>oY~aIn4ZX^M}rf3H?i1HnSLXa(?D}y>_FzSU1;>hRtlZ^KPxkO}tn=C#h{#
z*4?>x8GhuvRo>R-!}qgQ*zll&kLH`m-Pi94e#;Fiy1x2e@Qh{uC#aoZxVeO}{iT$9
ze))aBLoOUuhBs%cslQ#sD12y(PLmPq&1q^^|E6}7N*rw4TKT5y*?hUG<ZE|s3ZGD5
z-|SVn-}PaEKu%U9TRQ(K{sX6y-$#1RJ^WCy?NgM;jSL1KGv0(nLTTS`u)PttIcgTD
zHoNm{)}_patVPQLTA$gry_|IM`DIn<l2oRedyiPyI2P`mVe_25Vpd~jmk%qm+SHPA
z(b_|8^F5b~f4<^T_V~b2tqtk(vx|+--kNmtFUt|1)Mv6sd|VqNT}!o^Kd>C%5Vd=5
zlIzA3OU%FjS^d()c<ZjpBa_~3I}?|CrYtJ$wq#mydGmoI6?ZR7vnwQZUkN_3o4w+u
z)OX=!_D`QAF3Y!#+xzMKp)X<E^*m0T@3A|};1Fya{QTRZg6s7`Ke^ir_wh<D`B)!l
z5Wm<gUu${9@-UVEm&+~I-3{4iY~0iIaK@dQ?K8yv=gwAt*z}}+x3ugp9k=@Uo@28g
z8HeRXJYI4>=%Y(!*R}iQ{!$mW?|%ID!~4lB0<YhHd|a_lxVPSJ?$6qbPQId7G7fnA
z-h5D9_V|=x&CC^I%RhY&n|ZGBqV2xZmsx%9f2s1hDf`Xo^ZZs$OQ$JmYUvXck9f@g
z709&PdFHdehZg%j7+CSOAMQKLoRX#Vc+Wml(W~M2jc2?Px)+`GV6FTfZk5S#>$P55
z+?I|Bjn{tJyyldWMf2$ii{>}aT2xm3vh2O_SGPLR)Qyd?nV#FDidK6mm9I%zdwun`
zpQhSN_ir+a-B8l}we#{<cd3_YJ3pVg`SR(m&mxnZuf96o@TdQfNwaW43F9Tv>dy7k
z%@16$KDP5&Vas~EPxscucpVq)6??YsaL}qxGerZZu2r44zHZKR{ZPYIkBawIS?Jxf
zp0V$S!Xcyk`)6HP&l!BIRNcEHSifx7r~hk$*MD6;A^lDHg)4P#^Y*%b=H6+2o?Ywb
zjDOD)oz~|SJ-f54%4P2rO|JblmZG(lylNZW<WBHyKHTutw3ge4Ym?LEt3R{#x=fvv
zeU_hpu{C4Tz6Q^YzvM(0WYpA@3M4dnAGYmZynmL_&b-!_W~r~Pc>P&;GGwX!t<=Ba
z3wK@LIMd_rpV?D7InIYSsWo`2{dWvJf9Zng?&o41Mqhs|Kk)os+NODd@A?j}dtJTV
z^rU%nCj0W4bL%Fg#hu$za!7>N{bJlBk-ADzwU?IhhM^y8B__;g^x0cz|7up5UBaFh
zY}b62aqUlg`B!A)_r*>e!KeSv;@iGLy)i6*?vFYDUbHT<ToHEM{_Cc4_D$1wuPxlC
zJ>!aF`^zR(J=Kz*f<dV>E}W9Nv?P0S$=S?0zx9<<FC<s(TX|~k{MzWm4?kACaQRW3
zu9WsZE@7#_|H2r%Zk;Dm$A$OlraPWbdKqz8xa<$>45@7^3ba^PaL$iC#+cu?z2@AU
znpX`yKP_LoSX}S(vrvB{5aPo!C7<Q;o7*>+TU%TC`ps!rwBfR3og^Q#-!Eyk1uwOH
zP8nDI(P5etw3zvn@xQ>jB<-HFv!411^7&rZl<dntcrQzK%C)cumorPUwf88kuG%?M
zVA-<WF2~>OoK|78QS|nygI25wTozm`YV}5LG7J}I^;jl4Ys_kh`O-R@&F4Fxno5TC
z&F0S4l{RwokAFY){Gr~Fmr*OXGpc!acU^ex%h|;G<wwz`+0X5NJvdy+!eVgqHShkv
z#VcC)BjZkJDxNT^<MBIh<-(#emA}4ivaayLuV<Z9&q!Ese{#rPaq4qpS<ADR?w^YP
znW?|hKET3u>B{Ef&R4c}`KKiH7Fmg|Ke#07@ce}$&tCs4;5!i2F#qg&?X0``PTSv2
zbQM>d#kXa_nXZC=r$Z))w8n~kEpndm!Q$uP%A2wmuV4Ku=;64Ld4^Gd68B@?t#j8*
zn!4OnCvDSQ#>;=3JH0DyH2oU(r^dXIR4ZNTxkpg#=3j}u!WQj^KJ@opwQk^=|Iv1t
z@%*o+%R20Np6H5s{$^dIJ;m??f1|#r-jUb7cdE|5e0)8+u0eb9k;~3S;V*lPnQmCl
z`<NZab#7CGN8@&hhBKdc=0AP5cAb*n<`=JR_cmm?J<n?QxH?5R=h({~QC*YPDEQ1z
z<qYY1E?(yKCDE^i`v8-Sl<j(f`7_k-ZCG<MOP1@M!80AlmyUD37{(l#!O67bc+D}%
z*42S(Q7xNR2JaL4Z#cPg8{evkMFnpI9iCNgO046{Sd}IxZE)9m#*5793pO9#`OD$c
zM9JruHvd_22Rxf|^()7^-EXD-7VatKN#FDR%g>*#!Ve!Ya-E&KG4rj0z>=Nv&Cjpb
zxvgKl+_7ryg-`Bj21zr%uS(gRUZNCU&fL5<{>N6EB(a7Wt6ai`O4QcZXwMK(xuAAs
z`DwGok6TOxm&`E_={?O699RDH+Ma@Q;m0R7I>=s<Ppo=wsli>b<7mN+nb!Xp>=c^>
zj~7i2wN0}+He=;ID}&zc3Q?ybJkD%cbS?GHM4k-0Pmgrs*B`vMkmskv^O=m7_pUno
zT2q*FV$ceo+b$E&_3rkbx$40Z-Ja7)9dV}*zI3ebInAzWVc)RYw04Ja$t$g?@z?hX
zm^sW4dDtm)FjVU9VXK)3ciss2D__TTVy@Jju(#L$B&r22d^joY@%0>`dESdw?Qq=n
zVD-MpT)Cnx#b-N=EX(J#C~aBvd6&__Kq2$~D{-It_Xx#s9&_yc*`nDvFUz@Ill>{n
z^{H70&NiE`ZZu(cdhvR$&<qs^ot|5+k@b4BUbtKNn7OJNPOkW-eSqcq)K->VHILWU
zhuSmE5mQdv)qd(q`kdp_ePUN#Q1<Q43t47bE#%LWz@DU7*tGoZf7=6A?}C>sy4XGQ
z*v24l#`{k<1U<bTdX`tc$!DR_K}(6t^Zgn`1xiKD7t4L-cATs!v3Wa#TE4j2)GFR{
z=ej<<O<<aJ;!3*5#LrEO7H#Huw&aQR)XoDTveOR;o}O{Qql!H=+A+UB{=D-<7e=)P
z^_C9Pl2j{()L%WOFP6-Z`#Qz5eP!dKFFzL?2~X&Ej9<r^n(_a2YvO?~zEe9HUtfLN
z_>%Kb<y(td?=w%9p75O{aIJr`WrewwkN7E<rdF#TnH%p!2Jla5SYH-CQ|{@<lgrN5
zr7kj#TYL3V$ReMp@R<f451!AyFQAq*J>u54m<ufuqMdgcE~lmj?LNhFPeO)G^Yb?8
zDce-D7TkWYXkqd7qUPD`s%|B+T>;Lit5yf-%)ArHJC!rrd%c$M-g`~4Sy`{+1KL(G
zUf$c3xh-5jFEeVE(|jq;R=3Z>m&@0`T)x`i>cdkzr?H=BJ)~-3d+l@G6EADGRH5v>
zGdz!RaeRsU^WtA(if)t9$IoFL+pdW|m^lA@@X3O1r_`(oXBE_Dgj?Ak-y@~Nx<+t@
z=UV1{QhZI`nsw1LO5)GIyppM<exlv3)M<&#b`9ZO#Y#KRx14IZlTvhQWB#6tYo+Yx
zY!{zobHqNPc;}_Y7pES%Ewrk;yZgLI#zfhz4s+#9zwYMhTI%}FSTHrqeSv}KDamz<
zcZsJkFZ;dR=LFxnr&S6MZ!>YeES~Wq+u-WTbO8pPCk%>p|9BRx2s31`PzV$`aCEX&
z;!{gE&I)C&b3!MYLTlsfx6M6}8gV7q*!9ktcgL=Zt+~;>rL~aL{<G-3e-eJ56cW#8
z{xbO1yXu(k>f5V#on2Svnq@ZCORRie+@)2V1%KBa_vw=6&snRGnET_Qjhwv5(c*dQ
z4i!$gWpn0|?Y|1y***`F7;0l}1-p3qei<ZZvl}k$sy@78Rh32j8mBv<4H?~il^c`z
z!`40BsPwnspZ@e##>?ixYW_EmKCCTYC~aJ6^Wa&jf@8RvUZ~rQbL(=vZLQZ#(R!S;
zDQf0)|H(^VC9?goEZ-W$q?NEQOu=BP*3ws273rHygVx?~Uh0+Osx{3^(mF>xdg9-M
zLjOvgx3w~yGq#+`6{aX1)^uI#YQ({iRTj-xPgVT3eDgK>Zu+JrmsY>L@+!+}u3ury
z%sZR))N78;y%N0Sb@?3I+TEYOy}W!?`j_!Te*MI=$}-8N|16kTnf<ak_-uvWn#l+C
z`KsFJRBv9`B|J6Dl(~twJ$~)6IZM5ct$Uy3`epX2sSbicVOPp{x9K}rP8G7WDZ8M5
z$1`<bfmBoM-`-6I3BTM<x%e|%yUdhe>^ZRIZm8NMg`EC7PoAwb;*)j$m+)IGFrVM&
z*yMvdujERqc(2Xd&$RR2q3177R3tCcH2>ln8aAt_oO!8V)X5jGJNcWnHws=<-}&43
z()OayI+|^a9YGa)G|n=q7ih*`vfa4r6hr#z%mdsRxBZp}U3|T@^2v&&c{39{Gj3=}
z^)1wk|C8XEY4+6LDl#be;&qQMoyUcaexCj7mn_pcRrT@Y*IidGbnm>X8`vo#u6cZa
zpctFaeV>^%nz1wA1n!>uQfqQRLkrWAHM?5O&9yFnk1e>Kkn~I0E#V|<ifUQcxzIl5
zbry+If!fng$5>{SM4Kn<ik$i4<)_u_j25m{^4XU=ef2%x8AY7)CQ2tQJJ_@`P+;A*
z53KR}4>i>mI<V{w6iw_h2CaN`o|zG3dhX@q3*9qMxL0uQ{q57d)~9u~#!iDGFR|JM
zXHs~04s>W2U)Ia}wKVNO%7Kz@quAY<uRktr@t$k&f_;I{Upu)<X4{nkmo~q8bvKuJ
zn#GkBn#^j<%dDq#zBbO8yFK=u|HAqz2E)mH6ECE89yqKzsdH}bnyv?5EV#CCg`ER+
z{qL^xQC<?by5Gn1(!Q<JzPw~RoqG4I^oNU`B@KE@I0dxSgEZ5#W?hzao^`5Y>Ovnj
zpK^`M{<rr|d$e9CHFoAH@wLa@OU&~xOyz7ixZ*_X*RmZae3M06tX+jRY?8_TVeugA
zg0_MVb51<Z<>@z~jW%7qZ9loVXv5pw@|;B{%a{1vd-eHbY($meO=<QuvvY17Hh6XV
kywc(eJjQR-e*b4wn<+6{n(KES0|Nttr>mdKI;Vst0O;@W>Hq)$

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/admin/js/customizer-controls.min.js b/wp-content/plugins/buddypress/bp-core/admin/js/customizer-controls.min.js
index 010900818..e1266bded 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/js/customizer-controls.min.js
+++ b/wp-content/plugins/buddypress/bp-core/admin/js/customizer-controls.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){a(window).on("load",function(){a(".customize-control-range input").on("input",function(){var b=a(this);b.siblings("output").text(b.val())})})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/admin/js/customizer-receiver-emails.min.js b/wp-content/plugins/buddypress/bp-core/admin/js/customizer-receiver-emails.min.js
index f553d005d..f1023ac3c 100644
--- a/wp-content/plugins/buddypress/bp-core/admin/js/customizer-receiver-emails.min.js
+++ b/wp-content/plugins/buddypress/bp-core/admin/js/customizer-receiver-emails.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){wp.customize("bp_email_options[email_bg]",function(b){b.bind(function(b){b.length&&(a(".email_bg").attr("bgcolor",b),a("hr").attr("color",b))})}),wp.customize("bp_email_options[header_bg]",function(b){b.bind(function(b){b.length&&a(".header_bg").attr("bgcolor",b)})}),wp.customize("bp_email_options[header_text_size]",function(b){b.bind(function(b){b.length&&a(".header_text_size").css("font-size",b+"px")})}),wp.customize("bp_email_options[header_text_color]",function(b){b.bind(function(b){b.length&&a(".header_text_color").css("color",b)})}),wp.customize("bp_email_options[highlight_color]",function(b){b.bind(function(b){b.length&&(a(".header_bg").css("border-top-color",b),a("a").css("color",b),a("hr").attr("color",b))})}),wp.customize("bp_email_options[body_bg]",function(b){b.bind(function(b){b.length&&a(".body_bg").attr("bgcolor",b)})}),wp.customize("bp_email_options[body_text_size]",function(b){b.bind(function(b){b.length&&(a(".body_text_size").css("font-size",b+"px").css("line-height",Math.floor(1.618*b)+"px"),a(".welcome").css("font-size",Math.floor(1.35*b)+"px"))})}),wp.customize("bp_email_options[body_text_color]",function(b){b.bind(function(b){b.length&&a(".body_text_color").css("color",b)})}),wp.customize("bp_email_options[footer_bg]",function(b){b.bind(function(b){b.length&&a(".footer_bg").attr("bgcolor",b)})}),wp.customize("bp_email_options[footer_text_size]",function(b){b.bind(function(b){b.length&&a(".footer_text_size").css("font-size",b+"px").css("line-height",Math.floor(1.618*b)+"px")})}),wp.customize("bp_email_options[footer_text_color]",function(b){b.bind(function(b){b.length&&a(".footer_text_color").css("color",b)})}),wp.customize("bp_email_options[footer_text]",function(b){b.bind(function(b){a(".footer_text").text(b)})})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-actions.php b/wp-content/plugins/buddypress/bp-core/bp-core-actions.php
index 2f4506a04..b4478a126 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-actions.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-actions.php
@@ -32,6 +32,7 @@ defined( 'ABSPATH' ) || exit;
   */
 add_action( 'plugins_loaded',          'bp_loaded',                 10    );
 add_action( 'init',                    'bp_init',                   10    );
+add_action( 'rest_api_init',           'bp_rest_api_init',          20    ); // After WP core.
 add_action( 'customize_register',      'bp_customize_register',     20    ); // After WP core.
 add_action( 'parse_query',             'bp_parse_query',            2     ); // Early for overrides.
 add_action( 'wp',                      'bp_ready',                  10    );
@@ -39,6 +40,7 @@ add_action( 'set_current_user',        'bp_setup_current_user',     10    );
 add_action( 'setup_theme',             'bp_setup_theme',            10    );
 add_action( 'after_setup_theme',       'bp_after_setup_theme',      100   ); // After WP themes.
 add_action( 'wp_enqueue_scripts',      'bp_enqueue_scripts',        10    );
+add_action( 'enqueue_embed_scripts',   'bp_enqueue_embed_scripts',  10    );
 add_action( 'admin_bar_menu',          'bp_setup_admin_bar',        20    ); // After WP core.
 add_action( 'template_redirect',       'bp_template_redirect',      10    );
 add_action( 'widgets_init',            'bp_widgets_init',           10    );
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-admin.php b/wp-content/plugins/buddypress/bp-core/bp-core-admin.php
index 1dcd44210..71a8e5db9 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-admin.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-admin.php
@@ -10,14 +10,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-admin.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-admin.php';
+}
 
 /**
  * Setup BuddyPress Admin.
  *
  * @since 1.6.0
  *
- * @uses BP_Admin
  */
 function bp_admin() {
 	buddypress()->admin = new BP_Admin();
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php b/wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php
index fa77395ee..a71b4695b 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php
@@ -55,17 +55,6 @@ add_action( 'admin_bar_menu', 'bp_admin_bar_my_account_root', 100 );
  * @since 1.2.0
  *
  * @global string $wp_version
- * @uses bp_get_option()
- * @uses is_user_logged_in()
- * @uses bp_use_wp_admin_bar()
- * @uses show_admin_bar()
- * @uses add_action() To hook 'bp_adminbar_logo' to 'bp_adminbar_logo'.
- * @uses add_action() To hook 'bp_adminbar_login_menu' to 'bp_adminbar_menus'.
- * @uses add_action() To hook 'bp_adminbar_account_menu' to 'bp_adminbar_menus'.
- * @uses add_action() To hook 'bp_adminbar_thisblog_menu' to 'bp_adminbar_menus'.
- * @uses add_action() To hook 'bp_adminbar_random_menu' to 'bp_adminbar_menus'.
- * @uses add_action() To hook 'bp_core_admin_bar' to 'wp_footer'.
- * @uses add_action() To hook 'bp_core_admin_bar' to 'admin_footer'.
  */
 function bp_core_load_admin_bar() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php b/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php
index bde083ae6..4f247990b 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php
@@ -1033,7 +1033,7 @@ function bp_attachments_cover_image_is_edit() {
 	$retval = false;
 
 	$current_component = bp_current_component();
-	if ( 'profile' === $current_component ) {
+	if ( bp_is_active( 'xprofile' ) && bp_is_current_component( 'xprofile' ) ) {
 		$current_component = 'xprofile';
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php b/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
index 64a9e4333..8022c765f 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
@@ -175,7 +175,7 @@ add_action( 'bp_setup_globals', 'bp_core_set_avatar_globals' );
  *                                   local avatar. In some cases, this may be undesirable, in which
  *                                   case 'no_grav' should be set to true. To disable Gravatar
  *                                   fallbacks globally, see the 'bp_core_fetch_avatar_no_grav' filter.
- *                                   Default: false.
+ *                                   Default: true for groups, otherwise false.
  *     @type bool       $html        Whether to return an <img> HTML element, vs a raw URL
  *                                   to an avatar. If false, <img>-specific arguments (like 'css_id')
  *                                   will be ignored. Default: true.
@@ -211,7 +211,7 @@ function bp_core_fetch_avatar( $args = '' ) {
 		'css_id'        => false,
 		'alt'           => '',
 		'email'         => false,
-		'no_grav'       => false,
+		'no_grav'       => null,
 		'html'          => true,
 		'title'         => '',
 		'extra_attr'    => '',
@@ -564,6 +564,11 @@ function bp_core_fetch_avatar( $args = '' ) {
 		}
 	}
 
+	// By default, Gravatar is not pinged for groups.
+	if ( null === $params['no_grav'] ) {
+		$params['no_grav'] = 'group' === $params['object'];
+	}
+
 	/**
 	 * Filters whether or not to skip Gravatar check.
 	 *
@@ -636,6 +641,17 @@ function bp_core_fetch_avatar( $args = '' ) {
 		if ( ! empty( $params['rating'] ) ) {
 			$url_args['r'] = strtolower( $params['rating'] );
 		}
+
+		/**
+		 * Filters the Gravatar "d" parameter.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param string $default_grav The avatar default.
+		 * @param array $params The avatar's data.
+		 */
+		$default_grav = apply_filters( 'bp_core_avatar_default', $default_grav, $params );
+
 		// Only set default image if 'Gravatar Logo' is not requested.
 		if ( 'gravatar_default' !== $default_grav ) {
 			$url_args['d'] = $default_grav;
@@ -660,7 +676,7 @@ function bp_core_fetch_avatar( $args = '' ) {
 		 * @param string $value  Default avatar for non-gravatar requests.
 		 * @param array  $params Array of parameters for the avatar request.
 		 */
-		$gravatar = apply_filters( 'bp_core_default_avatar_' . $params['object'], bp_core_avatar_default( 'local' ), $params );
+		$gravatar = apply_filters( 'bp_core_default_avatar_' . $params['object'], bp_core_avatar_default( 'local', $params ), $params );
 	}
 
 	if ( true === $params['html'] ) {
@@ -1038,8 +1054,9 @@ function bp_avatar_ajax_upload() {
 		// Remove template message.
 		$bp->template_message      = false;
 		$bp->template_message_type = false;
-		@setcookie( 'bp-message', false, time() - 1000, COOKIEPATH );
-		@setcookie( 'bp-message-type', false, time() - 1000, COOKIEPATH );
+
+		@setcookie( 'bp-message', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+		@setcookie( 'bp-message-type', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 	}
 
 	if ( empty( $avatar ) ) {
@@ -1623,8 +1640,6 @@ function bp_core_get_upload_dir( $type = 'upload_path' ) {
  *
  * @since 1.2.0
  *
- * @uses bp_core_get_upload_dir() To get upload directory info.
- *
  * @return string Absolute path to WP upload directory.
  */
 function bp_core_avatar_upload_path() {
@@ -1644,8 +1659,6 @@ function bp_core_avatar_upload_path() {
  *
  * @since 1.2.0
  *
- * @uses bp_core_get_upload_dir() To get upload directory info.
- *
  * @return string Full URL to current upload location.
  */
 function bp_core_avatar_url() {
@@ -1674,7 +1687,7 @@ function bp_get_user_has_avatar( $user_id = 0 ) {
 		$user_id = bp_displayed_user_id();
 
 	$retval = false;
-	if ( bp_core_fetch_avatar( array( 'item_id' => $user_id, 'no_grav' => true, 'html' => false ) ) != bp_core_avatar_default( 'local' ) )
+	if ( bp_core_fetch_avatar( array( 'item_id' => $user_id, 'no_grav' => true, 'html' => false, 'type' => 'full' ) ) != bp_core_avatar_default( 'local' ) )
 		$retval = true;
 
 	/**
@@ -1833,34 +1846,53 @@ function bp_core_avatar_original_max_filesize() {
  * Get the URL of the 'full' default avatar.
  *
  * @since 1.5.0
+ * @since 2.6.0 Introduced `$params` and `$object_type` parameters.
  *
- * @param string $type 'local' if the fallback should be the locally-hosted version
- *                     of the mystery-person, 'gravatar' if the fallback should be
- *                     Gravatar's version. Default: 'gravatar'.
+ * @param string $type   'local' if the fallback should be the locally-hosted version
+ *                       of the mystery person, 'gravatar' if the fallback should be
+ *                       Gravatar's version. Default: 'gravatar'.
+ * @param array  $params Parameters passed to bp_core_fetch_avatar().
  * @return string The URL of the default avatar.
  */
-function bp_core_avatar_default( $type = 'gravatar' ) {
+function bp_core_avatar_default( $type = 'gravatar', $params = array() ) {
 	// Local override.
 	if ( defined( 'BP_AVATAR_DEFAULT' ) ) {
 		$avatar = BP_AVATAR_DEFAULT;
 
 	// Use the local default image.
 	} elseif ( 'local' === $type ) {
-		$avatar = buddypress()->plugin_url . 'bp-core/images/mystery-man.jpg';
+		$size = '';
+		if (
+			( isset( $params['type'] ) && 'thumb' === $params['type'] && bp_core_avatar_thumb_width() <= 50 ) ||
+			( isset( $params['width'] ) && $params['width'] <= 50 )
+		) {
+
+			$size = '-50';
+		}
+
+		$avatar = buddypress()->plugin_url . "bp-core/images/mystery-man{$size}.jpg";
 
 	// Use Gravatar's mystery person as fallback.
 	} else {
-		$avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&amp;s=' . bp_core_avatar_full_width();
+		$size = '';
+		if ( isset( $params['type'] ) && 'thumb' === $params['type'] ) {
+			$size = bp_core_avatar_thumb_width();
+		} else {
+			$size = bp_core_avatar_full_width();
+		}
+		$avatar = '//www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&amp;s=' . $size;
 	}
 
 	/**
 	 * Filters the URL of the 'full' default avatar.
 	 *
 	 * @since 1.5.0
+	 * @since 2.6.0 Added `$params`.
 	 *
 	 * @param string $avatar URL of the default avatar.
+	 * @param array  $params Params provided to bp_core_fetch_avatar().
 	 */
-	return apply_filters( 'bp_core_avatar_default', $avatar );
+	return apply_filters( 'bp_core_avatar_default', $avatar, $params );
 }
 
 /**
@@ -1870,13 +1902,15 @@ function bp_core_avatar_default( $type = 'gravatar' ) {
  * defined.
  *
  * @since 1.5.0
+ * @since 2.6.0 Introduced `$object_type` parameter.
  *
- * @param string $type 'local' if the fallback should be the locally-hosted version
- *                     of the mystery-person, 'gravatar' if the fallback should be
- *                     Gravatar's version. Default: 'gravatar'.
+ * @param string $type   'local' if the fallback should be the locally-hosted version
+ *                       of the mystery person, 'gravatar' if the fallback should be
+ *                       Gravatar's version. Default: 'gravatar'.
+ * @param array  $params Parameters passed to bp_core_fetch_avatar().
  * @return string The URL of the default avatar thumb.
  */
-function bp_core_avatar_default_thumb( $type = 'gravatar' ) {
+function bp_core_avatar_default_thumb( $type = 'gravatar', $params = array() ) {
 	// Local override.
 	if ( defined( 'BP_AVATAR_DEFAULT_THUMB' ) ) {
 		$avatar = BP_AVATAR_DEFAULT_THUMB;
@@ -1894,10 +1928,12 @@ function bp_core_avatar_default_thumb( $type = 'gravatar' ) {
 	 * Filters the URL of the 'thumb' default avatar.
 	 *
 	 * @since 1.5.0
+	 * @since 2.6.0 Added `$params`.
 	 *
 	 * @param string $avatar URL of the default avatar.
+	 * @param string $params Params provided to bp_core_fetch_avatar().
 	 */
-	return apply_filters( 'bp_core_avatar_thumb', $avatar );
+	return apply_filters( 'bp_core_avatar_thumb', $avatar, $params );
 }
 
 /**
@@ -1909,12 +1945,6 @@ function bp_core_avatar_default_thumb( $type = 'gravatar' ) {
  *
  * @since  2.2.0
  *
- * @uses   bp_is_group_create()
- * @uses   bp_is_group_admin_page()
- * @uses   bp_is_group_admin_screen() to check for a group admin screen
- * @uses   bp_action_variable() to check for the group's avatar creation step
- * @uses   bp_is_user_change_avatar() to check for the user's change profile screen
- *
  * @param WP_Query|null $posts_query The main query object.
  */
 function bp_core_avatar_reset_query( $posts_query = null ) {
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php b/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php
index 9f1ffb08b..6829c039e 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php
@@ -13,9 +13,10 @@
 defined( 'ABSPATH' ) || exit;
 
 /**
- * Add an item to the main BuddyPress navigation array.
+ * Add an item to the primary navigation of the specified component.
  *
  * @since 1.1.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
  * @param array|string $args {
  *     Array describing the new nav item.
@@ -32,9 +33,13 @@ defined( 'ABSPATH' ) || exit;
  *     @type bool|string $default_subnav_slug     Optional. The slug of the default subnav item to select when the nav
  *                                                item is clicked.
  * }
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
  * @return bool|null Returns false on failure.
  */
-function bp_core_new_nav_item( $args = '' ) {
+function bp_core_new_nav_item( $args, $component = 'members' ) {
+	if ( ! bp_is_active( $component ) ) {
+		return;
+	}
 
 	$defaults = array(
 		'name'                    => false, // Display name for the nav item.
@@ -49,18 +54,19 @@ function bp_core_new_nav_item( $args = '' ) {
 
 	$r = wp_parse_args( $args, $defaults );
 
-	// First, add the nav item link to the bp_nav array.
-	$created = bp_core_create_nav_link( $r );
+	// Validate nav link data.
+	$nav_item = bp_core_create_nav_link( $r, $component );
 
-	// To mimic the existing behavior, if bp_core_create_nav_link()
-	// returns false, we make an early exit and don't attempt to register
-	// the screen function.
-	if ( false === $created ) {
+	/*
+	 * To mimic legacy behavior, if bp_core_create_nav_link() returns false, we make
+	 * an early exit and don't attempt to register the screen function.
+	 */
+	if ( false === $nav_item ) {
 		return false;
 	}
 
 	// Then, hook the screen function for the added nav item.
-	$hooked = bp_core_register_nav_screen_function( $r );
+	$hooked = bp_core_register_nav_screen_function( $nav_item );
 	if ( false === $hooked ){
 		return false;
 	}
@@ -81,9 +87,10 @@ function bp_core_new_nav_item( $args = '' ) {
 }
 
 /**
- * Add a link to the main BuddyPress navigation array.
+ * Add a link to the main BuddyPress navigation.
  *
  * @since 2.4.0
+ * @since 2.6.0 Introduced the `$component` parameter. Began returning a BP_Nav_Item object on success.
  *
  * @param array|string $args {
  *     Array describing the new nav item.
@@ -100,9 +107,10 @@ function bp_core_new_nav_item( $args = '' ) {
  *     @type bool|string $default_subnav_slug     Optional. The slug of the default subnav item to select when the nav
  *                                                item is clicked.
  * }
- * @return bool|null Returns false on failure.
+ * @param string $component Optional. Component that the nav belongs to.
+ * @return bool|BP_Nav_Item Returns false on failure, new nav item on success.
  */
-function bp_core_create_nav_link( $args = '' ) {
+function bp_core_create_nav_link( $args = '', $component = 'members' ) {
 	$bp = buddypress();
 
 	$defaults = array(
@@ -132,7 +140,7 @@ function bp_core_create_nav_link( $args = '' ) {
 		$r['item_css_id'] = $r['slug'];
 	}
 
-	$bp->bp_nav[$r['slug']] = array(
+	$nav_item = array(
 		'name'                    => $r['name'],
 		'slug'                    => $r['slug'],
 		'link'                    => trailingslashit( bp_loggedin_user_domain() . $r['slug'] ),
@@ -143,16 +151,23 @@ function bp_core_create_nav_link( $args = '' ) {
 		'default_subnav_slug'	  => $r['default_subnav_slug']
 	);
 
+	// Add the item to the nav.
+	buddypress()->{$component}->nav->add_nav( $nav_item );
+
 	/**
-	 * Fires after a link is added to the main BuddyPress navigation array.
+	 * Fires after a link is added to the main BuddyPress nav.
 	 *
 	 * @since 2.4.0
+	 * @since 2.6.0 Added `$component` parameter.
 	 *
-	 * @param array $r        Parsed arguments for the nav item.
-	 * @param array $args     Originally passed in arguments for the nav item.
-	 * @param array $defaults Default arguments for a nav item.
+	 * @param array  $r         Parsed arguments for the nav item.
+	 * @param array  $args      Originally passed in arguments for the nav item.
+	 * @param array  $defaults  Default arguments for a nav item.
+	 * @param string $component Component that the nav belongs to.
 	 */
-	do_action( 'bp_core_create_nav_link', $r, $args, $defaults );
+	do_action( 'bp_core_create_nav_link', $r, $args, $defaults, $component );
+
+	return $nav_item;
 }
 
 /**
@@ -290,20 +305,33 @@ function bp_core_new_nav_default( $args = '' ) {
 
 	$r = wp_parse_args( $args, $defaults );
 
-	if ( $function = $bp->bp_nav[$r['parent_slug']]['screen_function'] ) {
+	// This is specific to Members - it's not available in Groups.
+	$parent_nav = $bp->members->nav->get_primary( array( 'slug' => $r['parent_slug'] ), false );
+
+	if ( ! $parent_nav ) {
+		return ;
+	}
+
+	$parent_nav = reset( $parent_nav );
+
+	if ( ! empty( $parent_nav->screen_function ) ) {
 		// Remove our screen hook if screen function is callable.
-		if ( is_callable( $function ) ) {
-			remove_action( 'bp_screens', $function, 3 );
+		if ( is_callable( $parent_nav->screen_function ) ) {
+			remove_action( 'bp_screens', $parent_nav->screen_function, 3 );
 		}
 	}
 
-	$bp->bp_nav[$r['parent_slug']]['screen_function'] = &$r['screen_function'];
+	// Edit the screen function for the parent nav
+	$bp->members->nav->edit_nav( array(
+		'screen_function'     => &$r['screen_function'],
+		'default_subnav_slug' => $r['subnav_slug'],
+	), $parent_nav->slug );
 
-	if ( bp_is_current_component( $r['parent_slug'] ) ) {
+	if ( bp_is_current_component( $parent_nav->slug ) ) {
 
 		// The only way to tell whether to set the subnav is to peek at the unfiltered_uri
 		// Find the component.
-		$component_uri_key = array_search( $r['parent_slug'], $bp->unfiltered_uri );
+		$component_uri_key = array_search( $parent_nav->slug, $bp->unfiltered_uri );
 
 		if ( false !== $component_uri_key ) {
 			if ( ! empty( $bp->unfiltered_uri[$component_uri_key + 1] ) ) {
@@ -339,47 +367,10 @@ function bp_core_new_nav_default( $args = '' ) {
 }
 
 /**
- * Sort the navigation menu items.
- *
- * The sorting is split into a separate function because it can only happen
- * after all plugins have had a chance to register their navigation items.
- *
- * @since 1.0.0
- *
- * @return bool|null Returns false on failure.
- */
-function bp_core_sort_nav_items() {
-	$bp = buddypress();
-
-	if ( empty( $bp->bp_nav ) || ! is_array( $bp->bp_nav ) ) {
-		return false;
-	}
-
-	$temp = array();
-
-	foreach ( (array) $bp->bp_nav as $slug => $nav_item ) {
-		if ( empty( $temp[$nav_item['position']] ) ) {
-			$temp[$nav_item['position']] = $nav_item;
-		} else {
-			// Increase numbers here to fit new items in.
-			do {
-				$nav_item['position']++;
-			} while ( ! empty( $temp[$nav_item['position']] ) );
-
-			$temp[$nav_item['position']] = $nav_item;
-		}
-	}
-
-	ksort( $temp );
-	$bp->bp_nav = &$temp;
-}
-add_action( 'wp_head',    'bp_core_sort_nav_items' );
-add_action( 'admin_head', 'bp_core_sort_nav_items' );
-
-/**
- * Add a subnav item to the BuddyPress navigation.
+ * Add an item to secondary navigation of the specified component.
  *
  * @since 1.1.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
  * @param array|string $args {
  *     Array describing the new subnav item.
@@ -403,22 +394,49 @@ add_action( 'admin_head', 'bp_core_sort_nav_items' );
  *     @type bool        $show_in_admin_bar Optional. Whether the nav item should be added into the group's "Edit"
  *                                          Admin Bar menu for group admins. Default: false.
  * }
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
  * @return bool|null Returns false on failure.
  */
-function bp_core_new_subnav_item( $args = '' ) {
+function bp_core_new_subnav_item( $args, $component = null ) {
+	// Backward compatibility for plugins using `bp_core_new_subnav_item()` without `$component`
+	// to add group subnav items.
+	if ( null === $component && bp_is_active( 'groups' ) && bp_is_group() && isset( $args['parent_slug'] ) ) {
+		/*
+		 * Assume that this item is intended to belong to the current group if:
+		 * a) the 'parent_slug' is the same as the slug of the current group, or
+		 * b) the 'parent_slug' starts with the slug of the current group, and the members nav doesn't have
+		 *    a primary item with that slug
+		 */
+		$group_slug = bp_get_current_group_slug();
+		if (
+			$group_slug === $args['parent_slug'] ||
+			( 0 === strpos( $args['parent_slug'], $group_slug ) && ! buddypress()->members->nav->get_primary( array( 'slug' => $args['parent_slug'] ), false ) )
+		) {
+			$component = 'groups';
+		}
+	}
 
-	// First, add the subnav item link to the bp_options_nav array.
-	$created = bp_core_create_subnav_link( $args );
+	if ( ! $component ) {
+		$component = 'members';
+	}
 
-	// To mimic the existing behavior, if bp_core_create_subnav_link()
-	// returns false, we make an early exit and don't attempt to register
-	// the screen function.
-	if ( false === $created ) {
+	if ( ! bp_is_active( $component ) ) {
+		return;
+	}
+
+	// First, register the subnav item in the nav.
+	$subnav_item = bp_core_create_subnav_link( $args, $component );
+
+	/*
+	 * To mimic legacy behavior, if bp_core_create_subnav_link() returns false, we make an
+	 * early exit and don't attempt to register the screen function.
+	 */
+	if ( false === $subnav_item ) {
 		return false;
 	}
 
 	// Then, hook the screen function for the added subnav item.
-	$hooked = bp_core_register_subnav_screen_function( $args );
+	$hooked = bp_core_register_subnav_screen_function( $subnav_item, $component );
 	if ( false === $hooked ) {
 		return false;
 	}
@@ -428,6 +446,7 @@ function bp_core_new_subnav_item( $args = '' ) {
  * Add a subnav link to the BuddyPress navigation.
  *
  * @since 2.4.0
+ * @since 2.6.0 Introduced the `$component` parameter. Began returning a BP_Nav_Item object on success.
  *
  * @param array|string $args {
  *     Array describing the new subnav item.
@@ -455,9 +474,10 @@ function bp_core_new_subnav_item( $args = '' ) {
  *                                          the group's "Edit" Admin Bar menu for group admins.
  *                                          Default: false.
  * }
- * @return bool|null Returns false on failure.
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
+ * @return bool|BP_Nav_Item Returns false on failure, new nav item on success.
  */
-function bp_core_create_subnav_link( $args = '' ) {
+function bp_core_create_subnav_link( $args = '', $component = 'members' ) {
 	$bp = buddypress();
 
 	$r = wp_parse_args( $args, array(
@@ -483,9 +503,14 @@ function bp_core_create_subnav_link( $args = '' ) {
 	if ( empty( $r['link'] ) ) {
 		$r['link'] = trailingslashit( $r['parent_url'] . $r['slug'] );
 
+		$parent_nav = $bp->{$component}->nav->get_primary( array( 'slug' => $r['parent_slug'] ), false );
+
 		// If this sub item is the default for its parent, skip the slug.
-		if ( ! empty( $bp->bp_nav[$r['parent_slug']]['default_subnav_slug'] ) && $r['slug'] == $bp->bp_nav[$r['parent_slug']]['default_subnav_slug'] ) {
-			$r['link'] = trailingslashit( $r['parent_url'] );
+		if ( $parent_nav ) {
+			$parent_nav_item = reset( $parent_nav );
+			if ( ! empty( $parent_nav_item->default_subnav_slug ) && $r['slug'] === $parent_nav_item->default_subnav_slug ) {
+				$r['link'] = trailingslashit( $r['parent_url'] );
+			}
 		}
 	}
 
@@ -502,6 +527,7 @@ function bp_core_create_subnav_link( $args = '' ) {
 		'name'              => $r['name'],
 		'link'              => $r['link'],
 		'slug'              => $r['slug'],
+		'parent_slug'       => $r['parent_slug'],
 		'css_id'            => $r['item_css_id'],
 		'position'          => $r['position'],
 		'user_has_access'   => $r['user_has_access'],
@@ -510,13 +536,16 @@ function bp_core_create_subnav_link( $args = '' ) {
 		'show_in_admin_bar' => (bool) $r['show_in_admin_bar'],
 	);
 
-	$bp->bp_options_nav[$r['parent_slug']][$r['slug']] = $subnav_item;
+	buddypress()->{$component}->nav->add_nav( $subnav_item );
+
+	return $subnav_item;
 }
 
 /**
  * Register a screen function, whether or not a related subnav link exists.
  *
  * @since 2.4.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
  * @param array|string $args {
  *     Array describing the new subnav item.
@@ -541,9 +570,10 @@ function bp_core_create_subnav_link( $args = '' ) {
  *                                       the group's "Edit" Admin Bar menu for group admins.
  *                                       Default: false.
  * }
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
  * @return bool|null Returns false on failure.
  */
-function bp_core_register_subnav_screen_function( $args = '' ) {
+function bp_core_register_subnav_screen_function( $args = '', $component = 'members' ) {
 	$bp = buddypress();
 
 	$r = wp_parse_args( $args, array(
@@ -555,7 +585,7 @@ function bp_core_register_subnav_screen_function( $args = '' ) {
 		'screen_function'   => false, // The name of the function to run when clicked.
 	) );
 
-	/**
+	/*
 	 * Hook the screen function for the added subnav item. But this only needs to
 	 * be done if this subnav item is the current view, and the user has access to the
 	 * subnav item. We figure out whether we're currently viewing this subnav by
@@ -568,8 +598,8 @@ function bp_core_register_subnav_screen_function( $args = '' ) {
 	 *       (b) there is no current_action (ie, this is the default subnav for the parent nav)
 	 *       and this subnav item is the default for the parent item (which we check by
 	 *       comparing this subnav item's screen function with the screen function of the
-	 *       parent nav item in $bp->bp_nav). This condition only arises when viewing a
-	 *       user, since groups should always have an action set.
+	 *       parent nav item in the component's primary nav). This condition only arises
+	 *       when viewing a user, since groups should always have an action set.
 	 */
 
 	// If we *don't* meet condition (1), return.
@@ -577,15 +607,17 @@ function bp_core_register_subnav_screen_function( $args = '' ) {
 		return;
 	}
 
+	$parent_nav = $bp->{$component}->nav->get_primary( array( 'slug' => $r['parent_slug'] ), false );
+
 	// If we *do* meet condition (2), then the added subnav item is currently being requested.
-	if ( ( bp_current_action() && bp_is_current_action( $r['slug'] ) ) || ( bp_is_user() && ! bp_current_action() && ( $r['screen_function'] == $bp->bp_nav[$r['parent_slug']]['screen_function'] ) ) ) {
+	if ( ( bp_current_action() && bp_is_current_action( $r['slug'] ) ) || ( bp_is_user() && ! bp_current_action() && ! empty( $parent_nav->screen_function ) && $r['screen_function'] == $parent_nav->screen_function ) ) {
 
 		// If this is for site admins only and the user is not one, don't create the subnav item.
 		if ( ! empty( $r['site_admin_only'] ) && ! bp_current_user_can( 'bp_moderate' ) ) {
 			return false;
 		}
 
-		$hooked = bp_core_maybe_hook_new_subnav_screen_function( $r );
+		$hooked = bp_core_maybe_hook_new_subnav_screen_function( $r, $component );
 
 		// If redirect args have been returned, perform the redirect now.
 		if ( ! empty( $hooked['status'] ) && 'failure' === $hooked['status'] && isset( $hooked['redirect_args'] ) ) {
@@ -598,11 +630,14 @@ function bp_core_register_subnav_screen_function( $args = '' ) {
  * For a given subnav item, either hook the screen function or generate redirect arguments, as necessary.
  *
  * @since 2.1.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
- * @param array $subnav_item The subnav array added to bp_options_nav in `bp_core_new_subnav_item()`.
+ * @param array  $subnav_item The subnav array added to the secondary navigation of
+ *                            the component in bp_core_new_subnav_item().
+ * @param string $component   The component the navigation is attached to. Defaults to 'members'.
  * @return array
  */
-function bp_core_maybe_hook_new_subnav_screen_function( $subnav_item ) {
+function bp_core_maybe_hook_new_subnav_screen_function( $subnav_item, $component = 'members' ) {
 	$retval = array(
 		'status' => '',
 	);
@@ -645,10 +680,15 @@ function bp_core_maybe_hook_new_subnav_screen_function( $subnav_item ) {
 			// redirect URL.
 			} elseif ( bp_is_user() ) {
 
+				$parent_nav_default = $bp->{$component}->nav->get_primary( array( 'slug' => $bp->default_component ), false );
+				if ( $parent_nav_default ) {
+					$parent_nav_default_item = reset( $parent_nav_default );
+				}
+
 				// Redirect to the displayed user's default
 				// component, as long as that component is
 				// publicly accessible.
-				if ( bp_is_my_profile() || ! empty( $bp->bp_nav[ $bp->default_component ]['show_for_displayed_user'] ) ) {
+				if ( bp_is_my_profile() || ( isset( $parent_nav_default_item ) && $parent_nav_default_item->show_for_displayed_user ) ) {
 					$message     = __( 'You do not have access to this page.', 'buddypress' );
 					$redirect_to = bp_displayed_user_domain();
 
@@ -691,58 +731,32 @@ function bp_core_maybe_hook_new_subnav_screen_function( $subnav_item ) {
 }
 
 /**
- * Sort all subnavigation arrays.
+ * Check whether a given nav item has subnav items.
  *
- * @since 1.1.0
+ * @since 1.5.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
- * @return bool|null Returns false on failure.
+ * @param string $nav_item  The slug of the top-level nav item whose subnav items you're checking.
+ *                          Default: the current component slug.
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
+ * @return bool $has_subnav True if the nav item is found and has subnav items; false otherwise.
  */
-function bp_core_sort_subnav_items() {
+function bp_nav_item_has_subnav( $nav_item = '', $component = 'members' ) {
 	$bp = buddypress();
 
-	if ( empty( $bp->bp_options_nav ) || !is_array( $bp->bp_options_nav ) )
+	if ( ! isset( $bp->{$component}->nav ) ) {
 		return false;
+	}
 
-	foreach ( (array) $bp->bp_options_nav as $parent_slug => $subnav_items ) {
-		if ( !is_array( $subnav_items ) )
-			continue;
-
-		foreach ( (array) $subnav_items as $subnav_item ) {
-			if ( empty( $temp[$subnav_item['position']]) )
-				$temp[$subnav_item['position']] = $subnav_item;
-			else {
-				// Increase numbers here to fit new items in.
-				do {
-					$subnav_item['position']++;
-				} while ( !empty( $temp[$subnav_item['position']] ) );
+	if ( ! $nav_item ) {
+		$nav_item = bp_current_component();
 
-				$temp[$subnav_item['position']] = $subnav_item;
-			}
+		if ( bp_is_group() ) {
+			$nav_item = bp_current_item();
 		}
-		ksort( $temp );
-		$bp->bp_options_nav[$parent_slug] = &$temp;
-		unset( $temp );
 	}
-}
-add_action( 'wp_head',    'bp_core_sort_subnav_items' );
-add_action( 'admin_head', 'bp_core_sort_subnav_items' );
 
-/**
- * Check whether a given nav item has subnav items.
- *
- * @since 1.5.0
- *
- * @param string $nav_item The slug of the top-level nav item whose subnav items you're checking.
- *                         Default: the current component slug.
- * @return bool $has_subnav True if the nav item is found and has subnav items; false otherwise.
- */
-function bp_nav_item_has_subnav( $nav_item = '' ) {
-	$bp = buddypress();
-
-	if ( !$nav_item )
-		$nav_item = bp_current_component();
-
-	$has_subnav = isset( $bp->bp_options_nav[$nav_item] ) && count( $bp->bp_options_nav[$nav_item] ) > 0;
+	$has_subnav = (bool) $bp->{$component}->nav->get_secondary( array( 'parent_slug' => $nav_item ), false );
 
 	/**
 	 * Filters whether or not a given nav item has subnav items.
@@ -756,75 +770,131 @@ function bp_nav_item_has_subnav( $nav_item = '' ) {
 }
 
 /**
- * Remove a nav item from the navigation array.
+ * Deletes an item from the primary navigation of the specified component.
  *
  * @since 1.0.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
- * @param int $parent_id The slug of the parent navigation item.
- * @return bool Returns false on failure, ie if the nav item can't be found.
+ * @param string $slug      The slug of the primary navigation item.
+ * @param string $component The component the navigation is attached to. Defaults to 'members'.
+ * @return bool Returns false on failure, True on success.
  */
-function bp_core_remove_nav_item( $parent_id ) {
+function bp_core_remove_nav_item( $slug, $component = null ) {
 	$bp = buddypress();
 
-	// Unset subnav items for this nav item.
-	if ( isset( $bp->bp_options_nav[$parent_id] ) && is_array( $bp->bp_options_nav[$parent_id] ) ) {
-		foreach( (array) $bp->bp_options_nav[$parent_id] as $subnav_item ) {
-			bp_core_remove_subnav_item( $parent_id, $subnav_item['slug'] );
+	// Backward compatibility for removing group nav items using the group slug as `$parent_slug`.
+	if ( ! $component && bp_is_active( 'groups' ) && isset( $bp->groups->nav ) ) {
+		if ( $bp->groups->nav->get_primary( array( 'slug' => $slug ) ) ) {
+			$component = 'groups';
 		}
 	}
 
-	if ( empty( $bp->bp_nav[ $parent_id ] ) )
+	if ( ! $component ) {
+		$component = 'members';
+	}
+
+	if ( ! isset( $bp->{$component}->nav ) ) {
 		return false;
+	}
+
+	$screen_functions = $bp->{$component}->nav->delete_nav( $slug );
 
-	if ( $function = $bp->bp_nav[$parent_id]['screen_function'] ) {
+	// Reset backcompat nav items so that subsequent references will be correct.
+	if ( buddypress()->do_nav_backcompat ) {
+		$bp->bp_nav->reset();
+		$bp->bp_options_nav->reset();
+	}
+
+	if ( ! is_array( $screen_functions ) ) {
+		return false;
+	}
+
+	foreach ( $screen_functions as $screen_function ) {
 		// Remove our screen hook if screen function is callable.
-		if ( is_callable( $function ) ) {
-			remove_action( 'bp_screens', $function, 3 );
+		if ( is_callable( $screen_function ) ) {
+			remove_action( 'bp_screens', $screen_function, 3 );
 		}
 	}
 
-	unset( $bp->bp_nav[$parent_id] );
+	return true;
 }
 
 /**
- * Remove a subnav item from the navigation array.
+ * Deletes an item from the secondary navigation of the specified component.
  *
  * @since 1.0.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
- * @param string $parent_id The slug of the parent navigation item.
- * @param string $slug      The slug of the subnav item to be removed.
+ * @param string $parent_slug The slug of the primary navigation item.
+ * @param string $slug        The slug of the secondary item to be removed.
+ * @param string $component   The component the navigation is attached to. Defaults to 'members'.
+ * @return bool Returns false on failure, True on success.
  */
-function bp_core_remove_subnav_item( $parent_id, $slug ) {
+function bp_core_remove_subnav_item( $parent_slug, $slug, $component = null ) {
 	$bp = buddypress();
 
-	$screen_function = isset( $bp->bp_options_nav[$parent_id][$slug]['screen_function'] )
-		? $bp->bp_options_nav[$parent_id][$slug]['screen_function']
-		: false;
-
-	if ( ! empty( $screen_function ) ) {
-		// Remove our screen hook if screen function is callable.
-		if ( is_callable( $screen_function ) ) {
-			remove_action( 'bp_screens', $screen_function, 3 );
+	// Backward compatibility for removing group nav items using the group slug as `$parent_slug`.
+	if ( ! $component && bp_is_active( 'groups' ) && isset( $bp->groups->nav ) ) {
+		if ( $bp->groups->nav->get_primary( array( 'slug' => $parent_slug ) ) ) {
+			$component = 'groups';
 		}
 	}
 
-	unset( $bp->bp_options_nav[$parent_id][$slug] );
+	if ( ! $component ) {
+		$component = 'members';
+	}
+
+	if ( ! isset( $bp->{$component}->nav ) ) {
+		return false;
+	}
+
+	$screen_functions = $bp->{$component}->nav->delete_nav( $slug, $parent_slug );
+
+	// Reset backcompat nav items so that subsequent references will be correct.
+	if ( buddypress()->do_nav_backcompat ) {
+		$bp->bp_nav->reset();
+		$bp->bp_options_nav->reset();
+	}
+
+	if ( ! is_array( $screen_functions ) ) {
+		return false;
+	}
+
+	$screen_function = reset( $screen_functions );
+
+	// Remove our screen hook if screen function is callable.
+	if ( is_callable( $screen_function ) ) {
+		remove_action( 'bp_screens', $screen_function, 3 );
+	}
 
-	if ( isset( $bp->bp_options_nav[$parent_id] ) && !count( $bp->bp_options_nav[$parent_id] ) )
-		unset($bp->bp_options_nav[$parent_id]);
+	return true;
 }
 
 /**
  * Clear all subnav items from a specific nav item.
  *
  * @since 1.0.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
  * @param string $parent_slug The slug of the parent navigation item.
+ * @param string $component   The component the navigation is attached to. Defaults to 'members'.
  */
-function bp_core_reset_subnav_items( $parent_slug ) {
+function bp_core_reset_subnav_items( $parent_slug, $component = 'members' ) {
 	$bp = buddypress();
 
-	unset( $bp->bp_options_nav[$parent_slug] );
+	if ( ! isset( $bp->{$component}->nav ) ) {
+		return;
+	}
+
+	$subnav_items = $bp->{$component}->nav->get_secondary( array( 'parent_slug' => $parent_slug ), false );
+
+	if ( ! $subnav_items ) {
+		return;
+	}
+
+	foreach( $subnav_items as $subnav_item ) {
+		$bp->{$component}->nav->delete_nav( $subnav_item->slug, $parent_slug );
+	}
 }
 
 
@@ -835,8 +905,6 @@ function bp_core_reset_subnav_items( $parent_slug ) {
  *
  * @since 1.5.0
  *
- * @uses get_user_option()
- *
  * @param string $context Context of this preference check. 'admin' or 'front'.
  * @param int    $user    Optional. ID of the user to check. Default: 0 (which falls back to the logged-in user's ID).
  * @return bool True if the toolbar should be showing for this user.
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-caps.php b/wp-content/plugins/buddypress/bp-core/bp-core-caps.php
index 325889b5b..b8ffbce70 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-caps.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-caps.php
@@ -57,9 +57,6 @@ function bp_get_current_blog_roles() {
  *
  * @since 1.6.0
  *
- * @uses get_role() To get the administrator, default and moderator roles.
- * @uses WP_Role::add_cap() To add various capabilities.
- * @uses do_action() Calls 'bp_add_caps'.
  */
 function bp_add_caps() {
 	global $wp_roles;
@@ -93,9 +90,6 @@ function bp_add_caps() {
  *
  * @since 1.6.0
  *
- * @uses get_role() To get the administrator and default roles.
- * @uses WP_Role::remove_cap() To remove various capabilities.
- * @uses do_action() Calls 'bp_remove_caps'.
  */
 function bp_remove_caps() {
 	global $wp_roles;
@@ -129,7 +123,6 @@ function bp_remove_caps() {
  *
  * @see WP_User::has_cap() for description of the arguments passed to the
  *      'map_meta_cap' filter.
- * @uses apply_filters() Calls 'bp_map_meta_caps' with caps, cap, user ID and
  *       args.
  *
  * @param array  $caps    See {@link WP_User::has_cap()}.
@@ -158,8 +151,6 @@ function bp_map_meta_caps( $caps, $cap, $user_id, $args ) {
  *
  * @since 1.6.0
  *
- * @uses apply_filters() Calls 'bp_get_community_caps' with the capabilities.
- *
  * @return array Community capabilities.
  */
 function bp_get_community_caps() {
@@ -182,8 +173,6 @@ function bp_get_community_caps() {
  *
  * @since 1.6.0
  *
- * @uses apply_filters() Allow return value to be filtered.
- *
  * @param string $role The role for which you're loading caps.
  * @return array Capabilities for $role.
  */
@@ -232,12 +221,6 @@ function bp_get_caps_for_role( $role = '' ) {
  *
  * @global BuddyPress $bp Global BuddyPress settings object.
  *
- * @uses is_multisite()
- * @uses bp_allow_global_access()
- * @uses bp_is_user_inactive()
- * @uses is_user_logged_in()
- * @uses current_user_can()
- * @uses WP_User::set_role()
  */
 function bp_set_current_user_default_role() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php b/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php
index ada5bf91e..79ade513f 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php
@@ -210,13 +210,27 @@ function bp_core_set_uri_globals() {
 	}
 
 	// URLs with BP_ENABLE_ROOT_PROFILES enabled won't be caught above.
-	if ( empty( $matches ) && bp_core_enable_root_profiles() ) {
+	if ( empty( $matches ) && bp_core_enable_root_profiles() && ! empty( $bp_uri[0] ) ) {
 
 		// Switch field based on compat.
 		$field = bp_is_username_compatibility_mode() ? 'login' : 'slug';
 
+		/**
+		 * Filter the portion of the URI that is the displayed user's slug.
+		 *
+		 * eg. example.com/ADMIN (when root profiles is enabled)
+		 *     example.com/members/ADMIN (when root profiles isn't enabled)
+		 *
+		 * ADMIN would be the displayed user's slug.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param string $member_slug
+		 */
+		$member_slug = apply_filters( 'bp_core_set_uri_globals_member_slug', $bp_uri[0] );
+
 		// Make sure there's a user corresponding to $bp_uri[0].
-		if ( !empty( $bp->pages->members ) && !empty( $bp_uri[0] ) && $root_profile = get_user_by( $field, $bp_uri[0] ) ) {
+		if ( ! empty( $bp->pages->members ) && $root_profile = get_user_by( $field, $member_slug ) ) {
 
 			// Force BP to recognize that this is a members page.
 			$matches[]  = 1;
@@ -272,6 +286,10 @@ function bp_core_set_uri_globals() {
 
 			// Are we viewing a specific user?
 			if ( $after_member_slug ) {
+
+				/** This filter is documented in bp-core/bp-core-catchuri.php */
+				$after_member_slug = apply_filters( 'bp_core_set_uri_globals_member_slug', $after_member_slug );
+
 				// If root profile, we've already queried for the user.
 				if ( $root_profile instanceof WP_User ) {
 					$bp->displayed_user->id = $root_profile->ID;
@@ -438,6 +456,17 @@ function bp_core_load_template( $templates ) {
 	 * @param array  $filtered_templates Array of templates to attempt to load.
 	 */
 	$located_template = apply_filters( 'bp_located_template', $template, $filtered_templates );
+
+	/*
+	 * If current page is an embed, wipe out bp-default template.
+	 *
+	 * Wiping out the bp-default template allows WordPress to use their special
+	 * embed template, which is what we want.
+	 */
+	if ( function_exists( 'is_embed' ) && is_embed() ) {
+		$located_template = '';
+	}
+
 	if ( !empty( $located_template ) ) {
 		// Template was located, lets set this as a valid page and not a 404.
 		status_header( 200 );
@@ -516,6 +545,46 @@ function bp_core_catch_profile_uri() {
 	}
 }
 
+/**
+ * Members user shortlink redirector.
+ *
+ * Redirects x.com/members/me/* to x.com/members/{LOGGED_IN_USER_SLUG}/*
+ *
+ * @since 2.6.0
+ *
+ * @param string $member_slug The current member slug.
+ */
+function bp_core_members_shortlink_redirector( $member_slug ) {
+	/**
+	 * Shortlink slug to redirect to logged-in user.
+	 *
+	 * x.com/members/me/* will redirect to x.com/members/{LOGGED_IN_USER_SLUG}/*
+	 *
+	 * @since 2.6.0
+	 *
+	 * @var string $slug Defaults to 'me'.
+	 */
+	$me_slug = apply_filters( 'bp_core_members_shortlink_slug', 'me' );
+
+	// Check if we're on our special shortlink slug. If not, bail.
+	if ( $me_slug !== $member_slug ) {
+		return $member_slug;
+	}
+
+	// If logged out, redirect user to login.
+	if ( false === is_user_logged_in() ) {
+		// Add our login redirector hook.
+		add_action( 'template_redirect', 'bp_core_no_access', 0 );
+
+		return $member_slug;
+	}
+
+	$user = wp_get_current_user();
+
+	return bp_core_get_username( $user->ID, $user->user_nicename, $user->user_login );
+}
+add_filter( 'bp_core_set_uri_globals_member_slug', 'bp_core_members_shortlink_redirector' );
+
 /**
  * Catch unauthorized access to certain BuddyPress pages and redirect accordingly.
  *
@@ -667,8 +736,6 @@ add_action( 'login_form_bpnoaccess', 'bp_core_no_access_wp_login_error' );
  * @see BP_Members_Component::setup_globals() where
  *      $bp->canonical_stack['base_url'] and ['component'] may be set.
  * @see bp_core_new_nav_item() where $bp->canonical_stack['action'] may be set.
- * @uses bp_get_canonical_url()
- * @uses bp_get_requested_url()
  */
 function bp_redirect_canonical() {
 
@@ -738,8 +805,6 @@ function bp_rel_canonical() {
  *
  * @since 1.6.0
  *
- * @uses apply_filters() Filter bp_get_canonical_url to modify return value.
- *
  * @param array $args {
  *     Optional array of arguments.
  *     @type bool $include_query_args Whether to include current URL arguments
@@ -875,7 +940,6 @@ function bp_get_requested_url() {
  *
  * @since 1.6.0
  *
- * @uses bp_is_blog_page()
  */
 function _bp_maybe_remove_redirect_canonical() {
 	if ( ! bp_is_blog_page() )
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-classes.php b/wp-content/plugins/buddypress/bp-core/bp-core-classes.php
index bebf4ed08..1efef6192 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-classes.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-classes.php
@@ -30,3 +30,11 @@ require dirname( __FILE__ ) . '/classes/class-bp-email-recipient.php';
 require dirname( __FILE__ ) . '/classes/class-bp-email.php';
 require dirname( __FILE__ ) . '/classes/class-bp-email-delivery.php';
 require dirname( __FILE__ ) . '/classes/class-bp-phpmailer.php';
+require dirname( __FILE__ ) . '/classes/class-bp-core-nav.php';
+require dirname( __FILE__ ) . '/classes/class-bp-core-nav-item.php';
+require dirname( __FILE__ ) . '/classes/class-bp-core-oembed-extension.php';
+
+if ( buddypress()->do_nav_backcompat ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-core-bp-nav-backcompat.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-core-bp-options-nav-backcompat.php';
+}
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-component.php b/wp-content/plugins/buddypress/bp-core/bp-core-component.php
index a6ec86cf7..d4200f915 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-component.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-component.php
@@ -10,4 +10,6 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-component.php';
+if ( ! class_exists( 'BP_Component' ) ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-component.php';
+}
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php b/wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php
index ba3d3bd43..57c8b7b69 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php
@@ -339,8 +339,6 @@ function bp_core_ajax_url() {
  *
  * @since 2.0.0
  *
- * @uses apply_filters() to allow other component to load extra dependencies.
- *
  * @return array The JavaScript dependencies.
  */
 function bp_core_get_js_dependencies() {
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-customizer-email.php b/wp-content/plugins/buddypress/bp-core/bp-core-customizer-email.php
index 243fd7064..b99feea28 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-customizer-email.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-customizer-email.php
@@ -47,7 +47,9 @@ function bp_email_init_customizer( WP_Customize_Manager $wp_customize ) {
 	/**
 	 * BP_Customizer_Control_Range class.
 	 */
-	require_once dirname( __FILE__ ) . '/classes/class-bp-customizer-control-range.php';
+	if ( ! buddypress()->do_autoload ) {
+		require_once dirname( __FILE__ ) . '/classes/class-bp-customizer-control-range.php';
+	}
 
 	/**
 	 * Fires to let plugins register extra Customizer controls for emails.
@@ -192,7 +194,7 @@ function bp_email_get_customizer_settings() {
 		'bp_email_options[header_text_size]' => array(
 			'capability'        => 'bp_moderate',
 			'default'           => $defaults['header_text_size'],
-			'sanitize_callback' => 'intval',
+			'sanitize_callback' => 'absint',
 			'transport'         => 'postMessage',
 			'type'              => 'option',
 		),
@@ -220,7 +222,7 @@ function bp_email_get_customizer_settings() {
 		'bp_email_options[body_text_size]' => array(
 			'capability'        => 'bp_moderate',
 			'default'           => $defaults['body_text_size'],
-			'sanitize_callback' => 'intval',
+			'sanitize_callback' => 'absint',
 			'transport'         => 'postMessage',
 			'type'              => 'option',
 		),
@@ -248,7 +250,7 @@ function bp_email_get_customizer_settings() {
 		'bp_email_options[footer_text_size]' => array(
 			'capability'        => 'bp_moderate',
 			'default'           => $defaults['footer_text_size'],
-			'sanitize_callback' => 'intval',
+			'sanitize_callback' => 'absint',
 			'transport'         => 'postMessage',
 			'type'              => 'option',
 		),
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php b/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php
index 8dc9122d5..1b8fa814e 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php
@@ -207,22 +207,27 @@ function bp_setup_cache_groups() {
 /**
  * Set up the currently logged-in user.
  *
- * We white-list the WordPress customizer which purposely loads the user early.
+ * We white-list the WordPress Customizer which purposely loads the user early.
+ * If the current user is being setup before the "init" action has fired,
+ * strange (and difficult to debug) role/capability issues will occur.
  *
  * @since 1.7.0
  *
  * @link https://buddypress.trac.wordpress.org/ticket/6046
  * @link https://core.trac.wordpress.org/ticket/24169
  *
- * @uses did_action() To make sure the user isn't loaded out of order.
- * @uses do_action() Calls 'bp_setup_current_user'.
  */
 function bp_setup_current_user() {
+	$skip_warning = (
+		( isset( $_REQUEST['wp_customize'] ) && 'on' === $_REQUEST['wp_customize'] ) ||
+		( is_admin() && 'customize.php' === basename( $_SERVER['PHP_SELF'] ) )
+	);
 
-	// If the current user is being setup before the "init" action has fired,
-	// strange (and difficult to debug) role/capability issues will occur.
-	if ( ! isset( $GLOBALS['wp_customize'] ) && ! did_action( 'after_setup_theme' ) ) {
-		_doing_it_wrong( __FUNCTION__, __( 'The current user is being initialized without using $wp->init().', 'buddypress' ), '1.7' );
+	if ( ! $skip_warning && ! did_action( 'after_setup_theme' ) ) {
+		$e = new Exception;
+		$trace = $e->getTraceAsString();
+
+		_doing_it_wrong( __FUNCTION__, __( 'The current user is being initialized without using $wp->init().', 'buddypress' ) . "\n===\nTrace:\n" . substr( $trace, strpos( $trace, '#6' ) ) . "\n===\n", '1.7' );
 	}
 
 	/**
@@ -248,6 +253,21 @@ function bp_init() {
 	do_action( 'bp_init' );
 }
 
+/**
+ * Fire the 'bp_rest_api_init' action, where BuddyPress registers REST API endpoints.
+ *
+ * @since 2.6.0
+ */
+function bp_rest_api_init() {
+
+	/**
+	 * Fires the 'bp_rest_api_init' function, where BuddyPress registers REST API endpoints.
+	 *
+	 * @since 2.6.0
+	 */
+	do_action( 'bp_rest_api_init' );
+}
+
 /**
  * Fire the 'bp_customize_register' action when the Customizer has loaded,
  * allowing scripts and styles to be initialized.
@@ -356,7 +376,7 @@ function bp_widgets_init() {
 	 *
 	 * @since 1.6.0
 	 */
-	do_action ( 'bp_widgets_init' );
+	do_action( 'bp_widgets_init' );
 }
 
 /**
@@ -373,7 +393,7 @@ function bp_head() {
 	 *
 	 * @since 1.6.0
 	 */
-	do_action ( 'bp_head' );
+	do_action( 'bp_head' );
 }
 
 /** Theme Permissions *********************************************************/
@@ -387,7 +407,6 @@ function bp_head() {
  *
  * @since 1.6.0
  *
- * @uses do_action()
  */
 function bp_template_redirect() {
 
@@ -408,7 +427,6 @@ function bp_template_redirect() {
  *
  * @since 1.5.0
  *
- * @uses do_action()
  */
 function bp_register_theme_directory() {
 
@@ -429,7 +447,6 @@ function bp_register_theme_directory() {
  *
  * @since 1.7.0
  *
- * @uses do_action()
  */
 function bp_register_theme_packages() {
 
@@ -446,7 +463,6 @@ function bp_register_theme_packages() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_enqueue_scripts'.
  */
 function bp_enqueue_scripts() {
 
@@ -455,7 +471,25 @@ function bp_enqueue_scripts() {
 	 *
 	 * @since 1.6.0
 	 */
-	do_action ( 'bp_enqueue_scripts' );
+	do_action( 'bp_enqueue_scripts' );
+}
+
+/**
+ * Fires the 'bp_enqueue_embed_scripts' action in the <head> for BP oEmbeds.
+ *
+ * @since 2.6.0
+ */
+function bp_enqueue_embed_scripts() {
+	if ( ! is_buddypress() ) {
+		return;
+	}
+
+	/**
+	 * Enqueue CSS and JS files for BuddyPress embeds.
+	 *
+	 * @since 2.6.0
+	 */
+	do_action( 'bp_enqueue_embed_scripts' );
 }
 
 /**
@@ -463,7 +497,6 @@ function bp_enqueue_scripts() {
  *
  * @since 1.8.0
  *
- * @uses do_action() Calls 'bp_add_rewrite_tags'.
  */
 function bp_add_rewrite_tags() {
 
@@ -480,7 +513,6 @@ function bp_add_rewrite_tags() {
  *
  * @since 1.9.0
  *
- * @uses do_action() Calls 'bp_add_rewrite_rules'.
  */
 function bp_add_rewrite_rules() {
 
@@ -497,7 +529,6 @@ function bp_add_rewrite_rules() {
  *
  * @since 1.9.0
  *
- * @uses do_action() Calls 'bp_add_permastructs'.
  */
 function bp_add_permastructs() {
 
@@ -517,7 +548,6 @@ function bp_add_permastructs() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_setup_theme'.
  */
 function bp_setup_theme() {
 
@@ -526,7 +556,7 @@ function bp_setup_theme() {
 	 *
 	 * @since 1.6.0
 	 */
-	do_action ( 'bp_setup_theme' );
+	do_action( 'bp_setup_theme' );
 }
 
 /**
@@ -541,7 +571,6 @@ function bp_setup_theme() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_after_setup_theme'.
  */
 function bp_after_setup_theme() {
 
@@ -550,7 +579,7 @@ function bp_after_setup_theme() {
 	 *
 	 * @since 1.7.0
 	 */
-	do_action ( 'bp_after_setup_theme' );
+	do_action( 'bp_after_setup_theme' );
 }
 
 /** Theme Compatibility Filter ************************************************/
@@ -608,8 +637,6 @@ function bp_login_redirect( $redirect_to = '', $redirect_to_raw = '', $user = fa
  *
  * @since 1.6.0
  *
- * @uses apply_filters()
- *
  * @param string $template See 'template_include'.
  * @return string Template file to use.
  */
@@ -630,8 +657,6 @@ function bp_template_include( $template = '' ) {
  *
  * @since 1.7.0
  *
- * @uses do_action() Calls 'bp_generate_rewrite_rules' with {@link WP_Rewrite}.
- *
  * @param WP_Rewrite $wp_rewrite See 'generate_rewrite_rules'.
  */
 function bp_generate_rewrite_rules( $wp_rewrite ) {
@@ -653,8 +678,6 @@ function bp_generate_rewrite_rules( $wp_rewrite ) {
  *
  * @since 1.7.0
  *
- * @uses apply_filters() Calls 'bp_allowed_themes' with the allowed themes list.
- *
  * @param array $themes The path of the template to include.
  * @return array
  */
@@ -677,7 +700,6 @@ function bp_allowed_themes( $themes ) {
  *
  * @since 1.9.0
  *
- * @uses do_action()
  */
 function bp_post_request() {
 
@@ -721,7 +743,6 @@ function bp_post_request() {
  *
  * @since 1.9.0
  *
- * @uses do_action()
  */
 function bp_get_request() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-filters.php b/wp-content/plugins/buddypress/bp-core/bp-core-filters.php
index e03397211..dd9645bd0 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-filters.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-filters.php
@@ -80,8 +80,6 @@ add_filter( 'comments_open', 'bp_comments_open', 10, 2 );
  *
  * @since 1.5.0
  *
- * @uses bp_is_active() checks if a BuddyPress component is active.
- *
  * @param array $pages List of excluded page IDs, as passed to the
  *                     'wp_list_pages_excludes' filter.
  * @return array The exclude list, with BP's pages added.
@@ -119,9 +117,6 @@ add_filter( 'wp_list_pages_excludes', 'bp_core_exclude_pages' );
  *
  * @since 2.0.0
  *
- * @uses bp_is_root_blog() checks if current blog is root blog.
- * @uses buddypress() gets BuddyPress main instance
- *
  * @param object|null $object The post type object used in the meta box.
  * @return object|null The $object, with a query argument to remove register and activate pages id.
  */
@@ -286,7 +281,6 @@ add_filter( 'comments_array', 'bp_core_filter_comments', 10, 2 );
  *
  * @since 1.2.0
  *
- * @uses apply_filters() Filter 'bp_core_login_redirect' to modify where users
  *       are redirected to on login.
  *
  * @param string  $redirect_to     The URL to be redirected to, sanitized in wp-login.php.
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-functions.php b/wp-content/plugins/buddypress/bp-core/bp-core-functions.php
index ea58ce7c0..7cf28aafc 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-functions.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-functions.php
@@ -17,7 +17,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.6.0
  *
- * @uses bp_get_version() To get the BuddyPress version.
  */
 function bp_version() {
 	echo bp_get_version();
@@ -38,7 +37,6 @@ function bp_version() {
  *
  * @since 1.6.0
  *
- * @uses bp_get_db_version() To get the BuddyPress database version.
  */
 function bp_db_version() {
 	echo bp_get_db_version();
@@ -59,7 +57,6 @@ function bp_db_version() {
  *
  * @since 1.6.0
  *
- * @uses bp_get_db_version_raw() To get the current database BuddyPress version.
  */
 function bp_db_version_raw() {
 	echo bp_get_db_version_raw();
@@ -358,7 +355,6 @@ function bp_esc_like( $text ) {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() Filter 'bp_is_username_compatibility_mode' to alter.
  * @todo Move to members component?
  *
  * @return bool False when compatibility mode is disabled, true when enabled.
@@ -384,8 +380,6 @@ function bp_is_username_compatibility_mode() {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() Filter 'bp_use_wp_admin_bar' to alter.
- *
  * @return bool Default: true. False when WP Toolbar support is disabled.
  */
 function bp_use_wp_admin_bar() {
@@ -492,6 +486,29 @@ function bp_core_get_directory_page_ids( $status = 'active' ) {
 	return apply_filters( 'bp_core_get_directory_page_ids', $page_ids );
 }
 
+/**
+ * Get the page ID corresponding to a component directory.
+ *
+ * @since 2.6.0
+ *
+ * @param string $component The slug representing the component. Defaults to the current component.
+ * @return int|bool The ID of the directory page associated with the component. False if none is found.
+ */
+function bp_core_get_directory_page_id( $component = null ) {
+	if ( ! $component ) {
+		$component = bp_current_component();
+	}
+
+	$bp_pages = bp_core_get_directory_page_ids( 'all' );
+
+	$page_id = false;
+	if ( $component && isset( $bp_pages[ $component ] ) ) {
+		$page_id = (int) $bp_pages[ $component ];
+	}
+
+	return $page_id;
+}
+
 /**
  * Store the list of BP directory pages in the appropriate meta table.
  *
@@ -900,8 +917,6 @@ function bp_do_register_theme_directory() {
  *
  * @since 1.0.0
  *
- * @uses get_blog_option() WordPress function to fetch blog meta.
- *
  * @return string The domain URL for the blog.
  */
 function bp_core_get_root_domain() {
@@ -923,8 +938,6 @@ function bp_core_get_root_domain() {
  *
  * @since 1.0.0
  *
- * @uses wp_safe_redirect()
- *
  * @param string $location The redirect URL.
  * @param int    $status   Optional. The numeric code to give in the redirect
  *                         headers. Default: 302.
@@ -1054,9 +1067,6 @@ function bp_core_current_time( $gmt = true, $type = 'mysql' ) {
  *
  * @since 1.0.0
  *
- * @uses apply_filters() Filter 'bp_core_time_since_pre' to bypass BP's calculations.
- * @uses apply_filters() Filter 'bp_core_time_since' to modify BP's calculations.
- *
  * @param int|string $older_date The earlier time from which you're calculating
  *                               the time elapsed. Enter either as an integer Unix timestamp,
  *                               or as a date string of the format 'Y-m-d h:i:s'.
@@ -1267,8 +1277,8 @@ function bp_core_add_message( $message, $type = '' ) {
 	}
 
 	// Send the values to the cookie for page reload display.
-	@setcookie( 'bp-message',      $message, time() + 60 * 60 * 24, COOKIEPATH );
-	@setcookie( 'bp-message-type', $type,    time() + 60 * 60 * 24, COOKIEPATH );
+	@setcookie( 'bp-message',      $message, time() + 60 * 60 * 24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+	@setcookie( 'bp-message-type', $type,    time() + 60 * 60 * 24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 
 	// Get BuddyPress.
 	$bp = buddypress();
@@ -1293,7 +1303,6 @@ function bp_core_add_message( $message, $type = '' ) {
  *
  * @since 1.1.0
  *
- * @uses setcookie() Sets a cookie value for the user.
  */
 function bp_core_setup_message() {
 
@@ -1311,11 +1320,11 @@ function bp_core_setup_message() {
 	add_action( 'template_notices', 'bp_core_render_message' );
 
 	if ( isset( $_COOKIE['bp-message'] ) ) {
-		@setcookie( 'bp-message', false, time() - 1000, COOKIEPATH );
+		@setcookie( 'bp-message', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 	}
 
 	if ( isset( $_COOKIE['bp-message-type'] ) ) {
-		@setcookie( 'bp-message-type', false, time() - 1000, COOKIEPATH );
+		@setcookie( 'bp-message-type', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 	}
 }
 add_action( 'bp_actions', 'bp_core_setup_message', 5 );
@@ -1377,7 +1386,6 @@ function bp_core_render_message() {
  *
  * @since 1.0.0
  *
- * @uses bp_update_user_meta() BP function to update user metadata in the
  *       usermeta table.
  *
  * @return bool|null Returns false if there is nothing to do.
@@ -1435,7 +1443,6 @@ add_action( 'wp_head', 'bp_core_record_activity' );
  *
  * @since 1.0.0
  *
- * @uses bp_core_time_since() This function will return an English
  *       representation of the time elapsed.
  *
  * @param int|string $last_activity_date The date of last activity.
@@ -1486,8 +1493,6 @@ function bp_core_get_last_activity( $last_activity_date = '', $string = '' ) {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() Filter 'bp_get_user_meta_key' to modify keys individually.
- *
  * @param string|bool $key The usermeta meta_key.
  * @return string $key The usermeta meta_key.
  */
@@ -1513,7 +1518,6 @@ function bp_get_user_meta_key( $key = false ) {
  * @since 1.5.0
  *
  * @see get_user_meta() For complete details about parameters and return values.
- * @uses bp_get_user_meta_key() For a filterable version of the meta key.
  *
  * @param int    $user_id The ID of the user whose meta you're fetching.
  * @param string $key     The meta key to retrieve.
@@ -1535,7 +1539,6 @@ function bp_get_user_meta( $user_id, $key, $single = false ) {
  * @since 1.5.0
  *
  * @see update_user_meta() For complete details about parameters and return values.
- * @uses bp_get_user_meta_key() For a filterable version of the meta key.
  *
  * @param int    $user_id    The ID of the user whose meta you're setting.
  * @param string $key        The meta key to set.
@@ -1557,7 +1560,6 @@ function bp_update_user_meta( $user_id, $key, $value, $prev_value = '' ) {
  * @since 1.5.0
  *
  * @see delete_user_meta() For complete details about parameters and return values.
- * @uses bp_get_user_meta_key() For a filterable version of the meta key.
  *
  * @param int    $user_id The ID of the user whose meta you're deleting.
  * @param string $key     The meta key to delete.
@@ -1666,6 +1668,38 @@ function bp_use_embed_in_private_messages() {
 	return apply_filters( 'bp_use_embed_in_private_messages', !defined( 'BP_EMBED_DISABLE_PRIVATE_MESSAGES' ) || !BP_EMBED_DISABLE_PRIVATE_MESSAGES );
 }
 
+/**
+ * Extracts media metadata from a given content.
+ *
+ * @since 2.6.0
+ *
+ * @param  string     $content The content to check.
+ * @param  string|int $type    The type to check. Can also use a bitmask. See the class constants in the
+ *                             BP_Media_Extractor class for more info.
+ * @return array|bool          If media exists, will return array of media metadata. Else, boolean false.
+ */
+function bp_core_extract_media_from_content( $content = '', $type = 'all' ) {
+	if ( is_string( $type ) ) {
+		$class = new ReflectionClass( 'BP_Media_Extractor' );
+		$bitmask = $class->getConstant( strtoupper( $type ) );
+	} else {
+		$bitmask = (int) $type;
+	}
+
+	// Type isn't valid, so bail.
+	if ( empty( $bitmask ) ) {
+		return false;
+	}
+
+	$x = new BP_Media_Extractor;
+	$media = $x->extract( $content, $bitmask );
+
+	unset( $media['has'] );
+	$retval = array_filter( $media );
+
+	return ! empty( $retval ) ? $retval : false;
+}
+
 /** Admin *********************************************************************/
 
 /**
@@ -1686,9 +1720,6 @@ function bp_admin_url( $path = '', $scheme = 'admin' ) {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses bp_core_do_network_admin()
-	 * @uses network_admin_url()
-	 * @uses admin_url()
 	 *
 	 * @param string $path   Optional. The sub-path under /wp-admin to be
 	 *                       appended to the admin URL.
@@ -1720,9 +1751,6 @@ function bp_admin_url( $path = '', $scheme = 'admin' ) {
  *
  * @since 1.5.0
  *
- * @uses bp_is_network_activated()
- * @uses bp_is_multiblog_mode()
- *
  * @return bool True if the BP admin screen should appear in the Network Admin,
  *              otherwise false.
  */
@@ -1855,8 +1883,6 @@ function bp_get_root_blog_id() {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() Filter 'bp_is_multiblog_mode' to alter.
- *
  * @return bool False when multiblog mode is disabled; true when enabled.
  *              Default: false.
  */
@@ -2044,8 +2070,6 @@ function bp_do_404( $redirect = 'remove_canonical_direct' ) {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_verify_nonce_request' on $action.
- *
  * @param string $action    Action nonce.
  * @param string $query_arg Where to look for nonce in $_REQUEST.
  * @return bool True if the nonce is verified, otherwise false.
@@ -2185,7 +2209,7 @@ function bp_core_load_buddypress_textdomain() {
 	// Default to WP and glotpress.
 	return load_plugin_textdomain( $domain );
 }
-add_action ( 'bp_core_loaded', 'bp_core_load_buddypress_textdomain' );
+add_action( 'bp_core_loaded', 'bp_core_load_buddypress_textdomain' );
 
 /**
  * A JavaScript-free implementation of the search functions in BuddyPress.
@@ -2263,20 +2287,6 @@ function bp_core_action_search_site( $slug = '' ) {
 }
 add_action( 'bp_init', 'bp_core_action_search_site', 7 );
 
-/**
- * Print the generation time in the footer of the site.
- *
- * @since 1.0.0
- */
-function bp_core_print_generation_time() {
-?>
-
-<!-- Generated in <?php timer_stop(1); ?> seconds. (<?php echo get_num_queries(); ?> q) -->
-
-	<?php
-}
-add_action( 'wp_footer', 'bp_core_print_generation_time' );
-
 /**
  * Remove "prev" and "next" relational links from <head> on BuddyPress pages.
  *
@@ -2331,6 +2341,105 @@ function bp_core_get_minified_asset_suffix() {
 	return $ext;
 }
 
+/**
+ * Return a list of component information.
+ *
+ * @since 2.6.0
+ *
+ * @param string $type Optional; component type to fetch. Default value is 'all', or 'optional', 'retired', 'required'.
+ * @return array Requested components' data.
+ */
+function bp_core_get_components( $type = 'all' ) {
+	$required_components = array(
+		'core' => array(
+			'title'       => __( 'BuddyPress Core', 'buddypress' ),
+			'description' => __( 'It&#8216;s what makes <del>time travel</del> BuddyPress possible!', 'buddypress' )
+		),
+		'members' => array(
+			'title'       => __( 'Community Members', 'buddypress' ),
+			'description' => __( 'Everything in a BuddyPress community revolves around its members.', 'buddypress' )
+		),
+	);
+
+	$retired_components = array(
+		'forums' => array(
+			'title'       => __( 'Group Forums', 'buddypress' ),
+			'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="https://bbpress.org/">bbPress</a>' )
+		),
+	);
+
+	$optional_components = array(
+		'xprofile' => array(
+			'title'       => __( 'Extended Profiles', 'buddypress' ),
+			'description' => __( 'Customize your community with fully editable profile fields that allow your users to describe themselves.', 'buddypress' )
+		),
+		'settings' => array(
+			'title'       => __( 'Account Settings', 'buddypress' ),
+			'description' => __( 'Allow your users to modify their account and notification settings directly from within their profiles.', 'buddypress' )
+		),
+		'friends'  => array(
+			'title'       => __( 'Friend Connections', 'buddypress' ),
+			'description' => __( 'Let your users make connections so they can track the activity of others and focus on the people they care about the most.', 'buddypress' )
+		),
+		'messages' => array(
+			'title'       => __( 'Private Messaging', 'buddypress' ),
+			'description' => __( 'Allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, messages can be sent between any number of members.', 'buddypress' )
+		),
+		'activity' => array(
+			'title'       => __( 'Activity Streams', 'buddypress' ),
+			'description' => __( 'Global, personal, and group activity streams with threaded commenting, direct posting, favoriting, and @mentions, all with full RSS feed and email notification support.', 'buddypress' )
+		),
+		'notifications' => array(
+			'title'       => __( 'Notifications', 'buddypress' ),
+			'description' => __( 'Notify members of relevant activity with a toolbar bubble and/or via email, and allow them to customize their notification settings.', 'buddypress' )
+		),
+		'groups'   => array(
+			'title'       => __( 'User Groups', 'buddypress' ),
+			'description' => __( 'Groups allow your users to organize themselves into specific public, private or hidden sections with separate activity streams and member listings.', 'buddypress' )
+		),
+		'forums'   => array(
+			'title'       => __( 'Group Forums (Legacy)', 'buddypress' ),
+			'description' => __( 'Group forums allow for focused, bulletin-board style conversations.', 'buddypress' )
+		),
+		'blogs'    => array(
+			'title'       => __( 'Site Tracking', 'buddypress' ),
+			'description' => __( 'Record activity for new posts and comments from your site.', 'buddypress' )
+		)
+	);
+
+	// Add blogs tracking if multisite.
+	if ( is_multisite() ) {
+		$optional_components['blogs']['description'] = __( 'Record activity for new sites, posts, and comments across your network.', 'buddypress' );
+	}
+
+	switch ( $type ) {
+		case 'required' :
+			$components = $required_components;
+			break;
+		case 'optional' :
+			$components = $optional_components;
+			break;
+		case 'retired' :
+			$components = $retired_components;
+			break;
+		case 'all' :
+		default :
+			$components = array_merge( $required_components, $optional_components, $retired_components );
+			break;
+	}
+
+	/**
+	 * Filters the list of component information.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array  $components Array of component information.
+	 * @param string $type       Type of component list requested.
+	 *                           Possible values are 'all', 'optional', 'retired', 'required'.
+	 */
+	return apply_filters( 'bp_core_get_components', $components, $type );
+}
+
 /** Nav Menu ******************************************************************/
 
 /**
@@ -2358,11 +2467,8 @@ function bp_nav_menu_get_loggedin_pages() {
 		return buddypress()->wp_nav_menu_items->loggedin;
 	}
 
-	// Pull up a list of items registered in BP's top-level nav array.
-	$bp_menu_items = buddypress()->bp_nav;
-
-	// Alphabetize.
-	$bp_menu_items = bp_alpha_sort_by_key( $bp_menu_items, 'name' );
+	// Pull up a list of items registered in BP's primary nav for the member.
+	$bp_menu_items = buddypress()->members->nav->get_primary();
 
 	// Some BP nav menu items will not be represented in bp_nav, because
 	// they are not real BP components. We add them manually here.
@@ -2490,7 +2596,7 @@ function bp_nav_menu_get_loggedout_pages() {
  * @since 1.9.0
  *
  * @param string $slug The slug of the nav item: login, register, or one of the
- *                     slugs from buddypress()->bp_nav.
+ *                     slugs from the members navigation.
  * @return string $nav_item_url The URL generated for the current user.
  */
 function bp_nav_menu_get_item_url( $slug ) {
@@ -2585,12 +2691,6 @@ function bp_core_get_suggestions( $args ) {
  *
  * @since 2.3.0
  *
- * @uses  is_multisite()
- * @uses  bp_is_root_blog()
- * @uses  switch_to_blog()
- * @uses  wp_upload_dir()
- * @uses  restore_current_blog()
- *
  * @return string
  */
 function bp_upload_dir() {
@@ -3242,9 +3342,9 @@ function bp_email_get_schema() {
 			/* translators: do not remove {} brackets or translate its contents. */
 			'post_title'   => __( '[{{{site.name}}}] Verify your new email address', 'buddypress' ),
 			/* translators: do not remove {} brackets or translate its contents. */
-			'post_content' => __( "You recently changed the email address associated with your account on {{site.name}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),
+			'post_content' => __( "You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),
 			/* translators: do not remove {} brackets or translate its contents. */
-			'post_excerpt' => __( "You recently changed the email address associated with your account on {{site.name}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),
+			'post_excerpt' => __( "You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),
 		),
 		'groups-membership-request-accepted' => array(
 			/* translators: do not remove {} brackets or translate its contents. */
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-loader.php b/wp-content/plugins/buddypress/bp-core/bp-core-loader.php
index a5650de8a..3ade1e247 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-loader.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-loader.php
@@ -12,7 +12,10 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-core.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-component.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-core.php';
+}
 
 /**
  * Set up the BuddyPress Core component.
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-moderation.php b/wp-content/plugins/buddypress/bp-core/bp-core-moderation.php
index 775f4f51f..e89f41ee9 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-moderation.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-moderation.php
@@ -20,11 +20,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.6.0
  *
- * @uses current_user_can() To check if the current user can throttle.
- * @uses bp_get_option() To get the throttle time.
- * @uses get_transient() To get the last posted transient of the ip.
- * @uses get_user_meta() To get the last posted meta of the user.
- *
  * @param int $user_id User id to check for flood.
  * @return bool True if there is no flooding, false if there is.
  */
@@ -52,17 +47,15 @@ function bp_core_check_for_flood( $user_id = 0 ) {
  * Check for moderation keys and too many links.
  *
  * @since 1.6.0
+ * @since 2.6.0 Added $error_type parameter.
  *
- * @uses bp_current_author_ip() To get current user IP address.
- * @uses bp_current_author_ua() To get current user agent.
- * @uses bp_current_user_can() Allow super admins to bypass blacklist.
- *
- * @param int    $user_id Topic or reply author ID.
- * @param string $title   The title of the content.
- * @param string $content The content being posted.
+ * @param int    $user_id    User ID.
+ * @param string $title      The title of the content.
+ * @param string $content    The content being posted.
+ * @param string $error_type The error type to return. Either 'bool' or 'wp_error'.
  * @return bool True if test is passed, false if fail.
  */
-function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '' ) {
+function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '', $error_type = 'bool' ) {
 
 	/**
 	 * Filters whether or not to bypass checking for moderation keys and too many links.
@@ -136,7 +129,11 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = ''
 
 		// Das ist zu viele links!
 		if ( $num_links >= $max_links ) {
-			return false;
+			if ( 'bool' === $error_type ) {
+				return false;
+			} else {
+				return new WP_Error( 'bp_moderation_too_many_links', __( 'You have posted too many links', 'buddypress' ) );
+			}
 		}
 	}
 
@@ -173,9 +170,11 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = ''
 
 				// Check each user data for current word.
 				if ( preg_match( $pattern, $post_data ) ) {
-
-					// Post does not pass.
-					return false;
+					if ( 'bool' === $error_type ) {
+						return false;
+					} else {
+						return new WP_Error( 'bp_moderation_word_match', _x( 'You have posted an inappropriate word.', 'Comment moderation', 'buddypress' ) );
+					}
 				}
 			}
 		}
@@ -189,17 +188,17 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = ''
  * Check for blocked keys.
  *
  * @since 1.6.0
+ * @since 2.6.0 Added $error_type parameter.
  *
- * @uses bp_current_author_ip() To get current user IP address.
- * @uses bp_current_author_ua() To get current user agent.
- * @uses bp_current_user_can() Allow super admins to bypass blacklist.
+ * @todo Why don't we use wp_blacklist_check() for this?
  *
- * @param int    $user_id Topic or reply author ID.
- * @param string $title   The title of the content.
- * @param string $content The content being posted.
+ * @param int    $user_id    User ID.
+ * @param string $title      The title of the content.
+ * @param string $content    The content being posted.
+ * @param string $error_type The error type to return. Either 'bool' or 'wp_error'.
  * @return bool True if test is passed, false if fail.
  */
-function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '' ) {
+function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '', $error_type = 'bool' ) {
 
 	/**
 	 * Filters whether or not to bypass checking for blocked keys.
@@ -284,9 +283,11 @@ function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '' )
 
 			// Check each user data for current word.
 			if ( preg_match( $pattern, $post_data ) ) {
-
-				// Post does not pass.
-				return false;
+				if ( 'bool' === $error_type ) {
+					return false;
+				} else {
+					return new WP_Error( 'bp_moderation_blacklist_match', _x( 'You have posted an inappropriate word.', 'Comment blacklist', 'buddypress' ) );
+				}
 			}
 		}
 	}
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-options.php b/wp-content/plugins/buddypress/bp-core/bp-core-options.php
index d04568e86..7a9ba4525 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-options.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-options.php
@@ -126,9 +126,6 @@ function bp_get_default_options() {
  *
  * @since 1.6.0
  *
- * @uses bp_get_default_options() To get default options.
- * @uses add_option() Adds default options.
- * @uses do_action() Calls 'bp_add_options'.
  */
 function bp_add_options() {
 
@@ -160,9 +157,6 @@ function bp_add_options() {
  *
  * @since 1.6.0
  *
- * @uses bp_get_default_options() To get default options.
- * @uses delete_option() Removes default options.
- * @uses do_action() Calls 'bp_delete_options'.
  */
 function bp_delete_options() {
 
@@ -191,9 +185,6 @@ function bp_delete_options() {
  *
  * @since 1.6.0
  *
- * @uses bp_get_default_options() To get default options.
- * @uses add_filter() To add filters to 'pre_option_{$key}'.
- * @uses do_action() Calls 'bp_add_option_filters'.
  */
 function bp_setup_option_filters() {
 
@@ -253,8 +244,6 @@ function bp_pre_get_option( $value = false ) {
  *
  * @since 1.2.0
  *
- * @uses bp_get_root_blog_id()
- *
  * @param string $option_name The option to be retrieved.
  * @param string $default     Optional. Default value to be returned if the option
  *                            isn't set. See {@link get_blog_option()}.
@@ -298,8 +287,6 @@ function bp_add_option( $option_name, $value ) {
  *
  * @since 1.5.0
  *
- * @uses bp_get_root_blog_id()
- *
  * @param string $option_name The option key to be set.
  * @param string $value       The value to be set.
  * @return bool True on success, false on failure.
@@ -317,8 +304,6 @@ function bp_update_option( $option_name, $value ) {
  *
  * @since 1.5.0
  *
- * @uses bp_get_root_blog_id()
- *
  * @param string $option_name The option key to be deleted.
  * @return bool True on success, false on failure.
  */
@@ -529,8 +514,6 @@ function bp_core_get_root_option( $option ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the profile sync option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if profile sync is enabled, otherwise false.
@@ -552,8 +535,6 @@ function bp_disable_profile_sync( $default = false ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the logged out Toolbar option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if the admin bar should be hidden for logged-out users,
@@ -576,8 +557,6 @@ function bp_hide_loggedout_adminbar( $default = true ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the avatar uploads option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if avatar uploads are disabled, otherwise false.
@@ -599,8 +578,6 @@ function bp_disable_avatar_uploads( $default = true ) {
  *
  * @since 2.4.0
  *
- * @uses bp_get_option() To get the cover image uploads option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: false.
  * @return bool True if cover image uploads are disabled, otherwise false.
@@ -656,8 +633,6 @@ function bp_disable_group_avatar_uploads( $default = null ) {
  *
  * @since 2.4.0
  *
- * @uses bp_get_option() To get the group cover image uploads option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: false.
  * @return bool True if group cover image uploads are disabled, otherwise false.
@@ -679,8 +654,6 @@ function bp_disable_group_cover_image_uploads( $default = false ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the account deletion option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if users are able to delete their own accounts, otherwise
@@ -704,7 +677,6 @@ function bp_disable_account_deletion( $default = false ) {
  * @since 1.6.0
  *
  * @todo split and move into blog and forum components.
- * @uses bp_get_option() To get the blog/forum comments option.
  *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: false.
@@ -729,7 +701,6 @@ function bp_disable_blogforum_comments( $default = false ) {
  * @since 1.6.0
  *
  * @todo Move into groups component.
- * @uses bp_get_option() To get the group creation.
  *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
@@ -752,8 +723,6 @@ function bp_restrict_group_creation( $default = true ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the BuddyBar option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if the BuddyBar should be forced on, otherwise false.
@@ -785,7 +754,6 @@ function bp_group_forums_root_id( $default = '0' ) {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses bp_get_option() To get the root forum ID from the database.
 	 *
 	 * @param bool|string $default Optional. Default: '0'.
 	 * @return int The ID of the group forums root forum.
@@ -807,8 +775,6 @@ function bp_group_forums_root_id( $default = '0' ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the group forums option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if group forums are active, otherwise false.
@@ -830,8 +796,6 @@ function bp_is_group_forums_active( $default = true ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_option() To get the Akismet option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if Akismet is enabled, otherwise false.
@@ -853,8 +817,6 @@ function bp_is_akismet_active( $default = true ) {
  *
  * @since 2.0.0
  *
- * @uses bp_get_option() To get the Heartbeat option.
- *
  * @param bool $default Optional. Fallback value if not found in the database.
  *                      Default: true.
  * @return bool True if Heartbeat refresh is enabled, otherwise false.
@@ -876,8 +838,6 @@ function bp_is_activity_heartbeat_active( $default = true ) {
  *
  * @since 1.7.0
  *
- * @uses get_option() To get the theme package option.
- *
  * @param string $default Optional. Fallback value if not found in the database.
  *                        Default: 'legacy'.
  * @return string ID of the theme package.
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php b/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php
index bd544b4cd..fd0139b0e 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php
@@ -44,6 +44,29 @@ function bp_register_default_taxonomies() {
 }
 add_action( 'bp_register_taxonomies', 'bp_register_default_taxonomies' );
 
+/**
+ * Gets the ID of the site that BP should use for taxonomy term storage.
+ *
+ * Defaults to the root blog ID.
+ *
+ * @since 2.6.0
+ *
+ * @return int
+ */
+function bp_get_taxonomy_term_site_id( $taxonomy = '' ) {
+	$site_id = bp_get_root_blog_id();
+
+	/**
+	 * Filters the ID of the site where BP should store taxonomy terms.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param int    $site_id
+	 * @param string $taxonomy
+	 */
+	return (int) apply_filters( 'bp_get_taxonomy_term_site_id', $site_id, $taxonomy );
+}
+
 /**
  * Set taxonomy terms on a BuddyPress object.
  *
@@ -58,16 +81,18 @@ add_action( 'bp_register_taxonomies', 'bp_register_default_taxonomies' );
  * @return array Array of term taxonomy IDs.
  */
 function bp_set_object_terms( $object_id, $terms, $taxonomy, $append = false ) {
-	$is_root_blog = bp_is_root_blog();
+	$site_id = bp_get_taxonomy_term_site_id( $taxonomy );
 
-	if ( ! $is_root_blog ) {
-		switch_to_blog( bp_get_root_blog_id() );
+	$switched = false;
+	if ( $site_id !== get_current_blog_id() ) {
+		switch_to_blog( $site_id );
 		bp_register_taxonomies();
+		$switched = true;
 	}
 
 	$retval = wp_set_object_terms( $object_id, $terms, $taxonomy, $append );
 
-	if ( ! $is_root_blog ) {
+	if ( $switched ) {
 		restore_current_blog();
 	}
 
@@ -87,17 +112,28 @@ function bp_set_object_terms( $object_id, $terms, $taxonomy, $append = false ) {
  * @return array
  */
 function bp_get_object_terms( $object_ids, $taxonomies, $args = array() ) {
-	$is_root_blog = bp_is_root_blog();
-
-	if ( ! $is_root_blog ) {
-		switch_to_blog( bp_get_root_blog_id() );
-		bp_register_taxonomies();
+	// Different taxonomies must be stored on different sites.
+	$taxonomy_site_map = array();
+	foreach ( (array) $taxonomies as $taxonomy ) {
+		$taxonomy_site_id = bp_get_taxonomy_term_site_id( $taxonomy );
+		$taxonomy_site_map[ $taxonomy_site_id ][] = $taxonomy;
 	}
 
-	$retval = wp_get_object_terms( $object_ids, $taxonomies, $args );
-
-	if ( ! $is_root_blog ) {
-		restore_current_blog();
+	$retval = array();
+	foreach ( $taxonomy_site_map as $taxonomy_site_id => $site_taxonomies ) {
+		$switched = false;
+		if ( $taxonomy_site_id !== get_current_blog_id() ) {
+			switch_to_blog( $taxonomy_site_id );
+			bp_register_taxonomies();
+			$switched = true;
+		}
+
+		$site_terms = wp_get_object_terms( $object_ids, $site_taxonomies, $args );
+		$retval     = array_merge( $retval, $site_terms );
+
+		if ( $switched ) {
+			restore_current_blog();
+		}
 	}
 
 	return $retval;
@@ -116,16 +152,18 @@ function bp_get_object_terms( $object_ids, $taxonomies, $args = array() ) {
  * @return bool|WP_Error True on success, false or WP_Error on failure.
  */
 function bp_remove_object_terms( $object_id, $terms, $taxonomy ) {
-	$is_root_blog = bp_is_root_blog();
+	$site_id = bp_get_taxonomy_term_site_id( $taxonomy );
 
-	if ( ! $is_root_blog ) {
-		switch_to_blog( bp_get_root_blog_id() );
+	$switched = false;
+	if ( $site_id !== get_current_blog_id() ) {
+		switch_to_blog( $site_id );
 		bp_register_taxonomies();
+		$switched = true;
 	}
 
 	$retval = wp_remove_object_terms( $object_id, $terms, $taxonomy );
 
-	if ( ! $is_root_blog ) {
+	if ( $switched ) {
 		restore_current_blog();
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php b/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php
index 87e2710e4..c6aba79d5 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php
@@ -19,10 +19,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.7.0
  *
- * @uses bp_locate_template()
- * @uses load_template()
- * @uses get_template_part()
- *
  * @param string      $slug Template part slug. Used to generate filenames,
  *                          eg 'friends' for 'friends.php'.
  * @param string|null $name Optional. Template part name. Used to generate
@@ -65,6 +61,20 @@ function bp_get_template_part( $slug, $name = null ) {
 	return bp_locate_template( $templates, true, false );
 }
 
+/**
+ * Get an asset template part.
+ *
+ * Basically the same as {@link bp_get_template_part()}, but with 'assets/'
+ * prepended to the slug.
+ *
+ * @since 2.6.0
+ *
+ * @see bp_get_template_part() for full documentation.
+ */
+function bp_get_asset_template_part( $slug, $name = null ) {
+	return bp_get_template_part( "assets/{$slug}", $name );
+}
+
 /**
  * Retrieve the name of the highest priority template file that exists.
  *
@@ -123,10 +133,6 @@ function bp_locate_template( $template_names, $load = false, $require_once = tru
 	 */
 	do_action( 'bp_locate_template', $located, $template_name, $template_names, $template_locations, $load, $require_once );
 
-	// Maybe load the template if one was located.
-	$use_themes = defined( 'WP_USE_THEMES' ) && WP_USE_THEMES;
-	$doing_ajax = defined( 'DOING_AJAX' ) && DOING_AJAX;
-
 	/**
 	 * Filter here to allow/disallow template loading.
 	 *
@@ -134,15 +140,58 @@ function bp_locate_template( $template_names, $load = false, $require_once = tru
 	 *
 	 * @param bool $value True to load the template, false otherwise.
 	 */
-	$load_template = (bool) apply_filters( 'bp_locate_template_and_load', $use_themes || $doing_ajax );
+	$load_template = (bool) apply_filters( 'bp_locate_template_and_load', true );
 
-	if ( $load_template && ( true == $load ) && ! empty( $located ) ) {
+	if ( $load_template && $load && ! empty( $located ) ) {
 		load_template( $located, $require_once );
 	}
 
 	return $located;
 }
 
+/**
+ * Get file data of the highest priority asset that exists.
+ *
+ * Similar to {@link bp_locate_template()}, but for files like CSS and JS.
+ *
+ * @since 2.6.0
+ *
+ * @param  string     Relative filename to search for.
+ * @return array|bool Array of asset data if one is located (includes absolute filepath and URI).
+ *                    Boolean false on failure.
+ */
+function bp_locate_template_asset( $filename ) {
+	// Ensure assets can be located when running from /src/.
+	if ( defined( 'BP_SOURCE_SUBDIRECTORY' ) && 'src' === BP_SOURCE_SUBDIRECTORY ) {
+		$filename = str_replace( '.min', '', $filename );
+	}
+
+	// Use bp_locate_template() to find our asset.
+	$located = bp_locate_template( $filename, false );
+	if ( false === $located ) {
+		return false;
+	}
+
+	// Set up data array.
+	$data = array();
+	$data['file'] = $data['uri'] = $located;
+
+	$find = array(
+		get_theme_root(),
+		bp_get_theme_compat_dir()
+	);
+
+	$replace = array(
+		get_theme_root_uri(),
+		bp_get_theme_compat_url()
+	);
+
+	// Make sure URI path is relative to site URL.
+	$data['uri'] = str_replace( $find, $replace, $data['uri'] );
+
+	return $data;
+}
+
 /**
  * Register a new template stack location.
  *
@@ -303,10 +352,6 @@ function bp_buffer_template_part( $slug, $name = null, $echo = true ) {
  *
  * @since 1.7.0
  *
- * @uses bp_set_theme_compat_templates()
- * @uses bp_locate_template()
- * @uses bp_set_theme_compat_template()
- *
  * @param string $type      Filename without extension.
  * @param array  $templates An optional list of template candidates.
  * @return string Full path to file.
@@ -517,7 +562,6 @@ function bp_is_template_included() {
  * @since 1.7.0
  *
  * @global string $pagenow
- * @uses bp_locate_template()
  */
 function bp_load_theme_functions() {
 	global $pagenow, $wp_query;
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-template.php b/wp-content/plugins/buddypress/bp-core/bp-core-template.php
index 1f2c5e94b..0755af83e 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-template.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-template.php
@@ -13,7 +13,7 @@ defined( 'ABSPATH' ) || exit;
 /**
  * Output the "options nav", the secondary-level single item navigation menu.
  *
- * Uses the $bp->bp_options_nav global to render out the sub navigation for the
+ * Uses the component's nav global to render out the sub navigation for the
  * current component. Each component adds to its sub navigation array within
  * its own setup_nav() function.
  *
@@ -26,7 +26,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.0.0
  *
- * @uses bp_get_user_nav() Renders the navigation for a profile of a currently
  *       viewed user.
  *
  * @param string $parent_slug Options nav slug.
@@ -40,35 +39,50 @@ function bp_get_options_nav( $parent_slug = '' ) {
 	$component_index = !empty( $bp->displayed_user ) ? bp_current_component() : bp_get_root_slug( bp_current_component() );
 	$selected_item   = bp_current_action();
 
+	// Default to the Members nav.
 	if ( ! bp_is_single_item() ) {
-		if ( !isset( $bp->bp_options_nav[$component_index] ) || count( $bp->bp_options_nav[$component_index] ) < 1 ) {
+		// Set the parent slug, if not provided.
+		if ( empty( $parent_slug ) ) {
+			$parent_slug = $component_index;
+		}
+
+		$secondary_nav_items = $bp->members->nav->get_secondary( array( 'parent_slug' => $parent_slug ) );
+
+		if ( ! $secondary_nav_items ) {
 			return false;
-		} else {
-			$the_index = $component_index;
 		}
+
+	// For a single item, try to use the component's nav.
 	} else {
 		$current_item = bp_current_item();
+		$single_item_component = bp_current_component();
 
+		// Adjust the selected nav item for the current single item if needed.
 		if ( ! empty( $parent_slug ) ) {
 			$current_item  = $parent_slug;
 			$selected_item = bp_action_variable( 0 );
 		}
 
-		if ( !isset( $bp->bp_options_nav[$current_item] ) || count( $bp->bp_options_nav[$current_item] ) < 1 ) {
-			return false;
+		// If the nav is not defined by the parent component, look in the Members nav.
+		if ( ! isset( $bp->{$single_item_component}->nav ) ) {
+			$secondary_nav_items = $bp->members->nav->get_secondary( array( 'parent_slug' => $current_item ) );
 		} else {
-			$the_index = $current_item;
+			$secondary_nav_items = $bp->{$single_item_component}->nav->get_secondary( array( 'parent_slug' => $current_item ) );
+		}
+
+		if ( ! $secondary_nav_items ) {
+			return false;
 		}
 	}
 
 	// Loop through each navigation item.
-	foreach ( (array) $bp->bp_options_nav[$the_index] as $subnav_item ) {
-		if ( empty( $subnav_item['user_has_access'] ) ) {
+	foreach ( $secondary_nav_items as $subnav_item ) {
+		if ( empty( $subnav_item->user_has_access ) ) {
 			continue;
 		}
 
 		// If the current action or an action variable matches the nav item id, then add a highlight CSS class.
-		if ( $subnav_item['slug'] == $selected_item ) {
+		if ( $subnav_item->slug === $selected_item ) {
 			$selected = ' class="current selected"';
 		} else {
 			$selected = '';
@@ -88,7 +102,7 @@ function bp_get_options_nav( $parent_slug = '' ) {
 		 * @param array  $subnav_item   Submenu array item being displayed.
 		 * @param string $selected_item Current action.
 		 */
-		echo apply_filters( 'bp_get_options_nav_' . $subnav_item['css_id'], '<li id="' . esc_attr( $subnav_item['css_id'] . '-' . $list_type . '-li' ) . '" ' . $selected . '><a id="' . esc_attr( $subnav_item['css_id'] ) . '" href="' . esc_url( $subnav_item['link'] ) . '">' . $subnav_item['name'] . '</a></li>', $subnav_item, $selected_item );
+		echo apply_filters( 'bp_get_options_nav_' . $subnav_item->css_id, '<li id="' . esc_attr( $subnav_item->css_id . '-' . $list_type . '-li' ) . '" ' . $selected . '><a id="' . esc_attr( $subnav_item->css_id ) . '" href="' . esc_url( $subnav_item->link ) . '">' . $subnav_item->name . '</a></li>', $subnav_item, $selected_item );
 	}
 }
 
@@ -769,14 +783,8 @@ function bp_button( $args = '' ) {
  * This function is borrowed from CakePHP v2.0, under the MIT license. See
  * http://book.cakephp.org/view/1469/Text#truncate-1625
  *
- * ### Options:
- *
- * - `ending` Will be used as Ending and appended to the trimmed string.
- * - `exact` If false, $text will not be cut mid-word.
- * - `html` If true, HTML tags would be handled correctly.
- * - `filter_shortcodes` If true, shortcodes will be stripped before truncating.
- *
  * @since 1.0.0
+ * @since 2.6.0 Added 'strip_tags' and 'remove_links' as $options args.
  *
  * @param string $text   String to truncate.
  * @param int    $length Optional. Length of returned string, including ellipsis.
@@ -791,6 +799,10 @@ function bp_button( $args = '' ) {
  *                                     excerpt length. Default: true.
  *     @type bool   $filter_shortcodes If true, shortcodes will be stripped.
  *                                     Default: true.
+ *     @type bool   $strip_tags        If true, HTML tags will be stripped. Default: false.
+ *                                     Only applicable if $html is set to false.
+ *     @type bool   $remove_links      If true, URLs will be stripped. Default: false.
+ *                                     Only applicable if $html is set to false.
  * }
  * @return string Trimmed string.
  */
@@ -803,7 +815,9 @@ function bp_create_excerpt( $text, $length = 225, $options = array() ) {
 		'ending'            => __( ' [&hellip;]', 'buddypress' ),
 		'exact'             => false,
 		'html'              => true,
-		'filter_shortcodes' => $filter_shortcodes_default
+		'filter_shortcodes' => $filter_shortcodes_default,
+		'strip_tags'        => false,
+		'remove_links'      => false,
 	), 'create_excerpt' );
 
 	// Save the original text, to be passed along to the filter.
@@ -889,8 +903,28 @@ function bp_create_excerpt( $text, $length = 225, $options = array() ) {
 			}
 		}
 	} else {
+		// Strip HTML tags if necessary.
+		if ( ! empty( $r['strip_tags'] ) ) {
+			$text = strip_tags( $text );
+		}
+
+		// Remove links if necessary.
+		if ( ! empty( $r['remove_links'] ) ) {
+			$text = preg_replace( '#^\s*(https?://[^\s"]+)\s*$#im', '', $text );
+		}
+
 		if ( mb_strlen( $text ) <= $length ) {
-			return $text;
+			/**
+			 * Filters the final generated excerpt.
+			 *
+			 * @since 1.1.0
+			 *
+			 * @param string $truncate      Generated excerpt.
+			 * @param string $original_text Original text provided.
+			 * @param int    $length        Length of returned string, including ellipsis.
+			 * @param array  $options       Array of HTML attributes and options.
+			 */
+			return apply_filters( 'bp_create_excerpt', $text, $original_text, $length, $options );
 		} else {
 			$truncate = mb_substr( $text, 0, $length - mb_strlen( $ending ) );
 		}
@@ -971,16 +1005,7 @@ function bp_create_excerpt( $text, $length = 225, $options = array() ) {
 		}
 	}
 
-	/**
-	 * Filters the final generated excerpt.
-	 *
-	 * @since 1.1.0
-	 *
-	 * @param string $truncate      Generated excerpt.
-	 * @param string $original_text Original text provided.
-	 * @param int    $length        Length of returned string, including ellipsis.
-	 * @param array  $options       Array of HTML attributes and options.
-	 */
+	/** This filter is documented in /bp-core/bp-core-template.php */
 	return apply_filters( 'bp_create_excerpt', $truncate, $original_text, $length, $options );
 }
 add_filter( 'bp_create_excerpt', 'stripslashes_deep'  );
@@ -1468,7 +1493,6 @@ function bp_user_has_access() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_search_slug()
  */
 function bp_search_slug() {
 	echo bp_get_search_slug();
@@ -1497,8 +1521,6 @@ function bp_search_slug() {
  *
  * @since 1.0.0
  *
- * @uses apply_filters() Filter 'bp_displayed_user_id' to change this value.
- *
  * @return int $id ID of the currently displayed user.
  */
 function bp_displayed_user_id() {
@@ -1522,8 +1544,6 @@ function bp_displayed_user_id() {
  *
  * @since 1.0.0
  *
- * @uses apply_filters() Filter 'bp_loggedin_user_id' to change this value.
- *
  * @return int ID of the logged-in user.
  */
 function bp_loggedin_user_id() {
@@ -2255,6 +2275,19 @@ function bp_is_user() {
 	return (bool) bp_displayed_user_id();
 }
 
+/**
+ * Is the current page a user custom front page?
+ *
+ * Will return true anytime there is a custom front page for the displayed user.
+ *
+ * @since 2.6.0
+ *
+ * @return bool True if the current page is a user custom front page.
+ */
+function bp_is_user_front() {
+	return (bool) ( bp_is_user() && bp_is_current_component( 'front' ) );
+}
+
 /**
  * Is the current page a user's activity stream page?
  *
@@ -3010,24 +3043,36 @@ function bp_get_title_parts( $seplocation = 'right' ) {
 		// Set empty subnav name.
 		$component_subnav_name = '';
 
+		if ( ! empty( $bp->members->nav ) ) {
+			$primary_nav_item = $bp->members->nav->get_primary( array( 'slug' => $component_id ), false );
+			$primary_nav_item = reset( $primary_nav_item );
+		}
+
 		// Use the component nav name.
-		if ( ! empty( $bp->bp_nav[$component_id] ) ) {
-			$component_name = _bp_strip_spans_from_title( $bp->bp_nav[ $component_id ]['name'] );
+		if ( ! empty( $primary_nav_item->name ) ) {
+			$component_name = _bp_strip_spans_from_title( $primary_nav_item->name );
 
 		// Fall back on the component ID.
 		} elseif ( ! empty( $bp->{$component_id}->id ) ) {
 			$component_name = ucwords( $bp->{$component_id}->id );
 		}
 
-		// Append action name if we're on a member component sub-page.
-		if ( ! empty( $bp->bp_options_nav[ $component_id ] ) && ! empty( $bp->canonical_stack['action'] ) ) {
-			$component_subnav_name = wp_filter_object_list( $bp->bp_options_nav[ $component_id ], array( 'slug' => bp_current_action() ), 'and', 'name' );
+		if ( ! empty( $bp->members->nav ) ) {
+			$secondary_nav_item = $bp->members->nav->get_secondary( array(
+				'parent_slug' => $component_id,
+				'slug'        => bp_current_action()
+			), false );
 
-			if ( ! empty( $component_subnav_name ) ) {
-				$component_subnav_name = array_shift( $component_subnav_name );
+			if ( $secondary_nav_item ) {
+				$secondary_nav_item = reset( $secondary_nav_item );
 			}
 		}
 
+		// Append action name if we're on a member component sub-page.
+		if ( ! empty( $secondary_nav_item->name ) && ! empty( $bp->canonical_stack['action'] ) ) {
+			$component_subnav_name = $secondary_nav_item->name;
+		}
+
 		// If on the user profile's landing page, just use the fullname.
 		if ( bp_is_current_component( $bp->default_component ) && ( bp_get_requested_url() === bp_displayed_user_domain() ) ) {
 			$bp_title_parts[] = $displayed_user_name;
@@ -3045,14 +3090,28 @@ function bp_get_title_parts( $seplocation = 'right' ) {
 			}
 		}
 
-	// A single group.
-	} elseif ( bp_is_active( 'groups' ) && ! empty( $bp->groups->current_group ) && ! empty( $bp->bp_options_nav[ $bp->groups->current_group->slug ] ) ) {
-		$subnav      = isset( $bp->bp_options_nav[ $bp->groups->current_group->slug ][ bp_current_action() ]['name'] ) ? $bp->bp_options_nav[ $bp->groups->current_group->slug ][ bp_current_action() ]['name'] : '';
-		$bp_title_parts = array( $bp->bp_options_title, $subnav );
-
-	// A single item from a component other than groups.
+	// A single item from a component other than Members.
 	} elseif ( bp_is_single_item() ) {
-		$bp_title_parts = array( $bp->bp_options_title, $bp->bp_options_nav[ bp_current_item() ][ bp_current_action() ]['name'] );
+		$component_id = bp_current_component();
+
+		if ( ! empty( $bp->{$component_id}->nav ) ) {
+			$secondary_nav_item = $bp->{$component_id}->nav->get_secondary( array(
+				'parent_slug' => bp_current_item(),
+				'slug'        => bp_current_action()
+			), false );
+
+			if ( $secondary_nav_item ) {
+				$secondary_nav_item = reset( $secondary_nav_item );
+			}
+		}
+
+		$single_item_subnav = '';
+
+		if ( ! empty( $secondary_nav_item->name ) ) {
+			$single_item_subnav = $secondary_nav_item->name;
+		}
+
+		$bp_title_parts = array( $bp->bp_options_title, $single_item_subnav );
 
 	// An index or directory.
 	} elseif ( bp_is_directory() ) {
@@ -3428,79 +3487,58 @@ function _bp_nav_menu_sort( $a, $b ) {
  * Get the items registered in the primary and secondary BuddyPress navigation menus.
  *
  * @since 1.7.0
+ * @since 2.6.0 Introduced the `$component` parameter.
  *
+ * @param string $component Optional. Component whose nav items are being fetched.
  * @return array A multidimensional array of all navigation items.
  */
-function bp_get_nav_menu_items() {
-	$menus = $selected_menus = array();
-
-	// Get the second level menus.
-	foreach ( (array) buddypress()->bp_options_nav as $parent_menu => $sub_menus ) {
-
-		// The root menu's ID is "xprofile", but the Profile submenus are using "profile". See BP_Core::setup_nav().
-		if ( 'profile' === $parent_menu ) {
-			$parent_menu = 'xprofile';
-		}
-
-		// Sort the items in this menu's navigation by their position property.
-		$second_level_menus = (array) $sub_menus;
-		usort( $second_level_menus, '_bp_nav_menu_sort' );
+function bp_get_nav_menu_items( $component = 'members' ) {
+	$bp    = buddypress();
+	$menus = array();
 
-		// Iterate through the second level menus.
-		foreach( $second_level_menus as $sub_nav ) {
-
-			// Skip items we don't have access to.
-			if ( empty( $sub_nav['user_has_access'] ) ) {
-				continue;
-			}
-
-			// Add this menu.
-			$menu         = new stdClass;
-			$menu->class  = array( 'menu-child' );
-			$menu->css_id = $sub_nav['css_id'];
-			$menu->link   = $sub_nav['link'];
-			$menu->name   = $sub_nav['name'];
-			$menu->parent = $parent_menu;  // Associate this sub nav with a top-level menu.
-
-			// If we're viewing this item's screen, record that we need to mark its parent menu to be selected.
-			if ( $sub_nav['slug'] == bp_current_action() ) {
-				$menu->class[]    = 'current-menu-item';
-				$selected_menus[] = $parent_menu;
-			}
-
-			$menus[] = $menu;
-		}
+	if ( ! isset( $bp->{$component}->nav ) ) {
+		return $menus;
 	}
 
-	// Get the top-level menu parts (Friends, Groups, etc) and sort by their position property.
-	$top_level_menus = (array) buddypress()->bp_nav;
-	usort( $top_level_menus, '_bp_nav_menu_sort' );
-
-	// Iterate through the top-level menus.
-	foreach ( $top_level_menus as $nav ) {
-
-		// Skip items marked as user-specific if you're not on your own profile.
-		if ( empty( $nav['show_for_displayed_user'] ) && ! bp_core_can_edit_settings()  ) {
-			continue;
-		}
-
+	// Get the item nav and build the menus.
+	foreach ( $bp->{$component}->nav->get_item_nav() as $nav_menu ) {
 		// Get the correct menu link. See https://buddypress.trac.wordpress.org/ticket/4624.
-		$link = bp_loggedin_user_domain() ? str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $nav['link'] ) : trailingslashit( bp_displayed_user_domain() . $nav['link'] );
+		$link = bp_loggedin_user_domain() ? str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $nav_menu->link ) : trailingslashit( bp_displayed_user_domain() . $nav_menu->link );
 
 		// Add this menu.
 		$menu         = new stdClass;
 		$menu->class  = array( 'menu-parent' );
-		$menu->css_id = $nav['css_id'];
+		$menu->css_id = $nav_menu->css_id;
 		$menu->link   = $link;
-		$menu->name   = $nav['name'];
+		$menu->name   = $nav_menu->name;
 		$menu->parent = 0;
 
-		// Check if we need to mark this menu as selected.
-		if ( in_array( $nav['css_id'], $selected_menus ) ) {
-			$menu->class[] = 'current-menu-parent';
+		if ( ! empty( $nav_menu->children ) ) {
+			$submenus = array();
+
+			foreach( $nav_menu->children as $sub_menu ) {
+				$submenu = new stdClass;
+				$submenu->class  = array( 'menu-child' );
+				$submenu->css_id = $sub_menu->css_id;
+				$submenu->link   = $sub_menu->link;
+				$submenu->name   = $sub_menu->name;
+				$submenu->parent = $nav_menu->slug;
+
+				// If we're viewing this item's screen, record that we need to mark its parent menu to be selected.
+				if ( $sub_menu->slug == bp_current_action() ) {
+					$menu->class[]    = 'current-menu-parent';
+					$submenu->class[] = 'current-menu-item';
+				}
+
+				$submenus[] = $submenu;
+			}
 		}
 
 		$menus[] = $menu;
+
+		if ( ! empty( $submenus ) ) {
+			$menus = array_merge( $menus, $submenus );
+		}
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php b/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php
index bf69b1133..6a1e36bda 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php
@@ -24,7 +24,9 @@ defined( 'ABSPATH' ) || exit;
 
 /** Base Class ****************************************************************/
 
-require dirname( __FILE__ ) . '/classes/class-bp-theme-compat.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-theme-compat.php';
+}
 
 /** Functions *****************************************************************/
 
@@ -55,8 +57,6 @@ function bp_setup_theme_compat( $theme = '' ) {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @return string ID of the theme package in use.
  */
 function bp_get_theme_compat_id() {
@@ -79,8 +79,6 @@ function bp_get_theme_compat_id() {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @return string Name of the theme package currently in use.
  */
 function bp_get_theme_compat_name() {
@@ -103,8 +101,6 @@ function bp_get_theme_compat_name() {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @return string The version string of the theme package currently in use.
  */
 function bp_get_theme_compat_version() {
@@ -127,8 +123,6 @@ function bp_get_theme_compat_version() {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @return string The absolute path of the theme package currently in use.
  */
 function bp_get_theme_compat_dir() {
@@ -152,8 +146,6 @@ function bp_get_theme_compat_dir() {
  *
  * @since 1.7.0
  *
- * @uses apply_filters()
- *
  * @return string URL of the theme package currently in use.
  */
 function bp_get_theme_compat_url() {
@@ -176,8 +168,6 @@ function bp_get_theme_compat_url() {
  *
  * @since 1.9.0
  *
- * @uses bp_detect_theme_compat_with_current_theme()
- *
  * @return bool True if the current theme needs theme compatibility.
  */
 function bp_use_theme_compat_with_current_theme() {
@@ -676,28 +666,14 @@ function bp_theme_compat_reset_post( $args = array() ) {
  *
  * @since 1.7.0
  *
- * @uses bp_is_single_user() To check if page is single user.
- * @uses bp_get_single_user_template() To get user template.
- * @uses bp_is_single_user_edit() To check if page is single user edit.
- * @uses bp_get_single_user_edit_template() To get user edit template.
- * @uses bp_is_single_view() To check if page is single view.
- * @uses bp_get_single_view_template() To get view template.
- * @uses bp_is_forum_edit() To check if page is forum edit.
- * @uses bp_get_forum_edit_template() To get forum edit template.
- * @uses bp_is_topic_merge() To check if page is topic merge.
- * @uses bp_get_topic_merge_template() To get topic merge template.
- * @uses bp_is_topic_split() To check if page is topic split.
- * @uses bp_get_topic_split_template() To get topic split template.
- * @uses bp_is_topic_edit() To check if page is topic edit.
- * @uses bp_get_topic_edit_template() To get topic edit template.
- * @uses bp_is_reply_edit() To check if page is reply edit.
- * @uses bp_get_reply_edit_template() To get reply edit template.
- * @uses bp_set_theme_compat_template() To set the global theme compat template.
- *
  * @param string $template Template name.
  * @return string $template Template name.
  */
 function bp_template_include_theme_compat( $template = '' ) {
+	// If embed template, bail.
+	if ( true === function_exists( 'is_embed' ) && is_embed() ) {
+		return $template;
+	}
 
 	// If the current theme doesn't need theme compat, bail at this point.
 	if ( ! bp_use_theme_compat_with_current_theme() ) {
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-update.php b/wp-content/plugins/buddypress/bp-core/bp-core-update.php
index 7fbdd3080..081b1fffb 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-update.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-update.php
@@ -17,9 +17,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.7.0
  *
- * @uses get_option()
- * @uses bp_get_db_version() To get BuddyPress's database version.
- *
  * @return bool True if this is a fresh BP install, otherwise false.
  */
 function bp_is_install() {
@@ -35,9 +32,6 @@ function bp_is_install() {
  *
  * @since 1.6.0
  *
- * @uses get_option()
- * @uses bp_get_db_version() To get BuddyPress's database version.
- *
  * @return bool True if update, otherwise false.
  */
 function bp_is_update() {
@@ -58,8 +52,6 @@ function bp_is_update() {
  *
  * @since 1.6.0
  *
- * @uses buddypress()
- *
  * @param string $basename BuddyPress basename.
  * @return bool True if activating BuddyPress, false if not.
  */
@@ -104,8 +96,6 @@ function bp_is_activation( $basename = '' ) {
  *
  * @since 1.6.0
  *
- * @uses buddypress()
- *
  * @param string $basename BuddyPress basename.
  * @return bool True if deactivating BuddyPress, false if not.
  */
@@ -150,8 +140,6 @@ function bp_is_deactivation( $basename = '' ) {
  *
  * @since 1.6.0
  *
- * @uses bp_get_db_version() To get BuddyPress's database version.
- * @uses bp_update_option() To update BuddyPress's database version.
  */
 function bp_version_bump() {
 	bp_update_option( '_bp_db_version', bp_get_db_version() );
@@ -519,7 +507,6 @@ function bp_update_to_2_5() {
  * @since 2.2.0
  *
  * @global $wpdb
- * @uses   buddypress()
  */
 function bp_migrate_new_member_activity_component() {
 	global $wpdb;
@@ -553,7 +540,6 @@ function bp_migrate_new_member_activity_component() {
  *
  * @since 2.2.0
  *
- * @uses bp_activity_delete() to delete the corresponding friendship activities.
  */
 function bp_cleanup_friendship_activities() {
 	bp_activity_delete( array(
@@ -570,7 +556,6 @@ function bp_cleanup_friendship_activities() {
  *
  * @internal Used internally to redirect BuddyPress to the about page on activation.
  *
- * @uses set_transient() To drop the activation transient for 30 seconds.
  */
 function bp_add_activation_redirect() {
 
@@ -640,7 +625,6 @@ function bp_core_maybe_install_signups() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_activation' hook.
  */
 function bp_activation() {
 
@@ -670,7 +654,6 @@ function bp_activation() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_deactivation' hook.
  */
 function bp_deactivation() {
 
@@ -705,7 +688,6 @@ function bp_deactivation() {
  *
  * @since 1.6.0
  *
- * @uses do_action() Calls 'bp_uninstall' hook.
  */
 function bp_uninstall() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-widgets.php b/wp-content/plugins/buddypress/bp-core/bp-core-widgets.php
index 608874749..14e5fb9f3 100644
--- a/wp-content/plugins/buddypress/bp-core/bp-core-widgets.php
+++ b/wp-content/plugins/buddypress/bp-core/bp-core-widgets.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-core-login-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-core-login-widget.php';
+}
 
 /**
  * Register bp-core widgets.
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php
index a98943911..3971c8c0d 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php
@@ -82,9 +82,6 @@ class BP_Admin {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses BP_Admin::setup_globals() Setup the globals needed.
-	 * @uses BP_Admin::includes() Include the required files.
-	 * @uses BP_Admin::setup_actions() Setup the hooks and actions.
 	 */
 	public function __construct() {
 		$this->setup_globals();
@@ -120,7 +117,10 @@ class BP_Admin {
 	 * @since 1.6.0
 	 */
 	private function includes() {
-		require( $this->admin_dir . 'bp-core-admin-classes.php'    );
+		if ( ! buddypress()->do_autoload ) {
+			require( $this->admin_dir . 'bp-core-admin-classes.php'    );
+		}
+
 		require( $this->admin_dir . 'bp-core-admin-actions.php'    );
 		require( $this->admin_dir . 'bp-core-admin-settings.php'   );
 		require( $this->admin_dir . 'bp-core-admin-functions.php'  );
@@ -134,8 +134,6 @@ class BP_Admin {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses add_action() To add various actions.
-	 * @uses add_filter() To add various filters.
 	 */
 	private function setup_actions() {
 
@@ -171,6 +169,10 @@ class BP_Admin {
 		// On non-multisite, catch.
 		add_action( 'load-users.php', 'bp_core_admin_user_manage_spammers' );
 
+		// Emails.
+		add_filter( 'manage_' . bp_get_email_post_type() . '_posts_columns',       array( $this, 'emails_register_situation_column' ) );
+		add_action( 'manage_' . bp_get_email_post_type() . '_posts_custom_column', array( $this, 'emails_display_situation_column_data' ), 10, 2 );
+
 		/* Filters ***********************************************************/
 
 		// Add link to settings page.
@@ -192,8 +194,6 @@ class BP_Admin {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses add_management_page() To add the Recount page in Tools section.
-	 * @uses add_options_page() To add the Forums settings page in Settings
 	 *       section.
 	 */
 	public function admin_menus() {
@@ -374,9 +374,6 @@ class BP_Admin {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses add_settings_section() To add our own settings section.
-	 * @uses add_settings_field() To add various settings fields.
-	 * @uses register_setting() To register various settings.
 	 */
 	public function register_admin_settings() {
 
@@ -555,6 +552,11 @@ class BP_Admin {
 	 * @since 1.7.0
 	 */
 	public function about_screen() {
+		$embedded_activity = '';
+
+		if ( version_compare( $GLOBALS['wp_version'], '4.5', '>=' ) ) {
+			$embedded_activity = wp_oembed_get( 'https://buddypress.org/members/djpaul/activity/573821/' );
+		}
 	?>
 
 		<div class="wrap about-wrap">
@@ -612,15 +614,28 @@ class BP_Admin {
 
 			<?php endif; ?>
 
-			<div class="headline-feature">
-				<h3 class="headline-title"><?php esc_html_e( 'Customizable BuddyPress Emails', 'buddypress' ); ?></h3>
+			<div class="bp-headline-feature">
+				<h3 class="headline-title"><?php esc_html_e( 'Activity Embeds', 'buddypress' ); ?></h3>
 
-				<div class="featured-image">
-					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/bp-emails-feature.png' ); ?>" alt="<?php esc_html_e( 'Change colors of the email template using the Customizer.', 'buddypress' ); ?>">
-				</div>
+				<?php if ( $embedded_activity ) :
+					wp_enqueue_script( 'wp-embed' );
+				?>
+					<div class="embed-container">
+						<?php echo $embedded_activity ; ?>
+					</div>
+
+				<?php else : ?>
+
+					<div class="featured-image">
+						<a href="http://wordpress.tv/2016/06/15/buddypress-2-6-introducing-buddypress-activity-embeds/" title="<?php esc_attr_e( 'View the Activity Embeds demo', 'buddypress' ); ?>">
+						<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/activity-embeds.png' ); ?>" alt="<?php esc_attr_e( 'Embed activities into your WordPress posts or pages.', 'buddypress' ); ?>">
+						</a>
+					</div>
+
+				<?php endif ; ?>
 
-				<p class="introduction"><?php _e( 'Keep your users coming back with beautiful and flexible email notifications.', 'buddypress' ); ?>  </p>
-				<p><?php _e( 'Edit the content of your emails, create new email templates, or change the design of the template in the Customizer. These are just a few of the customizations you can make to engage your users and increase their participation in your community with the new email features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/emails/"><?php esc_html_e( 'Learn more &rarr;', 'buddypress' ); ?></a></p>
+				<p class="introduction"><?php _e( 'Embed activities into your WordPress posts or pages.', 'buddypress' ); ?>  </p>
+				<p><?php _e( 'Copy the permalink URL of the activity of your choice, paste it into the content editor of your WordPress post or page, and <em>voilà</em>&#33;, you&#39;ve embedded an activity update.', 'buddypress' ); ?> <a href="http://wordpress.tv/2016/06/15/buddypress-2-6-introducing-buddypress-activity-embeds/"><?php esc_html_e( 'View the Activity Embeds demo', 'buddypress' ); ?></a></p>
 
 				<div class="clear"></div>
 			</div>
@@ -628,50 +643,49 @@ class BP_Admin {
 			<hr />
 
 			<div class="bp-features-section">
+				<h3 class="headline-title"><?php esc_html_e( 'Features', 'buddypress' ); ?></h3>
 
-				<div class="feature-section two-col">
-					<div>
-						<h3 class="feature-title"><?php esc_html_e( 'Post Type Comments Tracking', 'buddypress' ); ?></h3>
-						<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/post-type.png' ); ?>" alt="<?php esc_attr_e( 'Registered post types', 'buddypress' ); ?>">
-						<p><?php esc_html_e( 'New Activity functions help you track post type comments in sync with the Blogs component when activated.', 'buddypress' ); ?></p>
-					</div>
-					<div class="last-feature">
-						<h3 class="feature-title"><?php esc_html_e( 'Twenty Twelve Companion Stylesheet', 'buddypress' ); ?></h3>
-						<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/twentytwelve.png' ); ?>" alt="<?php esc_attr_e( 'BuddyPress styles Twenty Twelve', 'buddypress' ); ?>">
-						<p><?php esc_html_e( 'BuddyPress components never looked so fine as they do now in the Twenty Twelve theme.', 'buddypress' ); ?></p>
-					</div>
+				<div class="bp-feature">
+					<h4 class="feature-title"><?php esc_html_e( 'Custom Front Page for Member Profile ', 'buddypress' ); ?></h4>
+					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/user-frontpage.png' ); ?>" alt="<?php esc_attr_e( 'A member custom front page using widgets.', 'buddypress' ); ?>">
+					<p><?php _e( 'Theme developers or site owners can create custom front pages for their community&#39;s members by adding a <code>front.php</code> template to their template overrides. A specific template hierarchy is also available to make them even more unique.', 'buddypress' ); ?> <a href="https://bpdevel.wordpress.com/2016/05/24/custom-front-pages-for-your-users-profiles/"><?php esc_html_e( 'Read all about this new feature.', 'buddypress' ); ?></a></p>
 				</div>
 
-				<div class="feature-section two-col">
-					<div>
-						<h3 class="feature-title"><?php esc_html_e( 'Support for Emojis', 'buddypress' ); ?></h3>
-						<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/emoji-feature.png' ); ?>" alt="<?php esc_attr_e( 'Fun with Emojies', 'buddypress' ); ?>">
-						<p><?php esc_html_e( 'Have fun and be merry! You can now use Emojis in activity updates, messages, and group descriptions.', 'buddypress' ); ?></p>
+				<div class="bp-feature opposite">
+					<h4 class="feature-title"><?php esc_html_e( 'Group Types API', 'buddypress' ); ?></h4>
+					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/group-type-pop.png' ); ?>" alt="<?php esc_attr_e( 'Group types metabox in Groups admin page.', 'buddypress' ); ?>">
+					<p><?php esc_html_e( 'Registering group types finally enables a strict separation of different and explicit types of groups. This new feature is available to plugin developers starting with BuddyPress 2.6.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to set up Group Types.', 'buddypress' ); ?></a></p>
+				</div>
 
-					</div>
-					<div class="last-feature">
-						<h3 class="feature-title"><?php esc_html_e( 'Autolink Settings for Profile Fields', 'buddypress' ); ?></h3>
-						<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/autolink-feature.png' ); ?>" alt="<?php esc_attr_e( 'Autolink settings in the profile fields panel', 'buddypress' ); ?>">
-						<p><?php _e( 'Administrators can enable or disable autolink settings for each new profile field type.', 'buddypress' ); ?></p>
-					</div>
+				<div class="bp-feature">
+					<h4 class="feature-title"><?php esc_html_e( 'New Navigation API', 'buddypress' ); ?></h4>
+					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/new-nav-api.png' ); ?>" alt="<?php esc_attr_e( 'Sample code for using the new navigation API', 'buddypress' ); ?>">
+					<p><?php esc_html_e( 'The member and group navigation system has been totally rewritten, making it easier than ever to customize BuddyPress nav items.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/navigation-api/"><?php esc_html_e( 'Read the informative commit message.', 'buddypress' ); ?></a></p>
 				</div>
 
+				<div class="bp-feature opposite">
+					<h4 class="feature-title"><?php esc_html_e( 'Stylesheets for Twenty Eleven and Twenty Ten', 'buddypress' ); ?></h4>
+					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/default-themes.png' ); ?>" alt="<?php esc_attr_e( 'Styled BuddyPress components in Twenty Eleven and Twenty Ten', 'buddypress' ); ?>">
+					<p><?php esc_html_e( 'BuddyPress feels right at home now in the classic default themes, Twenty Ten and Twenty Eleven.', 'buddypress' ); ?></p>
+				</div>
 			</div>
 
-			<div class="changelog">
+			<div class="bp-changelog-section">
 				<h3 class="changelog-title"><?php esc_html_e( 'Under The Hood', 'buddypress' ); ?></h3>
 
-				<div class="feature-section col two-col">
+				<div class="bp-changelog col two-col">
 					<div>
+						<h4 class="title"><?php esc_html_e( 'Performance Enhancements', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Class autoloading reduces the memory needed to run BuddyPress on your server. Improved caching strategies for group membership statuses mean fewer round trips to your overworked database server.', 'buddypress' ); ?></p>
 						<h4 class="title"><?php esc_html_e( 'Localization Improvements', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'We continue to improve on localization for translation editors so that BuddyPress will be available for everyone in their own language.', 'buddypress' ); ?></p>
-						<h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'Continued improvements in the frontend and backend to make BuddyPress usable for everyone.', 'buddypress' ); ?></p>
+						<p><?php esc_html_e( 'Improved localization strings and comments help translators do their much-appreciated work: making BuddyPress available in many languages.', 'buddypress' ); ?></p>
 					</div>
 
 					<div class="last-feature">
-						<h4 class="title"><?php esc_html_e( 'Enhanced Multisite Support', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'BuddyPress is already primed for all multisite configurations available. We just made it better.', 'buddypress' ); ?></p>
+						<h4 class="title"><?php esc_html_e( 'Notifications Updates', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Adjustments to the notifications component allow members to receive timely and relevant updates about activity in your community.', 'buddypress' ); ?></p>
+						<h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Continued improvements help make BuddyPress&#39; back- and front-end screens usable for everyone &#40;and on more devices&#41;.', 'buddypress' ); ?></p>
 						<h4 class="title"><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4>
 						<p><?php esc_html_e( 'Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p>
 					</div>
@@ -679,9 +693,11 @@ class BP_Admin {
 
 			</div>
 
-			<p><?php _ex( 'Learn more:', 'About screen, website links', 'buddypress' ); ?> <a href="https://buddypress.org/blog/"><?php _ex( 'News', 'About screen, link to project blog', 'buddypress' ); ?></a> &bullet; <a href="https://buddypress.org/support/"><?php _ex( 'Support', 'About screen, link to support site', 'buddypress' ); ?></a> &bullet; <a href="https://codex.buddypress.org/"><?php _ex( 'Documentation', 'About screen, link to documentation', 'buddypress' ); ?></a> &bullet; <a href="https://bpdevel.wordpress.com/"><?php _ex( 'Development Blog', 'About screen, link to development blog', 'buddypress' ); ?></a></p>
+			<div class="bp-assets">
+				<p><?php _ex( 'Learn more:', 'About screen, website links', 'buddypress' ); ?> <a href="https://buddypress.org/blog/"><?php _ex( 'News', 'About screen, link to project blog', 'buddypress' ); ?></a> &bullet; <a href="https://buddypress.org/support/"><?php _ex( 'Support', 'About screen, link to support site', 'buddypress' ); ?></a> &bullet; <a href="https://codex.buddypress.org/"><?php _ex( 'Documentation', 'About screen, link to documentation', 'buddypress' ); ?></a> &bullet; <a href="https://bpdevel.wordpress.com/"><?php _ex( 'Development Blog', 'About screen, link to development blog', 'buddypress' ); ?></a></p>
 
-			<p><?php _ex( 'Twitter:', 'official Twitter accounts:', 'buddypress' ); ?> <a href="https://twitter.com/buddypress/"><?php _ex( 'BuddyPress', '@buddypress twitter account name', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/bptrac/"><?php _ex( 'Trac', '@bptrac twitter account name', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/buddypressdev/"><?php _ex( 'Development', '@buddypressdev twitter account name', 'buddypress' ); ?></a></p>
+				<p><?php _ex( 'Twitter:', 'official Twitter accounts:', 'buddypress' ); ?> <a href="https://twitter.com/buddypress/"><?php _ex( 'BuddyPress', '@buddypress twitter account name', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/bptrac/"><?php _ex( 'Trac', '@bptrac twitter account name', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/buddypressdev/"><?php _ex( 'Development', '@buddypressdev twitter account name', 'buddypress' ); ?></a></p>
+			</div>
 
 		</div>
 
@@ -782,45 +798,69 @@ class BP_Admin {
 					<a class="web" href="https://profiles.wordpress.org/dimensionmedia"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7735aada1ec39d0c1118bd92ed4551f1?s=60">
 					David Bisset</a>
 				</li>
+				<li class="wp-person" id="wp-person-offereins">
+					<a class="web" href="https://profiles.wordpress.org/Offereins"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/2404ed0a35bb41aedefd42b0a7be61c1?s=60">
+					Laurens Offereins</a>
+				</li>
+				<li class="wp-person" id="wp-person-garrett-eclipse">
+					<a class="web" href="https://profiles.wordpress.org/garrett-eclipse"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7f68f24441c61514d5d0e1451bb5bc9d?s=60">
+					Garrett Hyder</a>
+				</li>
+				<li class="wp-person" id="wp-person-thebrandonallen">
+					<a class="web" href="https://profiles.wordpress.org/thebrandonallen"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/6d3f77bf3c9ca94c406dea401b566950?s=60">
+					Brandon Allen</a>
+				</li>
+				<li class="wp-person" id="wp-person-ramiy">
+					<a class="web" href="https://profiles.wordpress.org/ramiy"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ce2a269e424156d79cb0c4e1d4d82db1?s=60">
+					Rami Yushuvaev</a>
+				</li>
 
 			</ul>
 
 			<h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h3>
 			<p class="wp-credits-list">
+				<a href="https://profiles.wordpress.org/abweb/">abweb</a>,
 				<a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
-				<a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
 				<a href="https://profiles.wordpress.org/thebrandonallen/">Brandon Allen (thebrandonallen)</a>,
-				<a href="https://profiles.wordpress.org/needle/">Christian Wach (needle)</a>,
-				<a href="https://profiles.wordpress.org/timersys/">Damian (timersys)</a>,
+				<a href="https://profiles.wordpress.org/chherbst/">chherbst</a>,
 				<a href="https://profiles.wordpress.org/danbrellis/">danbrellis</a>,
 				<a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
 				<a href="https://profiles.wordpress.org/wpdennis/">Dennis (wpdennis)</a>,
+				<a href="https://profiles.wordpress.org/emrikol/">emrikol</a>,
 				<a href="https://profiles.wordpress.org/wdfee/">Fee (wdfee)</a>,
 				<a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder (garrett-eclipse)</a>,
+				<a href="https://profiles.wordpress.org/pento/">Gary Pendergast (pento)</a>,
 				<a href="https://profiles.wordpress.org/Mamaduka/">George Mamadashvili (Mamaduka)</a>,
 				<a href="https://profiles.wordpress.org/henrywright/">Henry Wright (henry.wright)</a>,
 				<a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>,
-				<a href="https://profiles.wordpress.org/jeffsayre/">Jeff Sayre (jeffsayre)</a>,
 				<a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
-				<a href="https://profiles.wordpress.org/Jonnyauk/">Jonnyauk</a>,
-				<a href="https://profiles.wordpress.org/joost-abrahams/">Joost Abrahams (joost-abrahams)</a>,
-				<a href="https://profiles.wordpress.org/kennibc/">kennibc</a>,
+				<a href="https://profiles.wordpress.org/kmbdeamorg/">Klaus (kmbdeamorg)</a>,
 				<a href="https://profiles.wordpress.org/sooskriszta/">OC2PS (sooskriszta)</a>,
+				<a href="https://profiles.wordpress.org/lakrisgubben/">lakrisgubben</a>,
 				<a href="https://profiles.wordpress.org/Offereins">Laurens Offereins (Offereins)</a>,
-				<a href="https://profiles.wordpress.org/LenLay/">LenLay</a>,
+				<a href="https://profiles.wordpress.org/mahadri/">mahadri</a>,
 				<a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
 				<a href="https://profiles.wordpress.org/mercime/">mercime</a>,
 				<a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>,
+				<a href="https://profiles.wordpress.org/mmcachran/">mmcachran</a>,
 				<a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
+				<a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik (nickmomrik)</a>,
+				<a href="https://profiles.wordpress.org/OakCreative/">OakCreative</a>,
+				<a href="https://profiles.wordpress.org/oksankaa/">oksankaa</a>,
 				<a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
 				<a href="https://profiles.wordpress.org/ramiy/">Rami Yushuvaev (ramiy)</a>,
 				<a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
-				<a href="https://profiles.wordpress.org/shanebp/">shanebp</a>,
+				<a href="https://profiles.wordpress.org/rekmla/">rekmla</a>,
+				<a href="https://profiles.wordpress.org/r0z/">r0z</a>,
+				<a href="https://profiles.wordpress.org/SergeyBiryukov/">Sergey Biryukov (SergeyBiryukov)</a>,
+				<a href="https://profiles.wordpress.org/singhleo/">singhleo</a>,
 				<a href="https://profiles.wordpress.org/slaffik/">Slava UA (slaffik)</a>,
-				<a href="https://profiles.wordpress.org/jozik/">Srdjan (jozik)</a>,
 				<a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>,
-				<a href="https://profiles.wordpress.org/timeuser/">timeuser</a>,
-				<a href="https://profiles.wordpress.org/vnd/">vnd</a>.
+				<a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>,
+				<a href="https://profiles.wordpress.org/VibeThemes/">VibeThemes</a>,
+				<a href="https://profiles.wordpress.org/vortfu/">vortfu</a>,
+				<a href="https://profiles.wordpress.org/WeddyWood/">WeddyWood</a>,
+				<a href="https://profiles.wordpress.org/w3dzign/">w3dzign</a>.
 			</p>
 
 			<h3 class="wp-people-group"><?php _e( '&#x1f496;With our thanks to these Open Source projects&#x1f496;', 'buddypress' ); ?></h3>
@@ -829,6 +869,7 @@ class BP_Admin {
 				<a href="https://bbpress.org">bbPress</a>,
 				<a href="https://github.com/ichord/Caret.js">Caret.js</a>,
 				<a href="http://tedgoas.github.io/Cerberus/">Cerberus</a>,
+				<a href="http://ionicons.com/">Ionicons</a>,
 				<a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a>,
 				<a href="https://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>,
 				<a href="https://wordpress.org">WordPress</a>.
@@ -891,6 +932,47 @@ class BP_Admin {
 	<?php
 	}
 
+	/** Emails ****************************************************************/
+
+	/**
+	 * Registers 'Situations' column on Emails dashboard page.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  array $columns Current column data.
+	 * @return array
+	 */
+	public function emails_register_situation_column( $columns = array() ) {
+		$situation = array(
+			'situation' => _x( 'Situations', 'Email post type', 'buddypress' )
+		);
+
+		// Inject our 'Situations' column just before the last 'Date' column.
+		return array_slice( $columns, 0, -1, true ) + $situation + array_slice( $columns, -1, null, true );
+	}
+
+	/**
+	 * Output column data for our custom 'Situations' column.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $column  Current column name.
+	 * @param int    $post_id Current post ID.
+	 */
+	public function emails_display_situation_column_data( $column = '', $post_id = 0 ) {
+		if ( 'situation' !== $column ) {
+			return;
+		}
+
+		// Grab email situations for the current post.
+		$situations = wp_list_pluck( get_the_terms( $post_id, bp_get_email_tax_type() ), 'description' );
+
+		// Output each situation as a list item.
+		echo '<ul><li>';
+		echo implode( '</li><li>', $situations );
+		echo '</li></ul>';
+	}
+
 	/** Helpers ***************************************************************/
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php
index 09e8f922d..edbc40894 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php
@@ -25,8 +25,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 * @since 2.3.0
 	 *
 	 * @see  BP_Attachment::__construct() for list of parameters
-	 * @uses bp_core_avatar_original_max_filesize()
-	 * @uses BP_Attachment::__construct()
 	 */
 	public function __construct() {
 		// Allowed avatar types.
@@ -64,10 +62,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses bp_core_avatar_upload_path()
-	 * @uses bp_core_avatar_url()
-	 * @uses bp_upload_dir()
-	 * @uses BP_Attachment::set_upload_dir()
 	 */
 	public function set_upload_dir() {
 		if ( bp_core_avatar_upload_path() && bp_core_avatar_url() ) {
@@ -87,8 +81,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses   bp_core_check_avatar_size()
-	 * @uses   bp_core_check_avatar_type()
 	 *
 	 * @param  array $file the temporary file attributes (before it has been moved).
 	 * @return array the file with extra errors if needed.
@@ -118,7 +110,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 * @since 2.3.0
 	 * @since 2.4.0 Add the $ui_available_width parameter, to inform about the Avatar UI width.
 	 *
-	 * @uses  bp_core_avatar_original_max_width()
 	 *
 	 * @param string $file               The absolute path to the file.
 	 * @param int    $ui_available_width Available width for the UI.
@@ -184,8 +175,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses  bp_core_avatar_full_width()
-	 * @uses  bp_core_avatar_full_height()
 	 *
 	 * @param string $file the absolute path to the file.
 	 * @return bool
@@ -208,12 +197,6 @@ class BP_Attachment_Avatar extends BP_Attachment {
 	 * @since 2.3.0
 	 *
 	 * @see  BP_Attachment::crop for the list of parameters
-	 * @uses bp_core_fetch_avatar()
-	 * @uses bp_core_delete_existing_avatar()
-	 * @uses bp_core_avatar_full_width()
-	 * @uses bp_core_avatar_full_height()
-	 * @uses bp_core_avatar_dimension()
-	 * @uses BP_Attachment::crop
 	 *
 	 * @param array $args Array of arguments for the cropping.
 	 * @return array The cropped avatars (full and thumb).
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment.php
index fec79160c..af36860eb 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment.php
@@ -50,11 +50,6 @@ abstract class BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 * @since 2.4.0 Add the $upload_dir_filter_args argument to the $arguments array
-	 * @uses                                    sanitize_key()
-	 * @uses                                    wp_max_upload_size()
-	 * @uses                                    bp_parse_args()
-	 * @uses                                    BP_Attachment->set_upload_error_strings()
-	 * @uses                                    BP_Attachment->set_upload_dir()
 	 *
 	 * @param array|string $args {
 	 *     @type int    $original_max_filesize  Maximum file size in kilobytes. Defaults to php.ini settings.
@@ -115,7 +110,6 @@ abstract class BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses bp_upload_dir()
 	 */
 	public function set_upload_dir() {
 		// Set the directory, path, & url variables.
@@ -203,10 +197,6 @@ abstract class BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses   wp_handle_upload()        To upload the file
-	 * @uses   add_filter()              To temporarly overrides WordPress uploads data
-	 * @uses   remove_filter()           To stop overriding WordPress uploads data
-	 * @uses   apply_filters()           Call 'bp_attachment_upload_overrides' to include specific upload overrides
 	 *
 	 * @param  array       $file              The appropriate entry the from $_FILES superglobal.
 	 * @param  string      $upload_dir_filter A specific filter to be applied to 'upload_dir' (optional).
@@ -303,7 +293,6 @@ abstract class BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses get_allowed_mime_types()
 	 */
 	protected function validate_mime_types() {
 		$wp_mimes = get_allowed_mime_types();
@@ -354,7 +343,6 @@ abstract class BP_Attachment {
 	 * @since 2.3.0
 	 * @since 2.4.0 Add the $upload_dir parameter to the method
 	 *
-	 * @uses apply_filters() call 'bp_attachment_upload_dir' to eventually override the upload location
 	 *       regarding to context
 	 *
 	 * @param  array $upload_dir The original Uploads dir.
@@ -389,7 +377,6 @@ abstract class BP_Attachment {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses wp_mkdir_p()
 	 */
 	public function create_dir() {
 		// Bail if no specific base dir is set.
@@ -426,7 +413,6 @@ abstract class BP_Attachment {
 	 *     @type int    $src_abs       Optional. If the source crop points are absolute.
 	 *     @type string $dst_file      Optional. The destination file to write to.
 	 * }
-	 * @uses wp_crop_image()
 	 *
 	 * @return string|WP_Error New filepath on success, WP_Error on failure.
 	 */
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php
index 8a53680dc..137c8cb33 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-component.php
@@ -206,8 +206,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters() Calls 'bp_{@link bp_Component::name}_id'.
-	 * @uses apply_filters() Calls 'bp_{@link bp_Component::name}_slug'.
 	 *
 	 * @param array $args {
 	 *     All values are optional.
@@ -350,7 +348,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}includes'.
 	 *
 	 * @param array $includes An array of file names, or file name chunks,
 	 *                        to be parsed and then included.
@@ -401,8 +398,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses add_action() To add various actions.
-	 * @uses do_action() Calls 'bp_{@link BP_Component::name}setup_actions'.
 	 */
 	public function setup_actions() {
 
@@ -489,12 +484,12 @@ class BP_Component {
 
 		// No sub nav items without a main nav item.
 		if ( !empty( $main_nav ) ) {
-			bp_core_new_nav_item( $main_nav );
+			bp_core_new_nav_item( $main_nav, 'members' );
 
 			// Sub nav items are not required.
 			if ( !empty( $sub_nav ) ) {
 				foreach( (array) $sub_nav as $nav ) {
-					bp_core_new_subnav_item( $nav );
+					bp_core_new_subnav_item( $nav, 'members' );
 				}
 			}
 		}
@@ -598,7 +593,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_setup_title'.
 	 */
 	public function setup_title() {
 
@@ -617,7 +611,6 @@ class BP_Component {
 	 *
 	 * @since 2.2.0
 	 *
-	 * @uses do_action() Calls 'bp_setup_{@link bp_Component::name}_cache_groups'.
 	 */
 	public function setup_cache_groups() {
 
@@ -723,7 +716,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_register_post_types'.
 	 */
 	public function register_post_types() {
 
@@ -742,7 +734,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_register_taxonomies'.
 	 */
 	public function register_taxonomies() {
 
@@ -761,7 +752,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_add_rewrite_tags'.
 	 */
 	public function add_rewrite_tags() {
 
@@ -780,7 +770,6 @@ class BP_Component {
 	 *
 	 * @since 1.9.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_add_rewrite_rules'.
 	 */
 	public function add_rewrite_rules() {
 
@@ -799,7 +788,6 @@ class BP_Component {
 	 *
 	 * @since 1.9.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_add_permastruct'.
 	 */
 	public function add_permastructs() {
 
@@ -818,7 +806,6 @@ class BP_Component {
 	 *
 	 * @since 1.9.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_parse_query'.
 	 *
 	 * @param object $query The main WP_Query.
 	 */
@@ -841,7 +828,6 @@ class BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses do_action() Calls 'bp_{@link bp_Component::name}_generate_rewrite_rules'.
 	 */
 	public function generate_rewrite_rules() {
 
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php
new file mode 100644
index 000000000..f52dc52f8
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php
@@ -0,0 +1,270 @@
+<?php
+/**
+ * Backward compatibility for the $bp->bp_nav global.
+ *
+ * @since 2.6.0
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * bp_nav backward compatibility class.
+ *
+ * This class is used to provide backward compatibility for extensions that access and modify
+ * the $bp->bp_nav global.
+ *
+ * @since 2.6.0
+ */
+class BP_Core_BP_Nav_BackCompat implements ArrayAccess {
+	/**
+	 * Nav items.
+	 *
+	 * @since 2.6.0
+	 * @access public
+	 * @var array
+	 */
+	public $backcompat_nav = array();
+
+	/**
+	 * Component to which nav items belong.
+	 *
+	 * @since 2.6.0
+	 * @access public
+	 * @var array
+	 */
+	public $component;
+
+	/**
+	 * Constructor.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array $backcompat_nav Optional. Array of nav items.
+	 */
+	public function __construct( $backcompat_nav = array() ) {
+		foreach ( $backcompat_nav as $key => $value ) {
+			if ( is_array( $value ) ) {
+				$this->backcompat_nav[ $key ] = new self( $value );
+			} else {
+				$this->backcompat_nav[ $key ] = $value;
+			}
+		}
+	}
+
+	/**
+	 * Assign a value to the nav array at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @param array $value  Nav item.
+	 */
+	public function offsetSet( $offset, $value ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+		$bp = buddypress();
+
+		if ( is_array( $value ) ) {
+			$value = new self( $value );
+		}
+
+		if ( $offset !== null ) {
+			// Temporarily set the backcompat_nav.
+			$this->backcompat_nav[ $offset ] = $value;
+
+			$args = $this->to_array();
+			if ( isset( $args['parent_slug'] ) ) {
+				$this->get_component_nav( $args['parent_slug'] )->edit_nav( $args, $args['slug'], $args['parent_slug'] );
+			} elseif ( isset( $args['slug'] ) ) {
+				$bp->members->nav->edit_nav( $args, $args['slug'] );
+			}
+		}
+	}
+
+	/**
+	 * Get a value of the nav array at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return BP_Core_BP_Nav_BackCompat
+	 */
+	public function offsetGet( $offset ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+//		if ( ! isset( $this->backcompat_nav[ $offset ] ) ) {
+			$nav = $this->get_nav( $offset );
+			if ( $nav && isset( $nav[ $offset ] ) ) {
+				$this->backcompat_nav[ $offset ] = new self( $nav[ $offset ] );
+			}
+//		}
+
+		return $this->backcompat_nav[ $offset ];
+	}
+
+	/**
+	 * Check whether nav array has a value at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return bool
+	 */
+	public function offsetExists( $offset ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+		if ( isset( $this->backcompat_nav[ $offset ] ) ) {
+			return true;
+		}
+
+		$nav = $this->get_nav( $offset );
+		if ( $nav && isset( $nav[ $offset ] ) ) {
+			return true;
+		}
+
+		return false;
+	}
+
+	/**
+	 * Unset a nav array value at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 */
+	public function offsetUnset( $offset ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+		// For top-level nav items, the backcompat nav hasn't yet been initialized.
+		if ( ! isset( $this->backcompat_nav[ $offset ] ) ) {
+			buddypress()->members->nav->delete_nav( $offset );
+			unset( $this->backcompat_nav[ $offset ] );
+		}
+	}
+
+	/**
+	 * Set the component to which the nav belongs.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $component
+	 */
+	public function set_component( $component ) {
+		$this->component = $component;
+	}
+
+	/**
+	 * Get the component to which the a nav item belongs.
+	 *
+	 * We use the following heuristic to guess, based on an offset, which component the item belongs to:
+	 *   - If this is a group, and the offset is the same as the current group's slug, it's a group nav item.
+	 *   - Otherwise, it's a member nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return string
+	 */
+	public function get_component( $offset = '' ) {
+		if ( ! isset( $this->component ) ) {
+			if ( bp_is_active( 'groups' ) && $offset === bp_get_current_group_slug() ) {
+				$this->component = 'groups';
+			} else {
+				$this->component = 'members';
+			}
+		}
+
+		return $this->component;
+	}
+
+	/**
+	 * Reset the cached nav items.
+	 *
+	 * Called when the nav API removes items from the nav array.
+	 *
+	 * @since 2.6.0
+	 */
+	public function reset() {
+		$this->backcompat_nav = array();
+	}
+
+	/**
+	 * Get the nav object corresponding to the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return bool|array
+	 */
+	protected function get_nav( $offset ) {
+		$bp = buddypress();
+
+		$component_nav = $this->get_component_nav( $offset );
+		$primary_nav   = $component_nav->get_primary( array( 'slug' => $offset ), false );
+
+		$nav = array();
+
+		if ( empty( $primary_nav ) ) {
+			return $nav;
+		}
+
+		foreach ( $primary_nav as $item ) {
+			$nav[ $item->slug ] = (array) $item;
+		}
+
+		return $nav;
+	}
+
+	/**
+	 * Get the BP_Core_Nav object corresponding to the component, based on a nav item name.
+	 *
+	 * The way bp_nav was previously organized makes it impossible to know for sure which component's nav is
+	 * being referenced by a given nav item name. We guess in the following manner:
+	 *   - If we're looking at a group, and the nav item name (`$offset`) is the same as the slug of the current
+	 *     group, we assume that the proper component nav is 'groups'.
+	 *   - Otherwise, fall back on 'members'.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $offset Nav item name.
+	 * @return BP_Core_Nav
+	 */
+	protected function get_component_nav( $offset = '' ) {
+		$component = $this->get_component( $offset );
+
+		$bp = buddypress();
+		if ( ! isset( $bp->{$component}->nav ) ) {
+			return false;
+		}
+
+		return $bp->{$component}->nav;
+	}
+
+	/**
+	 * Get the nav data, formatted as a flat array.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return array
+	 */
+	protected function to_array() {
+		return $this->backcompat_nav;
+	}
+}
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php
new file mode 100644
index 000000000..c1bc74aba
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php
@@ -0,0 +1,138 @@
+<?php
+/**
+ * Backward compatibility for the $bp->bp_options_nav global.
+ *
+ * @since 2.6.0
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * bp_options_nav backward compatibility class.
+ *
+ * This class is used to provide backward compatibility for extensions that access and modify
+ * the $bp->bp_options_nav global.
+ *
+ * @since 2.6.0
+ */
+class BP_Core_BP_Options_Nav_BackCompat extends BP_Core_BP_Nav_BackCompat {
+	/**
+	 * Parent slug of the current nav item.
+	 *
+	 * @since 2.6.0
+	 * @access protected
+	 * @var string
+	 */
+	protected $parent_slug = '';
+
+	/**
+	 * Get a value of the nav array at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return BP_Core_BP_Nav_BackCompat
+	 */
+	public function offsetGet( $offset ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+		if ( empty( $this->backcompat_nav[ $offset ] ) ) {
+			$nav = $this->get_nav( $offset );
+			if ( $nav ) {
+				$subnavs = $this->get_component_nav( $offset )->get_secondary( array( 'parent_slug' => $offset ) );
+				$subnav_keyed = array();
+				if ( $subnavs ) {
+					foreach ( $subnavs as $subnav ) {
+						$subnav_keyed[ $subnav->slug ] = (array) $subnav;
+					}
+				}
+
+				$subnav_object = new self( $subnav_keyed );
+				$subnav_object->set_component( $this->get_component() );
+				$subnav_object->set_parent_slug( $offset );
+
+				$this->backcompat_nav[ $offset ] = $subnav_object;
+			}
+		}
+
+		if ( isset( $this->backcompat_nav[ $offset ] ) ) {
+			return $this->backcompat_nav[ $offset ];
+		}
+
+		return false;
+	}
+
+	/**
+	 * Unset a nav array value at the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 */
+	public function offsetUnset( $offset ) {
+		_doing_it_wrong(
+			'bp_nav',
+			__( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
+			'2.6.0'
+		);
+
+		$this->get_component_nav( $offset )->delete_nav( $offset, $this->get_parent_slug() );
+
+		// Clear the cached nav.
+		unset( $this->backcompat_nav[ $offset ] );
+	}
+
+	/**
+	 * Get the parent slug of the current nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return string
+	 */
+	public function get_parent_slug() {
+		return $this->parent_slug;
+	}
+
+	/**
+	 * Set the parent slug of the current nav item.
+	 *
+	 * @since 2.6.0
+	 */
+	public function set_parent_slug( $slug ) {
+		$this->parent_slug = $slug;
+	}
+
+	/**
+	 * Get the nav object corresponding to the specified offset.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param mixed $offset Array offset.
+	 * @return bool|array
+	 */
+	public function get_nav( $offset ) {
+		$nav = parent::get_nav( $offset );
+
+		if ( ! $nav ) {
+			$component_nav = $this->get_component_nav( $offset );
+			$secondary_nav = $component_nav->get_secondary( array( 'slug' => $offset ), false );
+
+			$nav = array();
+
+			if ( empty( $primary_nav ) ) {
+				return $nav;
+			}
+
+			foreach ( $primary_nav as $item ) {
+				$nav[ $item->slug ] = (array) $item;
+			}
+		}
+
+		return $nav;
+	}
+}
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-login-widget.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-login-widget.php
index b0336b5e5..359c60cb3 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-login-widget.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-login-widget.php
@@ -27,8 +27,9 @@ class BP_Core_Login_Widget extends WP_Widget {
 			false,
 			_x( '(BuddyPress) Log In', 'Title of the login widget', 'buddypress' ),
 			array(
-				'description' => __( 'Show a Log In form to logged-out visitors, and a Log Out link to those who are logged in.', 'buddypress' ),
-				'classname' => 'widget_bp_core_login_widget buddypress widget',
+				'description'                 => __( 'Show a Log In form to logged-out visitors, and a Log Out link to those who are logged in.', 'buddypress' ),
+				'classname'                   => 'widget_bp_core_login_widget buddypress widget',
+				'customize_selective_refresh' => true,
 			)
 		);
 	}
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav-item.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav-item.php
new file mode 100644
index 000000000..8b901b302
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav-item.php
@@ -0,0 +1,34 @@
+<?php
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+if ( class_exists( 'ArrayObject' ) ) :
+
+/**
+ * Navigation item.
+ *
+ * @since 2.6.0
+ */
+class BP_Core_Nav_Item extends ArrayObject {
+	public function __construct( $data ) {
+		parent::__construct( $data, ArrayObject::ARRAY_AS_PROPS );
+	}
+}
+
+else :
+
+/**
+ * Navigation item.
+ *
+ * @since 2.6.0
+ */
+class BP_Core_Nav_Item {
+	public function __construct( $data ) {
+		foreach ( $data as $key => $value ) {
+			$this->key = $value;
+		}
+	}
+}
+
+endif;
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php
new file mode 100644
index 000000000..411840cda
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-nav.php
@@ -0,0 +1,402 @@
+<?php
+/**
+ * Core component class.
+ *
+ * @package BuddyPress
+ * @subpackage Core
+ * @since  2.6.0
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * BuddyPress Nav.
+ *
+ * This class is used to build each component's navigation.
+ *
+ * @since 2.6.0
+ */
+class BP_Core_Nav {
+	/**
+	 * An associative array containing the nav items for the object ID.
+	 *
+	 * @since 2.6.0
+	 * @var array
+	 */
+	protected $nav;
+
+	/**
+	 * The current object ID.
+	 *
+	 * @since 2.6.0
+	 * @var int
+	 */
+	private $object_id;
+
+	/**
+	 * Initializes the Nav belonging to the specified object.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param int $object_id The item ID to build the nav for. Default is the displayed user ID.
+	 */
+	public function __construct( $object_id = 0 ) {
+		if ( empty( $object_id ) ) {
+			$this->object_id = (int) bp_displayed_user_id();
+		} else {
+			$this->object_id = (int) $object_id;
+		}
+
+		$this->nav[ $this->object_id ] = array();
+	}
+
+	/**
+	 * Checks whether a nav item is set.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $key The requested nav slug.
+	 * @return bool True if the nav item is set, false otherwise.
+	 */
+	public function __isset( $key ) {
+		return isset( $this->nav[ $this->object_id ][ $key ] );
+	}
+
+	/**
+	 * Gets a nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $key The requested nav slug.
+	 * @return mixed The value corresponding to the requested nav item.
+	 */
+	public function __get( $key ) {
+		if ( ! isset( $this->nav[ $this->object_id ][ $key ] ) ) {
+			$this->nav[ $this->object_id ][ $key ] = null;
+		}
+
+		return $this->nav[ $this->object_id ][ $key ];
+	}
+
+	/**
+	 * Sets a nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string  $key   The requested nav slug.
+	 * @param  mixed   $value The value of the nav item.
+	 */
+	public function __set( $key, $value ) {
+		if ( is_array( $value ) ) {
+			$value['primary'] = true;
+		}
+
+		$this->nav[ $this->object_id ][ $key ] = new BP_Core_Nav_Item( $value );
+	}
+
+	/**
+	 * Gets a specific nav item or array of nav items.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $key The nav item slug to get. Optional.
+	 * @return mixed       An array of nav item, a single nav item, or null if none found.
+	 */
+	public function get( $key = '' ) {
+		$return = null;
+
+		// Return the requested nav item.
+		if ( ! empty( $key ) ) {
+			if ( ! isset( $this->nav[ $this->object_id ][ $key ] ) ) {
+				$return = null;
+			} else {
+				$return = $this->nav[ $this->object_id ][ $key ];
+			}
+
+		// Return all nav item items.
+		} else {
+			$return = $this->nav[ $this->object_id ];
+		}
+
+		return $return;
+	}
+
+	/**
+	 * Adds a new nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array $args The nav item's arguments.
+	 * @return BP_Core_Nav_Item
+	 */
+	public function add_nav( $args ) {
+		if ( empty( $args['slug'] ) ) {
+			return false;
+		}
+
+		// We have a child and the parent exists.
+		if ( ! empty( $args['parent_slug'] ) ) {
+			$slug              = $args['parent_slug'] . '/' . $args['slug'];
+			$args['secondary'] = true;
+
+		// This is a parent.
+		} else {
+			$slug            = $args['slug'];
+			$args['primary'] = true;
+		}
+
+		// Add to the nav.
+		$this->nav[ $this->object_id ][ $slug ] = new BP_Core_Nav_Item( $args );
+
+		return $this->nav[ $this->object_id ][ $slug ];
+	}
+
+	/**
+	 * Edits a nav item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array  $args        The nav item's arguments.
+	 * @param string $slug        The slug of the nav item.
+	 * @param string $parent_slug The slug of the parent nav item (required to edit a child).
+	 * @return BP_Core_Nav_Item
+	 */
+	public function edit_nav( $args = array(), $slug = '', $parent_slug = '' ) {
+		if ( empty( $slug ) ) {
+			return false;
+		}
+
+		// We're editing a parent!
+		if ( empty( $parent_slug ) ) {
+			$nav_items = $this->get_primary( array( 'slug' => $slug ), false );
+
+			if ( ! $nav_items ) {
+				return false;
+			}
+
+			$nav_item = reset( $nav_items );
+			$this->nav[ $this->object_id ][ $slug ] = new BP_Core_Nav_Item( wp_parse_args( $args, (array) $nav_item ) );
+
+			// Return the edited object.
+			return $this->nav[ $this->object_id ][ $slug ];
+
+		// We're editing a child.
+		} else {
+			$sub_items = $this->get_secondary( array( 'parent_slug' => $parent_slug, 'slug' => $slug ), false );
+
+			if ( ! $sub_items ) {
+				return false;
+			}
+
+			$sub_item = reset( $sub_items );
+
+			$params = wp_parse_args( $args, (array) $sub_item );
+
+			// When we have parents, it's for life, we can't change them!
+			if ( empty( $params['parent_slug'] ) || $parent_slug !== $params['parent_slug'] ) {
+				return false;
+			}
+
+			$this->nav[ $this->object_id ][ $parent_slug . '/' . $slug ] = new BP_Core_Nav_Item( $params );
+
+			// Return the edited object.
+			return $this->nav[ $this->object_id ][ $parent_slug . '/' . $slug ];
+		}
+	}
+
+	/**
+	 * Unset an item or a subitem of the nav.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $slug        The slug of the main item.
+	 * @param string $parent_slug The slug of the sub item.
+	 * @return bool|callable|array False on failure, the screen function(s) on success.
+	 */
+	public function delete_nav( $slug = '', $parent_slug = '' ) {
+
+		// Bail if slug is empty
+		if ( empty( $slug ) ) {
+			return false;
+		}
+
+		// We're deleting a child
+		if ( ! empty( $parent_slug ) ) {
+
+			// Validate the subnav
+			$sub_items = $this->get_secondary( array( 'parent_slug' => $parent_slug, 'slug' => $slug ), false );
+
+			if ( ! $sub_items ) {
+				return false;
+			}
+
+			$sub_item = reset( $sub_items );
+
+			if ( empty( $sub_item->slug ) ) {
+				return false;
+			}
+
+			// Delete the child
+			unset( $this->nav[ $this->object_id ][ $parent_slug . '/' . $slug ] );
+
+			// Return the deleted item's screen function
+			return array( $sub_item->screen_function );
+
+		// We're deleting a parent
+		} else {
+			// Validate the nav
+			$nav_items = $this->get_primary( array( 'slug' => $slug ), false );
+
+			if ( ! $nav_items ) {
+				return false;
+			}
+
+			$nav_item = reset( $nav_items );
+
+			if ( empty( $nav_item->slug ) ) {
+				return false;
+			}
+
+			$screen_functions = array( $nav_item->screen_function );
+
+			// Life's unfair, children won't survive the parent :(
+			$sub_items = $this->get_secondary( array( 'parent_slug' => $nav_item->slug ), false );
+
+			if ( ! empty( $sub_items ) ) {
+				foreach ( $sub_items as $sub_item ) {
+					$screen_functions[] = $sub_item->screen_function;
+
+					// Delete the child
+					unset( $this->nav[ $this->object_id ][ $nav_item->slug . '/' . $sub_item->slug ] );
+				}
+			}
+
+			// Delete the parent.
+			unset( $this->nav[ $this->object_id ][ $nav_item->slug ] );
+
+			// Return the deleted item's screen functions.
+			return array_unique( $screen_functions );
+		}
+	}
+
+	/**
+	 * Sorts a list of nav items.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array $items The nav items to sort.
+	 * @return array
+	 */
+	public function sort_nav( $items ) {
+		$sorted = array();
+
+		foreach ( $items as $item ) {
+			// Default position
+			$position = 99;
+
+			if ( isset( $item->position ) ) {
+				$position = (int) $item->position;
+			}
+
+			// If position is already taken, move to the first next available
+			if ( isset( $sorted[ $position ] ) ) {
+				$sorted_keys = array_keys( $sorted );
+
+				do {
+					$position += 1;
+				} while ( in_array( $position, $sorted_keys ) );
+			}
+
+			$sorted[ $position ] = $item;
+		}
+
+		ksort( $sorted );
+		return $sorted;
+	}
+
+	/**
+	 * Gets the primary nav items.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  array $args Filters to select the specific primary items. See wp_list_filter().
+	 * @param  bool  $sort True to sort the nav items. False otherwise.
+	 * @return array The list of primary objects nav
+	 */
+	public function get_primary( $args = array(), $sort = true ) {
+		$params = wp_parse_args( $args, array( 'primary' => true ) );
+
+		// This parameter is not overridable
+		if ( empty( $params['primary'] ) ) {
+			return false;
+		}
+
+		$primary_nav = wp_list_filter( $this->nav[ $this->object_id ], $params );
+
+		if ( ! $primary_nav ) {
+			return false;
+		}
+
+		if ( true !== $sort ) {
+			return $primary_nav;
+		}
+
+		return $this->sort_nav( $primary_nav );
+	}
+
+	/**
+	 * Gets the secondary nav items.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  array $args Filters to select the specific secondary items. See wp_list_filter().
+	 * @param  bool  $sort True to sort the nav items. False otherwise.
+	 * @return array The list of secondary objects nav
+	 */
+	public function get_secondary( $args = array(), $sort = true ) {
+		$params = wp_parse_args( $args, array( 'parent_slug' => '' ) );
+
+		// No need to search children if the parent is not set
+		if ( empty( $params['parent_slug'] ) && empty( $params['secondary'] ) ) {
+			return false;
+		}
+
+		$secondary_nav = wp_list_filter( $this->nav[ $this->object_id ], $params );
+
+		if ( ! $secondary_nav ) {
+			return false;
+		}
+
+		if ( true !== $sort ) {
+			return $secondary_nav;
+		}
+
+		return $this->sort_nav( $secondary_nav );
+	}
+
+	/**
+	 * Gets a nested list of visible nav items.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return array The list of visible nav items.
+	 */
+	public function get_item_nav() {
+		$primary_nav_items = $this->get_primary( array( 'show_for_displayed_user' => true ) );
+
+		if ( $primary_nav_items ) {
+			foreach( $primary_nav_items as $key_nav => $primary_nav ) {
+				// Try to get the children
+				$children = $this->get_secondary( array( 'parent_slug' => $primary_nav->slug, 'user_has_access' => true ) );
+
+				if ( $children ) {
+					$primary_nav_items[ $key_nav ] = clone( $primary_nav );
+					$primary_nav_items[ $key_nav ]->children = $children;
+				}
+			}
+		}
+
+		return $primary_nav_items;
+	}
+}
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-oembed-extension.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-oembed-extension.php
new file mode 100644
index 000000000..5a2ec3896
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-oembed-extension.php
@@ -0,0 +1,616 @@
+<?php
+/**
+ * Core component classes.
+ *
+ * @package BuddyPress
+ * @subpackage Core
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * API for responding and returning a custom oEmbed request.
+ *
+ * @since 2.6.0
+ */
+abstract class BP_Core_oEmbed_Extension {
+
+	/** START PROPERTIES ****************************************************/
+
+	/**
+	 * (required) The slug endpoint.
+	 *
+	 * Should be your component id.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @var string
+	 */
+	public $slug_endpoint = '';
+
+	/** END PROPERTIES ******************************************************/
+
+	/**
+	 * Constructor.
+	 */
+	final public function __construct() {
+		$this->setup_properties();
+
+		// Some rudimentary logic checking.
+		if ( empty( $this->slug_endpoint ) ) {
+			return;
+		}
+
+		$this->setup_hooks();
+		$this->custom_hooks();
+	}
+
+	/** REQUIRED METHODS ****************************************************/
+
+	/**
+	 * Add content for your oEmbed response here.
+	 *
+	 * @since 2.6.0
+	 */
+	abstract protected function content();
+
+	/**
+	 * Add a check for when you are on the page you want to oEmbed.
+	 *
+	 * You'll want to return a boolean here. eg. bp_is_single_activity().
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return bool
+	 */
+	abstract protected function is_page();
+
+	/**
+	 * Validate the URL to see if it matches your item ID.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return int Your item ID
+	 */
+	abstract protected function validate_url_to_item_id( $url );
+
+	/**
+	 * Set the oEmbed response data.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  int   $item_id Your item ID to do checks against.
+	 * @return array Should contain 'content', 'title', 'author_url', 'author_name' as array
+	 *               keys. 'author_url' and 'author_name' is optional; the rest are required.
+	 */
+	abstract protected function set_oembed_response_data( $item_id );
+
+	/**
+	 * Sets the fallback HTML for the oEmbed response.
+	 *
+	 * In a WordPress oEmbed item, the fallback HTML is a <blockquote>.  This is
+	 * usually hidden after the <iframe> is loaded.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  int    $item_id Your item ID to do checks against.
+	 * @return string Fallback HTML you want to output.
+	 */
+	abstract protected function set_fallback_html( $item_id );
+
+	/** OPTIONAL METHODS ****************************************************/
+
+	/**
+	 * If your oEmbed endpoint requires additional arguments, set them here.
+	 *
+	 * @see register_rest_route() View the $args parameter for more info.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @return array
+	 */
+	protected function set_route_args() {
+		return array();
+	}
+
+	/**
+	 * Set the iframe title.
+	 *
+	 * If not set, this will fallback to WP's 'Embedded WordPress Post'.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param int $item_id The item ID to do checks for.
+	 * @return string
+	 */
+	protected function set_iframe_title( $item_id ) {}
+
+	/**
+	 * Do what you need to do here to initialize any custom hooks.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function custom_hooks() {}
+
+	/**
+	 * Set permalink for oEmbed link discovery.
+	 *
+	 * This method will be called on the page we want to oEmbed.  In most cases,
+	 * you will not need to override this method.  However, if you need to, do
+	 * override in your extended class.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function set_permalink() {
+		$url = bp_get_requested_url();
+
+		// Remove querystring from bp_get_requested_url()
+		if ( false !== strpos( bp_get_requested_url(), '?' ) ) {
+			$url = substr( bp_get_requested_url(), 0, strpos( bp_get_requested_url(), '?' ) );
+		}
+
+		return $url;
+	}
+
+	/** HELPERS *************************************************************/
+
+	/**
+	 * Get the item ID when filtering the oEmbed HTML.
+	 *
+	 * Should only be used during the 'embed_html' hook.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function get_item_id() {
+		return $this->is_page() ? $this->validate_url_to_item_id( $this->set_permalink() ) : buddypress()->{$this->slug_endpoint}->embedid_in_progress;
+	}
+
+	/** SET UP **************************************************************/
+
+	/**
+	 * Set up properties.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function setup_properties() {
+		$this->slug_endpoint = sanitize_title( $this->slug_endpoint );
+	}
+
+	/**
+	 * Hooks! We do the dirty work here, so you don't have to! :)
+	 *
+	 * More hooks are available in the setup_template_parts() method.
+	 *
+	 * @since 2.6.0
+	 */
+	protected function setup_hooks() {
+		add_action( 'rest_api_init',    array( $this, 'register_route' ) );
+		add_action( 'bp_embed_content', array( $this, 'inject_content' ) );
+
+		add_filter( 'embed_template', array( $this, 'setup_template_parts' ) );
+		add_filter( 'post_embed_url', array( $this, 'filter_embed_url' ) );
+		add_filter( 'embed_html',     array( $this, 'filter_embed_html' ) );
+		add_filter( 'oembed_discovery_links', array( $this, 'add_oembed_discovery_links' ) );
+		add_filter( 'rest_pre_serve_request', array( $this, 'oembed_xml_request' ), 20, 4 );
+	}
+
+	/** HOOKS ***************************************************************/
+
+	/**
+	 * Register the oEmbed REST API route.
+	 *
+	 * @since 2.6.0
+	 */
+	public function register_route() {
+		/** This filter is documented in wp-includes/class-wp-oembed-controller.php */
+		$maxwidth = apply_filters( 'oembed_default_width', 600 );
+
+		// Required arguments.
+		$args = array(
+			'url'      => array(
+				'required'          => true,
+				'sanitize_callback' => 'esc_url_raw',
+			),
+			'format'   => array(
+				'default'           => 'json',
+				'sanitize_callback' => 'wp_oembed_ensure_format',
+			),
+			'maxwidth' => array(
+				'default'           => $maxwidth,
+				'sanitize_callback' => 'absint',
+			)
+		);
+
+		// Merge custom arguments here.
+		$args = $args + (array) $this->set_route_args();
+
+		register_rest_route( 'oembed/1.0', "/embed/{$this->slug_endpoint}", array(
+			array(
+				'methods'  => WP_REST_Server::READABLE,
+				'callback' => array( $this, 'get_item' ),
+				'args'     => $args
+			),
+		) );
+	}
+
+	/**
+	 * Set up custom embed template parts for BuddyPress use.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $template File path to current embed template.
+	 * @return string
+	 */
+	public function setup_template_parts( $template ) {
+		// Determine if we're on our BP page.
+		if ( ! $this->is_page() || is_404() ) {
+			return $template;
+		}
+
+		// Set up some BP-specific embed template overrides.
+		add_action( 'get_template_part_embed', array( $this, 'content_buffer_start' ), -999, 2 );
+		add_action( 'get_footer',              array( $this, 'content_buffer_end' ), -999 );
+
+		// Return the original WP embed template.
+		return $template;
+	}
+
+	/**
+	 * Start object buffer.
+	 *
+	 * We're going to override WP's get_template_part( 'embed, 'content' ) call
+	 * and inject our own template for BuddyPress use.
+	 *
+	 * @since 2.6.0
+	 */
+	public function content_buffer_start( $slug, $name ) {
+		if ( 'embed' !== $slug || 'content' !== $name ) {
+			return;
+		}
+
+		// Start the buffer to wipe out get_template_part( 'embed, 'content' ).
+		ob_start();
+	}
+
+	/**
+	 * End object buffer.
+	 *
+	 * We're going to override WP's get_template_part( 'embed, 'content' ) call
+	 * and inject our own template for BuddyPress use.
+	 *
+	 * @since 2.6.0
+	 */
+	public function content_buffer_end( $name ) {
+		if ( 'embed' !== $name || is_404() ) {
+			return;
+		}
+
+		// Wipe out get_template_part( 'embed, 'content' ).
+		ob_end_clean();
+
+		// Start our custom BuddyPress embed template!
+		echo '<div ';
+		post_class( 'wp-embed' );
+		echo '>';
+
+		// Template part for our embed header.
+		bp_get_asset_template_part( 'embeds/header', bp_current_component() );
+
+		/**
+		 * Inject BuddyPress embed content on this hook.
+		 *
+		 * You shouldn't really need to use this if you extend the
+		 * {@link BP_oEmbed_Component} class.
+		 *
+		 * @since 2.6.0
+		 */
+		do_action( 'bp_embed_content' );
+
+		// Template part for our embed footer.
+		bp_get_asset_template_part( 'embeds/footer', bp_current_component() );
+
+		echo '</div>';
+	}
+
+	/**
+	 * Adds oEmbed discovery links on single activity pages.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $retval Current discovery links.
+	 * @return string
+	 */
+	public function add_oembed_discovery_links( $retval ) {
+		if ( ! $this->is_page() ) {
+			return $retval;
+		}
+
+		$permalink = $this->set_permalink();
+		if ( empty( $permalink ) ) {
+			return $retval;
+		}
+
+		add_filter( 'rest_url' , array( $this, 'filter_rest_url' ) );
+
+		$retval = '<link rel="alternate" type="application/json+oembed" href="' . esc_url( get_oembed_endpoint_url( $permalink ) ) . '" />' . "\n";
+
+		if ( class_exists( 'SimpleXMLElement' ) ) {
+			$retval .= '<link rel="alternate" type="text/xml+oembed" href="' . esc_url( get_oembed_endpoint_url( $permalink, 'xml' ) ) . '" />' . "\n";
+		}
+
+		remove_filter( 'rest_url' , array( $this, 'filter_rest_url' ) );
+
+		return $retval;
+	}
+
+	/**
+	 * Fetch our oEmbed response data to return.
+	 *
+	 * A simplified version of {@link get_oembed_response_data()}.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @link http://oembed.com/ View the 'Response parameters' section for more details.
+	 *
+	 * @param  array $item  Custom oEmbed response data.
+	 * @param  int   $width The requested width.
+	 * @return array
+	 */
+	protected function get_oembed_response_data( $item, $width ) {
+		$data = wp_parse_args( $item, array(
+			'version'       => '1.0',
+			'provider_name' => get_bloginfo( 'name' ),
+			'provider_url'  => get_home_url(),
+			'author_name'   => get_bloginfo( 'name' ),
+			'author_url'    => get_home_url(),
+			'title'         => ucfirst( $this->slug_endpoint ),
+			'type'          => 'rich',
+		) );
+
+		/** This filter is documented in /wp-includes/embed.php */
+		$min_max_width = apply_filters( 'oembed_min_max_width', array(
+			'min' => 200,
+			'max' => 600
+		) );
+
+		$width  = min( max( $min_max_width['min'], $width ), $min_max_width['max'] );
+		$height = max( ceil( $width / 16 * 9 ), 200 );
+
+		$data['width']  = absint( $width );
+		$data['height'] = absint( $height );
+
+		// Set 'html' parameter.
+		if ( 'video' === $data['type'] || 'rich' === $data['type'] ) {
+			// Fake a WP post so we can use get_post_embed_html().
+			$post = new stdClass;
+			$post->post_content = $data['content'];
+			$post->post_title   = $data['title'];
+
+			$data['html'] = get_post_embed_html( $data['width'], $data['height'], $post );
+		}
+
+		// Remove temporary parameters.
+		unset( $data['content'] );
+
+		return $data;
+	}
+
+	/**
+	 * Callback for the API endpoint.
+	 *
+	 * Returns the JSON object for the item.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  WP_REST_Request $request Full data about the request.
+	 * @return WP_Error|array oEmbed response data or WP_Error on failure.
+	 */
+	public function get_item( $request ) {
+		$url = $request['url'];
+
+		$data = false;
+
+		$item_id = (int) $this->validate_url_to_item_id( $url );
+
+		if ( ! empty( $item_id ) ) {
+			// Add markers to tell that we're embedding a single activity.
+			// This is needed for various oEmbed response data filtering.
+			if ( empty( buddypress()->{$this->slug_endpoint} ) ) {
+				buddypress()->{$this->slug_endpoint} = new stdClass;
+			}
+			buddypress()->{$this->slug_endpoint}->embedurl_in_progress = $url;
+			buddypress()->{$this->slug_endpoint}->embedid_in_progress  = $item_id;
+
+			// Save custom route args as well.
+			$custom_args = array_keys( (array) $this->set_route_args() );
+			if ( ! empty( $custom_args ) ) {
+				buddypress()->{$this->slug_endpoint}->embedargs_in_progress = array();
+
+				foreach( $custom_args as $arg ) {
+					if ( isset( $request[ $arg ] ) ) {
+						buddypress()->{$this->slug_endpoint}->embedargs_in_progress[ $arg ] = $request[ $arg ];
+					}
+				}
+			}
+
+			// Grab custom oEmbed response data.
+			$item = $this->set_oembed_response_data( $item_id );
+
+			// Set oEmbed response data.
+			$data = $this->get_oembed_response_data( $item, $request['maxwidth'] );
+		}
+
+		if ( ! $data ) {
+			return new WP_Error( 'oembed_invalid_url', get_status_header_desc( 404 ), array( 'status' => 404 ) );
+		}
+
+		return $data;
+	}
+
+	/**
+	 * If oEmbed request wants XML, return XML instead of JSON.
+	 *
+	 * Basically a copy of {@link _oembed_rest_pre_serve_request()}. Unfortunate
+	 * that we have to duplicate this just for a URL check.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param bool                      $served  Whether the request has already been served.
+	 * @param WP_HTTP_ResponseInterface $result  Result to send to the client. Usually a WP_REST_Response.
+	 * @param WP_REST_Request           $request Request used to generate the response.
+	 * @param WP_REST_Server            $server  Server instance.
+	 * @return bool
+	 */
+	public function oembed_xml_request( $served, $result, $request, $server ) {
+		$params = $request->get_params();
+
+		if ( ! isset( $params['format'] ) || 'xml' !== $params['format'] ) {
+			return $served;
+		}
+
+		// Validate URL against our oEmbed endpoint. If not valid, bail.
+		// This is our mod to _oembed_rest_pre_serve_request().
+		$query_params = $request->get_query_params();
+		if ( false === $this->validate_url_to_item_id( $query_params['url'] ) ) {
+			return $served;
+		}
+
+		// Embed links inside the request.
+		$data = $server->response_to_data( $result, false );
+
+		if ( ! class_exists( 'SimpleXMLElement' ) ) {
+			status_header( 501 );
+			die( get_status_header_desc( 501 ) );
+		}
+
+		$result = _oembed_create_xml( $data );
+
+		// Bail if there's no XML.
+		if ( ! $result ) {
+			status_header( 501 );
+			return get_status_header_desc( 501 );
+		}
+
+		if ( ! headers_sent() ) {
+			$server->send_header( 'Content-Type', 'text/xml; charset=' . get_option( 'blog_charset' ) );
+		}
+
+		echo $result;
+
+		return true;
+	}
+
+	/**
+	 * Pass our BuddyPress activity permalink for embedding.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @see bp_activity_embed_rest_route_callback()
+	 *
+	 * @param  string $retval Current embed URL
+	 * @return string
+	 */
+	public function filter_embed_url( $retval ) {
+		if ( false === isset( buddypress()->{$this->slug_endpoint}->embedurl_in_progress ) && ! $this->is_page() ) {
+			return $retval;
+		}
+
+		$url = $this->is_page() ? $this->set_permalink() : buddypress()->{$this->slug_endpoint}->embedurl_in_progress;
+		$url = trailingslashit( $url );
+
+		// This is for the 'WordPress Embed' block
+		// @see bp_activity_embed_comments_button()
+		if ( 'the_permalink' !== current_filter() ) {
+			$url = add_query_arg( 'embed', 'true', trailingslashit( $url ) );
+
+			// Add custom route args to iframe.
+			if ( ! empty( buddypress()->{$this->slug_endpoint}->embedargs_in_progress ) ) {
+				foreach( buddypress()->{$this->slug_endpoint}->embedargs_in_progress as $key => $value ) {
+					$url = add_query_arg( $key, $value, $url );
+				}
+			}
+		}
+
+		return $url;
+	}
+
+	/**
+	 * Filters the embed HTML for our BP oEmbed endpoint.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string $retval Current embed HTML
+	 * @return string
+	 */
+	public function filter_embed_html( $retval ) {
+		if ( false === isset( buddypress()->{$this->slug_endpoint}->embedurl_in_progress ) && ! $this->is_page() ) {
+			return $retval;
+		}
+
+		$url = $this->set_permalink();
+
+		$item_id = $this->is_page() ? $this->validate_url_to_item_id( $url ) : buddypress()->{$this->slug_endpoint}->embedid_in_progress;
+
+		// Change 'Embedded WordPress Post' to custom title.
+		$custom_title = $this->set_iframe_title( $item_id );
+		if ( ! empty( $custom_title ) ) {
+			$title_pos = strpos( $retval, 'title=' ) + 7;
+			$title_end_pos = strpos( $retval, '"', $title_pos );
+
+			$retval = substr_replace( $retval, esc_attr( $custom_title ), $title_pos, $title_end_pos - $title_pos );
+		}
+
+		// Add 'max-width' CSS attribute to IFRAME.
+		// This will make our oEmbeds responsive.
+		if ( false === strpos( $retval, 'style="max-width' ) ) {
+			$retval = str_replace( '<iframe', '<iframe style="max-width:100%"', $retval );
+		}
+
+		// Remove default <blockquote>
+		$retval = substr( $retval, strpos( $retval, '</blockquote>' ) + 13 );
+
+		// Set up new fallback HTML
+		// @todo Maybe use KSES?
+		$fallback_html = $this->set_fallback_html( $item_id );
+
+		/**
+		 * Dynamic filter to return BP oEmbed HTML.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @var string $retval
+		 */
+		return apply_filters( "bp_{$this->slug_endpoint}_embed_html", $fallback_html . $retval );
+	}
+
+	/**
+	 * Append our custom slug endpoint to oEmbed endpoint URL.
+	 *
+	 * Meant to be used as a filter on 'rest_url' before any call to
+	 * {@link get_oembed_endpoint_url()} is used.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @see add_oembed_discovery_links()
+	 *
+	 * @param  string $retval Current oEmbed endpoint URL
+	 * @return string
+	 */
+	public function filter_rest_url( $retval = '' ) {
+		return $retval . "/{$this->slug_endpoint}";
+	}
+
+	/**
+	 * Inject content into the embed template.
+	 *
+	 * @since 2.6.0
+	 */
+	public function inject_content() {
+		if ( ! $this->is_page() ) {
+			return;
+		}
+
+		$this->content();
+	}
+}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-user.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-user.php
index a8c9cc205..7a92428af 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-user.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-user.php
@@ -146,18 +146,6 @@ class BP_Core_User {
 
 	/**
 	 * Populate the instantiated class with data based on the User ID provided.
-	 *
-	 * @uses bp_core_get_userurl() Returns the URL with no HTML markup for
-	 *       a user based on their user id.
-	 * @uses bp_core_get_userlink() Returns a HTML formatted link for a
-	 *       user with the user's full name as the link text.
-	 * @uses bp_core_get_user_email() Returns the email address for the
-	 *       user based on user ID.
-	 * @uses bp_get_user_meta() BP function returns the value of passed
-	 *       usermeta name from usermeta table.
-	 * @uses bp_core_fetch_avatar() Returns HTML formatted avatar for a user
-	 * @uses bp_profile_last_updated_date() Returns the last updated date
-	 *       for a user.
 	 */
 	public function populate() {
 
@@ -934,7 +922,7 @@ class BP_Core_User {
 
 		$existing = self::get_last_activity( $user_id );
 
-		if ( empty( $existing ) ) {
+		if ( empty( $existing ) || empty( $existing[ $user_id ]['activity_id'] ) ) {
 			return false;
 		}
 
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core.php
index 3cdfc0eec..3f526079e 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-core.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-core.php
@@ -24,7 +24,6 @@ class BP_Core extends BP_Component {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses BP_Core::bootstrap()
 	 */
 	public function __construct() {
 		parent::start(
@@ -254,6 +253,12 @@ class BP_Core extends BP_Component {
 		// bp-notifications instead.
 		$bp->core->table_name_notifications = $bp->table_prefix . 'bp_notifications';
 
+		// Backward compatibility for plugins modifying the legacy bp_nav and bp_options_nav global properties.
+		if ( buddypress()->do_nav_backcompat ) {
+			$bp->bp_nav         = new BP_Core_BP_Nav_BackCompat();
+			$bp->bp_options_nav = new BP_Core_BP_Options_Nav_BackCompat();
+		}
+
 		/**
 		 * Used to determine if user has admin rights on current content. If the
 		 * logged in user is viewing their own profile and wants to delete
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-email-recipient.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-email-recipient.php
index 02d8449e5..4cc17c4de 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-email-recipient.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-email-recipient.php
@@ -55,19 +55,23 @@ class BP_Email_Recipient {
 	public function __construct( $email_or_user, $name = '' ) {
 		$name = sanitize_text_field( $name );
 
-		// User ID, WP_User object.
-		if ( is_int( $email_or_user ) || is_object( $email_or_user ) ) {
-			$this->user_object = is_object( $email_or_user ) ? $email_or_user : get_user_by( 'id', $email_or_user );
-
-			if ( $this->user_object ) {
-				// This is escaped with esc_html in bp_core_get_user_displayname()
-				$name = wp_specialchars_decode( bp_core_get_user_displayname( $this->user_object->ID ), ENT_QUOTES );
+		// User ID, email address or WP_User object.
+		if ( is_int( $email_or_user ) || ( is_string( $email_or_user ) && is_email( $email_or_user ) ) || is_object( $email_or_user ) ) {
+			// We already have a WP user.
+			if ( is_object( $email_or_user ) ) {
+				$this->user_object = $email_or_user;
+
+			// Query for WP user by user ID.
+			} elseif ( is_int( $email_or_user ) ) {
+				$this->user_object = get_user_by( 'id', $email_or_user );
+			}
 
-				$this->address = $this->user_object->user_email;
-				$this->name    = sanitize_text_field( $name );
+			// Set email address.
+			if ( empty( $this->user_object ) && is_email( $email_or_user ) ) {
+				$address = $email_or_user;
 			}
 
-		// Array, address, and name.
+		// Array or miscellaneous string.
 		} else {
 			if ( ! is_array( $email_or_user ) ) {
 				$email_or_user = array( $email_or_user => $name );
@@ -80,11 +84,30 @@ class BP_Email_Recipient {
 				$address = key( $email_or_user );
 				$name    = current( $email_or_user );
 			}
+		}
 
-			if ( is_email( $address ) ) {
-				$this->address = sanitize_email( $address );
-			}
+		// Set address if we have one.
+		if ( ! empty( $address ) ) {
+			$this->address = sanitize_email( $address );
+		}
+
+		// Still no user object; try to query user by email address.
+		if ( empty( $this->user_object ) ) {
+			$this->get_user( 'search-email' );
+		}
+
+		// We have a user object; so set address and name from DB.
+		if ( $this->user_object ) {
+			// This is escaped with esc_html in bp_core_get_user_displayname()
+			$wp_name = wp_specialchars_decode( bp_core_get_user_displayname( $this->user_object->ID ), ENT_QUOTES );
+
+			$this->address = $this->user_object->user_email;
+			$this->name    = sanitize_text_field( $wp_name );
+
+		}
 
+		// Custom name override.
+		if ( $name ) {
 			$this->name = $name;
 		}
 
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-embed.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-embed.php
index 7ae9ec3c3..54f9bb52e 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-embed.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-embed.php
@@ -75,11 +75,6 @@ class BP_Embed extends WP_Embed {
 	 * enabled, then the URL will be passed to {@link BP_Embed::parse_oembed()}
 	 * for oEmbed parsing.
 	 *
-	 * @uses wp_parse_args()
-	 * @uses wp_embed_defaults()
-	 * @uses current_user_can()
-	 * @uses _wp_oembed_get_object()
-	 * @uses WP_Embed::maybe_make_link()
 	 *
 	 * @param array  $attr Shortcode attributes.
 	 * @param string $url  The URL attempting to be embeded.
@@ -174,11 +169,7 @@ class BP_Embed extends WP_Embed {
 	 *
 	 * View an example to add support in {@link bp_activity_embed()}.
 	 *
-	 * @uses apply_filters() Filters cache.
-	 * @uses do_action() To save cache.
-	 * @uses wp_oembed_get() Connects to oEmbed provider and returns HTML
 	 *       on success.
-	 * @uses WP_Embed::maybe_make_link() Process URL for hyperlinking on
 	 *       oEmbed failure.
 	 *
 	 * @param int    $id      ID to do the caching for.
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php
index 15269e000..95aab0c08 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php
@@ -788,18 +788,15 @@ class BP_User_Query {
 		) );
 
 		// Switch to the root blog, where member type taxonomies live.
+		$site_id  = bp_get_taxonomy_term_site_id( 'bp_member_type' );
 		$switched = false;
-		if ( ! bp_is_root_blog() ) {
-			switch_to_blog( bp_get_root_blog_id() );
+		if ( $site_id !== get_current_blog_id() ) {
+			switch_to_blog( $site_id );
 			$switched = true;
 		}
 
 		$sql_clauses = $tax_query->get_sql( 'u', $this->uid_name );
 
-		if ( $switched ) {
-			restore_current_blog();
-		}
-
 		$clause = '';
 
 		// The no_results clauses are the same between IN and NOT IN.
@@ -815,6 +812,10 @@ class BP_User_Query {
 			$clause = "u.{$this->uid_name} IN ( SELECT object_id FROM $wpdb->term_relationships WHERE {$matches[0]} )";
 		}
 
+		if ( $switched ) {
+			restore_current_blog();
+		}
+
 		return $clause;
 	}
 }
diff --git a/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-category-checklist.php b/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-category-checklist.php
index 7c495ca79..3293d2a7b 100644
--- a/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-category-checklist.php
+++ b/wp-content/plugins/buddypress/bp-core/classes/class-bp-walker-category-checklist.php
@@ -84,7 +84,7 @@ class BP_Walker_Category_Checklist extends Walker {
 		} else {
 			/** This filter is documented in wp-includes/category-template.php */
 			$output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" .
-				'<label class="selectit"><input value="' . $category->slug . '" type="checkbox" name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' .
+				'<label for="in-'.$taxonomy.'-' . $category->term_id . '" class="selectit"><input value="' . $category->slug . '" type="checkbox" name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' .
 				checked( in_array( $category->term_id, $args['selected_cats'] ), true, false ) .
 				disabled( empty( $args['disabled'] ), false, false ) . ' /> ' .
 				esc_html( apply_filters( 'the_category', $category->description ) ) . '</label>';
diff --git a/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.css b/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.css
index 5cb9de7e7..1a76a4979 100644
--- a/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.css
+++ b/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.css
@@ -142,7 +142,7 @@ div.bp-avatar-nav {
 
 .drag-drop .drag-drop-inside p.drag-drop-buttons {
 	margin: auto;
-	text-align: auto;
+	text-align: inherit;
 }
 
 .drag-drop #drag-drop-area {
diff --git a/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.min.css b/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.min.css
index 7351369e5..d705eb1d0 100644
--- a/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-core/css/avatar-rtl.min.css
@@ -1 +1 @@
-div.bp-avatar-status,div.bp-cover-image-status{clear:both;margin:1em 0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{display:block;padding:10px 15px}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:#efc;border:1px solid #591;color:#250}div.bp-avatar-status p.error,div.bp-cover-image-status p.error{background-color:#fdc;border:1px solid #a00;color:#800}div.bp-avatar-status .bp-progress,div.bp-cover-image-status .bp-progress{background:0 0;border:1px solid #d1d1d1;float:left;height:22px;line-height:2em;margin:6px 0 2px 10px;padding:0;overflow:hidden;width:200px}div.bp-avatar-status .bp-bar,div.bp-cover-image-status .bp-bar{background-color:#c3ff88;width:0;height:100%;z-index:9}.bp-uploader-progress div.error{background-color:#fdc;border:1px solid #a00;color:#800;display:block;font-size:90%;padding:10px 15px}#buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{background-color:#ffd;border:1px solid #cb2;color:#440;display:block;font-size:90%;margin:1em 0;padding:10px 15px}div.bp-avatar-nav{background:0 0;clear:both;margin:10px 0;overflow:hidden}.avatar-nav-items{margin:0;padding:0}.bp-avatar-nav .avatar-nav-items li.avatar-nav-item{float:right!important;margin:0;list-style:none}.avatar-nav-items li a{display:block;padding:5px 10px;text-decoration:none}.bp-avatar-nav ul:after,.bp-avatar-nav ul:before{content:" ";display:table}.bp-avatar-nav ul:after{clear:both}.bp-avatar-nav ul{border-bottom:1px solid #ccc;margin-bottom:10px}.bp-avatar-nav ul.avatar-nav-items li.current{border:1px solid #ccc;border-bottom-color:#fff;border-top-right-radius:4px;border-top-left-radius:4px;margin-bottom:-1px}.bp-avatar-nav li.current a{background:0 0;color:inherit;font-weight:700;opacity:.8;outline:0}#drag-drop-area{border:4px dashed #bbb;height:200px}.drag-drop.drag-over #drag-drop-area{border-color:#83b4d8}.drag-drop-inside p{display:none}.drag-drop-inside p.drag-drop-buttons{margin-top:80px;text-align:center}.drag-drop .drag-drop-inside p.drag-drop-buttons{margin:auto;text-align:auto}.drag-drop #drag-drop-area{box-sizing:border-box;display:table;height:100%;width:100%}.drag-drop .drag-drop-inside{display:table-cell;padding:40px 0;text-align:center;vertical-align:middle}.drag-drop .drag-drop-inside p,.drag-drop-inside p.drag-drop-buttons{display:block}.drag-drop .drag-drop-inside p{color:#aaa;font-size:110%;margin:5px 0;text-align:center}.drag-drop-inside p.drag-drop-info{margin-top:0}@supports (-ms-accelerator:true){.drag-drop-inside p.drag-drop-info{display:block}}#avatar-to-crop{margin:0 auto 20px;text-align:right}#bp-webcam-avatar #avatar-to-crop{float:right;margin:0 0 20px}#avatar-to-crop .jcrop-holder{margin:0 auto}.avatar-crop-management{clear:right;overflow:hidden;padding-top:20px;text-align:center}#bp-webcam-avatar .avatar-crop-management{clear:none;float:none;overflow:visible;padding-top:0;width:auto}#avatar-crop-pane{margin:0 auto;overflow:hidden}#bp-webcam-avatar #avatar-to-crop{border:1px solid #eee;max-width:100%;width:100%}@media screen and (min-width:801px){#bp-webcam-avatar #avatar-to-crop{max-width:64%;width:64%}}#avatar-crop-actions a{display:block}#bp-webcam-avatar #avatar-crop-actions{float:right;margin:0 0 20px;width:50%}#avatar-crop-actions a.button{margin-top:10px}#bp-webcam-avatar #avatar-crop-actions a.button{display:block;margin:0 0 5px;padding:4px 0;width:100%}#avatar-crop-pane canvas,#avatar-crop-pane img,#avatar-to-crop img,#avatar-upload-form img,#create-group-form img,#group-settings-form img{border:none!important;max-width:none!important}#bp-webcam-avatar video{float:right;margin-bottom:0;max-width:100%;width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#bp-webcam-avatar #avatar-crop-pane{border:2px dashed #bbb;clear:right;float:left;margin:0 0 10px 40px;overflow:hidden}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{max-width:150px;max-height:150px}#avatar-crop-pane canvas{height:auto;width:100%;max-width:100%}.group-avatar .bp-avatar .avatar-crop-management{margin-right:0;padding-top:0;width:auto}.bp-avatar .item{overflow:hidden}.bp-avatar .avatar-crop-management.adjust{float:right;clear:none;padding-top:0}.bp-avatar #avatar-to-crop.adjust{float:right;margin-left:20px}@media screen and (max-width:480px){#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions,#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{width:auto}}@media screen and (min-width:801px){#bp-webcam-avatar .avatar-crop-management{clear:none;float:left}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none;margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{float:right;width:100%}}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent{height:95%!important;width:95%!important}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;padding:10px 15px}.wp-admin #TB_window .bp-avatar #avatar-to-crop{float:right;margin:0}.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{margin-bottom:20px}@media screen and (min-width:783px){.wp-admin #TB_window .bp-avatar .avatar-crop-management{clear:none;float:right;margin-right:20px;padding-top:0;text-align:center}}.wp-admin #TB_window .bp-avatar #avatar-to-crop video{width:100%}.wp-admin #TB_window .bp-avatar .avatar-crop-management a.button{height:auto;line-height:inherit}@media screen and (min-width:810px){.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{max-width:none;width:76%}.wp-admin #TB_window #bp-webcam-avatar .avatar-crop-management{max-width:none;width:auto}}
\ No newline at end of file
+div.bp-avatar-status,div.bp-cover-image-status{clear:both;margin:1em 0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{display:block;padding:10px 15px}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:#efc;border:1px solid #591;color:#250}div.bp-avatar-status p.error,div.bp-cover-image-status p.error{background-color:#fdc;border:1px solid #a00;color:#800}div.bp-avatar-status .bp-progress,div.bp-cover-image-status .bp-progress{background:0 0;border:1px solid #d1d1d1;float:left;height:22px;line-height:2em;margin:6px 0 2px 10px;padding:0;overflow:hidden;width:200px}div.bp-avatar-status .bp-bar,div.bp-cover-image-status .bp-bar{background-color:#c3ff88;width:0;height:100%;z-index:9}.bp-uploader-progress div.error{background-color:#fdc;border:1px solid #a00;color:#800;display:block;font-size:90%;padding:10px 15px}#buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{background-color:#ffd;border:1px solid #cb2;color:#440;display:block;font-size:90%;margin:1em 0;padding:10px 15px}div.bp-avatar-nav{background:0 0;clear:both;margin:10px 0;overflow:hidden}.avatar-nav-items{margin:0;padding:0}.bp-avatar-nav .avatar-nav-items li.avatar-nav-item{float:right!important;margin:0;list-style:none}.avatar-nav-items li a{display:block;padding:5px 10px;text-decoration:none}.bp-avatar-nav ul:after,.bp-avatar-nav ul:before{content:" ";display:table}.bp-avatar-nav ul:after{clear:both}.bp-avatar-nav ul{border-bottom:1px solid #ccc;margin-bottom:10px}.bp-avatar-nav ul.avatar-nav-items li.current{border:1px solid #ccc;border-bottom-color:#fff;border-top-right-radius:4px;border-top-left-radius:4px;margin-bottom:-1px}.bp-avatar-nav li.current a{background:0 0;color:inherit;font-weight:700;opacity:.8;outline:0}#drag-drop-area{border:4px dashed #bbb;height:200px}.drag-drop.drag-over #drag-drop-area{border-color:#83b4d8}.drag-drop-inside p{display:none}.drag-drop-inside p.drag-drop-buttons{margin-top:80px;text-align:center}.drag-drop .drag-drop-inside p.drag-drop-buttons{margin:auto;text-align:inherit}.drag-drop #drag-drop-area{box-sizing:border-box;display:table;height:100%;width:100%}.drag-drop .drag-drop-inside{display:table-cell;padding:40px 0;text-align:center;vertical-align:middle}.drag-drop .drag-drop-inside p,.drag-drop-inside p.drag-drop-buttons{display:block}.drag-drop .drag-drop-inside p{color:#aaa;font-size:110%;margin:5px 0;text-align:center}.drag-drop-inside p.drag-drop-info{margin-top:0}@supports (-ms-accelerator:true){.drag-drop-inside p.drag-drop-info{display:block}}#avatar-to-crop{margin:0 auto 20px;text-align:right}#bp-webcam-avatar #avatar-to-crop{float:right;margin:0 0 20px}#avatar-to-crop .jcrop-holder{margin:0 auto}.avatar-crop-management{clear:right;overflow:hidden;padding-top:20px;text-align:center}#bp-webcam-avatar .avatar-crop-management{clear:none;float:none;overflow:visible;padding-top:0;width:auto}#avatar-crop-pane{margin:0 auto;overflow:hidden}#bp-webcam-avatar #avatar-to-crop{border:1px solid #eee;max-width:100%;width:100%}@media screen and (min-width:801px){#bp-webcam-avatar #avatar-to-crop{max-width:64%;width:64%}}#avatar-crop-actions a{display:block}#bp-webcam-avatar #avatar-crop-actions{float:right;margin:0 0 20px;width:50%}#avatar-crop-actions a.button{margin-top:10px}#bp-webcam-avatar #avatar-crop-actions a.button{display:block;margin:0 0 5px;padding:4px 0;width:100%}#avatar-crop-pane canvas,#avatar-crop-pane img,#avatar-to-crop img,#avatar-upload-form img,#create-group-form img,#group-settings-form img{border:none!important;max-width:none!important}#bp-webcam-avatar video{float:right;margin-bottom:0;max-width:100%;width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#bp-webcam-avatar #avatar-crop-pane{border:2px dashed #bbb;clear:right;float:left;margin:0 0 10px 40px;overflow:hidden}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{max-width:150px;max-height:150px}#avatar-crop-pane canvas{height:auto;width:100%;max-width:100%}.group-avatar .bp-avatar .avatar-crop-management{margin-right:0;padding-top:0;width:auto}.bp-avatar .item{overflow:hidden}.bp-avatar .avatar-crop-management.adjust{float:right;clear:none;padding-top:0}.bp-avatar #avatar-to-crop.adjust{float:right;margin-left:20px}@media screen and (max-width:480px){#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions,#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{width:auto}}@media screen and (min-width:801px){#bp-webcam-avatar .avatar-crop-management{clear:none;float:left}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none;margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{float:right;width:100%}}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent{height:95%!important;width:95%!important}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;padding:10px 15px}.wp-admin #TB_window .bp-avatar #avatar-to-crop{float:right;margin:0}.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{margin-bottom:20px}@media screen and (min-width:783px){.wp-admin #TB_window .bp-avatar .avatar-crop-management{clear:none;float:right;margin-right:20px;padding-top:0;text-align:center}}.wp-admin #TB_window .bp-avatar #avatar-to-crop video{width:100%}.wp-admin #TB_window .bp-avatar .avatar-crop-management a.button{height:auto;line-height:inherit}@media screen and (min-width:810px){.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{max-width:none;width:76%}.wp-admin #TB_window #bp-webcam-avatar .avatar-crop-management{max-width:none;width:auto}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/css/avatar.css b/wp-content/plugins/buddypress/bp-core/css/avatar.css
index 1187eba39..279d9542b 100644
--- a/wp-content/plugins/buddypress/bp-core/css/avatar.css
+++ b/wp-content/plugins/buddypress/bp-core/css/avatar.css
@@ -142,7 +142,7 @@ div.bp-avatar-nav {
 
 .drag-drop .drag-drop-inside p.drag-drop-buttons {
 	margin: auto;
-	text-align: auto;
+	text-align: inherit;
 }
 
 .drag-drop #drag-drop-area {
diff --git a/wp-content/plugins/buddypress/bp-core/css/avatar.min.css b/wp-content/plugins/buddypress/bp-core/css/avatar.min.css
index 5210a9a78..80f0414ec 100644
--- a/wp-content/plugins/buddypress/bp-core/css/avatar.min.css
+++ b/wp-content/plugins/buddypress/bp-core/css/avatar.min.css
@@ -1 +1 @@
-div.bp-avatar-status,div.bp-cover-image-status{clear:both;margin:1em 0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{display:block;padding:10px 15px}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:#efc;border:1px solid #591;color:#250}div.bp-avatar-status p.error,div.bp-cover-image-status p.error{background-color:#fdc;border:1px solid #a00;color:#800}div.bp-avatar-status .bp-progress,div.bp-cover-image-status .bp-progress{background:0 0;border:1px solid #d1d1d1;float:right;height:22px;line-height:2em;margin:6px 10px 2px 0;padding:0;overflow:hidden;width:200px}div.bp-avatar-status .bp-bar,div.bp-cover-image-status .bp-bar{background-color:#c3ff88;width:0;height:100%;z-index:9}.bp-uploader-progress div.error{background-color:#fdc;border:1px solid #a00;color:#800;display:block;font-size:90%;padding:10px 15px}#buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{background-color:#ffd;border:1px solid #cb2;color:#440;display:block;font-size:90%;margin:1em 0;padding:10px 15px}div.bp-avatar-nav{background:0 0;clear:both;margin:10px 0;overflow:hidden}.avatar-nav-items{margin:0;padding:0}.bp-avatar-nav .avatar-nav-items li.avatar-nav-item{float:left!important;margin:0;list-style:none}.avatar-nav-items li a{display:block;padding:5px 10px;text-decoration:none}.bp-avatar-nav ul:after,.bp-avatar-nav ul:before{content:" ";display:table}.bp-avatar-nav ul:after{clear:both}.bp-avatar-nav ul{border-bottom:1px solid #ccc;margin-bottom:10px}.bp-avatar-nav ul.avatar-nav-items li.current{border:1px solid #ccc;border-bottom-color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:-1px}.bp-avatar-nav li.current a{background:0 0;color:inherit;font-weight:700;opacity:.8;outline:0}#drag-drop-area{border:4px dashed #bbb;height:200px}.drag-drop.drag-over #drag-drop-area{border-color:#83b4d8}.drag-drop-inside p{display:none}.drag-drop-inside p.drag-drop-buttons{margin-top:80px;text-align:center}.drag-drop .drag-drop-inside p.drag-drop-buttons{margin:auto;text-align:auto}.drag-drop #drag-drop-area{box-sizing:border-box;display:table;height:100%;width:100%}.drag-drop .drag-drop-inside{display:table-cell;padding:40px 0;text-align:center;vertical-align:middle}.drag-drop .drag-drop-inside p,.drag-drop-inside p.drag-drop-buttons{display:block}.drag-drop .drag-drop-inside p{color:#aaa;font-size:110%;margin:5px 0;text-align:center}.drag-drop-inside p.drag-drop-info{margin-top:0}@supports (-ms-accelerator:true){.drag-drop-inside p.drag-drop-info{display:block}}#avatar-to-crop{margin:0 auto 20px;text-align:left}#bp-webcam-avatar #avatar-to-crop{float:left;margin:0 0 20px}#avatar-to-crop .jcrop-holder{margin:0 auto}.avatar-crop-management{clear:left;overflow:hidden;padding-top:20px;text-align:center}#bp-webcam-avatar .avatar-crop-management{clear:none;float:none;overflow:visible;padding-top:0;width:auto}#avatar-crop-pane{margin:0 auto;overflow:hidden}#bp-webcam-avatar #avatar-to-crop{border:1px solid #eee;max-width:100%;width:100%}@media screen and (min-width:801px){#bp-webcam-avatar #avatar-to-crop{max-width:64%;width:64%}}#avatar-crop-actions a{display:block}#bp-webcam-avatar #avatar-crop-actions{float:left;margin:0 0 20px;width:50%}#avatar-crop-actions a.button{margin-top:10px}#bp-webcam-avatar #avatar-crop-actions a.button{display:block;margin:0 0 5px;padding:4px 0;width:100%}#avatar-crop-pane canvas,#avatar-crop-pane img,#avatar-to-crop img,#avatar-upload-form img,#create-group-form img,#group-settings-form img{border:none!important;max-width:none!important}#bp-webcam-avatar video{float:left;margin-bottom:0;max-width:100%;width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#bp-webcam-avatar #avatar-crop-pane{border:2px dashed #bbb;clear:left;float:right;margin:0 40px 10px 0;overflow:hidden}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{max-width:150px;max-height:150px}#avatar-crop-pane canvas{height:auto;width:100%;max-width:100%}.group-avatar .bp-avatar .avatar-crop-management{margin-left:0;padding-top:0;width:auto}.bp-avatar .item{overflow:hidden}.bp-avatar .avatar-crop-management.adjust{float:left;clear:none;padding-top:0}.bp-avatar #avatar-to-crop.adjust{float:left;margin-right:20px}@media screen and (max-width:480px){#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions,#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{width:auto}}@media screen and (min-width:801px){#bp-webcam-avatar .avatar-crop-management{clear:none;float:right}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none;margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{float:left;width:100%}}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent{height:95%!important;width:95%!important}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;padding:10px 15px}.wp-admin #TB_window .bp-avatar #avatar-to-crop{float:left;margin:0}.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{margin-bottom:20px}@media screen and (min-width:783px){.wp-admin #TB_window .bp-avatar .avatar-crop-management{clear:none;float:left;margin-left:20px;padding-top:0;text-align:center}}.wp-admin #TB_window .bp-avatar #avatar-to-crop video{width:100%}.wp-admin #TB_window .bp-avatar .avatar-crop-management a.button{height:auto;line-height:inherit}@media screen and (min-width:810px){.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{max-width:none;width:76%}.wp-admin #TB_window #bp-webcam-avatar .avatar-crop-management{max-width:none;width:auto}}
\ No newline at end of file
+div.bp-avatar-status,div.bp-cover-image-status{clear:both;margin:1em 0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{display:block;padding:10px 15px}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:#efc;border:1px solid #591;color:#250}div.bp-avatar-status p.error,div.bp-cover-image-status p.error{background-color:#fdc;border:1px solid #a00;color:#800}div.bp-avatar-status .bp-progress,div.bp-cover-image-status .bp-progress{background:0 0;border:1px solid #d1d1d1;float:right;height:22px;line-height:2em;margin:6px 10px 2px 0;padding:0;overflow:hidden;width:200px}div.bp-avatar-status .bp-bar,div.bp-cover-image-status .bp-bar{background-color:#c3ff88;width:0;height:100%;z-index:9}.bp-uploader-progress div.error{background-color:#fdc;border:1px solid #a00;color:#800;display:block;font-size:90%;padding:10px 15px}#buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{background-color:#ffd;border:1px solid #cb2;color:#440;display:block;font-size:90%;margin:1em 0;padding:10px 15px}div.bp-avatar-nav{background:0 0;clear:both;margin:10px 0;overflow:hidden}.avatar-nav-items{margin:0;padding:0}.bp-avatar-nav .avatar-nav-items li.avatar-nav-item{float:left!important;margin:0;list-style:none}.avatar-nav-items li a{display:block;padding:5px 10px;text-decoration:none}.bp-avatar-nav ul:after,.bp-avatar-nav ul:before{content:" ";display:table}.bp-avatar-nav ul:after{clear:both}.bp-avatar-nav ul{border-bottom:1px solid #ccc;margin-bottom:10px}.bp-avatar-nav ul.avatar-nav-items li.current{border:1px solid #ccc;border-bottom-color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:-1px}.bp-avatar-nav li.current a{background:0 0;color:inherit;font-weight:700;opacity:.8;outline:0}#drag-drop-area{border:4px dashed #bbb;height:200px}.drag-drop.drag-over #drag-drop-area{border-color:#83b4d8}.drag-drop-inside p{display:none}.drag-drop-inside p.drag-drop-buttons{margin-top:80px;text-align:center}.drag-drop .drag-drop-inside p.drag-drop-buttons{margin:auto;text-align:inherit}.drag-drop #drag-drop-area{box-sizing:border-box;display:table;height:100%;width:100%}.drag-drop .drag-drop-inside{display:table-cell;padding:40px 0;text-align:center;vertical-align:middle}.drag-drop .drag-drop-inside p,.drag-drop-inside p.drag-drop-buttons{display:block}.drag-drop .drag-drop-inside p{color:#aaa;font-size:110%;margin:5px 0;text-align:center}.drag-drop-inside p.drag-drop-info{margin-top:0}@supports (-ms-accelerator:true){.drag-drop-inside p.drag-drop-info{display:block}}#avatar-to-crop{margin:0 auto 20px;text-align:left}#bp-webcam-avatar #avatar-to-crop{float:left;margin:0 0 20px}#avatar-to-crop .jcrop-holder{margin:0 auto}.avatar-crop-management{clear:left;overflow:hidden;padding-top:20px;text-align:center}#bp-webcam-avatar .avatar-crop-management{clear:none;float:none;overflow:visible;padding-top:0;width:auto}#avatar-crop-pane{margin:0 auto;overflow:hidden}#bp-webcam-avatar #avatar-to-crop{border:1px solid #eee;max-width:100%;width:100%}@media screen and (min-width:801px){#bp-webcam-avatar #avatar-to-crop{max-width:64%;width:64%}}#avatar-crop-actions a{display:block}#bp-webcam-avatar #avatar-crop-actions{float:left;margin:0 0 20px;width:50%}#avatar-crop-actions a.button{margin-top:10px}#bp-webcam-avatar #avatar-crop-actions a.button{display:block;margin:0 0 5px;padding:4px 0;width:100%}#avatar-crop-pane canvas,#avatar-crop-pane img,#avatar-to-crop img,#avatar-upload-form img,#create-group-form img,#group-settings-form img{border:none!important;max-width:none!important}#bp-webcam-avatar video{float:left;margin-bottom:0;max-width:100%;width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#bp-webcam-avatar #avatar-crop-pane{border:2px dashed #bbb;clear:left;float:right;margin:0 40px 10px 0;overflow:hidden}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{max-width:150px;max-height:150px}#avatar-crop-pane canvas{height:auto;width:100%;max-width:100%}.group-avatar .bp-avatar .avatar-crop-management{margin-left:0;padding-top:0;width:auto}.bp-avatar .item{overflow:hidden}.bp-avatar .avatar-crop-management.adjust{float:left;clear:none;padding-top:0}.bp-avatar #avatar-to-crop.adjust{float:left;margin-right:20px}@media screen and (max-width:480px){#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions,#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{width:auto}}@media screen and (min-width:801px){#bp-webcam-avatar .avatar-crop-management{clear:none;float:right}#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane{float:none;margin:0 auto 10px}#bp-webcam-avatar .avatar-crop-management #avatar-crop-actions{float:left;width:100%}}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent{height:95%!important;width:95%!important}body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;padding:10px 15px}.wp-admin #TB_window .bp-avatar #avatar-to-crop{float:left;margin:0}.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{margin-bottom:20px}@media screen and (min-width:783px){.wp-admin #TB_window .bp-avatar .avatar-crop-management{clear:none;float:left;margin-left:20px;padding-top:0;text-align:center}}.wp-admin #TB_window .bp-avatar #avatar-to-crop video{width:100%}.wp-admin #TB_window .bp-avatar .avatar-crop-management a.button{height:auto;line-height:inherit}@media screen and (min-width:810px){.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop{max-width:none;width:76%}.wp-admin #TB_window #bp-webcam-avatar .avatar-crop-management{max-width:none;width:auto}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.css b/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.css
index 838688628..18d9a98d0 100644
--- a/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.css
+++ b/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.css
@@ -86,7 +86,7 @@ body#bp-default #admin-bar-logo {
 	padding: 0;
 	float: right;
 	position: relative;
-	background: url('../images/admin-menu-arrow.gif') 12% 53% no-repeat;
+	background: url('../images/admin-menu-arrow.gif') 88% 53% no-repeat;
 	padding-left: 11px;
 }
 #wp-admin-bar ul li.no-arrow {
@@ -121,9 +121,9 @@ body#bp-default #admin-bar-logo {
 	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
-	-moz-border-radius-topleft: 0;
-	-webkit-border-top-right-radius: 0;
 	-moz-border-radius-topright: 0;
+	-webkit-border-top-right-radius: 0;
+	-moz-border-radius-topleft: 0;
 	-webkit-border-top-left-radius: 0;
 }
 #wp-admin-bar ul li > ul {
diff --git a/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.min.css b/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.min.css
index 1e7dc49d6..a53dad5ae 100644
--- a/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-core/css/buddybar-rtl.min.css
@@ -1 +1 @@
-#admin-bar-logo,#wp-admin-bar li a{font-size:11px;text-decoration:none}#wp-admin-bar ul li ul a,#wp-admin-bar ul li ul li:hover ul li a{color:#eee}#wp-admin-bar ul li ul li ul li:hover a,#wp-admin-bar ul li ul li:hover a{color:#fff}body:not(.wp-admin){padding-top:25px!important}#wp-admin-bar{position:fixed;top:0;right:0;height:25px;font-size:11px;width:100%;z-index:9999}#wp-admin-bar .padder{position:relative;padding:0;width:100%;margin:0 auto;background:url(../images/60pc_black.png);height:25px}body#bp-default #wp-admin-bar .padder{max-width:1250px}#wp-admin-bar *{z-index:999}#wp-admin-bar div#admin-bar-logo{position:absolute;top:5px;right:10px}#wp-admin-bar a img,#wp-admin-bar li.alt{border:none}#wp-admin-bar li{list-style:none;margin:0;padding:0;line-height:100%;text-align:right}#wp-admin-bar li a{padding:7px 15px;color:#eee}#wp-admin-bar li.no-arrow a{padding-left:15px}#wp-admin-bar ul li ul li a span{display:none}#wp-admin-bar li.hover,#wp-admin-bar li:hover{position:static}#admin-bar-logo{float:right;font-weight:700;padding:5px 8px;margin:0;color:#fff}body#bp-default #admin-bar-logo{padding:2px 8px}#wp-admin-bar ul{margin:0;list-style:none;line-height:1;cursor:pointer;height:auto;padding:0}#wp-admin-bar ul li{padding:0 0 0 11px;float:right;position:relative;background:url(../images/admin-menu-arrow.gif) 12% 53% no-repeat}#wp-admin-bar ul li.no-arrow{background:0 0;padding-left:0}#wp-admin-bar ul li ul li{background-image:none;float:right;width:174px;margin:0}#wp-admin-bar ul li.align-right{position:absolute;left:0}#wp-admin-bar ul li a{display:block}#wp-admin-bar ul.main-nav li ul li.sfhover,#wp-admin-bar ul.main-nav li.sfhover,#wp-admin-bar ul.main-nav li:hover{background-color:#333}#wp-admin-bar ul li ul{position:absolute;width:185px;right:-999em;margin-right:0;background:#333;border:1px solid #222;-moz-box-shadow:0 4px 8px rgba(0,0,0,.1);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);-moz-border-radius:3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0}#wp-admin-bar ul li>ul{border-top:none}#wp-admin-bar ul li div.admin-bar-clear{clear:both}#wp-admin-bar ul.main-nav li ul li.sfhover,#wp-admin-bar ul.main-nav li ul li:hover{background-color:#222}#wp-admin-bar ul li ul ul{margin:-25px 184px 0 0;-moz-border-radius:3px;-webkit-border-radius:3px}#wp-admin-bar ul li ul li.sfhover ul,#wp-admin-bar ul li ul li:hover ul,#wp-admin-bar ul li.sfhover ul,#wp-admin-bar ul li:hover ul{right:auto}#wp-admin-bar ul li.align-right:hover ul{left:0}#wp-admin-bar li.sfhover ul li ul,#wp-admin-bar ul li:hover ul ul{right:-999em}#wp-admin-bar img.avatar{float:right;margin-left:8px}#wp-admin-bar span.activity{display:block;margin-right:34px;padding:0}#wp-admin-bar ul.author-list li a{height:17px}#wp-admin-bar ul li#bp-adminbar-notifications-menu a span{padding:0 6px;margin-right:2px;background:#fff;color:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#wp-admin-bar-user-info img.avatar{height:64px;width:64px}
\ No newline at end of file
+#admin-bar-logo,#wp-admin-bar li a{font-size:11px;text-decoration:none}#wp-admin-bar ul li ul a,#wp-admin-bar ul li ul li:hover ul li a{color:#eee}#wp-admin-bar ul li ul li ul li:hover a,#wp-admin-bar ul li ul li:hover a{color:#fff}body:not(.wp-admin){padding-top:25px!important}#wp-admin-bar{position:fixed;top:0;right:0;height:25px;font-size:11px;width:100%;z-index:9999}#wp-admin-bar .padder{position:relative;padding:0;width:100%;margin:0 auto;background:url(../images/60pc_black.png);height:25px}body#bp-default #wp-admin-bar .padder{max-width:1250px}#wp-admin-bar *{z-index:999}#wp-admin-bar div#admin-bar-logo{position:absolute;top:5px;right:10px}#wp-admin-bar a img,#wp-admin-bar li.alt{border:none}#wp-admin-bar li{list-style:none;margin:0;padding:0;line-height:100%;text-align:right}#wp-admin-bar li a{padding:7px 15px;color:#eee}#wp-admin-bar li.no-arrow a{padding-left:15px}#wp-admin-bar ul li ul li a span{display:none}#wp-admin-bar li.hover,#wp-admin-bar li:hover{position:static}#admin-bar-logo{float:right;font-weight:700;padding:5px 8px;margin:0;color:#fff}body#bp-default #admin-bar-logo{padding:2px 8px}#wp-admin-bar ul{margin:0;list-style:none;line-height:1;cursor:pointer;height:auto;padding:0}#wp-admin-bar ul li{padding:0 0 0 11px;float:right;position:relative;background:url(../images/admin-menu-arrow.gif) 88% 53% no-repeat}#wp-admin-bar ul li.no-arrow{background:0 0;padding-left:0}#wp-admin-bar ul li ul li{background-image:none;float:right;width:174px;margin:0}#wp-admin-bar ul li.align-right{position:absolute;left:0}#wp-admin-bar ul li a{display:block}#wp-admin-bar ul.main-nav li ul li.sfhover,#wp-admin-bar ul.main-nav li.sfhover,#wp-admin-bar ul.main-nav li:hover{background-color:#333}#wp-admin-bar ul li ul{position:absolute;width:185px;right:-999em;margin-right:0;background:#333;border:1px solid #222;-moz-box-shadow:0 4px 8px rgba(0,0,0,.1);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);-moz-border-radius:3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius-topright:0;-moz-border-radius-topleft:0}#wp-admin-bar ul li>ul{border-top:none}#wp-admin-bar ul li div.admin-bar-clear{clear:both}#wp-admin-bar ul.main-nav li ul li.sfhover,#wp-admin-bar ul.main-nav li ul li:hover{background-color:#222}#wp-admin-bar ul li ul ul{margin:-25px 184px 0 0;-moz-border-radius:3px;-webkit-border-radius:3px}#wp-admin-bar ul li ul li.sfhover ul,#wp-admin-bar ul li ul li:hover ul,#wp-admin-bar ul li.sfhover ul,#wp-admin-bar ul li:hover ul{right:auto}#wp-admin-bar ul li.align-right:hover ul{left:0}#wp-admin-bar li.sfhover ul li ul,#wp-admin-bar ul li:hover ul ul{right:-999em}#wp-admin-bar img.avatar{float:right;margin-left:8px}#wp-admin-bar span.activity{display:block;margin-right:34px;padding:0}#wp-admin-bar ul.author-list li a{height:17px}#wp-admin-bar ul li#bp-adminbar-notifications-menu a span{padding:0 6px;margin-right:2px;background:#fff;color:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#wp-admin-bar-user-info img.avatar{height:64px;width:64px}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php b/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php
index bfd2a3df4..650d4b571 100644
--- a/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php
+++ b/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php
@@ -16,8 +16,6 @@
  *
  * @param array $args
  *
- * @uses BP_Activity_Activity::get() {@link BP_Activity_Activity}
- *
  * @return object $activity The activity/activities object
  */
 function bp_activity_get_sitewide( $args = '' ) {
diff --git a/wp-content/plugins/buddypress/bp-core/deprecated/1.7.php b/wp-content/plugins/buddypress/bp-core/deprecated/1.7.php
index 3fb6b32eb..dbce009eb 100644
--- a/wp-content/plugins/buddypress/bp-core/deprecated/1.7.php
+++ b/wp-content/plugins/buddypress/bp-core/deprecated/1.7.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.6.0
  * @deprecated 1.7.0
- * @uses bp_get_maintenance_mode() To get the BuddyPress maintenance mode
  */
 function bp_maintenance_mode() {
 	echo bp_get_maintenance_mode();
diff --git a/wp-content/plugins/buddypress/bp-core/deprecated/2.6.php b/wp-content/plugins/buddypress/bp-core/deprecated/2.6.php
new file mode 100644
index 000000000..8424df8dd
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-core/deprecated/2.6.php
@@ -0,0 +1,50 @@
+<?php
+/**
+ * Deprecated functions.
+ *
+ * @deprecated 2.6.0
+ */
+
+// Exit if accessed directly.
+defined( 'ABSPATH' ) || exit;
+
+/**
+ * Print the generation time in the footer of the site.
+ *
+ * @since 1.0.0
+ * @deprecated 2.6.0
+ */
+function bp_core_print_generation_time() {
+?>
+
+<!-- Generated in <?php timer_stop(1); ?> seconds. (<?php echo get_num_queries(); ?> q) -->
+
+	<?php
+}
+
+/**
+ * Sort the navigation menu items.
+ *
+ * The sorting is split into a separate function because it can only happen
+ * after all plugins have had a chance to register their navigation items.
+ *
+ * @since 1.0.0
+ * @deprecated 2.6.0
+ *
+ * @return bool|null Returns false on failure.
+ */
+function bp_core_sort_nav_items() {
+	_deprecated_function( __FUNCTION__, '2.6' );
+}
+
+/**
+ * Sort all subnavigation arrays.
+ *
+ * @since 1.1.0
+ * @deprecated 2.6.0
+ *
+ * @return bool|null Returns false on failure.
+ */
+function bp_core_sort_subnav_items() {
+	_deprecated_function( __FUNCTION__, '2.6' );
+}
diff --git a/wp-content/plugins/buddypress/bp-core/images/mystery-group-50.png b/wp-content/plugins/buddypress/bp-core/images/mystery-group-50.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2ab7fb8d3951b54c40977fe9568549f09b98375
GIT binary patch
literal 473
zcmeAS@N?(olHy`uVBq!ia0y~yU@!t<4h9AW2J4XPxeN@93p`yMLp+YZoqD^<*+HcB
z^S|?^$21o$S(16FLuOWxs>(#+Wo-vDPO5*ub~WLDb#8V|@&TK*j{RRw*cUE3Vf=v8
z#purEllL_?7%!3+YAH3`(RboWQ%90;nbQ(wt<vj`;whaPmT#C@CP`ZKyXhHiW8_)$
zNPEJ=Lz~17=ZIeNSn@EaGPC|{i`62wAC(4v(q8FOogYv86ih!Nd+~(93GSvV?fe-}
zmN6`tpvD)jm@w}>v)8lC^SZr1Y!2sSISWmX4czEm`PJ*}SI6gxTNHR=j;SUsSIZG*
zO8b()lYOtFeQxRwy>DNq775lG?VM36uy#-D|4Fg?CfvyF<BL2w!{K0d*{=SM(-$9n
zl-1?FIq}7Whc}L@uA5cIc*ty3oPFV?vkB_#d$y!-CGr~mDP?4}Ug+#rJyXA`B{)Li
zf{t?6nb^4wCstS8xyR+QKUi9DF}u}C%R|*GHrpw>HHekEp9^}nY2AHaxmdN}2}*Cy
z3v)yzi~rbX#Las4aZBn^uk*sptq;nLiv&(h+JBt&`O#i3_XTfT8dqIgVR*exqfzW@
e{YE*(U#xPwl<$AqaPTuI&OBZHT-G@yGywq0VbcWw

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/images/mystery-group.png b/wp-content/plugins/buddypress/bp-core/images/mystery-group.png
new file mode 100644
index 0000000000000000000000000000000000000000..611cb3db67dabeae822ec0d151e0444d9913fba8
GIT binary patch
literal 1279
zcmeAS@N?(olHy`uVBq!ia0y~yU}ykg4h9AWhG(I6;tUKd$2?seLn>~)oprNnk%36V
z?|<h-ITboe*M=QmyEar}`YMfRqtYnT7L_BrzNkH4^_NGz{+!&Gg&$6TTEHOEz!bp1
z<-n-Hz>46+e6zT5I-jwjDKRu_Yt~MVde#FuJ<nzvbS=8uZoc9`HFLyW*A{;vpZQ;^
znGP&>ZMrPvul=3bfSu8eL-2O}zve&b73vJtPV)b~7cDFlXSkjG{{PE1@xOcwM>!w8
z=`Z->zT1*P=F_?T(_=qBWB4j7cJk6L!-kif-;aC#KgMv@V~72r?BB~63Y5$koIIZ|
zV_3?2PB?tOB14AiPKG+p7}kcn&*O`}A1{>Mu&nJf1A~rL>hVk5SBh_$$TRT2*mzK9
z>S@)*3{M!>^zG(5l<;@^^CjA|e=2%4yf>)vv|V)l{<PZ$cl6@2ttK#E*uA=W`9yma
zZte|#Lzr#;weDaDeLrLS!sw|?8`KOd*I8bC=6G^?0V5;B?v=ZCzCKXHQ0?|ITKLX0
zFQx}yxBPF=iY|;l&1`VD=TQG8O^&^5F8_2~QTq7Ii3{f#FI4ro%%8*aU2S4p@B0Ym
z{%E(U1xFb8PM^H!n967~H?ZSI>Th3RrY|$gY-cIha|wRi=WVFLzJ@j0oh9K+@v7Bj
zZpN<+`J1gA7#?g`-n)eJT>kM3srr@Ie=sbN+kEv~KSNu03&ZlpBN3aX>+mohFt$E+
zf#F17N^$qPStcKXSS~zcv1DApD}1E<z_z+8sfBLriVjoXCSFlxIzHzUqf(O2b@4Z@
z#<2n|X4a<{X-V$fc6zhptE5GHpKt5ZVMzJ@JJhiEXD0I$zkUC|@dt++pZg+W?wWa`
zGQ%alFYfRfUZGz_S!*MA*>xTA%Gjhe@qNRauXEHq?rE1Se{JkHxukekqVkz1exKAY
zA2F?V(dLhunYrTxhx7R}j2C{D=sG1wZ4Q&mH4^1+-E6jY&#aS2N-fJ38k@J|nJk<W
zrm_D=hb528=JZ#rj=f3|*Hzq%e(X`(@}6yq-{Rd5#UI~Td~Bb4zlGnMX{l*W3(EbT
za`g6;Fj!rVxWWBr-8`w2@|~7dFHi6+txA>>aOc^p78&!(yQPS2k@=z2a~aMo*_&S7
z+{tjRW!<rf)pNSHUJJ9~`}hBh?VF@8HCc(9s;;#%M0JPS{CS@#RaPeCZ0J_Me_6!w
z)GLh@Ih+g${dapFJ)9Sv%^u-3VY~W@BDWti53?>Xo?viy-)Wm%!)dA;9D1uK##_iR
ztUb>EA!S8qjSg?av8|^6AGh+(VDMk)kbY%;VkLtN=UUUNkqp~@+!9rnnBS~WGx=&V
z!-2wikryR@KVNe<Y!gH8i%r3EH`~8#VQzRA>$vvMsmr<V9~LNgtYcT$T)=giVGrl0
zbOxd9vVH~DfLo7V3wr3jUaoUsx6s9xhduebe7F+UO=h_Dqso1<Nk{-2OT*4Ri(a|p
zh0bPR@S9*M_e=9Y-Ncr4hf^POFPJzdoAF3#f6j_s6BsfU|7JeJE0mx*VeW}(9xs-s
zoDH`&J*jhn)yQpTZ%V&(h+??zl)w8PygqvMJj0~0cjfFq8NRvQSbTJS58L$mWF{@e
ze>-=4C~C+mVQeU8Z4leV@Zj(s8@8y`+()$I_!N9D+B8mQU-(OQB9;<IqapgVy=rFU
U@&^wu34=;DPgg&ebxsLQ02S~@m;e9(

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/buddypress/bp-core/js/avatar.min.js b/wp-content/plugins/buddypress/bp-core/js/avatar.min.js
index 0e85f854e..47f94806f 100644
--- a/wp-content/plugins/buddypress/bp-core/js/avatar.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/avatar.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 window.bp=window.bp||{},function(a,b){"undefined"!=typeof BP_Uploader&&(bp.Models=bp.Models||{},bp.Collections=bp.Collections||{},bp.Views=bp.Views||{},bp.Avatar={start:function(){var a=this;this.removeLegacyUI(),this.views=new Backbone.Collection,this.jcropapi={},this.warning=null,this.setupNav(),this.avatars=bp.Uploader.filesUploaded,this.Attachment=new Backbone.Model,bp.Uploader.filesQueue.on("reset",this.cropView,this),b("body.wp-admin").on("tb_unload","#TB_window",function(){a.resetViews()}),b("body.wp-admin").on("click",".bp-xprofile-avatar-user-edit",function(){a.resetViews()})},removeLegacyUI:function(){b("#avatar-upload-form").length?(b("#avatar-upload").remove(),b("#avatar-upload-form p").remove()):b("#group-settings-form").length?(b("#group-settings-form p").each(function(a){0!==a&&b(this).remove()}),b("#delete-group-avatar-button").length&&b("#delete-group-avatar-button").remove()):b("#group-create-body").length?(b(".main-column p #file").remove(),b(".main-column p #upload").remove()):b("#bp_xprofile_user_admin_avatar a.bp-xprofile-avatar-user-admin").length&&b("#bp_xprofile_user_admin_avatar a.bp-xprofile-avatar-user-admin").remove()},setView:function(a){switch(_.isUndefined(this.views.models)||_.each(this.views.models,function(a){a.get("view").remove()},this),this.views.reset(),_.isUndefined(this.avatars)||this.avatars.reset(),_.isEmpty(this.jcropapi)||(this.jcropapi.destroy(),this.jcropapi={}),a){case"upload":this.uploaderView();break;case"delete":this.deleteView()}},resetViews:function(){this.nav.trigger("bp-avatar-view:changed","upload"),_.each(this.navItems.models,function(a){"upload"===a.id?a.set({active:1}):a.set({active:0})})},setupNav:function(){var a,b,c=this;this.navItems=new Backbone.Collection,_.each(BP_Uploader.settings.nav,function(d,e){_.isObject(d)&&(b=0,0===e&&(a=d.id,b=1),c.navItems.add({id:d.id,name:d.caption,href:"#",active:b,hide:_.isUndefined(d.hide)?0:d.hide}))}),this.nav=new bp.Views.Nav({collection:this.navItems}),this.nav.inject(".bp-avatar-nav"),this.setView(a),this.nav.on("bp-avatar-view:changed",_.bind(this.setView,this))},uploaderView:function(){bp.Uploader.filesQueue.on("add",this.uploadProgress,this);var a=new bp.Views.Uploader;this.views.add({id:"upload",view:a}),a.inject(".bp-avatar")},uploadProgress:function(){var a=new bp.Views.uploaderStatus({collection:bp.Uploader.filesQueue});_.isUndefined(this.views.get("status"))?this.views.add({id:"status",view:a}):this.views.set({id:"status",view:a}),a.inject(".bp-avatar-status")},cropView:function(){var a;if(!_.isEmpty(this.avatars.models)){_.isUndefined(this.views.get("status"))||(a=this.views.get("status"),a.get("view").remove(),this.views.remove({id:"status",view:a}));var b=new bp.Views.Avatars({collection:this.avatars});this.views.add({id:"crop",view:b}),b.inject(".bp-avatar")}},setAvatar:function(a){var c,d=this;_.isUndefined(this.views.get("crop"))||(_.isEmpty(this.jcropapi)||(this.jcropapi.destroy(),this.jcropapi={}),c=this.views.get("crop"),c.get("view").remove(),this.views.remove({id:"crop",view:c})),bp.ajax.post("bp_avatar_set",{json:!0,original_file:a.get("url"),crop_w:a.get("w"),crop_h:a.get("h"),crop_x:a.get("x"),crop_y:a.get("y"),item_id:a.get("item_id"),object:a.get("object"),type:_.isUndefined(a.get("type"))?"crop":a.get("type"),nonce:a.get("nonces").set}).done(function(c){var e=new bp.Views.AvatarStatus({value:BP_Uploader.strings.feedback_messages[c.feedback_code],type:"success"});d.views.add({id:"status",view:e}),e.inject(".bp-avatar-status"),b("."+a.get("object")+"-"+c.item_id+"-avatar").each(function(){b(this).prop("src",c.avatar)}),bp.Avatar.navItems.get("delete").set({hide:0}),d.Attachment.set(_.extend(_.pick(a.attributes,["object","item_id"]),{url:c.avatar,action:"uploaded"}))}).fail(function(a){var b=BP_Uploader.strings.default_error;_.isUndefined(a)||(b=BP_Uploader.strings.feedback_messages[a.feedback_code]);var c=new bp.Views.AvatarStatus({value:b,type:"error"});d.views.add({id:"status",view:c}),c.inject(".bp-avatar-status")})},deleteView:function(){var a=new Backbone.Model(_.pick(BP_Uploader.settings.defaults.multipart_params.bp_params,"object","item_id","nonces")),b=new bp.Views.DeleteAvatar({model:a});this.views.add({id:"delete",view:b}),b.inject(".bp-avatar")},deleteAvatar:function(a){var c,d=this;_.isUndefined(this.views.get("delete"))||(c=this.views.get("delete"),c.get("view").remove(),this.views.remove({id:"delete",view:c})),bp.ajax.post("bp_avatar_delete",{json:!0,item_id:a.get("item_id"),object:a.get("object"),nonce:a.get("nonces").remove}).done(function(c){var e=new bp.Views.AvatarStatus({value:BP_Uploader.strings.feedback_messages[c.feedback_code],type:"success"});d.views.add({id:"status",view:e}),e.inject(".bp-avatar-status"),b("."+a.get("object")+"-"+c.item_id+"-avatar").each(function(){b(this).prop("src",c.avatar)}),bp.Avatar.navItems.get("delete").set({active:0,hide:1}),d.Attachment.set(_.extend(_.pick(a.attributes,["object","item_id"]),{url:c.avatar,action:"deleted"}))}).fail(function(a){var b=BP_Uploader.strings.default_error;_.isUndefined(a)||(b=BP_Uploader.strings.feedback_messages[a.feedback_code]);var c=new bp.Views.AvatarStatus({value:b,type:"error"});d.views.add({id:"status",view:c}),c.inject(".bp-avatar-status")})},removeWarning:function(){_.isNull(this.warning)||this.warning.remove()},displayWarning:function(a){this.removeWarning(),this.warning=new bp.Views.uploaderWarning({value:a}),this.warning.inject(".bp-avatar-status")}},bp.Views.Nav=bp.View.extend({tagName:"ul",className:"avatar-nav-items",events:{"click .bp-avatar-nav-item":"toggleView"},initialize:function(){var a=_.findWhere(this.collection.models,{id:"delete"});1!==a.get("hide")&&bp.Avatar.displayWarning(BP_Uploader.strings.has_avatar_warning),_.each(this.collection.models,this.addNavItem,this),this.collection.on("change:hide",this.showHideNavItem,this)},addNavItem:function(a){1!==a.get("hide")&&this.views.add(new bp.Views.NavItem({model:a}))},showHideNavItem:function(a){var b=null;_.each(this.views._views[""],function(c){1===c.model.get("hide")&&c.remove(),a.get("id")===c.model.get("id")&&(b=!0)}),_.isBoolean(b)||this.addNavItem(a)},toggleView:function(a){a.preventDefault(),bp.Avatar.removeWarning();var c=b(a.target).data("nav");_.each(this.collection.models,function(a){a.id===c?(a.set({active:1}),this.trigger("bp-avatar-view:changed",a.id)):a.set({active:0})},this)}}),bp.Views.NavItem=bp.View.extend({tagName:"li",className:"avatar-nav-item",template:bp.template("bp-avatar-nav"),initialize:function(){1===this.model.get("active")&&(this.el.className+=" current"),this.el.id+="bp-avatar-"+this.model.get("id"),this.model.on("change:active",this.setCurrentNav,this)},setCurrentNav:function(a){1===a.get("active")?this.$el.addClass("current"):this.$el.removeClass("current")}}),bp.Views.Avatars=bp.View.extend({className:"items",initialize:function(){_.each(this.collection.models,this.addItemView,this)},addItemView:function(a){var b={full_h:150,full_w:150};_.isUndefined(BP_Uploader.settings.crop.full_h)||_.isUndefined(BP_Uploader.settings.crop.full_w)||(b.full_h=BP_Uploader.settings.crop.full_h,b.full_w=BP_Uploader.settings.crop.full_w),a.set(_.extend(_.pick(BP_Uploader.settings.defaults.multipart_params.bp_params,"object","item_id","nonces"),b)),this.views.add(new bp.Views.Avatar({model:a}))}}),bp.Views.Avatar=bp.View.extend({className:"item",template:bp.template("bp-avatar-item"),events:{"click .avatar-crop-submit":"cropAvatar"},initialize:function(){_.defaults(this.options,{full_h:BP_Uploader.settings.crop.full_h,full_w:BP_Uploader.settings.crop.full_w,aspectRatio:1}),!1!==this.model.get("feedback")&&bp.Avatar.displayWarning(this.model.get("feedback")),this.on("ready",this.initCropper)},initCropper:function(){var a,c,d,e,f,g,h=this,i=this.$el.find("#avatar-to-crop img"),j=this.$el.width(),k={};_.isUndefined(this.options.full_h)||_.isUndefined(this.options.full_w)||(this.options.aspectRatio=this.options.full_w/this.options.full_h),k.w=this.model.get("width"),k.h=this.model.get("height"),this.options.full_w+k.w+20<j&&(b("#avatar-to-crop").addClass("adjust"),this.$el.find(".avatar-crop-management").addClass("adjust")),k.h<=k.w?(a=Math.round(k.h/4),f=g=Math.round(k.h/2),c=f+a,d=(k.w-g)/2,e=g+d):(d=Math.round(k.w/4),f=g=Math.round(k.w/2),e=g+d,a=(k.h-f)/2,c=f+a),i.Jcrop({onChange:_.bind(h.showPreview,h),onSelect:_.bind(h.showPreview,h),aspectRatio:h.options.aspectRatio,setSelect:[d,a,e,c]},function(){bp.Avatar.jcropapi=this})},cropAvatar:function(a){a.preventDefault(),bp.Avatar.setAvatar(this.model)},showPreview:function(a){if(a.w&&a.h&&parseInt(a.w,10)>0){var c=this.options.full_w,d=this.options.full_h,e=c/a.w,f=d/a.h;this.model.set({x:a.x,y:a.y,w:a.w,h:a.h}),b("#avatar-crop-preview").css({maxWidth:"none",width:Math.round(e*this.model.get("width"))+"px",height:Math.round(f*this.model.get("height"))+"px",marginLeft:"-"+Math.round(e*this.model.get("x"))+"px",marginTop:"-"+Math.round(f*this.model.get("y"))+"px"})}}}),bp.Views.AvatarStatus=bp.View.extend({tagName:"p",className:"updated",id:"bp-avatar-feedback",initialize:function(){this.el.className+=" "+this.options.type,this.value=this.options.value},render:function(){return this.$el.html(this.value),this}}),bp.Views.DeleteAvatar=bp.View.extend({tagName:"div",id:"bp-delete-avatar-container",template:bp.template("bp-avatar-delete"),events:{"click #bp-delete-avatar":"deleteAvatar"},deleteAvatar:function(a){a.preventDefault(),bp.Avatar.deleteAvatar(this.model)}}),bp.Avatar.start())}(bp,jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/bp-plupload.min.js b/wp-content/plugins/buddypress/bp-core/js/bp-plupload.min.js
index 55e58db01..13aa779a9 100644
--- a/wp-content/plugins/buddypress/bp-core/js/bp-plupload.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/bp-plupload.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 window.wp=window.wp||{},window.bp=window.bp||{},function(a,b){"undefined"!=typeof BP_Uploader&&(_.extend(bp,_.pick(wp,"Backbone","ajax","template")),bp.Models=bp.Models||{},bp.Collections=bp.Collections||{},bp.Views=bp.Views||{},bp.Uploader={},bp.Uploader.uploader=function(){var a=this,c=-1!==navigator.userAgent.indexOf("Trident/")||-1!==navigator.userAgent.indexOf("MSIE ");return this.params=BP_Uploader.settings,this.strings=BP_Uploader.strings,this.supports={upload:this.params.browser.supported},this.supported=this.supports.upload,this.supported?(c||"flash"!==plupload.predictRuntime(this.params.defaults)||this.params.defaults.required_features&&this.params.defaults.required_features.hasOwnProperty("send_binary_string")||(this.params.defaults.required_features=this.params.defaults.required_features||{},this.params.defaults.required_features.send_binary_string=!0),this.uploader=new plupload.Uploader(this.params.defaults),this.uploader.bind("Init",function(c){var d=b("#"+a.params.defaults.container),e=b("#"+a.params.defaults.drop_element);"html4"===c.runtime&&(c.settings.multipart_params.html4=!0),"bp_avatar_upload"===c.settings.multipart_params.action&&(c.settings.multipart_params.bp_params.ui_available_width=d.width()),c.features.dragdrop&&!a.params.browser.mobile?(d.addClass("drag-drop"),e.bind("dragover.wp-uploader",function(){d.addClass("drag-over")}).bind("dragleave.wp-uploader, drop.wp-uploader",function(){d.removeClass("drag-over")})):(d.removeClass("drag-drop"),e.unbind(".wp-uploader"))}),this.uploader.init(),this.feedback=function(a,b,c){!_.isNull(c)&&c.item&&c.item.clear(),bp.Uploader.filesError.unshift({message:a,data:b,file:c})},this.uploader.bind("FilesAdded",function(c,d){var e=104857600,f=parseInt(c.settings.max_file_size,10),g=this;if(!c.settings.multi_selection&&d.length>1){for(var h in d)c.removeFile(d[h]);return void b(a).trigger("bp-uploader-warning",a.strings.unique_file_warning)}_.each(d,function(a){var b;plupload.FAILED!==a.status&&(f>e&&a.size>e&&"html5"!==c.runtime?g.uploadSizeError(c,a,!0):(b=_.extend({id:a.id,file:a,uploading:!0,date:new Date,filename:a.name},_.pick(a,"loaded","size","percent")),a.item=new bp.Models.File(b),bp.Uploader.filesQueue.add(a.item)))}),c.refresh(),c.start()}),this.uploader.bind("UploadProgress",function(a,b){b.item.set(_.pick(b,"loaded","percent"))}),this.uploader.bind("FileUploaded",function(b,c,d){var e=a.strings.default_error;try{d=JSON.parse(d.response)}catch(f){return a.feedback(e,f,c)}return!_.isObject(d)||_.isUndefined(d.success)?a.feedback(e,null,c):d.success?(_.each(["file","loaded","size","percent"],function(a){c.item.unset(a)}),c.item.set(_.extend(d.data,{uploading:!1})),void bp.Uploader.filesUploaded.add(c.item)):(d.data&&d.data.message&&(e=d.data.message),a.feedback(e,d.data,c))}),this.uploader.bind("BeforeUpload",function(c,d){b(a).trigger("bp-uploader-new-upload",c,d)}),this.uploader.bind("UploadComplete",function(c,d){b(a).trigger("bp-uploader-upload-complete",c,d),bp.Uploader.filesQueue.reset()}),void this.uploader.bind("Error",function(c,d){var e,f=a.strings.default_error,g={FAILED:a.strings.upload_failed,FILE_EXTENSION_ERROR:a.strings.invalid_filetype,IMAGE_FORMAT_ERROR:a.strings.not_an_image,IMAGE_MEMORY_ERROR:a.strings.image_memory_exceeded,IMAGE_DIMENSIONS_ERROR:a.strings.image_dimensions_exceeded,GENERIC_ERROR:a.strings.upload_failed,IO_ERROR:a.strings.io_error,HTTP_ERROR:a.strings.http_error,SECURITY_ERROR:a.strings.security_error,FILE_SIZE_ERROR:a.strings.file_exceeds_size_limit.replace("%s",d.file.name)};for(e in g)if(d.code===plupload[e]){f=g[e];break}b(a).trigger("bp-uploader-warning",f),c.refresh()})):void(BP_Uploader=void 0)},bp.Models.File=Backbone.Model.extend({file:{}}),b.extend(bp.Uploader,{filesQueue:new Backbone.Collection,filesUploaded:new Backbone.Collection,filesError:new Backbone.Collection}),bp.View=bp.Backbone.View.extend({inject:function(a){this.render(),b(a).html(this.el),this.views.ready()},prepare:function(){return!_.isUndefined(this.model)&&_.isFunction(this.model.toJSON)?this.model.toJSON():{}}}),bp.Views.Uploader=bp.View.extend({className:"bp-uploader-window",template:bp.template("upload-window"),defaults:_.pick(BP_Uploader.settings.defaults,"container","drop_element","browse_button"),initialize:function(){this.warnings=[],this.model=new Backbone.Model(this.defaults),this.on("ready",this.initUploader)},initUploader:function(){this.uploader=new bp.Uploader.uploader,b(this.uploader).on("bp-uploader-warning",_.bind(this.setWarning,this)),b(this.uploader).on("bp-uploader-new-upload",_.bind(this.resetWarning,this))},setWarning:function(a,b){if(!_.isUndefined(b)){var c=new bp.Views.uploaderWarning({value:b}).render();this.warnings.push(c),this.$el.after(c.el)}},resetWarning:function(){0!==this.warnings.length&&(_.each(this.warnings,function(a){a.remove()}),this.warnings=[])}}),bp.Views.uploaderWarning=bp.View.extend({tagName:"p",className:"warning",initialize:function(){this.value=this.options.value},render:function(){return this.$el.html(this.value),this}}),bp.Views.uploaderStatus=bp.View.extend({className:"files",initialize:function(){_.each(this.collection.models,this.addFile,this),this.collection.on("change:percent",this.progress,this),bp.Uploader.filesError.on("add",this.feedback,this)},addFile:function(a){this.views.add(new bp.Views.uploaderProgress({model:a}))},progress:function(a){_.isUndefined(a.get("percent"))||b("#"+a.get("id")+" .bp-progress .bp-bar").css("width",a.get("percent")+"%")},feedback:function(a){_.isUndefined(a.get("message"))||_.isUndefined(a.get("file"))||b("#"+a.get("file").id).html(a.get("message")).addClass("error")}}),bp.Views.uploaderProgress=bp.View.extend({className:"bp-uploader-progress",template:bp.template("progress-window")}))}(bp,jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/confirm.min.js b/wp-content/plugins/buddypress/bp-core/js/confirm.min.js
index bd8dd6139..3cb055b5f 100644
--- a/wp-content/plugins/buddypress/bp-core/js/confirm.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/confirm.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 jQuery(document).ready(function(){jQuery("a.confirm").click(function(){return confirm(BP_Confirm.are_you_sure)?!0:!1})});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/cover-image.min.js b/wp-content/plugins/buddypress/bp-core/js/cover-image.min.js
index 861fbe0a6..bc37cd048 100644
--- a/wp-content/plugins/buddypress/bp-core/js/cover-image.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/cover-image.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 window.bp=window.bp||{},function(a,b){"undefined"!=typeof BP_Uploader&&(bp.Models=bp.Models||{},bp.Collections=bp.Collections||{},bp.Views=bp.Views||{},bp.CoverImage={start:function(){this.views=new Backbone.Collection,this.warning=null,this.Attachment=new Backbone.Model,this.uploaderView(),this.displayWarning(BP_Uploader.strings.cover_image_warnings.dimensions),!0===BP_Uploader.settings.defaults.multipart_params.bp_params.has_cover_image&&this.deleteView()},uploaderView:function(){bp.Uploader.filesQueue.on("add",this.uploadProgress,this);var a=new bp.Views.Uploader;this.views.add({id:"upload",view:a}),a.inject(".bp-cover-image")},uploadProgress:function(){var a=new bp.Views.coverImageUploadProgress({collection:bp.Uploader.filesQueue});_.isUndefined(this.views.get("status"))?this.views.add({id:"status",view:a}):this.views.set({id:"status",view:a}),a.inject(".bp-cover-image-status")},deleteView:function(){var a=new Backbone.Model(_.pick(BP_Uploader.settings.defaults.multipart_params.bp_params,["object","item_id","nonces"]));if(_.isUndefined(this.views.get("delete"))){var b=new bp.Views.DeleteCoverImage({model:a});this.views.add({id:"delete",view:b}),b.inject(".bp-cover-image-manage")}},deleteCoverImage:function(a){var c,d=this;_.isUndefined(this.views.get("delete"))||(c=this.views.get("delete"),c.get("view").remove(),this.views.remove({id:"delete",view:c})),bp.ajax.post("bp_cover_image_delete",{json:!0,item_id:a.get("item_id"),object:a.get("object"),nonce:a.get("nonces").remove}).done(function(c){var e=new bp.Views.CoverImageStatus({value:BP_Uploader.strings.feedback_messages[c.feedback_code],type:"success"});d.views.add({id:"status",view:e}),e.inject(".bp-cover-image-status"),""===c.reset_url?b("#header-cover-image").css({"background-image":"none"}):b("#header-cover-image").css({"background-image":"url( "+c.reset_url+" )"}),BP_Uploader.settings.defaults.multipart_params.bp_params.has_cover_image=!1,d.Attachment.set(_.extend(_.pick(a.attributes,["object","item_id"]),{url:c.reset_url,action:"deleted"}))}).fail(function(a){var b=BP_Uploader.strings.default_error;_.isUndefined(a)||(b=BP_Uploader.strings.feedback_messages[a.feedback_code]);var c=new bp.Views.CoverImageStatus({value:b,type:"error"});d.views.add({id:"status",view:c}),c.inject(".bp-cover-image-status"),bp.CoverImage.deleteView()})},removeWarning:function(){_.isNull(this.warning)||this.warning.remove()},displayWarning:function(a){this.removeWarning(),this.warning=new bp.Views.uploaderWarning({value:a}),this.warning.inject(".bp-cover-image-status")}},bp.Views.coverImageUploadProgress=bp.Views.uploaderStatus.extend({className:"files",initialize:function(){bp.Views.uploaderStatus.prototype.initialize.apply(this,arguments),this.collection.on("change:url",this.uploadResult,this)},uploadResult:function(a){var c,d;_.isUndefined(a.get("url"))||(0===a.get("feedback_code")?(c=BP_Uploader.strings.cover_image_warnings.dimensions,d="warning"):(c=BP_Uploader.strings.feedback_messages[a.get("feedback_code")],d="success"),this.views.set(".bp-uploader-progress",new bp.Views.CoverImageStatus({value:c,type:d})),b("#header-cover-image").css({"background-image":"url( "+a.get("url")+" )"}),bp.CoverImage.deleteView(),bp.CoverImage.Attachment.set(_.extend(_.pick(BP_Uploader.settings.defaults.multipart_params.bp_params,["object","item_id"]),{url:a.get("url"),action:"uploaded"})))}}),bp.Views.CoverImageStatus=bp.View.extend({tagName:"p",className:"updated",id:"bp-cover-image-feedback",initialize:function(){this.el.className+=" "+this.options.type,this.value=this.options.value},render:function(){return this.$el.html(this.value),this}}),bp.Views.DeleteCoverImage=bp.View.extend({tagName:"div",id:"bp-delete-cover-image-container",template:bp.template("bp-cover-image-delete"),events:{"click #bp-delete-cover-image":"deleteCoverImage"},deleteCoverImage:function(a){a.preventDefault(),bp.CoverImage.deleteCoverImage(this.model)}}),bp.CoverImage.start())}(bp,jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js b/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js
index 307b6c735..571c31531 100644
--- a/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js b/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js
index 3cd3bad8e..84e3d6ced 100644
--- a/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 function bp_get_querystring(a){var b=location.search.split(a+"=")[1];return b?decodeURIComponent(b.split("&")[0]):null}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/jquery-scroll-to.min.js b/wp-content/plugins/buddypress/bp-core/js/jquery-scroll-to.min.js
index e64a84b8a..9f14d2a38 100644
--- a/wp-content/plugins/buddypress/bp-core/js/jquery-scroll-to.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/jquery-scroll-to.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){function b(b){return a.isFunction(b)||"object"==typeof b?b:{top:b,left:b}}var c=a.scrollTo=function(b,c,d){return a(window).scrollTo(b,c,d)};return c.defaults={axis:"xy",duration:parseFloat(a.fn.jquery)>=1.3?0:1,limit:!0},c.window=function(){return a(window)._scrollable()},a.fn._scrollable=function(){return this.map(function(){var b=this,c=!b.nodeName||-1!==a.inArray(b.nodeName.toLowerCase(),["iframe","#document","html","body"]);if(!c)return b;var d=(b.contentWindow||b).document||b.ownerDocument||b;return/webkit/i.test(navigator.userAgent)||"BackCompat"===d.compatMode?d.body:d.documentElement})},a.fn.scrollTo=function(d,e,f){return"object"==typeof e&&(f=e,e=0),"function"==typeof f&&(f={onAfter:f}),"max"===d&&(d=9e9),f=a.extend({},c.defaults,f),e=e||f.duration,f.queue=f.queue&&f.axis.length>1,f.queue&&(e/=2),f.offset=b(f.offset),f.over=b(f.over),this._scrollable().each(function(){function g(a){j.animate(l,e,f.easing,a&&function(){a.call(this,k,f)})}if(null!==d){var h,i=this,j=a(i),k=d,l={},m=j.is("html,body");switch(typeof k){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(k)){k=b(k);break}if(k=m?a(k):a(k,this),!k.length)return;case"object":(k.is||k.style)&&(h=(k=a(k)).offset())}var n=a.isFunction(f.offset)&&f.offset(i,k)||f.offset;a.each(f.axis.split(""),function(a,b){var d="x"===b?"Left":"Top",e=d.toLowerCase(),o="scroll"+d,p=i[o],q=c.max(i,b);if(h)l[o]=h[e]+(m?0:p-j.offset()[e]),f.margin&&(l[o]-=parseInt(k.css("margin"+d))||0,l[o]-=parseInt(k.css("border"+d+"Width"))||0),l[o]+=n[e]||0,f.over[e]&&(l[o]+=k["x"===b?"width":"height"]()*f.over[e]);else{var r=k[e];l[o]=r.slice&&"%"===r.slice(-1)?parseFloat(r)/100*q:r}f.limit&&/^\d+$/.test(l[o])&&(l[o]=l[o]<=0?0:Math.min(l[o],q)),!a&&f.queue&&(p!==l[o]&&g(f.onAfterFirst),delete l[o])}),g(f.onAfter)}}).end()},c.max=function(b,c){var d="x"===c?"Width":"Height",e="scroll"+d;if(!a(b).is("html,body"))return b[e]-a(b)[d.toLowerCase()]();var f="client"+d,g=b.ownerDocument.documentElement,h=b.ownerDocument.body;return Math.max(g[e],h[e])-Math.min(g[f],h[f])},c});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js b/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js
index d6a5b5fb0..71edb95af 100644
--- a/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(c){return a.returnExportsGlobal=b(c)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){var b,c,d,e,f,g,h,i=[].slice;c=function(){function b(b){this.current_flag=null,this.controllers={},this.alias_maps={},this.$inputor=a(b),this.setIframe(),this.listen()}return b.prototype.createContainer=function(b){return 0===(this.$el=a("#atwho-container",b)).length?a(b.body).append(this.$el=a("<div id='atwho-container'></div>")):void 0},b.prototype.setIframe=function(a,b){var c;return null==b&&(b=!1),a?(this.window=a.contentWindow,this.document=a.contentDocument||this.window.document,this.iframe=a):(this.document=document,this.window=window,this.iframe=null),(this.iframeStandalone=b)?(null!=(c=this.$el)&&c.remove(),this.createContainer(this.document)):this.createContainer(document)},b.prototype.controller=function(a){var b,c,d,e;if(this.alias_maps[a])c=this.controllers[this.alias_maps[a]];else{e=this.controllers;for(d in e)if(b=e[d],d===a){c=b;break}}return c?c:this.controllers[this.current_flag]},b.prototype.set_context_for=function(a){return this.current_flag=a,this},b.prototype.reg=function(a,b){var c,e;return c=(e=this.controllers)[a]||(e[a]=new d(this,a)),b.alias&&(this.alias_maps[b.alias]=a),c.init(b),this},b.prototype.listen=function(){return this.$inputor.on("keyup.atwhoInner",function(a){return function(b){return a.on_keyup(b)}}(this)).on("keydown.atwhoInner",function(a){return function(b){return a.on_keydown(b)}}(this)).on("scroll.atwhoInner",function(a){return function(b){var c;return null!=(c=a.controller())?c.view.hide(b):void 0}}(this)).on("blur.atwhoInner",function(a){return function(b){var c;return(c=a.controller())?c.view.hide(b,c.get_opt("display_timeout")):void 0}}(this)).on("click.atwhoInner",function(a){return function(b){return a.dispatch()}}(this))},b.prototype.shutdown=function(){var a,b,c;c=this.controllers;for(b in c)a=c[b],a.destroy(),delete this.controllers[b];return this.$inputor.off(".atwhoInner"),this.$el.remove()},b.prototype.dispatch=function(){return a.map(this.controllers,function(a){return function(b){var c;return(c=b.get_opt("delay"))?(clearTimeout(a.delayedCallback),a.delayedCallback=setTimeout(function(){return b.look_up()?a.set_context_for(b.at):void 0},c)):b.look_up()?a.set_context_for(b.at):void 0}}(this))},b.prototype.on_keyup=function(b){var c;switch(b.keyCode){case f.ESC:b.preventDefault(),null!=(c=this.controller())&&c.view.hide();break;case f.DOWN:case f.UP:case f.CTRL:a.noop();break;case f.P:case f.N:b.ctrlKey||this.dispatch();break;default:this.dispatch()}},b.prototype.on_keydown=function(b){var c,d;if(c=null!=(d=this.controller())?d.view:void 0,c&&c.visible())switch(b.keyCode){case f.ESC:b.preventDefault(),c.hide(b);break;case f.UP:b.preventDefault(),c.prev();break;case f.DOWN:b.preventDefault(),c.next();break;case f.P:if(!b.ctrlKey)return;b.preventDefault(),c.prev();break;case f.N:if(!b.ctrlKey)return;b.preventDefault(),c.next();break;case f.TAB:case f.ENTER:if(!c.visible())return;b.preventDefault(),c.choose(b);break;default:a.noop()}},b}(),d=function(){function b(b,c){this.app=b,this.at=c,this.$inputor=this.app.$inputor,this.id=this.$inputor[0].id||this.uid(),this.setting=null,this.query=null,this.pos=0,this.cur_rect=null,this.range=null,0===(this.$el=a("#atwho-ground-"+this.id,this.app.$el)).length&&this.app.$el.append(this.$el=a("<div id='atwho-ground-"+this.id+"'></div>")),this.model=new g(this),this.view=new h(this)}return b.prototype.uid=function(){return(Math.random().toString(16)+"000000000").substr(2,8)+(new Date).getTime()},b.prototype.init=function(b){return this.setting=a.extend({},this.setting||a.fn.atwho["default"],b),this.view.init(),this.model.reload(this.setting.data)},b.prototype.destroy=function(){return this.trigger("beforeDestroy"),this.model.destroy(),this.view.destroy(),this.$el.remove()},b.prototype.call_default=function(){var b,c,d;d=arguments[0],b=2<=arguments.length?i.call(arguments,1):[];try{return e[d].apply(this,b)}catch(f){return c=f,a.error(""+c+" Or maybe At.js doesn't have function "+d)}},b.prototype.trigger=function(a,b){var c,d;return null==b&&(b=[]),b.push(this),c=this.get_opt("alias"),d=c?""+a+"-"+c+".atwho":""+a+".atwho",this.$inputor.trigger(d,b)},b.prototype.callbacks=function(a){return this.get_opt("callbacks")[a]||e[a]},b.prototype.get_opt=function(a,b){var c;try{return this.setting[a]}catch(d){return c=d,null}},b.prototype.content=function(){var a;if(this.$inputor.is("textarea, input"))return this.$inputor.val();if(a=this.mark_range())return(a.startContainer.textContent||"").slice(0,a.startOffset)},b.prototype.catch_query=function(){var a,b,c,d,e,f;return b=this.content(),a=this.$inputor.caret("pos",{iframe:this.app.iframe}),f=b.slice(0,a),d=this.callbacks("matcher").call(this,this.at,f,this.get_opt("start_with_space")),"string"==typeof d&&d.length<=this.get_opt("max_len",20)?(e=a-d.length,c=e+d.length,this.pos=e,d={text:d,head_pos:e,end_pos:c},this.trigger("matched",[this.at,d.text])):(d=null,this.view.hide()),this.query=d},b.prototype.rect=function(){var b,c,d;if(b=this.$inputor.caret("offset",this.pos-1,{iframe:this.app.iframe}))return this.app.iframe&&!this.app.iframeStandalone&&(c=a(this.app.iframe).offset(),b.left+=c.left,b.top+=c.top),this.$inputor.is("[contentEditable]")&&(b=this.cur_rect||(this.cur_rect=b)),d=this.app.document.selection?0:2,{left:b.left,top:b.top,bottom:b.top+b.height+d}},b.prototype.reset_rect=function(){return this.$inputor.is("[contentEditable]")?this.cur_rect=null:void 0},b.prototype.mark_range=function(){var a;if(this.$inputor.is("[contentEditable]"))return this.app.window.getSelection&&(a=this.app.window.getSelection()).rangeCount>0?this.range=a.getRangeAt(0):this.app.document.selection?this.ie8_range=this.app.document.selection.createRange():void 0},b.prototype.insert_content_for=function(b){var c,d,e;return d=b.data("value"),e=this.get_opt("insert_tpl"),this.$inputor.is("textarea, input")||!e?d:(c=a.extend({},b.data("item-data"),{"atwho-data-value":d,"atwho-at":this.at}),this.callbacks("tpl_eval").call(this,e,c))},b.prototype.insert=function(b,c){var d,e,f,g,h,i,j,k,l,m,n,o;if(d=this.$inputor,l=this.callbacks("inserting_wrapper").call(this,d,b,this.get_opt("suffix")),d.is("textarea, input"))i=d.val(),j=i.slice(0,Math.max(this.query.head_pos-this.at.length,0)),k=""+j+l+i.slice(this.query.end_pos||0),d.val(k),d.caret("pos",j.length+l.length,{iframe:this.app.iframe});else if(g=this.range){for(f=g.startOffset-(this.query.end_pos-this.query.head_pos)-this.at.length,g.setStart(g.endContainer,Math.max(f,0)),g.setEnd(g.endContainer,g.endOffset),g.deleteContents(),o=a(l,this.app.document),m=0,n=o.length;n>m;m++)e=o[m],g.insertNode(e),g.setEndAfter(e),g.collapse(!1);h=this.app.window.getSelection(),h.removeAllRanges(),h.addRange(g)}else(g=this.ie8_range)&&(g.moveStart("character",this.query.end_pos-this.query.head_pos-this.at.length),g.pasteHTML(l),g.collapse(!1),g.select());return d.is(":focus")||d.focus(),d.change()},b.prototype.render_view=function(a){var b;return b=this.get_opt("search_key"),a=this.callbacks("sorter").call(this,this.query.text,a.slice(0,1001),b),this.view.render(a.slice(0,this.get_opt("limit")))},b.prototype.look_up=function(){var b,c;if(b=this.catch_query())return c=function(a){return a&&a.length>0?this.render_view(a):this.view.hide()},this.model.query(b.text,a.proxy(c,this)),b},b}(),g=function(){function b(a){this.context=a,this.at=this.context.at,this.storage=this.context.$inputor}return b.prototype.destroy=function(){return this.storage.data(this.at,null)},b.prototype.saved=function(){return this.fetch()>0},b.prototype.query=function(a,b){var c,d,e;return c=this.fetch(),d=this.context.get_opt("search_key"),c=this.context.callbacks("filter").call(this.context,a,c,d)||[],e=this.context.callbacks("remote_filter"),c.length>0||!e&&0===c.length?b(c):e.call(this.context,a,b)},b.prototype.fetch=function(){return this.storage.data(this.at)||[]},b.prototype.save=function(a){return this.storage.data(this.at,this.context.callbacks("before_save").call(this.context,a||[]))},b.prototype.load=function(a){return!this.saved()&&a?this._load(a):void 0},b.prototype.reload=function(a){return this._load(a)},b.prototype._load=function(b){return"string"==typeof b?a.ajax(b,{dataType:"json"}).done(function(a){return function(b){return a.save(b)}}(this)):this.save(b)},b}(),h=function(){function b(b){this.context=b,this.$el=a("<div class='atwho-view'><ul class='atwho-view-ul'></ul></div>"),this.timeout_id=null,this.context.$el.append(this.$el),this.bind_event()}return b.prototype.init=function(){var a;return a=this.context.get_opt("alias")||this.context.at.charCodeAt(0),this.$el.attr({id:"at-view-"+a})},b.prototype.destroy=function(){return this.$el.remove()},b.prototype.bind_event=function(){var b;return b=this.$el.find("ul"),b.on("mouseenter.atwho-view","li",function(c){return b.find(".cur").removeClass("cur"),a(c.currentTarget).addClass("cur")}).on("click.atwho-view","li",function(c){return function(d){return b.find(".cur").removeClass("cur"),a(d.currentTarget).addClass("cur"),c.choose(d),d.preventDefault()}}(this))},b.prototype.visible=function(){return this.$el.is(":visible")},b.prototype.choose=function(a){var b,c;return(b=this.$el.find(".cur")).length&&(c=this.context.insert_content_for(b),this.context.insert(this.context.callbacks("before_insert").call(this.context,c,b),b),this.context.trigger("inserted",[b,a]),this.hide(a)),this.context.get_opt("hide_without_suffix")?this.stop_showing=!0:void 0},b.prototype.reposition=function(b){var c,d,e,f;return f=this.context.app.iframeStandalone?this.context.app.window:window,b.bottom+this.$el.height()-a(f).scrollTop()>a(f).height()&&(b.bottom=b.top-this.$el.height()),b.left>(d=a(f).width()-this.$el.width()-5)&&(b.left=d),c={left:b.left,top:b.bottom},null!=(e=this.context.callbacks("before_reposition"))&&e.call(this.context,c),this.$el.offset(c),this.context.trigger("reposition",[c])},b.prototype.next=function(){var a,b;return a=this.$el.find(".cur").removeClass("cur"),b=a.next(),b.length||(b=this.$el.find("li:first")),b.addClass("cur"),this.$el.animate({scrollTop:Math.max(0,a.innerHeight()*(b.index()+2)-this.$el.height())},150)},b.prototype.prev=function(){var a,b;return a=this.$el.find(".cur").removeClass("cur"),b=a.prev(),b.length||(b=this.$el.find("li:last")),b.addClass("cur"),this.$el.animate({scrollTop:Math.max(0,a.innerHeight()*(b.index()+2)-this.$el.height())},150)},b.prototype.show=function(){var a;return this.stop_showing?void(this.stop_showing=!1):(this.context.mark_range(),this.visible()||(this.$el.show(),this.$el.scrollTop(0),this.context.trigger("shown")),(a=this.context.rect())?this.reposition(a):void 0)},b.prototype.hide=function(a,b){var c;if(this.visible())return isNaN(b)?(this.context.reset_rect(),this.$el.hide(),this.context.trigger("hidden",[a])):(c=function(a){return function(){return a.hide()}}(this),clearTimeout(this.timeout_id),this.timeout_id=setTimeout(c,b))},b.prototype.render=function(b){var c,d,e,f,g,h,i;if(!(a.isArray(b)&&b.length>0))return void this.hide();for(this.$el.find("ul").empty(),d=this.$el.find("ul"),g=this.context.get_opt("tpl"),h=0,i=b.length;i>h;h++)e=b[h],e=a.extend({},e,{"atwho-at":this.context.at}),f=this.context.callbacks("tpl_eval").call(this.context,g,e),c=a(this.context.callbacks("highlighter").call(this.context,f,this.context.query.text)),c.data("item-data",e),d.append(c);return this.show(),this.context.get_opt("highlight_first")?d.find("li:first").addClass("cur"):void 0},b}(),f={DOWN:40,UP:38,ESC:27,TAB:9,ENTER:13,CTRL:17,P:80,N:78},e={before_save:function(b){var c,d,e,f;if(!a.isArray(b))return b;for(f=[],d=0,e=b.length;e>d;d++)c=b[d],a.isPlainObject(c)?f.push(c):f.push({name:c});return f},matcher:function(a,b,c){var d,e,f,g;return a=a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),c&&(a="(?:^|\\s)"+a),f=decodeURI("%C3%80"),g=decodeURI("%C3%BF"),e=new RegExp(""+a+"([A-Za-z"+f+"-"+g+"0-9_+-]*)$|"+a+"([^\\x00-\\xff]*)$","gi"),d=e.exec(b),d?d[2]||d[1]:null},filter:function(a,b,c){var d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],~new String(d[c]).toLowerCase().indexOf(a.toLowerCase())&&g.push(d);return g},remote_filter:null,sorter:function(a,b,c){var d,e,f,g;if(!a)return b;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],d.atwho_order=new String(d[c]).toLowerCase().indexOf(a.toLowerCase()),d.atwho_order>-1&&g.push(d);return g.sort(function(a,b){return a.atwho_order-b.atwho_order})},tpl_eval:function(a,b){var c;try{return a.replace(/\$\{([^\}]*)\}/g,function(a,c,d){return b[c]})}catch(d){return c=d,""}},highlighter:function(a,b){var c;return b?(c=new RegExp(">\\s*(\\w*?)("+b.replace("+","\\+")+")(\\w*)\\s*<","ig"),a.replace(c,function(a,b,c,d){return"> "+b+"<strong>"+c+"</strong>"+d+" <"})):a},before_insert:function(a,b){return a},inserting_wrapper:function(a,b,c){var d;return c=""===c?c:c||" ",a.is("textarea, input")?""+b+c:"true"===a.attr("contentEditable")?(c=" "===c?"&nbsp;":c,/firefox/i.test(navigator.userAgent)?d="<span>"+b+c+"</span>":(c="<span contenteditable='false'>"+c+"</span>",d="<span contenteditable='false'>"+b+c+"</span>"),this.app.document.selection&&(d="<span contenteditable='true'>"+b+"</span>"),d+"<span></span>"):void 0}},b={load:function(a,b){var c;return(c=this.controller(a))?c.model.load(b):void 0},setIframe:function(a,b){return this.setIframe(a,b),null},run:function(){return this.dispatch()},destroy:function(){return this.shutdown(),this.$inputor.data("atwho",null)}},a.fn.atwho=function(d){var e,f;return f=arguments,e=null,this.filter('textarea, input, [contenteditable=""], [contenteditable=true]').each(function(){var g,h;return(h=(g=a(this)).data("atwho"))||g.data("atwho",h=new c(this)),"object"!=typeof d&&d?b[d]&&h?e=b[d].apply(h,Array.prototype.slice.call(f,1)):a.error("Method "+d+" does not exist on jQuery.caret"):h.reg(d.at,d)}),e||this},a.fn.atwho["default"]={at:void 0,alias:void 0,data:null,tpl:"<li data-value='${atwho-at}${name}'>${name}</li>",insert_tpl:"<span id='${id}'>${atwho-data-value}</span>",callbacks:e,search_key:"name",suffix:void 0,hide_without_suffix:!1,start_with_space:!0,highlight_first:!0,limit:5,max_len:20,display_timeout:300,delay:null}});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js b/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js
index c2fe1809f..ce7a1543b 100644
--- a/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(c){return a.returnExportsGlobal=b(c)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){"use strict";var b,c,d,e,f,g,h,i,j,k,l;k="caret",b=function(){function b(a){this.$inputor=a,this.domInputor=this.$inputor[0]}return b.prototype.setPos=function(a){return this.domInputor},b.prototype.getIEPosition=function(){return this.getPosition()},b.prototype.getPosition=function(){var a,b;return b=this.getOffset(),a=this.$inputor.offset(),b.left-=a.left,b.top-=a.top,b},b.prototype.getOldIEPos=function(){var a,b;return b=h.selection.createRange(),a=h.body.createTextRange(),a.moveToElementText(this.domInputor),a.setEndPoint("EndToEnd",b),a.text.length},b.prototype.getPos=function(){var a,b,c;return(c=this.range())?(a=c.cloneRange(),a.selectNodeContents(this.domInputor),a.setEnd(c.endContainer,c.endOffset),b=a.toString().length,a.detach(),b):h.selection?this.getOldIEPos():void 0},b.prototype.getOldIEOffset=function(){var a,b;return a=h.selection.createRange().duplicate(),a.moveStart("character",-1),b=a.getBoundingClientRect(),{height:b.bottom-b.top,left:b.left,top:b.top}},b.prototype.getOffset=function(b){var c,d,e,f,g;return j.getSelection&&(e=this.range())?(e.endOffset-1>0&&e.endContainer===!this.domInputor&&(c=e.cloneRange(),c.setStart(e.endContainer,e.endOffset-1),c.setEnd(e.endContainer,e.endOffset),f=c.getBoundingClientRect(),d={height:f.height,left:f.left+f.width,top:f.top},c.detach()),d&&0!==(null!=d?d.height:void 0)||(c=e.cloneRange(),g=a(h.createTextNode("|")),c.insertNode(g[0]),c.selectNode(g[0]),f=c.getBoundingClientRect(),d={height:f.height,left:f.left,top:f.top},g.remove(),c.detach())):h.selection&&(d=this.getOldIEOffset()),d&&(d.top+=a(j).scrollTop(),d.left+=a(j).scrollLeft()),d},b.prototype.range=function(){var a;if(j.getSelection)return a=j.getSelection(),a.rangeCount>0?a.getRangeAt(0):null},b}(),c=function(){function b(a){this.$inputor=a,this.domInputor=this.$inputor[0]}return b.prototype.getIEPos=function(){var a,b,c,d,e,f,g;return b=this.domInputor,f=h.selection.createRange(),e=0,f&&f.parentElement()===b&&(d=b.value.replace(/\r\n/g,"\n"),c=d.length,g=b.createTextRange(),g.moveToBookmark(f.getBookmark()),a=b.createTextRange(),a.collapse(!1),e=g.compareEndPoints("StartToEnd",a)>-1?c:-g.moveStart("character",-c)),e},b.prototype.getPos=function(){return h.selection?this.getIEPos():this.domInputor.selectionStart},b.prototype.setPos=function(a){var b,c;return b=this.domInputor,h.selection?(c=b.createTextRange(),c.move("character",a),c.select()):b.setSelectionRange&&b.setSelectionRange(a,a),b},b.prototype.getIEOffset=function(a){var b,c,d,e;return c=this.domInputor.createTextRange(),a||(a=this.getPos()),c.move("character",a),d=c.boundingLeft,e=c.boundingTop,b=c.boundingHeight,{left:d,top:e,height:b}},b.prototype.getOffset=function(b){var c,d,e;return c=this.$inputor,h.selection?(d=this.getIEOffset(b),d.top+=a(j).scrollTop()+c.scrollTop(),d.left+=a(j).scrollLeft()+c.scrollLeft(),d):(d=c.offset(),e=this.getPosition(b),d={left:d.left+e.left-c.scrollLeft(),top:d.top+e.top-c.scrollTop(),height:e.height})},b.prototype.getPosition=function(a){var b,c,e,f,g,h,i;return b=this.$inputor,f=function(a){return a=a.replace(/<|>|`|"|&/g,"?").replace(/\r\n|\r|\n/g,"<br/>"),/firefox/i.test(navigator.userAgent)&&(a=a.replace(/\s/g,"&nbsp;")),a},void 0===a&&(a=this.getPos()),i=b.val().slice(0,a),e=b.val().slice(a),g="<span style='position: relative; display: inline;'>"+f(i)+"</span>",g+="<span id='caret' style='position: relative; display: inline;'>|</span>",g+="<span style='position: relative; display: inline;'>"+f(e)+"</span>",h=new d(b),c=h.create(g).rect()},b.prototype.getIEPosition=function(a){var b,c,d,e,f;return d=this.getIEOffset(a),c=this.$inputor.offset(),e=d.left-c.left,f=d.top-c.top,b=d.height,{left:e,top:f,height:b}},b}(),d=function(){function b(a){this.$inputor=a}return b.prototype.css_attr=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle","borderTopWidth","boxSizing","fontFamily","fontSize","fontWeight","height","letterSpacing","lineHeight","marginBottom","marginLeft","marginRight","marginTop","outlineWidth","overflow","overflowX","overflowY","paddingBottom","paddingLeft","paddingRight","paddingTop","textAlign","textOverflow","textTransform","whiteSpace","wordBreak","wordWrap"],b.prototype.mirrorCss=function(){var b,c=this;return b={position:"absolute",left:-9999,top:0,zIndex:-2e4},"TEXTAREA"===this.$inputor.prop("tagName")&&this.css_attr.push("width"),a.each(this.css_attr,function(a,d){return b[d]=c.$inputor.css(d)}),b},b.prototype.create=function(b){return this.$mirror=a("<div></div>"),this.$mirror.css(this.mirrorCss()),this.$mirror.html(b),this.$inputor.after(this.$mirror),this},b.prototype.rect=function(){var a,b,c;return a=this.$mirror.find("#caret"),b=a.position(),c={left:b.left,top:b.top,height:a.height()},this.$mirror.remove(),c},b}(),e={contentEditable:function(a){return!(!a[0].contentEditable||"true"!==a[0].contentEditable)}},g={pos:function(a){return a||0===a?this.setPos(a):this.getPos()},position:function(a){return h.selection?this.getIEPosition(a):this.getPosition(a)},offset:function(a){var b;return b=this.getOffset(a)}},h=null,j=null,i=null,l=function(a){var b;return(b=null!=a?a.iframe:void 0)?(i=b,j=b.contentWindow,h=b.contentDocument||j.document):(i=void 0,j=window,h=document)},f=function(a){var b;h=a[0].ownerDocument,j=h.defaultView||h.parentWindow;try{return i=j.frameElement}catch(c){b=c}},a.fn.caret=function(d,f,h){var i;return g[d]?(a.isPlainObject(f)?(l(f),f=void 0):l(h),i=e.contentEditable(this)?new b(this):new c(this),g[d].apply(i,[f])):a.error("Method "+d+" does not exist on jQuery.caret")},a.fn.caret.EditableCaret=b,a.fn.caret.InputCaret=c,a.fn.caret.Utils=e,a.fn.caret.apis=g});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/webcam.min.js b/wp-content/plugins/buddypress/bp-core/js/webcam.min.js
index 952849610..f694c07a9 100644
--- a/wp-content/plugins/buddypress/bp-core/js/webcam.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/webcam.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 window.bp=window.bp||{},function(){"undefined"!=typeof BP_Uploader&&(bp.Models=bp.Models||{},bp.Collections=bp.Collections||{},bp.Views=bp.Views||{},bp.WebCam={start:function(){this.params={video:null,videoStream:null,capture_enable:!1,capture:null,canvas:null,warning:null,flipped:!1},bp.Avatar.nav.on("bp-avatar-view:changed",_.bind(this.setView,this))},setView:function(a){if("camera"!==a)return void(_.isNull(this.params.video)||(this.stop(),this.removeWarning()));var b=new bp.Views.WebCamAvatar({model:new Backbone.Model({user_media:!1})});this.params.flipped=!1,bp.Avatar.views.add({id:"camera",view:b}),b.inject(".bp-avatar")},removeView:function(){var a;_.isUndefined(bp.Avatar.views.get("camera"))||(a=bp.Avatar.views.get("camera"),a.get("view").remove(),bp.Avatar.views.remove({id:"camera",view:a}))},gotStream:function(a){var b=bp.WebCam.params.video;bp.WebCam.params.videoStream=a,bp.WebCam.displayWarning("loaded"),b.onerror=function(){bp.WebCam.displayWarning("videoerror"),b&&bp.WebCam.stop()},a.onended=bp.WebCam.noStream(),void 0!==b.mozSrcObject?(b.mozSrcObject=a,b.play()):navigator.mozGetUserMedia?(b.src=a,b.play()):void 0!==b.srcObject?b.srcObject=a:window.URL?b.src=window.URL.createObjectURL(a):b.src=a,bp.WebCam.params.capture_enable=!0},stop:function(){bp.WebCam.params.capture_enable=!1,bp.WebCam.params.videoStream&&(bp.WebCam.params.videoStream.stop?bp.WebCam.params.videoStream.stop():bp.WebCam.params.videoStream.msStop&&bp.WebCam.params.videoStream.msStop(),bp.WebCam.params.videoStream.onended=null,bp.WebCam.params.videoStream=null),bp.WebCam.params.video&&(bp.WebCam.params.video.onerror=null,bp.WebCam.params.video.pause(),bp.WebCam.params.video.mozSrcObject&&(bp.WebCam.params.video.mozSrcObject=null),bp.WebCam.params.video.src="")},noStream:function(){_.isNull(bp.WebCam.params.videoStream)&&(bp.WebCam.displayWarning("noaccess"),bp.WebCam.removeView())},setAvatar:function(a){a.get("url")||bp.WebCam.displayWarning("nocapture"),bp.WebCam.removeView(),bp.Avatar.setAvatar(a)},removeWarning:function(){_.isNull(this.params.warning)||this.params.warning.remove()},displayWarning:function(a){this.removeWarning(),this.params.warning=new bp.Views.uploaderWarning({value:BP_Uploader.strings.camera_warnings[a]}),this.params.warning.inject(".bp-avatar-status")}},bp.Views.WebCamAvatar=bp.View.extend({tagName:"div",id:"bp-webcam-avatar",template:bp.template("bp-avatar-webcam"),events:{"click .avatar-webcam-capture":"captureStream","click .avatar-webcam-save":"saveCapture"},initialize:function(){var a;(navigator.getUserMedia||navigator.oGetUserMedia||navigator.mozGetUserMedia||navigator.webkitGetUserMedia||navigator.msGetUserMedia)&&(a=_.extend(_.pick(BP_Uploader.settings.defaults.multipart_params.bp_params,"object","item_id","nonces"),{user_media:!0,w:BP_Uploader.settings.crop.full_w,h:BP_Uploader.settings.crop.full_h,x:0,y:0,type:"camera"}),this.model.set(a)),this.on("ready",this.useStream,this)},useStream:function(){this.model.get("user_media")&&(this.options.video=new bp.Views.WebCamVideo,this.options.canvas=new bp.Views.WebCamCanvas,this.$el.find("#avatar-to-crop").append(this.options.video.el),this.$el.find("#avatar-crop-pane").append(this.options.canvas.el),bp.WebCam.params.video=this.options.video.el,bp.WebCam.params.canvas=this.options.canvas.el,bp.WebCam.displayWarning("requesting"),navigator.getUserMedia?navigator.getUserMedia({video:!0},bp.WebCam.gotStream,bp.WebCam.noStream):navigator.oGetUserMedia?navigator.oGetUserMedia({video:!0},bp.WebCam.gotStream,bp.WebCam.noStream):navigator.mozGetUserMedia?navigator.mozGetUserMedia({video:!0},bp.WebCam.gotStream,bp.WebCam.noStream):navigator.webkitGetUserMedia?navigator.webkitGetUserMedia({video:!0},bp.WebCam.gotStream,bp.WebCam.noStream):navigator.msGetUserMedia?navigator.msGetUserMedia({video:!0,audio:!1},bp.WebCams.gotStream,bp.WebCam.noStream):bp.WebCam.displayWarning("errormsg"))},captureStream:function(a){var b,c;return a.preventDefault(),bp.WebCam.params.capture_enable?this.model.get("h")>this.options.video.el.videoHeight||this.model.get("w")>this.options.video.el.videoWidth?void bp.WebCam.displayWarning("videoerror"):(c=this.options.video.el.videoHeight,b=(this.options.video.el.videoWidth-c)/2,bp.WebCam.params.flipped||(this.options.canvas.el.getContext("2d").translate(this.model.get("w"),0),this.options.canvas.el.getContext("2d").scale(-1,1),bp.WebCam.params.flipped=!0),this.options.canvas.el.getContext("2d").drawImage(this.options.video.el,b,0,c,c,0,0,this.model.get("w"),this.model.get("h")),bp.WebCam.params.capture=this.options.canvas.el.toDataURL("image/png"),this.model.set("url",bp.WebCam.params.capture),void bp.WebCam.displayWarning("ready")):void bp.WebCam.displayWarning("loading")},saveCapture:function(a){return a.preventDefault(),bp.WebCam.params.capture?(bp.WebCam.stop(),void bp.WebCam.setAvatar(this.model)):void bp.WebCam.displayWarning("nocapture")}}),bp.Views.WebCamVideo=bp.View.extend({tagName:"video",id:"bp-webcam-video",attributes:{autoplay:"autoplay"}}),bp.Views.WebCamCanvas=bp.View.extend({tagName:"canvas",id:"bp-webcam-canvas",attributes:{width:150,height:150},initialize:function(){_.isUndefined(BP_Uploader.settings.crop.full_h)||_.isUndefined(BP_Uploader.settings.crop.full_w)||(this.el.attributes.width.value=BP_Uploader.settings.crop.full_w,this.el.attributes.height.value=BP_Uploader.settings.crop.full_h)}}),bp.WebCam.start())}(bp,jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-core/js/widget-members.js b/wp-content/plugins/buddypress/bp-core/js/widget-members.js
index b8af2cc93..a46273e11 100644
--- a/wp-content/plugins/buddypress/bp-core/js/widget-members.js
+++ b/wp-content/plugins/buddypress/bp-core/js/widget-members.js
@@ -1,4 +1,15 @@
 jQuery(document).ready( function() {
+	member_widget_click_handler();
+
+	// WP 4.5 - Customizer selective refresh support.
+	if ( 'undefined' !== typeof wp && wp.customize && wp.customize.selectiveRefresh ) {
+		wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function() {
+			member_widget_click_handler();
+		} );
+	}
+});
+
+function member_widget_click_handler() {
 	jQuery('.widget div#members-list-options a').on('click',
 		function() {
 			var link = this;
@@ -23,7 +34,7 @@ jQuery(document).ready( function() {
 			return false;
 		}
 	);
-});
+}
 
 function member_widget_response(response) {
 	response = response.substr(0, response.length-1);
diff --git a/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js b/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js
index f7c9082e8..38a34b79d 100644
--- a/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js
+++ b/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-function member_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#members-list").fadeOut(200,function(){jQuery(".widget ul#members-list").html(a[1]),jQuery(".widget ul#members-list").fadeIn(200)}):jQuery(".widget ul#members-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#members-list").html(b),jQuery(".widget ul#members-list").fadeIn(200)})}jQuery(document).ready(function(){jQuery(".widget div#members-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#members-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_members",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-members").val(),"max-members":jQuery("input#members_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),member_widget_response(b)}),!1})});
\ No newline at end of file
+function member_widget_click_handler(){jQuery(".widget div#members-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#members-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_members",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-members").val(),"max-members":jQuery("input#members_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),member_widget_response(b)}),!1})}function member_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#members-list").fadeOut(200,function(){jQuery(".widget ul#members-list").html(a[1]),jQuery(".widget ul#members-list").fadeIn(200)}):jQuery(".widget ul#members-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#members-list").html(b),jQuery(".widget ul#members-list").fadeIn(200)})}jQuery(document).ready(function(){member_widget_click_handler(),"undefined"!=typeof wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",function(){member_widget_click_handler()})});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress-sa.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress-sa.php
index e1682ffea..2fb69ee2f 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress-sa.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress-sa.php
@@ -13,6 +13,8 @@ defined( 'ABSPATH' ) || exit;
 /**
  * Bootstrap bbPress 1.x, and manipulate globals to integrate with BuddyPress.
  *
+ * @since 1.1.0
+ *
  * @return bool|null Returns false on failure.
  */
 function bp_forums_load_bbpress() {
@@ -156,6 +158,8 @@ add_action( 'bbpress_init', 'bp_forums_load_bbpress' );
 /**
  * Get the current bbPress user.
  *
+ * @since 1.1.0
+ *
  * @return object $current_user Current user object from WordPress.
  */
 function bb_get_current_user() { global $current_user; return $current_user; }
@@ -163,6 +167,8 @@ function bb_get_current_user() { global $current_user; return $current_user; }
 /**
  * Get userdata for a bbPress user.
  *
+ * @since 1.1.0
+ *
  * @param int $user_id User ID.
  * @return object User data from WordPress.
  */
@@ -173,14 +179,27 @@ function bb_get_user( $user_id ) { return get_userdata( $user_id ); }
  *
  * Noop.
  *
+ * @since 1.1.0
+ *
  * @param array $users Array of users.
  */
 function bb_cache_users( $users ) {}
 
 /**
  * The bbPress plugin needs this class for its usermeta manipulation.
+ *
+ * @since 1.1.0
  */
 class BP_Forums_BB_Auth {
+
+	/**
+	 * Update usermeta data.
+	 *
+	 * @since 1.1.0
+	 *
+	 * @param string $args Array of arguments.
+	 * @return bool
+	 */
 	function update_meta( $args = '' ) {
 		$defaults = array( 'id' => 0, 'meta_key' => null, 'meta_value' => null, 'meta_table' => 'usermeta', 'meta_field' => 'user_id', 'cache_group' => 'users' );
 		$args = wp_parse_args( $args, $defaults );
@@ -198,12 +217,20 @@ class BP_Forums_BB_Auth {
  * of BPDB which extend the appropriate base class.
  */
 if ( ! class_exists( 'BPDB' ) ) :
+
+	/**
+	 * WPDB class extension.
+	 *
+	 * @since 1.1.0
+	 */
 	class BPDB extends WPDB {
 		var $db_servers = array();
 
 		/**
 		 * Constructor.
 		 *
+		 * @since 1.1.0
+		 *
 		 * @see WPDB::__construct() for description of parameters.
 		 */
 		function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) {
@@ -226,6 +253,8 @@ if ( ! class_exists( 'BPDB' ) ) :
 		 * supported by WordPress' minimum required MySQL version, so
 		 * this is safe.
 		 *
+		 * @since 1.1.0
+		 *
 		 * @see WPDB::has_cap() for a description of parameters and
 		 *      return values.
 		 *
@@ -279,6 +308,8 @@ if ( ! class_exists( 'BPDB' ) ) :
 		/**
 		 * Stub for escape_deep() compatibility.
 		 *
+		 * @since 1.1.0
+		 *
 		 * @see WPDB::escape_deep() for description of parameters and
 		 *      return values.
 		 *
@@ -296,6 +327,8 @@ endif; // End class_exists( 'BPDB' ).
  *
  * The bbPress plugin needs this to convert vars.
  *
+ * @since 1.1.0
+ *
  * @param object $object Object to convert.
  * @param string $output Type of object to return. OBJECT, ARRAY_A, or ARRAY_N.
  */
@@ -318,6 +351,8 @@ function backpress_convert_object( &$object, $output ) {
  * Copied from wp-admin/includes/upgrade.php, this will take care of creating
  * the bbPress stand-alone tables without loading a conflicting WP Admin.
  *
+ * @since 1.5.0
+ *
  * @see dbDelta() for a description of parameters and return value.
  *
  * @param array $queries See {@link dbDelta()}.
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-filters.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-filters.php
index d02f4801d..43fca100f 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-filters.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-filters.php
@@ -58,6 +58,8 @@ add_filter( 'bp_get_the_topic_post_content', 'bp_forums_make_nofollow_filter' );
 /**
  * Custom KSES filter for the Forums component.
  *
+ * @since 1.2.0
+ *
  * @param string $content Content to sanitize.
  * @return string Sanitized string.
  */
@@ -98,6 +100,8 @@ function bp_forums_filter_kses( $content ) {
 /**
  * Get a link for a forum topic tags directory.
  *
+ * @since 1.1.0
+ *
  * @param string $link    Link passed from filter.
  * @param string $tag     Name of the tag.
  * @param string $page    Page number, passed from the filter.
@@ -119,6 +123,8 @@ add_filter( 'bb_get_tag_link', 'bp_forums_filter_tag_link', 10, 4);
 /**
  * Add rel="nofollow" to bbPress content.
  *
+ * @since 1.2.1
+ *
  * @param string $text Post content.
  * @return string Modified post content.
  */
@@ -128,6 +134,8 @@ function bp_forums_make_nofollow_filter( $text ) {
 	/**
 	 * Callback for preg_replace_callback() in bp_forums_make_nofollow_filter().
 	 *
+	 * @since 1.2.1
+	 *
 	 * @param array $matches Regex matches from {@link bp_forums_make_nofollow_filter()}.
 	 * @return string Text with nofollow links.
 	 */
@@ -140,6 +148,8 @@ function bp_forums_make_nofollow_filter( $text ) {
 /**
  * Append forum topic to page title.
  *
+ * @since 1.2.6
+ *
  * @see bp_modify_page_title()
  *
  * @param string $title          New page title; see {@link bp_modify_page_title()}.
@@ -163,6 +173,8 @@ add_filter( 'bp_modify_page_title', 'bp_forums_add_forum_topic_to_page_title', 9
  *
  * Prevents embedded anchor tags.
  *
+ * @since 1.5.0
+ *
  * @param string $content Edited post content.
  * @return string $content Sanitized post content.
  */
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php
index 59db54b6c..7ecee84f6 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php
@@ -76,6 +76,8 @@ function bp_forums_has_directory() {
  *
  * Wrapper for {@link bb_get_forum()}.
  *
+ * @since 1.0.0
+ *
  * @param int $forum_id ID of the forum being fetched.
  * @return object bbPress forum object.
  */
@@ -91,6 +93,8 @@ function bp_forums_get_forum( $forum_id ) {
  *
  * Wrapper for {@link bb_new_forum()}.
  *
+ * @since 1.0.0
+ *
  * @param array|string $args {
  *     Forum setup arguments.
  *     @type string $forum_name        Name of the forum.
@@ -124,6 +128,8 @@ function bp_forums_new_forum( $args = '' ) {
  *
  * Wrapper for {@link bb_update_forum(}.
  *
+ * @since 1.2.5
+ *
  * @param array|string $args {
  *     Forum setup arguments.
  *     @type int    $forum_id          ID of the forum to be updated.
@@ -158,6 +164,8 @@ function bp_forums_update_forum( $args = '' ) {
 /**
  * Delete a group forum by the group id.
  *
+ * @since 1.6.0
+ *
  * @param int $group_id ID of the group whose forum is to be deleted.
  */
 function bp_forums_delete_group_forum( $group_id ) {
@@ -177,6 +185,8 @@ add_action( 'groups_delete_group', 'bp_forums_delete_group_forum' );
 /**
  * Fetch a set of forum topics.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type string $type          Order or filter type. Default: 'newest'.
  *     @type int    $forum_id      Optional. Pass a forum ID to limit results to topics
@@ -255,6 +265,8 @@ function bp_forums_get_forum_topics( $args = '' ) {
 /**
  * Get additional details about a given forum topic.
  *
+ * @since 1.0.0
+ *
  * @param int $topic_id ID of the topic for which you're fetching details.
  * @return object Details about the topic.
  */
@@ -273,6 +285,8 @@ function bp_forums_get_topic_details( $topic_id ) {
  *
  * Wrapper for {@link bb_get_id_from_slug()}.
  *
+ * @since 1.1.0
+ *
  * @param string $topic_slug Slug of the topic.
  * @return int|bool ID of the topic (if found), false on failure.
  */
@@ -290,6 +304,8 @@ function bp_forums_get_topic_id_from_slug( $topic_slug ) {
 /**
  * Create a new forum topic.
  *
+ * @since 1.0.0
+ *
  * @param array|string $args {
  *     @type string            $topic_title            Title of the new topic.
  *     @type string            $topic_slug             Slug of the new topic.
@@ -373,6 +389,8 @@ function bp_forums_new_topic( $args = '' ) {
 /**
  * Update a topic's details.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     Array of arguments.
  *     @type int               $topic_id    ID of the topic being updated.
@@ -418,6 +436,14 @@ function bp_forums_update_topic( $args = '' ) {
 	return bp_forums_get_topic_details( $topic_id );
 }
 
+/**
+ * Set a topic as sticky/unsticky.
+ *
+ * @since 1.1.0
+ *
+ * @param string $args Array of arguments for sticky topic.
+ * @return bool
+ */
 function bp_forums_sticky_topic( $args = '' ) {
 
 	/** This action is documented in bp-forums/bp-forums-screens.php */
@@ -440,6 +466,8 @@ function bp_forums_sticky_topic( $args = '' ) {
 /**
  * Set a topic's open/closed status.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type int    $topic_id ID of the topic whose status is being changed.
  *     @type string $mode     New status of the topic. 'open' or 'close'.
@@ -469,6 +497,8 @@ function bp_forums_openclose_topic( $args = '' ) {
 /**
  * Delete a topic.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type int $topic_id ID of the topic being deleted.
  * }
@@ -490,6 +520,8 @@ function bp_forums_delete_topic( $args = '' ) {
 /**
  * Get a count of the total topics on the site.
  *
+ * @since 1.2.0
+ *
  * @return int $count Total topic count.
  */
 function bp_forums_total_topic_count() {
@@ -592,6 +624,8 @@ function bp_forums_reply_exists( $text = '', $topic_id = 0, $user_id = 0 ) {
 /**
  * Get a total "Topics Started" count for a given user.
  *
+ * @since 1.2.0
+ *
  * @param int    $user_id ID of the user being queried. Falls back on displayed
  *                        user, then loggedin.
  * @param string $type    The current filter/sort type. 'active', 'popular',
@@ -693,6 +727,8 @@ function bp_forums_total_replied_count_for_user( $user_id = 0, $type = 'active'
  * - details about the last poster
  * - information about topic users that may have been deleted/spammed
  *
+ * @since 1.2.0
+ *
  * @param array $topics Array of topics.
  * @return array $topics Topics with BP details added.
  */
@@ -756,6 +792,8 @@ function bp_forums_get_topic_extras( $topics ) {
 /**
  * Get the posts belonging to a topic.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type int    $topic_id ID of the topic for which posts are being fetched.
  *     @type int    $page     Optional. Page of results to return. Default: 1.
@@ -788,6 +826,8 @@ function bp_forums_get_topic_posts( $args = '' ) {
  *
  * Wrapper for {@link bb_get_post()}.
  *
+ * @since 1.0.0
+ *
  * @param int $post_id ID of the post being fetched.
  * @return object Post object.
  */
@@ -803,6 +843,8 @@ function bp_forums_get_post( $post_id ) {
  *
  * Wrapper for {@link bb_delete_post()}.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type int $post_id ID of the post being deleted.
  * }
@@ -825,6 +867,8 @@ function bp_forums_delete_post( $args = '' ) {
 /**
  * Create a new post.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     @type int    $post_id       Optional. ID of an existing post, if you want to
  *                                 update rather than create. Default: false.
@@ -905,6 +949,8 @@ function bp_forums_insert_post( $args = '' ) {
  * - WP userdata for each poster
  * - BP fullname for each poster
  *
+ * @since 1.2.0
+ *
  * @param array $posts List of posts.
  * @return array Posts with BP-data added.
  */
@@ -958,6 +1004,8 @@ function bp_forums_get_post_extras( $posts ) {
 /**
  * Get topic and post counts for a given forum.
  *
+ * @since 1.1.0
+ *
  * @param int $forum_id ID of the forum.
  * @return object Object with properties $topics (topic count) and $posts
  *                (post count).
@@ -975,6 +1023,8 @@ function bp_forums_get_forum_topicpost_count( $forum_id ) {
 /**
  * Map WordPress caps onto bbPress users, to ensure that they can post.
  *
+ * @since 1.1.0
+ *
  * @param array $allcaps Array of capabilities.
  * @return array Caps array with bbPress caps added.
  */
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-loader.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-loader.php
index e6f3bc7c7..64891fcce 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-loader.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-loader.php
@@ -15,6 +15,11 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
+/**
+ * Sets up the forums component.
+ *
+ * @since 1.5.0
+ */
 class BP_Forums_Component extends BP_Component {
 
 	/**
@@ -80,6 +85,8 @@ class BP_Forums_Component extends BP_Component {
 	/**
 	 * Include bp-forums files.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @see BP_Component::includes() for description of parameters.
 	 *
 	 * @param array $includes See {@link BP_Component::includes()}.
@@ -238,6 +245,8 @@ class BP_Forums_Component extends BP_Component {
 
 	/**
 	 * Set up the title for pages and the <title> element.
+	 *
+	 * @since 1.5.0
 	 */
 	public function setup_title() {
 
@@ -263,6 +272,8 @@ class BP_Forums_Component extends BP_Component {
 
 /**
  * Set up the bp-forums component.
+ *
+ * @since 1.6.0
  */
 function bp_setup_forums() {
 	buddypress()->forums = new BP_Forums_Component();
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-screens.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-screens.php
index a4657dabc..7b8a43553 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-screens.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-screens.php
@@ -12,6 +12,8 @@ defined( 'ABSPATH' ) || exit;
 
 /**
  * Load the Forums directory.
+ *
+ * @since 1.1.0
  */
 function bp_forums_directory_forums_setup() {
 
@@ -102,6 +104,8 @@ add_action( 'bp_screens', 'bp_forums_directory_forums_setup', 2 );
 
 /**
  * Load the Topics Started screen.
+ *
+ * @since 1.5.0
  */
 function bp_member_forums_screen_topics() {
 
@@ -124,6 +128,8 @@ function bp_member_forums_screen_topics() {
 
 /**
  * Load the Replied To screen.
+ *
+ * @since 1.5.0
  */
 function bp_member_forums_screen_replies() {
 
@@ -148,6 +154,8 @@ function bp_member_forums_screen_replies() {
  * Load the template content for a user's Favorites forum tab.
  *
  * Note that this feature is not fully implemented at the moment.
+ *
+ * @since 1.5.0
  */
 function bp_member_forums_screen_favorites() {
 
@@ -170,6 +178,8 @@ function bp_member_forums_screen_favorites() {
 
 /**
  * Load a single forum page.
+ *
+ * @since 1.5.0
  */
 function bp_forums_screen_single_forum() {
 
@@ -196,6 +206,8 @@ add_action( 'bp_screens', 'bp_forums_screen_single_forum' );
 
 /**
  * Load a single forum topic page.
+ *
+ * @since 1.5.0
  */
 function bp_forums_screen_single_topic() {
 
diff --git a/wp-content/plugins/buddypress/bp-forums/bp-forums-template.php b/wp-content/plugins/buddypress/bp-forums/bp-forums-template.php
index 75529a6b5..bb7639825 100644
--- a/wp-content/plugins/buddypress/bp-forums/bp-forums-template.php
+++ b/wp-content/plugins/buddypress/bp-forums/bp-forums-template.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.5.0
  *
- * @uses bp_get_forums_slug()
  */
 function bp_forums_slug() {
 	echo bp_get_forums_slug();
@@ -43,7 +42,6 @@ function bp_forums_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_forums_root_slug()
  */
 function bp_forums_root_slug() {
 	echo bp_get_forums_root_slug();
@@ -71,7 +69,6 @@ function bp_forums_root_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_forums_directory_permalink()
  */
 function bp_forums_directory_permalink() {
 	echo esc_url( bp_get_forums_directory_permalink() );
@@ -81,10 +78,6 @@ function bp_forums_directory_permalink() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters()
-	 * @uses trailingslashit()
-	 * @uses bp_get_root_domain()
-	 * @uses bp_get_forums_root_slug()
 	 *
 	 * @return string The permalink for the forums component directory.
 	 */
@@ -104,11 +97,14 @@ function bp_forums_directory_permalink() {
  * The main forums template loop class.
  *
  * Responsible for loading a group of forum topics into a loop for display.
+ *
+ * @since 1.0.0
  */
 class BP_Forums_Template_Forum {
 	/**
 	 * The loop iterator.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $current_topic = -1;
@@ -116,6 +112,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The number of topics returned by the paged query.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $topic_count;
@@ -123,6 +120,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Array of topics located by the query.
 	 *
+	 * @since 1.0.0
 	 * @var array
 	 */
 	public $topics;
@@ -130,6 +128,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The topic object currently being iterated on.
 	 *
+	 * @since 1.0.0
 	 * @var object
 	 */
 	public $topic;
@@ -137,6 +136,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The ID of the forum whose topics are being queried.
 	 *
+	 * @since 1.5.0
 	 * @var int
 	 */
 	public $forum_id;
@@ -144,6 +144,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * A flag for whether the loop is currently being iterated.
 	 *
+	 * @since 1.0.0
 	 * @var bool
 	 */
 	public $in_the_loop;
@@ -151,6 +152,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The page number being requested.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $pag_page;
@@ -158,6 +160,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The number of items being requested per page.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $pag_num;
@@ -165,6 +168,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * An HTML string containing pagination links.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $pag_links;
@@ -172,6 +176,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * The total number of topics matching the query parameters.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $total_topic_count;
@@ -179,6 +184,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Whether requesting a single topic. Not currently used.
 	 *
+	 * @since 1.0.0
 	 * @var bool
 	 */
 	public $single_topic = false;
@@ -186,6 +192,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Term to sort by. Not currently used.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $sort_by;
@@ -193,6 +200,7 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Sort order. Not currently used.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $order;
@@ -200,6 +208,8 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Constructor method.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param string   $type         The 'type' is the sort order/kind. 'newest',
 	 *                               'popular', 'unreplied', 'tags'.
 	 * @param int      $forum_id     The ID of the forum for which topics are being
@@ -356,6 +366,8 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Whether there are topics available in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_has_forum_topics()
 	 *
 	 * @return bool True if there are items in the loop, otherwise false.
@@ -371,6 +383,8 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Set up the next topic and iterate index.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return object The next topic to iterate over.
 	 */
 	function next_topic() {
@@ -382,6 +396,8 @@ class BP_Forums_Template_Forum {
 
 	/**
 	 * Rewind the topics and reset topic index.
+	 *
+	 * @since 1.0.0
 	 */
 	function rewind_topics() {
 		$this->current_topic = -1;
@@ -399,6 +415,8 @@ class BP_Forums_Template_Forum {
 	 *
 	 * @see bp_forum_topics()
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool True if there are more topics to show, otherwise false.
 	 */
 	function user_topics() {
@@ -423,6 +441,8 @@ class BP_Forums_Template_Forum {
 	/**
 	 * Set up the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_the_forum_topic()
 	 */
 	function the_topic() {
@@ -451,7 +471,8 @@ class BP_Forums_Template_Forum {
  * are determined dynamically, depending on your current page. All of these
  * $defaults can be overridden in the $args parameter.
  *
- * @uses apply_filters() Filter 'bp_has_topics' to manipulate the
+ * @since 1.1.0
+ *
  *       $forums_template global before it's rendered, or to modify the value
  *       of has_topics().
  *
@@ -663,6 +684,8 @@ function bp_has_forum_topics( $args = '' ) {
 /**
  * Determine whether there are still topics left in the loop.
  *
+ * @since 1.1.0
+ *
  * @global BP_Forums_Template_Forum $forum_template Template global.
  *
  * @return bool Returns true when topics are found.
@@ -675,6 +698,8 @@ function bp_forum_topics() {
 /**
  * Get the current topic object in the loop.
  *
+ * @since 1.1.0
+ *
  * @global BP_Forums_Template_Forum $forum_template Template global.
  *
  * @return object The current topic object.
@@ -686,6 +711,8 @@ function bp_the_forum_topic() {
 
 /**
  * Output the ID of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_id() {
 	echo bp_get_the_topic_id();
@@ -693,6 +720,8 @@ function bp_the_topic_id() {
 	/**
 	 * Return the ID of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int ID of the current topic in the loop.
 	 */
 	function bp_get_the_topic_id() {
@@ -710,6 +739,8 @@ function bp_the_topic_id() {
 
 /**
  * Output the title of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_title() {
 	echo bp_get_the_topic_title();
@@ -717,6 +748,8 @@ function bp_the_topic_title() {
 	/**
 	 * Return the title of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Title of the current topic in the loop.
 	 */
 	function bp_get_the_topic_title() {
@@ -734,6 +767,8 @@ function bp_the_topic_title() {
 
 /**
  * Output the slug of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_slug() {
 	echo bp_get_the_topic_slug();
@@ -741,6 +776,8 @@ function bp_the_topic_slug() {
 	/**
 	 * Return the slug of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Slug of the current topic in the loop.
 	 */
 	function bp_get_the_topic_slug() {
@@ -758,6 +795,8 @@ function bp_the_topic_slug() {
 
 /**
  * Output the text of the first post in the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_text() {
 	echo bp_get_the_topic_text();
@@ -765,6 +804,8 @@ function bp_the_topic_text() {
 	/**
 	 * Return the text of the first post in the current topic in the loop.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Text of the first post in the current topic.
 	 */
 	function bp_get_the_topic_text() {
@@ -784,6 +825,8 @@ function bp_the_topic_text() {
 
 /**
  * Output the ID of the user who posted the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_poster_id() {
 	echo bp_get_the_topic_poster_id();
@@ -791,6 +834,8 @@ function bp_the_topic_poster_id() {
 	/**
 	 * Return the ID of the user who posted the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int ID of the user who posted the current topic.
 	 */
 	function bp_get_the_topic_poster_id() {
@@ -809,6 +854,8 @@ function bp_the_topic_poster_id() {
 /**
  * Output the avatar of the user who posted the current topic in the loop.
  *
+ * @since 1.0.0
+ *
  * @see bp_get_the_topic_poster_avatar() for a description of arguments.
  *
  * @param array|string $args See {@link bp_get_the_topic_poster_avatar()}.
@@ -819,6 +866,8 @@ function bp_the_topic_poster_avatar( $args = '' ) {
 	/**
 	 * Return the avatar of the user who posted the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param array|string $args {
 	 *     Arguments for building the avatar.
 	 *     @type string $type   Avatar type. 'thumb' or 'full'. Default:
@@ -859,6 +908,8 @@ function bp_the_topic_poster_avatar( $args = '' ) {
 
 /**
  * Output the name of the user who posted the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_poster_name() {
 	echo bp_get_the_topic_poster_name();
@@ -866,6 +917,8 @@ function bp_the_topic_poster_name() {
 	/**
 	 * Return the name of the user who posted the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Name of the user who posted the current topic.
 	 */
 	function bp_get_the_topic_poster_name() {
@@ -888,6 +941,8 @@ function bp_the_topic_poster_name() {
 
 /**
  * Output the ID of the object associated with the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_object_id() {
 	echo bp_get_the_topic_object_id();
@@ -897,6 +952,8 @@ function bp_the_topic_object_id() {
 	 *
 	 * Objects are things like associated groups.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return int ID of the associated object.
 	 */
 	function bp_get_the_topic_object_id() {
@@ -916,6 +973,8 @@ function bp_the_topic_object_id() {
 
 /**
  * Output the name of the object associated with the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_object_name() {
 	echo bp_get_the_topic_object_name();
@@ -926,6 +985,8 @@ function bp_the_topic_object_name() {
 	 * Objects are things like groups. So this function would return the
 	 * name of the group associated with the forum topic, if it exists.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Object name.
 	 */
 	function bp_get_the_topic_object_name() {
@@ -951,6 +1012,8 @@ function bp_the_topic_object_name() {
 
 /**
  * Output the slug of the object associated with the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_object_slug() {
 	echo bp_get_the_topic_object_slug();
@@ -961,6 +1024,8 @@ function bp_the_topic_object_slug() {
 	 * Objects are things like groups. So this function would return the
 	 * slug of the group associated with the forum topic, if it exists.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Object slug.
 	 */
 	function bp_get_the_topic_object_slug() {
@@ -981,6 +1046,8 @@ function bp_the_topic_object_slug() {
 
 /**
  * Output the permalink of the object associated with the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_object_permalink() {
 	echo bp_get_the_topic_object_permalink();
@@ -991,6 +1058,8 @@ function bp_the_topic_object_permalink() {
 	 * Objects are things like groups. So this function would return the
 	 * permalink of the group associated with the forum topic, if it exists.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Object permalink.
 	 */
 	function bp_get_the_topic_object_permalink() {
@@ -1017,6 +1086,8 @@ function bp_the_topic_object_permalink() {
 
 /**
  * Output the linked name of the user who last posted to the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_last_poster_name() {
 	echo bp_get_the_topic_last_poster_name();
@@ -1024,6 +1095,8 @@ function bp_the_topic_last_poster_name() {
 	/**
 	 * Return the linked name of the user who last posted to the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string HTML link to the profile of the user who last posted
 	 *                to the current topic.
 	 */
@@ -1051,6 +1124,8 @@ function bp_the_topic_last_poster_name() {
 /**
  * Output the permalink of the object associated with the current topic in the loop.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_the_topic_object_avatar() for description of arguments.
  *
  * @param array|string $args See {@bp_get_the_topic_object_avatar()}.
@@ -1064,6 +1139,8 @@ function bp_the_topic_object_avatar( $args = '' ) {
 	 * Objects are things like groups. So this function would return the
 	 * avatar of the group associated with the forum topic, if it exists.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @param array|string $args {
 	 *     Arguments for building the avatar.
 	 *     @type string $type   Avatar type. 'thumb' or 'full'. Default:
@@ -1108,6 +1185,8 @@ function bp_the_topic_object_avatar( $args = '' ) {
 /**
  * Output the avatar for the user who last posted to the current topic in the loop.
  *
+ * @since 1.0.0
+ *
  * @see bp_get_the_topic_last_poster_avatar() for description of arguments.
  *
  * @param array|string $args See {@bp_get_the_topic_last_poster_avatar()}.
@@ -1118,6 +1197,8 @@ function bp_the_topic_last_poster_avatar( $args = '' ) {
 	/**
 	 * Return the avatar for the user who last posted to the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param array|string $args {
 	 *     Arguments for building the avatar.
 	 *     @type string $type   Avatar type. 'thumb' or 'full'. Default:
@@ -1158,6 +1239,8 @@ function bp_the_topic_last_poster_avatar( $args = '' ) {
 
 /**
  * Output the start time of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_start_time() {
 	echo bp_get_the_topic_start_time();
@@ -1165,6 +1248,8 @@ function bp_the_topic_start_time() {
 	/**
 	 * Return the start time of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Start time of the current topic.
 	 */
 	function bp_get_the_topic_start_time() {
@@ -1182,6 +1267,8 @@ function bp_the_topic_start_time() {
 
 /**
  * Output the topic time of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_time() {
 	echo bp_get_the_topic_time();
@@ -1189,6 +1276,8 @@ function bp_the_topic_time() {
 	/**
 	 * Return the topic time of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Topic time of the current topic.
 	 */
 	function bp_get_the_topic_time() {
@@ -1206,6 +1295,8 @@ function bp_the_topic_time() {
 
 /**
  * Output the ID of the forum associated with the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_forum_id() {
 	echo bp_get_the_topic_forum_id();
@@ -1213,6 +1304,8 @@ function bp_the_topic_forum_id() {
 	/**
 	 * Return the ID of the forum associated with the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int ID of the forum associated with the current topic.
 	 */
 	function bp_get_the_topic_forum_id() {
@@ -1230,6 +1323,8 @@ function bp_the_topic_forum_id() {
 
 /**
  * Output the status of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_status() {
 	echo bp_get_the_topic_status();
@@ -1237,6 +1332,8 @@ function bp_the_topic_status() {
 	/**
 	 * Return the status of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Status of the current topic.
 	 */
 	function bp_get_the_topic_status() {
@@ -1254,6 +1351,8 @@ function bp_the_topic_status() {
 
 /**
  * Output whether the current topic in the loop is open.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_is_topic_open() {
 	echo bp_get_the_topic_is_topic_open();
@@ -1261,6 +1360,8 @@ function bp_the_topic_is_topic_open() {
 	/**
 	 * Return whether the current topic in the loop is open.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string
 	 */
 	function bp_get_the_topic_is_topic_open() {
@@ -1278,6 +1379,8 @@ function bp_the_topic_is_topic_open() {
 
 /**
  * Output the ID of the last post in the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_last_post_id() {
 	echo bp_get_the_topic_last_post_id();
@@ -1285,6 +1388,8 @@ function bp_the_topic_last_post_id() {
 	/**
 	 * Return the ID of the last post in the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int ID of the last post in the current topic.
 	 */
 	function bp_get_the_topic_last_post_id() {
@@ -1302,6 +1407,8 @@ function bp_the_topic_last_post_id() {
 
 /**
  * Output whether the current topic in the loop is sticky.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_is_sticky() {
 	echo bp_get_the_topic_is_sticky();
@@ -1309,6 +1416,8 @@ function bp_the_topic_is_sticky() {
 	/**
 	 * Return whether the current topic in the loop is sticky.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	function bp_get_the_topic_is_sticky() {
@@ -1326,6 +1435,8 @@ function bp_the_topic_is_sticky() {
 
 /**
  * Output a 'x posts' string with the number of posts in the current topic.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_total_post_count() {
 	echo bp_get_the_topic_total_post_count();
@@ -1333,6 +1444,8 @@ function bp_the_topic_total_post_count() {
 	/**
 	 * Return a 'x posts' string with the number of posts in the current topic.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string String of the form 'x posts'.
 	 */
 	function bp_get_the_topic_total_post_count() {
@@ -1357,6 +1470,8 @@ function bp_the_topic_total_post_count() {
 
 /**
  * Output the total number of posts in the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_total_posts() {
 	echo bp_get_the_topic_total_posts();
@@ -1364,6 +1479,8 @@ function bp_the_topic_total_posts() {
 	/**
 	 * Return the total number of posts in the current topic in the loop.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return int Total number of posts in the current topic.
 	 */
 	function bp_get_the_topic_total_posts() {
@@ -1381,6 +1498,8 @@ function bp_the_topic_total_posts() {
 
 /**
  * Output the tag count for the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_tag_count() {
 	echo bp_get_the_topic_tag_count();
@@ -1388,6 +1507,8 @@ function bp_the_topic_tag_count() {
 	/**
 	 * Return the tag count for the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int Tag count for the current topic.
 	 */
 	function bp_get_the_topic_tag_count() {
@@ -1405,6 +1526,8 @@ function bp_the_topic_tag_count() {
 
 /**
  * Output the permalink of the current topic in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_permalink() {
 	echo bp_get_the_topic_permalink();
@@ -1412,6 +1535,8 @@ function bp_the_topic_permalink() {
 	/**
 	 * Return the permalink for the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Permalink for the current topic.
 	 */
 	function bp_get_the_topic_permalink() {
@@ -1446,6 +1571,8 @@ function bp_the_topic_permalink() {
 
 /**
  * Output a 'since' string describing when the current topic was created.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_time_since_created() {
 	echo bp_get_the_topic_time_since_created();
@@ -1453,6 +1580,8 @@ function bp_the_topic_time_since_created() {
 	/**
 	 * Return a 'since' string describing when the current topic was created.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_core_time_since() for a description of return value.
 	 *
 	 * @return string
@@ -1473,6 +1602,8 @@ function bp_the_topic_time_since_created() {
 /**
  * Output an excerpt from the latest post of the current topic in the loop.
  *
+ * @since 1.0.0
+ *
  * @param array|string $args See {@bp_get_the_topic_latest_post_excerpt()}.
  */
 function bp_the_topic_latest_post_excerpt( $args = '' ) {
@@ -1481,6 +1612,8 @@ function bp_the_topic_latest_post_excerpt( $args = '' ) {
 	/**
 	 * Return an excerpt from the latest post of the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param array|string $args {
 	 *     @type int $length The length of the excerpted text. Default: 225.
 	 * }
@@ -1512,6 +1645,8 @@ function bp_the_topic_latest_post_excerpt( $args = '' ) {
 
 /**
  * Output a 'since' string describing when the last post in the current topic was created.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_time_since_last_post() {
 	echo bp_get_the_topic_time_since_last_post();
@@ -1519,6 +1654,8 @@ function bp_the_topic_time_since_last_post() {
 	/**
 	 * Return a 'since' string describing when the last post in the current topic was created.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_core_time_since() for a description of return value.
 	 *
 	 * @return string
@@ -1538,6 +1675,8 @@ function bp_the_topic_time_since_last_post() {
 
 /**
  * Output whether the current topic in the loop belongs to the logged-in user.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_is_mine() {
 	echo bp_get_the_topic_is_mine();
@@ -1545,6 +1684,8 @@ function bp_the_topic_is_mine() {
 	/**
 	 * Does the current topic belong to the logged-in user?
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return bool True if the current topic in the loop was created by
 	 *              the logged-in user, otherwise false.
 	 */
@@ -1557,6 +1698,8 @@ function bp_the_topic_is_mine() {
 /**
  * Output the admin links for the current topic in the loop.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_the_topic_admin_links() for a description of arguments.
  *
  * @param array|string $args See {@link bp_get_the_topic_admin_links()}.
@@ -1567,6 +1710,8 @@ function bp_the_topic_admin_links( $args = '' ) {
 	/**
 	 * Return the admin links for the current topic in the loop.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @param array|string $args {
 	 *     @type string $separator The character to use when separating links. Default: '|'.
 	 * }
@@ -1603,6 +1748,8 @@ function bp_the_topic_admin_links( $args = '' ) {
 
 /**
  * Output the CSS class for the current topic in the loop.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_css_class() {
 	echo bp_get_the_topic_css_class();
@@ -1613,6 +1760,8 @@ function bp_the_topic_css_class() {
 	 * This class may contain keywords like 'alt', 'sticky', or 'closed',
 	 * based on context.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Contents of the 'class' attribute.
 	 */
 	function bp_get_the_topic_css_class() {
@@ -1644,6 +1793,8 @@ function bp_the_topic_css_class() {
 
 /**
  * Output the permalink to the 'personal' topics tab.
+ *
+ * @since 1.1.0
  */
 function bp_my_forum_topics_link() {
 	echo bp_get_my_forum_topics_link();
@@ -1651,6 +1802,8 @@ function bp_my_forum_topics_link() {
 	/**
 	 * Return the permalink to the 'personal' topics tab.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Link to the 'personal' topics tab.
 	 */
 	function bp_get_my_forum_topics_link() {
@@ -1666,6 +1819,8 @@ function bp_my_forum_topics_link() {
 
 /**
  * Output the permalink to the 'unreplied' topics tab.
+ *
+ * @since 1.1.0
  */
 function bp_unreplied_forum_topics_link() {
 	echo bp_get_unreplied_forum_topics_link();
@@ -1673,6 +1828,8 @@ function bp_unreplied_forum_topics_link() {
 	/**
 	 * Return the permalink to the 'unreplied' topics tab.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Link to the 'unreplied' topics tab.
 	 */
 	function bp_get_unreplied_forum_topics_link() {
@@ -1688,6 +1845,8 @@ function bp_unreplied_forum_topics_link() {
 
 /**
  * Output the permalink to the 'popular' topics tab.
+ *
+ * @since 1.1.0
  */
 function bp_popular_forum_topics_link() {
 	echo bp_get_popular_forum_topics_link();
@@ -1695,6 +1854,8 @@ function bp_popular_forum_topics_link() {
 	/**
 	 * Return the permalink to the 'popular' topics tab.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Link to the 'popular' topics tab.
 	 */
 	function bp_get_popular_forum_topics_link() {
@@ -1710,6 +1871,8 @@ function bp_popular_forum_topics_link() {
 
 /**
  * Output the link to the forums directory.
+ *
+ * @since 1.1.0
  */
 function bp_newest_forum_topics_link() {
 	echo bp_get_newest_forum_topics_link();
@@ -1717,6 +1880,8 @@ function bp_newest_forum_topics_link() {
 	/**
 	 * Return the link to the forums directory.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Link to the forums directory.
 	 */
 	function bp_get_newest_forum_topics_link() {
@@ -1732,6 +1897,8 @@ function bp_newest_forum_topics_link() {
 
 /**
  * Output the currently viewed topic list type.
+ *
+ * @since 1.1.0
  */
 function bp_forum_topic_type() {
 	echo bp_get_forum_topic_type();
@@ -1741,6 +1908,8 @@ function bp_forum_topic_type() {
 	 *
 	 * Eg, 'newest', 'popular', etc.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Type of the currently viewed topic list.
 	 */
 	function bp_get_forum_topic_type() {
@@ -1773,7 +1942,6 @@ function bp_forum_topic_new_reply_link() {
 	 *
 	 * @since 1.5.0
 	 *
-	 * @uses apply_filters() Filter bp_get_forum_topic_new_reply_link to
 	 *       modify.
 	 *
 	 * @return string The URL for the New Reply link.
@@ -1805,6 +1973,8 @@ function bp_forum_topic_new_reply_link() {
 /**
  * Output the currently viewed tag name.
  *
+ * @since 1.1.0
+ *
  * @todo Deprecate?
  */
 function bp_forums_tag_name() {
@@ -1813,7 +1983,11 @@ function bp_forums_tag_name() {
 	/**
 	 * Return the currently viewed tag name.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo Deprecate? Seems unused
+	 *
+	 * @return bool|string
 	 */
 	function bp_get_forums_tag_name() {
 		$tag_name = bp_is_directory() && bp_is_forums_component() ? bp_action_variable( 0 ) : false;
@@ -1823,6 +1997,8 @@ function bp_forums_tag_name() {
 
 /**
  * Output the pagination links for the current topic list.
+ *
+ * @since 1.0.0
  */
 function bp_forum_pagination() {
 	echo bp_get_forum_pagination();
@@ -1830,6 +2006,8 @@ function bp_forum_pagination() {
 	/**
 	 * Return the pagination links for the current topic list.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string HTML pagination links.
 	 */
 	function bp_get_forum_pagination() {
@@ -1847,6 +2025,8 @@ function bp_forum_pagination() {
 
 /**
  * Output the pagination count for the current topic list.
+ *
+ * @since 1.0.0
  */
 function bp_forum_pagination_count() {
 	echo bp_get_forum_pagination_count();
@@ -1856,6 +2036,8 @@ function bp_forum_pagination_count() {
 	 *
 	 * The "count" is a string of the form "Viewing x of y topics".
 	 *
+	 * @since 1.5.0
+	 *
 	 * @return string
 	 */
 	function bp_get_forum_pagination_count() {
@@ -1892,6 +2074,8 @@ function bp_forum_pagination_count() {
 /**
  * Are we currently on an Edit Topic screen?
  *
+ * @since 1.1.0
+ *
  * @return bool True if currently editing a topic, otherwise false.
  */
 function bp_is_edit_topic() {
@@ -1906,11 +2090,14 @@ function bp_is_edit_topic() {
  * The single forum topic template loop class.
  *
  * Responsible for loading a topic's posts into a loop for display.
+ *
+ * @since 1.0.0
  */
 class BP_Forums_Template_Topic {
 	/**
 	 * The loop iterator.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $current_post = -1;
@@ -1918,6 +2105,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The number of posts returned by the paged query.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $post_count;
@@ -1925,6 +2113,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Array of posts located by the query.
 	 *
+	 * @since 1.0.0
 	 * @var array
 	 */
 	public $posts;
@@ -1932,6 +2121,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The post object currently being iterated on.
 	 *
+	 * @since 1.0.0
 	 * @var object
 	 */
 	public $post;
@@ -1939,6 +2129,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The ID of the forum whose topic is being queried.
 	 *
+	 * @since 1.5.0
 	 * @var int
 	 */
 	public $forum_id;
@@ -1946,6 +2137,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The ID of the topic whose posts are being queried.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $topic_id;
@@ -1953,6 +2145,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The topic object to which the posts belong.
 	 *
+	 * @since 1.0.0
 	 * @var object
 	 */
 	public $topic;
@@ -1960,6 +2153,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * A flag for whether the loop is currently being iterated.
 	 *
+	 * @since 1.0.0
 	 * @var bool
 	 */
 	public $in_the_loop;
@@ -1976,6 +2170,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The page number being requested.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $pag_page;
@@ -1983,6 +2178,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The number of items being requested per page.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $pag_num;
@@ -1990,6 +2186,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * An HTML string containing pagination links.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $pag_links;
@@ -1997,6 +2194,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * The total number of posts matching the query parameters.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $total_post_count;
@@ -2004,6 +2202,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Whether requesting a single topic. Not currently used.
 	 *
+	 * @since 1.0.0
 	 * @var bool
 	 */
 	public $single_post = false;
@@ -2011,6 +2210,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Term to sort by.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $sort_by;
@@ -2018,6 +2218,7 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Sort order.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $order;
@@ -2025,6 +2226,8 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Constructor method.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param int    $topic_id ID of the topic whose posts are being requested.
 	 * @param int    $per_page Number of items to return per page.
 	 * @param int    $max Max records to return.
@@ -2094,6 +2297,8 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Whether there are posts available in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_has_forum_topic_posts()
 	 *
 	 * @return bool True if there are items in the loop, otherwise false.
@@ -2108,6 +2313,8 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Set up the next post and iterate index.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return object The next post to iterate over.
 	 */
 	function next_post() {
@@ -2119,6 +2326,8 @@ class BP_Forums_Template_Topic {
 
 	/**
 	 * Rewind the posts and reset post index.
+	 *
+	 * @since 1.0.0
 	 */
 	function rewind_posts() {
 		$this->current_post = -1;
@@ -2134,6 +2343,8 @@ class BP_Forums_Template_Topic {
 	 * the while loop that controls iteration inside the blogs loop, eg:
 	 *     while ( bp_forum_topic_posts() ) { ...
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_forum_topic_posts()
 	 *
 	 * @return bool True if there are more posts to show, otherwise false.
@@ -2160,6 +2371,8 @@ class BP_Forums_Template_Topic {
 	/**
 	 * Set up the current topic in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_the_forum_topic_post()
 	 */
 	function the_post() {
@@ -2183,6 +2396,8 @@ class BP_Forums_Template_Topic {
 /**
  * Initiate the loop for a single topic's posts.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     Arguments for limiting the contents of the topic posts loop.
  *     @type int    $topic_id ID of the topic to which the posts belong.
@@ -2236,6 +2451,8 @@ function bp_has_forum_topic_posts( $args = '' ) {
 /**
  * Determine whether there are posts left in the loop.
  *
+ * @since 1.1.0
+ *
  * @return bool True when posts are found.
  */
 function bp_forum_topic_posts() {
@@ -2246,6 +2463,8 @@ function bp_forum_topic_posts() {
 /**
  * Set up the current post in the loop.
  *
+ * @since 1.1.0
+ *
  * @return object
  */
 function bp_the_forum_topic_post() {
@@ -2255,6 +2474,8 @@ function bp_the_forum_topic_post() {
 
 /**
  * Output the ID of the current post in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_post_id() {
 	echo bp_get_the_topic_post_id();
@@ -2262,6 +2483,8 @@ function bp_the_topic_post_id() {
 	/**
 	 * Return the ID of the current post in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int ID of the current post in the loop.
 	 */
 	function bp_get_the_topic_post_id() {
@@ -2279,6 +2502,8 @@ function bp_the_topic_post_id() {
 
 /**
  * Output the content of the current post in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_post_content() {
 	echo bp_get_the_topic_post_content();
@@ -2286,6 +2511,8 @@ function bp_the_topic_post_content() {
 	/**
 	 * Return the content of the current post in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Content of the current post.
 	 */
 	function bp_get_the_topic_post_content() {
@@ -2303,6 +2530,8 @@ function bp_the_topic_post_content() {
 
 /**
  * Output the CSS class of the current post in the loop.
+ *
+ * @since 1.2.4
  */
 function bp_the_topic_post_css_class() {
 	echo bp_get_the_topic_post_css_class();
@@ -2313,6 +2542,8 @@ function bp_the_topic_post_css_class() {
 	 * May contain strings 'alt', 'deleted', or 'open', depending on
 	 * context.
 	 *
+	 * @since 1.2.4
+	 *
 	 * @return string String to put in the 'class' attribute of the current
 	 *                post.
 	 */
@@ -2346,6 +2577,8 @@ function bp_the_topic_post_css_class() {
 /**
  * Output the avatar of the user who posted the current post in the loop.
  *
+ * @since 1.0.0
+ *
  * @see bp_get_the_topic_post_poster_avatar() for a description of arguments.
  *
  * @param array|string $args See {@link bp_get_the_topic_post_poster_avatar()}.
@@ -2356,6 +2589,8 @@ function bp_the_topic_post_poster_avatar( $args = '' ) {
 	/**
 	 * Return the avatar of the user who posted the current post in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param array|string $args {
 	 *     Arguments for building the avatar.
 	 *     @type string $type   Avatar type. 'thumb' or 'full'. Default:
@@ -2396,6 +2631,8 @@ function bp_the_topic_post_poster_avatar( $args = '' ) {
 
 /**
  * Output the name of the user who posted the current post in the loop.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_post_poster_name() {
 	echo bp_get_the_topic_post_poster_name();
@@ -2403,6 +2640,8 @@ function bp_the_topic_post_poster_name() {
 	/**
 	 * Return the name of the user who posted the current post in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string Name of the user who posted the current post.
 	 */
 	function bp_get_the_topic_post_poster_name() {
@@ -2423,6 +2662,8 @@ function bp_the_topic_post_poster_name() {
 
 /**
  * Output a link to the profile of the user who posted the current post.
+ *
+ * @since 1.2.0
  */
 function bp_the_topic_post_poster_link() {
 	echo bp_get_the_topic_post_poster_link();
@@ -2430,6 +2671,8 @@ function bp_the_topic_post_poster_link() {
 	/**
 	 * Return a link to the profile of the user who posted the current post.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string Link to the profile of the user who posted the
 	 *                current post.
 	 */
@@ -2448,6 +2691,8 @@ function bp_the_topic_post_poster_link() {
 
 /**
  * Output a 'since' string describing when the current post in the loop was posted.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_post_time_since() {
 	echo bp_get_the_topic_post_time_since();
@@ -2455,6 +2700,8 @@ function bp_the_topic_post_time_since() {
 	/**
 	 * Return a 'since' string describing when the current post in the loop was posted.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_core_time_since() for a description of return value.
 	 *
 	 * @return string
@@ -2474,6 +2721,8 @@ function bp_the_topic_post_time_since() {
 
 /**
  * Output whether the current post in the loop belongs to the logged-in user.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_post_is_mine() {
 	echo bp_get_the_topic_post_is_mine();
@@ -2481,6 +2730,8 @@ function bp_the_topic_post_is_mine() {
 	/**
 	 * Does the current post belong to the logged-in user?
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return bool True if the current post in the loop was created by
 	 *              the logged-in user, otherwise false.
 	 */
@@ -2493,6 +2744,8 @@ function bp_the_topic_post_is_mine() {
 /**
  * Output the admin links for the current post in the loop.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_the_post_admin_links() for a description of arguments.
  *
  * @param array|string $args See {@link bp_get_the_post_admin_links()}.
@@ -2503,6 +2756,8 @@ function bp_the_topic_post_admin_links( $args = '' ) {
 	/**
 	 * Return the admin links for the current post in the loop.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @param array|string $args {
 	 *     @type string $separator The character to use when separating
 	 *                             links. Default: '|'.
@@ -2543,6 +2798,8 @@ function bp_the_topic_post_admin_links( $args = '' ) {
 
 /**
  * Output the text to edit when editing a post.
+ *
+ * @since 1.1.0
  */
 function bp_the_topic_post_edit_text() {
 	echo bp_get_the_topic_post_edit_text();
@@ -2550,6 +2807,8 @@ function bp_the_topic_post_edit_text() {
 	/**
 	 * Return the text to edit when editing a post.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string Editable text.
 	 */
 	function bp_get_the_topic_post_edit_text() {
@@ -2567,6 +2826,8 @@ function bp_the_topic_post_edit_text() {
 
 /**
  * Output the pagination links for the current topic.
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_pagination() {
 	echo bp_get_the_topic_pagination();
@@ -2574,6 +2835,8 @@ function bp_the_topic_pagination() {
 	/**
 	 * Return the pagination links for the current topic page.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string HTML pagination links.
 	 */
 	function bp_get_the_topic_pagination() {
@@ -2594,6 +2857,8 @@ function bp_the_topic_pagination() {
  * Return the pagination count for the current topic page.
  *
  * The "count" is a string of the form "Viewing x of y posts".
+ *
+ * @since 1.0.0
  */
 function bp_the_topic_pagination_count() {
 	global $topic_template;
@@ -2624,6 +2889,8 @@ function bp_the_topic_pagination_count() {
 
 /**
  * Output whether this is the last page in the current topic.
+ *
+ * @since 1.2.0
  */
 function bp_the_topic_is_last_page() {
 	echo bp_get_the_topic_is_last_page();
@@ -2631,6 +2898,8 @@ function bp_the_topic_is_last_page() {
 	/**
 	 * Is this the last page in the current topic?
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return bool True if this is the last page of posts for the current
 	 *              topic, otherwise false.
 	 */
@@ -2649,6 +2918,8 @@ function bp_the_topic_is_last_page() {
 
 /**
  * Output the forums directory search form.
+ *
+ * @since 1.1.0
  */
 function bp_directory_forums_search_form() {
 	$default_search_value = bp_get_search_default_text( 'forums' );
@@ -2672,6 +2943,8 @@ function bp_directory_forums_search_form() {
 /**
  * Output the link to a given forum.
  *
+ * @since 1.0.0
+ *
  * @see bp_get_forum_permalink() for a description of arguments.
  *
  * @param int $forum_id See {@link bp_get_forum_permalink()}.
@@ -2682,6 +2955,8 @@ function bp_forum_permalink( $forum_id = 0 ) {
 	/**
 	 * Return the permalink to a given forum.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $forum_id Optional. Defaults to the current forum, if
 	 *                      there is one.
 	 * @return string|bool False on failure, a URL on success.
@@ -2716,6 +2991,8 @@ function bp_forum_permalink( $forum_id = 0 ) {
 /**
  * Output the name of a given forum.
  *
+ * @since 1.5.0
+ *
  * @see bp_get_forum_name() for a description of parameters.
  *
  * @param int $forum_id See {@link bp_get_forum_name()}.
@@ -2726,6 +3003,8 @@ function bp_forum_name( $forum_id = 0 ) {
 	/**
 	 * Return the name of a given forum.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param int $forum_id Optional. Defaults to the current forum, if
 	 *                      there is one.
 	 * @return string|bool False on failure, a name on success.
@@ -2760,6 +3039,8 @@ function bp_forum_name( $forum_id = 0 ) {
  * A wrapper for {@link bb_tag_heat_map}, which provides it with BP-friendly
  * defaults.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     An array of optional arguments.
  *     @type int    $smallest Size of the smallest link. Default: 10.
@@ -2853,6 +3134,8 @@ function bp_forum_topic_has_tags() {
 
 /**
  * Output a URL to use in as a forum form 'action'.
+ *
+ * @since 1.0.0
  */
 function bp_forum_action() {
 	echo bp_get_forum_action();
@@ -2860,6 +3143,8 @@ function bp_forum_action() {
 	/**
 	 * Get a URL to use in as a forum form 'action'.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string URL of the current page, minus query args.
 	 */
 	function bp_get_forum_action() {
@@ -2877,6 +3162,8 @@ function bp_forum_action() {
 
 /**
  * Output a URL to use in as a forum topic form 'action'.
+ *
+ * @since 1.0.0
  */
 function bp_forum_topic_action() {
 	echo bp_get_forum_topic_action();
@@ -2884,6 +3171,8 @@ function bp_forum_topic_action() {
 	/**
 	 * Get a URL to use in as a forum topic form 'action'.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string URL of the current page, minus query args.
 	 */
 	function bp_get_forum_topic_action() {
@@ -2901,6 +3190,8 @@ function bp_forum_topic_action() {
 /**
  * Output the total topic count for a given user.
  *
+ * @since 1.2.0
+ *
  * @see bp_get_forum_topic_count_for_user() for description of parameters.
  *
  * @param int $user_id See {@link bp_get_forum_topic_count_for_user()}.
@@ -2911,6 +3202,8 @@ function bp_forum_topic_count_for_user( $user_id = 0 ) {
 	/**
 	 * Return the total topic count for a given user.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param int $user_id See {@link bp_forums_total_topic_count_for_user}.
 	 *
 	 * @return int
@@ -2930,6 +3223,8 @@ function bp_forum_topic_count_for_user( $user_id = 0 ) {
 /**
  * Output the total topic count for a given user.
  *
+ * @since 1.2.0
+ *
  * @see bp_get_forum_topic_count() for description of parameters.
  *
  * @param int $user_id See {@link bp_get_forum_topic_count()}.
@@ -2940,6 +3235,8 @@ function bp_forum_topic_count( $user_id = 0 ) {
 	/**
 	 * Return the total topic count for a given user.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param int $user_id See {@link bp_forums_total_topic_count()}.
 	 *
 	 * @return int
diff --git a/wp-content/plugins/buddypress/bp-forums/deprecated/1.6.php b/wp-content/plugins/buddypress/bp-forums/deprecated/1.6.php
index 75109f7cb..c6758195a 100644
--- a/wp-content/plugins/buddypress/bp-forums/deprecated/1.6.php
+++ b/wp-content/plugins/buddypress/bp-forums/deprecated/1.6.php
@@ -137,18 +137,22 @@ function bp_forums_bbpress_install_wizard() {
 		case 'existing':
 			if ( isset( $_REQUEST['doinstall'] ) && ( 1 == (int) $_REQUEST['doinstall'] ) ) {
 				if ( !bp_forums_configure_existing_install() ) {
-					_e( 'The bb-config.php file was not found at that location. Please try again.', 'buddypress' );
+					/* translators: %s: bb-config.php */
+					printf( __( 'The %s file was not found at that location. Please try again.', 'buddypress' ), '<code>bb-config.php</code>' );
 				} else {
 					?>
 					<h3><?php _e( 'Forums were set up correctly using your existing bbPress install!', 'buddypress' ) ?></h3>
-					<p><?php _e( 'BuddyPress will now use its internal copy of bbPress to run the forums on your site. If you wish, you can remove your old bbPress installation files, as long as you keep the bb-config.php file in the same location.', 'buddypress' ) ?></p><?php
+					<?php /* translators: %s: bb-config.php */ ?>
+					<p><?php printf( __( 'BuddyPress will now use its internal copy of bbPress to run the forums on your site. If you wish, you can remove your old bbPress installation files, as long as you keep the %s file in the same location.', 'buddypress' ), '<code>bb-config.php</code>' ); ?></p><?php
 				}
 			} else { ?>
 
 					<form action="" method="post">
 						<h3><?php _e( 'Existing bbPress Installation', 'buddypress' ) ?></h3>
-						<p><?php _e( "BuddyPress can make use of your existing bbPress install. Just provide the location of your <code>bb-config.php</code> file, and BuddyPress will do the rest.", 'buddypress' ) ?></p>
-						<p><label><code>bb-config.php</code> file location:</label><br /><input style="width: 50%" type="text" name="bbconfigloc" id="bbconfigloc" value="<?php echo str_replace( 'buddypress', '', $_SERVER['DOCUMENT_ROOT'] ) ?>" /></p>
+						<?php /* translators: %s: bb-config.php */ ?>
+						<p><?php printf( __( 'BuddyPress can make use of your existing bbPress install. Just provide the location of your %s file, and BuddyPress will do the rest.', 'buddypress' ), '<code>bb-config.php</code>' ); ?></p>
+						<?php /* translators: %s: bb-config.php */ ?>
+						<p><label><?php printf( __( '%s file location:', 'buddypress' ), '<code>bb-config.php</code>' ); ?></label><br /><input style="width: 50%" type="text" name="bbconfigloc" id="bbconfigloc" value="<?php echo esc_attr( str_replace( 'buddypress', '', $_SERVER['DOCUMENT_ROOT'] ) ) ?>" /></p>
 						<p><input type="submit" class="button-primary" value="<?php esc_attr_e( 'Complete Installation', 'buddypress' ) ?>" /></p>
 						<input type="hidden" name="step" value="existing" />
 						<input type="hidden" name="doinstall" value="1" />
@@ -166,13 +170,15 @@ function bp_forums_bbpress_install_wizard() {
 				switch ( $result ) {
 					case 1:
 						echo '<p>';
-						_e( 'All done! Configuration settings have been saved to the file <code>bb-config.php</code> in the root of your WordPress install.', 'buddypress' );
+						/* translators: %s: bb-config.php */
+						printf( __( 'All done! Configuration settings have been saved to the %s file in the root of your WordPress install.', 'buddypress' ), '<code>bb-config.php</code>' );
 						echo '</p>';
 						break;
 					default:
 						// Just write the contents to screen.
 						echo '<p>';
-						_e( 'A configuration file could not be created. No problem, but you will need to save the text shown below into a file named <code>bb-config.php</code> in the root directory of your WordPress installation before you can start using the forum functionality.', 'buddypress' );
+						/* translators: %s: bb-config.php */
+						printf( __( 'A configuration file could not be created. No problem, but you will need to save the text shown below into a file named %s in the root directory of your WordPress installation before you can start using the forum functionality.', 'buddypress' ), '<code>bb-config.php</code>' );
 						echo '</p>';
 						?>
 						<textarea style="display:block; margin-top: 30px; width: 80%;" rows="50"><?php echo esc_textarea( $result ); ?></textarea>
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php
index 9b931ef23..b9508c141 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-activity.php
@@ -408,4 +408,4 @@ function bp_friends_delete_activity_on_user_delete( $user_id = 0 ) {
 		'secondary_item_id' => $user_id
 	) );
 }
-add_action( 'friends_remove_data', 'bp_friends_delete_activity_on_user_delete' );
\ No newline at end of file
+add_action( 'friends_remove_data', 'bp_friends_delete_activity_on_user_delete' );
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-loader.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-loader.php
index d8066f2bb..9617392ab 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-loader.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-loader.php
@@ -12,7 +12,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-friends-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-friends-component.php';
+}
 
 /**
  * Set up the bp-forums component.
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php
index a86629337..c7a851eb1 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php
@@ -59,9 +59,7 @@ add_action( 'friends_friendship_requested', 'friends_notification_new_request',
  * @param int $friend_id     ID of the request recipient.
  */
 function friends_notification_accepted_request( $friendship_id, $initiator_id, $friend_id ) {
-	$initiator_id = (int) $initiator_id;
-
-	if ( 'no' == bp_get_user_meta( $initiator_id, 'notification_friends_friendship_accepted', true ) ) {
+	if ( 'no' == bp_get_user_meta( (int) $initiator_id, 'notification_friends_friendship_accepted', true ) ) {
 		return;
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-screens.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-screens.php
index 4c22cfdfa..c9bde7ac3 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-screens.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-screens.php
@@ -122,14 +122,26 @@ function friends_screen_notification_settings() {
 			<tr id="friends-notification-settings-request">
 				<td></td>
 				<td><?php _ex( 'A member sends you a friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" id="notification-friends-friendship-request-yes" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/><label for="notification-friends-friendship-request-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" id="notification-friends-friendship-request-no" value="no" <?php checked( $send_requests, 'no', true ) ?>/><label for="notification-friends-friendship-request-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" id="notification-friends-friendship-request-yes" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/><label for="notification-friends-friendship-request-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" id="notification-friends-friendship-request-no" value="no" <?php checked( $send_requests, 'no', true ) ?>/><label for="notification-friends-friendship-request-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 			<tr id="friends-notification-settings-accepted">
 				<td></td>
 				<td><?php _ex( 'A member accepts your friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" id="notification-friends-friendship-accepted-yes" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/><label for="notification-friends-friendship-accepted-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" id="notification-friends-friendship-accepted-no" value="no" <?php checked( $accept_requests, 'no', true ) ?>/><label for="notification-friends-friendship-accepted-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" id="notification-friends-friendship-accepted-yes" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/><label for="notification-friends-friendship-accepted-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" id="notification-friends-friendship-accepted-no" value="no" <?php checked( $accept_requests, 'no', true ) ?>/><label for="notification-friends-friendship-accepted-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 
 			<?php
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-template.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-template.php
index e101f1771..d3cc442a6 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-template.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-template.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.5.0
  *
- * @uses bp_get_friends_slug()
  */
 function bp_friends_slug() {
 	echo bp_get_friends_slug();
@@ -44,7 +43,6 @@ function bp_friends_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_friends_root_slug()
  */
 function bp_friends_root_slug() {
 	echo bp_get_friends_root_slug();
@@ -496,10 +494,12 @@ function bp_get_friendship_requests( $user_id = 0 ) {
 	 * Filters the total pending friendship requests for a user.
 	 *
 	 * @since 1.2.0
+	 * @since 2.6.0 Added the `$user_id` parameter.
 	 *
-	 * @param array|int An array of user IDs if found, or a 0 if none are found.
+	 * @param array|int $requests An array of user IDs if found, or a 0 if none are found.
+	 * @param int       $user_id  ID of the queried user.
 	 */
-	return apply_filters( 'bp_get_friendship_requests', $requests );
+	return apply_filters( 'bp_get_friendship_requests', $requests, $user_id );
 }
 
 /**
@@ -562,10 +562,12 @@ function bp_friend_accept_request_link() {
 		 * Filters the URL for accepting the current friendship request in the loop.
 		 *
 		 * @since 1.0.0
+		 * @since 2.6.0 Added the `$friendship_id` parameter.
 		 *
-		 * @param string $value Accept-friendship URL.
+		 * @param string $value         Accept-friendship URL.
+		 * @param int    $friendship_id ID of the friendship.
 		 */
-		return apply_filters( 'bp_get_friend_accept_request_link', wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/accept/' . $friendship_id, 'friends_accept_friendship' ) );
+		return apply_filters( 'bp_get_friend_accept_request_link', wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/accept/' . $friendship_id, 'friends_accept_friendship' ), $friendship_id );
 	}
 
 /**
@@ -595,10 +597,12 @@ function bp_friend_reject_request_link() {
 		 * Filters the URL for rejecting the current friendship request in the loop.
 		 *
 		 * @since 1.0.0
+		 * @since 2.6.0 Added the `$friendship_id` parameter.
 		 *
-		 * @param string $value Reject-friendship URL.
+		 * @param string $value         Reject-friendship URL.
+		 * @param int    $friendship_id ID of the friendship.
 		 */
-		return apply_filters( 'bp_get_friend_reject_request_link', wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/reject/' . $friendship_id, 'friends_reject_friendship' ) );
+		return apply_filters( 'bp_get_friend_reject_request_link', wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/reject/' . $friendship_id, 'friends_reject_friendship' ), $friendship_id );
 	}
 
 /**
@@ -625,10 +629,12 @@ function bp_total_friend_count( $user_id = 0 ) {
 		 * Filters the total friend count for a given user.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param int $value Total friend count.
+		 * @param int $value   Total friend count.
+		 * @param int $user_id ID of the queried user.
 		 */
-		return apply_filters( 'bp_get_total_friend_count', friends_get_total_friend_count( $user_id ) );
+		return apply_filters( 'bp_get_total_friend_count', friends_get_total_friend_count( $user_id ), $user_id );
 	}
 	add_filter( 'bp_get_total_friend_count', 'bp_core_number_format' );
 
@@ -661,10 +667,12 @@ function bp_friend_total_requests_count( $user_id = 0 ) {
 		 * Filters the total friendship request count for a given user.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param int $value Friendship request count.
+		 * @param int $value   Friendship request count.
+		 * @param int $user_id ID of the queried user.
 		 */
-		return apply_filters( 'bp_friend_get_total_requests_count', count( BP_Friends_Friendship::get_friend_user_ids( $user_id, true ) ) );
+		return apply_filters( 'bp_friend_get_total_requests_count', count( BP_Friends_Friendship::get_friend_user_ids( $user_id, true ) ), $user_id );
 	}
 
 /** Stats **********************************************************************/
@@ -674,8 +682,6 @@ function bp_friend_total_requests_count( $user_id = 0 ) {
  *
  * @since 2.0.0
  *
- * @uses bp_friends_get_profile_stats() to get the stats.
- *
  * @param array|string $args before|after|user_id.
  */
 function bp_friends_profile_stats( $args = '' ) {
diff --git a/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php b/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php
index 19e965c0f..a7adaa928 100644
--- a/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php
+++ b/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-core-friends-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-core-friends-widget.php';
+}
 
 /**
  * Register the friends widget.
diff --git a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-core-friends-widget.php b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-core-friends-widget.php
index a1ea9d498..f4f706b59 100644
--- a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-core-friends-widget.php
+++ b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-core-friends-widget.php
@@ -24,11 +24,25 @@ class BP_Core_Friends_Widget extends WP_Widget {
 	 */
 	function __construct() {
 		$widget_ops = array(
-			'description' => __( 'A dynamic list of recently active, popular, and newest Friends of the displayed member.  Widget is only shown when viewing a member profile.', 'buddypress' ),
-			'classname' => 'widget_bp_core_friends_widget buddypress widget',
+			'description'                 => __( 'A dynamic list of recently active, popular, and newest Friends of the displayed member.  Widget is only shown when viewing a member profile.', 'buddypress' ),
+			'classname'                   => 'widget_bp_core_friends_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		);
 		parent::__construct( false, $name = _x( '(BuddyPress) Friends', 'widget name', 'buddypress' ), $widget_ops );
 
+		if ( is_customize_preview() || is_active_widget( false, false, $this->id_base ) ) {
+			add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
+		}
+	}
+
+	/**
+	 * Enqueue scripts.
+	 *
+	 * @since 2.6.0
+	 */
+	public function enqueue_scripts() {
+		$min = bp_core_get_minified_asset_suffix();
+		wp_enqueue_script( 'bp_core_widget_friends-js', buddypress()->plugin_url . "bp-friends/js/widget-friends{$min}.js", array( 'jquery' ), bp_get_version() );
 	}
 
 	/**
@@ -48,9 +62,6 @@ class BP_Core_Friends_Widget extends WP_Widget {
 			return;
 		}
 
-		$min = bp_core_get_minified_asset_suffix();
-		wp_enqueue_script( 'bp_core_widget_friends-js', buddypress()->plugin_url . "bp-friends/js/widget-friends{$min}.js", array( 'jquery' ), bp_get_version() );
-
 		$user_id = bp_displayed_user_id();
 		$link = trailingslashit( bp_displayed_user_domain() . bp_get_friends_slug() );
 		$instance['title'] = sprintf( __( "%s's Friends", 'buddypress' ), bp_get_displayed_user_fullname() );
diff --git a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-component.php b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-component.php
index cfe65d58c..ce0308ae1 100644
--- a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-component.php
+++ b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-component.php
@@ -50,7 +50,6 @@ class BP_Friends_Component extends BP_Component {
 			'actions',
 			'screens',
 			'filters',
-			'classes',
 			'activity',
 			'template',
 			'functions',
@@ -58,6 +57,10 @@ class BP_Friends_Component extends BP_Component {
 			'widgets',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		parent::includes( $includes );
 	}
 
@@ -134,10 +137,21 @@ class BP_Friends_Component extends BP_Component {
 		$friends_link = trailingslashit( $user_domain . $slug );
 
 		// Add 'Friends' to the main navigation.
-		$count    = friends_get_total_friend_count();
-		$class    = ( 0 === $count ) ? 'no-count' : 'count';
+		$count = friends_get_total_friend_count();
+		$class = ( 0 === $count ) ? 'no-count' : 'count';
+
+		$main_nav_name = sprintf(
+			/* translators: %s: Friend count for the current user */
+			__( 'Friends %s', 'buddypress' ),
+			sprintf(
+				'<span class="%s">%s</span>',
+				esc_attr( $class ),
+				bp_core_number_format( $count )
+			)
+		);
+
 		$main_nav = array(
-			'name'                => sprintf( __( 'Friends <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), bp_core_number_format( $count ) ),
+			'name'                => $main_nav_name,
 			'slug'                => $slug,
 			'position'            => 60,
 			'screen_function'     => 'friends_screen_my_friends',
@@ -190,8 +204,16 @@ class BP_Friends_Component extends BP_Component {
 			// Pending friend requests.
 			$count = count( friends_get_friendship_request_user_ids( bp_loggedin_user_id() ) );
 			if ( !empty( $count ) ) {
-				$title   = sprintf( _x( 'Friends <span class="count">%s</span>',          'My Account Friends menu',         'buddypress' ), bp_core_number_format( $count ) );
-				$pending = sprintf( _x( 'Pending Requests <span class="count">%s</span>', 'My Account Friends menu sub nav', 'buddypress' ), bp_core_number_format( $count ) );
+				$title = sprintf(
+					/* translators: %s: Pending friend request count for the current user */
+					_x( 'Friends %s', 'My Account Friends menu', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
+				$pending = sprintf(
+					/* translators: %s: Pending friend request count for the current user */
+					_x( 'Pending Requests %s', 'My Account Friends menu sub nav', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
 			} else {
 				$title   = _x( 'Friends',            'My Account Friends menu',         'buddypress' );
 				$pending = _x( 'No Pending Requests','My Account Friends menu sub nav', 'buddypress' );
diff --git a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-friendship.php b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-friendship.php
index 7617c1dc4..f19f4bc0e 100644
--- a/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-friendship.php
+++ b/wp-content/plugins/buddypress/bp-friends/classes/class-bp-friends-friendship.php
@@ -106,7 +106,7 @@ class BP_Friends_Friendship {
 		$this->is_request = $is_request;
 
 		if ( !empty( $id ) ) {
-			$this->id                      = $id;
+			$this->id                      = (int) $id;
 			$this->populate_friend_details = $populate_friend_details;
 			$this->populate( $this->id );
 		}
@@ -123,10 +123,10 @@ class BP_Friends_Friendship {
 		$bp = buddypress();
 
 		if ( $friendship = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$bp->friends->table_name} WHERE id = %d", $this->id ) ) ) {
-			$this->initiator_user_id = $friendship->initiator_user_id;
-			$this->friend_user_id    = $friendship->friend_user_id;
-			$this->is_confirmed      = $friendship->is_confirmed;
-			$this->is_limited        = $friendship->is_limited;
+			$this->initiator_user_id = (int) $friendship->initiator_user_id;
+			$this->friend_user_id    = (int) $friendship->friend_user_id;
+			$this->is_confirmed      = (int) $friendship->is_confirmed;
+			$this->is_limited        = (int) $friendship->is_limited;
 			$this->date_created      = $friendship->date_created;
 		}
 
@@ -655,6 +655,7 @@ class BP_Friends_Friendship {
 	 * - users who have been banned from the group
 	 *
 	 * @since 1.0.0
+	 * @todo Need to do a group component check before using group functions.
 	 *
 	 * @param int $user_id  ID of the user whose friends are being counted.
 	 * @param int $group_id ID of the group friends are being invited to.
@@ -663,23 +664,26 @@ class BP_Friends_Friendship {
 	public static function get_invitable_friend_count( $user_id, $group_id ) {
 
 		// Setup some data we'll use below.
-		$is_group_admin  = BP_Groups_Member::check_is_admin( $user_id, $group_id );
+		$is_group_admin  = groups_is_user_admin( $user_id, $group_id );
 		$friend_ids      = BP_Friends_Friendship::get_friend_user_ids( $user_id );
 		$invitable_count = 0;
 
 		for ( $i = 0, $count = count( $friend_ids ); $i < $count; ++$i ) {
 
 			// If already a member, they cannot be invited again.
-			if ( BP_Groups_Member::check_is_member( (int) $friend_ids[$i], $group_id ) )
+			if ( groups_is_user_member( (int) $friend_ids[$i], $group_id ) ) {
 				continue;
+			}
 
 			// If user already has invite, they cannot be added.
-			if ( BP_Groups_Member::check_has_invite( (int) $friend_ids[$i], $group_id )  )
+			if ( groups_check_user_has_invite( (int) $friend_ids[$i], $group_id ) ) {
 				continue;
+			}
 
 			// If user is not group admin and friend is banned, they cannot be invited.
-			if ( ( false === $is_group_admin ) && BP_Groups_Member::check_is_banned( (int) $friend_ids[$i], $group_id ) )
+			if ( ( false === $is_group_admin ) && groups_is_user_banned( (int) $friend_ids[$i], $group_id ) ) {
 				continue;
+			}
 
 			$invitable_count++;
 		}
diff --git a/wp-content/plugins/buddypress/bp-friends/js/widget-friends.js b/wp-content/plugins/buddypress/bp-friends/js/widget-friends.js
index 42bce563c..52926d295 100644
--- a/wp-content/plugins/buddypress/bp-friends/js/widget-friends.js
+++ b/wp-content/plugins/buddypress/bp-friends/js/widget-friends.js
@@ -1,4 +1,15 @@
 jQuery(document).ready( function() {
+	friend_widget_click_handler();
+
+	// WP 4.5 - Customizer selective refresh support.
+	if ( 'undefined' !== typeof wp && wp.customize && wp.customize.selectiveRefresh ) {
+		wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function() {
+			friend_widget_click_handler();
+		} );
+	}
+});
+
+function friend_widget_click_handler() {
 	jQuery('.widget div#friends-list-options a').on('click',
 		function() {
 			var link = this;
@@ -23,7 +34,7 @@ jQuery(document).ready( function() {
 			return false;
 		}
 	);
-});
+}
 
 function friend_widget_response(response) {
 	response = response.substr(0, response.length-1);
diff --git a/wp-content/plugins/buddypress/bp-friends/js/widget-friends.min.js b/wp-content/plugins/buddypress/bp-friends/js/widget-friends.min.js
index 30ad64768..5e8dcd5e5 100644
--- a/wp-content/plugins/buddypress/bp-friends/js/widget-friends.min.js
+++ b/wp-content/plugins/buddypress/bp-friends/js/widget-friends.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-function friend_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#friends-list").fadeOut(200,function(){jQuery(".widget ul#friends-list").html(a[1]),jQuery(".widget ul#friends-list").fadeIn(200)}):jQuery(".widget ul#friends-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#friends-list").html(b),jQuery(".widget ul#friends-list").fadeIn(200)})}jQuery(document).ready(function(){jQuery(".widget div#friends-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#friends-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_friends",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-friends").val(),"max-friends":jQuery("input#friends_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),friend_widget_response(b)}),!1})});
\ No newline at end of file
+function friend_widget_click_handler(){jQuery(".widget div#friends-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#friends-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_friends",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-friends").val(),"max-friends":jQuery("input#friends_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),friend_widget_response(b)}),!1})}function friend_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#friends-list").fadeOut(200,function(){jQuery(".widget ul#friends-list").html(a[1]),jQuery(".widget ul#friends-list").fadeIn(200)}):jQuery(".widget ul#friends-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#friends-list").html(b),jQuery(".widget ul#friends-list").fadeIn(200)})}jQuery(document).ready(function(){friend_widget_click_handler(),"undefined"!=typeof wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",function(){friend_widget_click_handler()})});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-groups/admin/js/admin.min.js b/wp-content/plugins/buddypress/bp-groups/admin/js/admin.min.js
index a73ef2bd7..846426dda 100644
--- a/wp-content/plugins/buddypress/bp-groups/admin/js/admin.min.js
+++ b/wp-content/plugins/buddypress/bp-groups/admin/js/admin.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){function b(b,c){a("#bp-groups-new-members-list").append('<li data-login="'+c.item.value+'"><a href="#" class="bp-groups-remove-new-member">x</a> '+c.item.label+"</li>")}var c="undefined"!=typeof group_id?"&group_id="+group_id:"";a(document).ready(function(){window.warn_on_leave=!1,a(".bp-suggest-user").autocomplete({source:ajaxurl+"?action=bp_group_admin_member_autocomplete"+c,delay:500,minLength:2,position:"undefined"!=typeof isRtl&&isRtl?{my:"right top",at:"right bottom",offset:"0, -1"}:{offset:"0, -1"},open:function(){a(this).addClass("open")},close:function(){a(this).removeClass("open"),a(this).val("")},select:function(a,c){b(a,c)}}),a("#bp-groups-new-members").prop("placeholder",BP_Group_Admin.add_member_placeholder),a("#bp_group_add_members").on("click",".bp-groups-remove-new-member",function(b){b.preventDefault(),a(b.target.parentNode).remove()}),a(document).on("change",'input#bp-groups-name, input#bp-groups-description, select.bp-groups-role, #bp-groups-settings-section-status input[type="radio"]',function(){window.warn_on_leave=!0}),a("input#save").on("click",function(){var b=[];a("#bp-groups-new-members-list li").each(function(){b.push(a(this).data("login"))}),b.length&&a("#bp-groups-new-members").val("").val(b.join(", ")),window.warn_on_leave=!1}),window.onbeforeunload=function(){return window.warn_on_leave?BP_Group_Admin.warn_on_leave:void 0}})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php
index d8b4e7990..4a3c51013 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php
@@ -14,6 +14,21 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
+/**
+ * Fire the 'bp_groups_register_group_types' action.
+ *
+ * @since 2.6.0
+ */
+function bp_groups_register_group_types() {
+	/**
+	 * Fires when it's appropriate to register group types.
+	 *
+	 * @since 2.6.0
+	 */
+	do_action( 'bp_groups_register_group_types' );
+}
+add_action( 'bp_init', 'bp_groups_register_group_types', 1 );
+
 /**
  * Protect access to single groups.
  *
@@ -122,8 +137,8 @@ function groups_action_create_group() {
 		unset( $bp->groups->current_create_step );
 		unset( $bp->groups->completed_create_steps );
 
-		setcookie( 'bp_new_group_id', false, time() - 1000, COOKIEPATH );
-		setcookie( 'bp_completed_create_steps', false, time() - 1000, COOKIEPATH );
+		setcookie( 'bp_new_group_id', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+		setcookie( 'bp_completed_create_steps', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 
 		$reset_steps = true;
 		$keys        = array_keys( $bp->groups->group_creation_steps );
@@ -252,8 +267,8 @@ function groups_action_create_group() {
 			$bp->groups->completed_create_steps[] = bp_get_groups_current_create_step();
 
 		// Reset cookie info.
-		setcookie( 'bp_new_group_id', $bp->groups->new_group_id, time()+60*60*24, COOKIEPATH );
-		setcookie( 'bp_completed_create_steps', base64_encode( json_encode( $bp->groups->completed_create_steps ) ), time()+60*60*24, COOKIEPATH );
+		setcookie( 'bp_new_group_id', $bp->groups->new_group_id, time()+60*60*24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+		setcookie( 'bp_completed_create_steps', base64_encode( json_encode( $bp->groups->completed_create_steps ) ), time()+60*60*24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 
 		// If we have completed all steps and hit done on the final step we
 		// can redirect to the completed group.
@@ -262,8 +277,8 @@ function groups_action_create_group() {
 			unset( $bp->groups->current_create_step );
 			unset( $bp->groups->completed_create_steps );
 
-			setcookie( 'bp_new_group_id', false, time() - 3600, COOKIEPATH );
-			setcookie( 'bp_completed_create_steps', false, time() - 3600, COOKIEPATH );
+			setcookie( 'bp_new_group_id', false, time() - 3600, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+			setcookie( 'bp_completed_create_steps', false, time() - 3600, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 
 			// Once we completed all steps, record the group creation in the activity stream.
 			groups_record_activity( array(
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-activity.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-activity.php
index 4ff1290f9..0bf4f29f0 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-activity.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-activity.php
@@ -379,7 +379,8 @@ function groups_record_activity( $args = '' ) {
 		'item_id'           => false,
 		'secondary_item_id' => false,
 		'recorded_time'     => bp_core_current_time(),
-		'hide_sitewide'     => $hide_sitewide
+		'hide_sitewide'     => $hide_sitewide,
+		'error_type'        => 'bool'
 	) );
 
 	return bp_activity_add( $r );
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php
index 04a3dfdea..5a2a0bf8a 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php
@@ -16,7 +16,9 @@ defined( 'ABSPATH' ) || exit;
 // Include WP's list table class.
 if ( !class_exists( 'WP_List_Table' ) ) require( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
 
-require dirname( __FILE__ ) . '/classes/class-bp-groups-list-table.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-list-table.php';
+}
 
 // The per_page screen option. Has to be hooked in extremely early.
 if ( is_admin() && ! empty( $_REQUEST['page'] ) && 'bp-groups' == $_REQUEST['page'] )
@@ -132,6 +134,19 @@ function bp_groups_admin_load() {
 		add_meta_box( 'bp_group_add_members', _x( 'Add New Members', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_add_new_members', get_current_screen()->id, 'normal', 'core' );
 		add_meta_box( 'bp_group_members', _x( 'Manage Members', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_members', get_current_screen()->id, 'normal', 'core' );
 
+		// Group Type metabox. Only added if group types have been registered.
+		$group_types = bp_groups_get_group_types();
+		if ( ! empty( $group_types ) ) {
+			add_meta_box(
+				'bp_groups_admin_group_type',
+				_x( 'Group Type', 'groups admin edit screen', 'buddypress' ),
+				'bp_groups_admin_edit_metabox_group_type',
+				get_current_screen()->id,
+				'side',
+				'core'
+			);
+		}
+
 		/**
 		 * Fires after the registration of all of the default group meta boxes.
 		 *
@@ -177,6 +192,7 @@ function bp_groups_admin_load() {
 		// Add accessible hidden heading and text for Groups screen pagination.
 		if ( bp_get_major_wp_version() >= 4.4 ) {
 			get_current_screen()->set_screen_reader_content( array(
+				/* translators: accessibility text */
 				'heading_pagination' => __( 'Groups list navigation', 'buddypress' ),
 			) );
 		}
@@ -552,8 +568,7 @@ function bp_groups_admin_edit() {
 	// Get the group from the database.
 	$group      = groups_get_group( 'group_id=' . (int) $_GET['gid'] );
 
-	/** This filter is documented in bp-groups/bp-groups-template.php */
-	$group_name = isset( $group->name ) ? apply_filters( 'bp_get_group_name', $group->name ) : '';
+	$group_name = isset( $group->name ) ? bp_get_group_name( $group ) : '';
 
 	// Construct URL for form.
 	$form_url = remove_query_arg( array( 'action', 'deleted', 'no_admins', 'error', 'error_new', 'success_new', 'error_modified', 'success_modified' ), $_SERVER['REQUEST_URI'] );
@@ -584,7 +599,7 @@ function bp_groups_admin_edit() {
 			<div id="moderated" class="<?php echo ( $is_error ) ? 'error' : 'updated'; ?>"><p><?php echo implode( "</p><p>", $messages ); ?></p></div>
 		<?php endif; ?>
 
-		<?php if ( ! empty( $group ) ) : ?>
+		<?php if ( $group->id ) : ?>
 
 			<form action="<?php echo esc_url( $form_url ); ?>" id="bp-groups-edit-form" method="post">
 				<div id="poststuff">
@@ -595,13 +610,19 @@ function bp_groups_admin_edit() {
 								<div id="bp_groups_name" class="postbox">
 									<h2><?php _e( 'Name and Description', 'buddypress' ); ?></h2>
 									<div class="inside">
-										<label for="bp-groups-name" class="screen-reader-text"><?php _e( 'Group Name', 'buddypress' ); ?></label>
+										<label for="bp-groups-name" class="screen-reader-text"><?php
+											/* translators: accessibility text */
+											_e( 'Group Name', 'buddypress' );
+										?></label>
 										<input type="text" name="bp-groups-name" id="bp-groups-name" value="<?php echo esc_attr( stripslashes( $group_name ) ) ?>" />
 										<div id="bp-groups-permalink-box">
 											<strong><?php esc_html_e( 'Permalink:', 'buddypress' ) ?></strong> <span id="sample-permalink"><?php bp_group_permalink( $group ) ?></span> <a href="<?php echo bp_group_permalink( $group ) ?>" class="button button-small" id="bp-groups-visit-group"><?php esc_html_e( 'Visit Group', 'buddypress' ) ?></a>
 										</div>
 
-										<label for="bp-groups-description" class="screen-reader-text"><?php _e( 'Group Description', 'buddypress' ); ?></label>
+										<label for="bp-groups-description" class="screen-reader-text"><?php
+											/* translators: accessibility text */
+											_e( 'Group Description', 'buddypress' );
+										?></label>
 										<?php wp_editor( stripslashes( $group->description ), 'bp-groups-description', array( 'media_buttons' => false, 'teeny' => true, 'textarea_rows' => 5, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
 									</div>
 								</div>
@@ -625,7 +646,16 @@ function bp_groups_admin_edit() {
 			</form>
 
 		<?php else : ?>
-			<p><?php printf( __( 'No group found with this ID. <a href="%s">Go back and try again</a>.', 'buddypress' ), esc_url( bp_get_admin_url( 'admin.php?page=bp-groups' ) ) ); ?></p>
+
+			<p><?php
+				printf(
+					'%1$s <a href="%2$s">%3$s</a>',
+					__( 'No group found with this ID.', 'buddypress' ),
+					esc_url( bp_get_admin_url( 'admin.php?page=bp-groups' ) ),
+					__( 'Go back and try again.', 'buddypress' )
+				);
+			?></p>
+
 		<?php endif; ?>
 
 	</div><!-- .wrap -->
@@ -672,7 +702,7 @@ function bp_groups_admin_delete() {
 
 		<ul class="bp-group-delete-list">
 		<?php foreach ( $groups['groups'] as $group ) : ?>
-			<li><?php echo apply_filters( 'bp_get_group_name', $group->name, $group ); ?></li>
+			<li><?php echo esc_html( bp_get_group_name( $group ) ); ?></li>
 		<?php endforeach; ?>
 		</ul>
 
@@ -809,7 +839,10 @@ function bp_groups_admin_edit_metabox_settings( $item ) {
 function bp_groups_admin_edit_metabox_add_new_members( $item ) {
 	?>
 
-	<label for="bp-groups-new-members" class="screen-reader-text"><?php _e( 'Add new members', 'buddypress' ); ?></label>
+	<label for="bp-groups-new-members" class="screen-reader-text"><?php
+		/* translators: accessibility text */
+		_e( 'Add new members', 'buddypress' );
+	?></label>
 	<input name="bp-groups-new-members" id="bp-groups-new-members" class="bp-suggest-user" placeholder="<?php esc_attr_e( 'Enter a comma-separated list of user logins.', 'buddypress' ) ?>" />
 	<ul id="bp-groups-new-members-list"></ul>
 	<?php
@@ -903,7 +936,10 @@ function bp_groups_admin_edit_metabox_members( $item ) {
 						</td>
 
 						<td class="urole-column">
-							<label for="bp-groups-role-<?php echo esc_attr( $type_user->ID ); ?>" class="screen-reader-text"><?php _e( 'Select group role for member', 'buddypress' ); ?></label>
+							<label for="bp-groups-role-<?php echo esc_attr( $type_user->ID ); ?>" class="screen-reader-text"><?php
+								/* translators: accessibility text */
+								_e( 'Select group role for member', 'buddypress' );
+							?></label>
 							<select class="bp-groups-role" id="bp-groups-role-<?php echo esc_attr( $type_user->ID ); ?>" name="bp-groups-role[<?php echo esc_attr( $type_user->ID ); ?>]">
 								<optgroup label="<?php esc_attr_e( 'Roles', 'buddypress' ); ?>">
 									<option class="admin"  value="admin"  <?php selected( 'admin',  $member_type ); ?>><?php esc_html_e( 'Administrator', 'buddypress' ); ?></option>
@@ -1000,6 +1036,73 @@ function bp_groups_admin_edit_metabox_status( $item ) {
 <?php
 }
 
+/**
+ * Render the Group Type metabox.
+ *
+ * @since 2.6.0
+ *
+ * @param BP_Groups_Group|null $user The BP_Groups_Group object corresponding to the group being edited.
+ */
+function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group $group = null ) {
+
+	// Bail if no group ID.
+	if ( empty( $group->id ) ) {
+		return;
+	}
+
+	$types = bp_groups_get_group_types( array(), 'objects' );
+	$current_type = bp_groups_get_group_type( $group->id );
+	?>
+
+	<label for="bp-groups-group-type" class="screen-reader-text"><?php
+		/* translators: accessibility text */
+		esc_html_e( 'Select group type', 'buddypress' );
+	?></label>
+	<select name="bp-groups-group-type" id="bp-groups-group-type">
+		<option value="" <?php selected( '', $current_type ); ?>><?php /* translators: no option picked in select box */ esc_attr_e( '----', 'buddypress' ) ?></option>
+		<?php foreach ( $types as $type ) : ?>
+			<option value="<?php echo esc_attr( $type->name ) ?>" <?php selected( $type->name, $current_type ) ?>><?php echo esc_html( $type->labels['singular_name'] ) ?></option>
+		<?php endforeach; ?>
+	</select>
+
+	<?php
+
+	wp_nonce_field( 'bp-group-type-change-' . $group->id, 'bp-group-type-nonce' );
+}
+
+/**
+ * Process changes from the Group Type metabox.
+ *
+ * @since 2.6.0
+ */
+function bp_groups_process_group_type_update( $group_id ) {
+	if ( ! isset( $_POST['bp-group-type-nonce'] ) || ! isset( $_POST['bp-groups-group-type'] ) ) {
+		return;
+	}
+
+	check_admin_referer( 'bp-group-type-change-' . $group_id, 'bp-group-type-nonce' );
+
+	// Permission check.
+	if ( ! current_user_can( 'bp_moderate' ) ) {
+		return;
+	}
+
+	// Group type string must either reference a valid group type, or be empty.
+	$group_type = wp_unslash( $_POST['bp-groups-group-type'] );
+	if ( $group_type && ! bp_groups_get_group_type_object( $group_type ) ) {
+		return;
+	}
+
+	/*
+	 * If an invalid group type is passed, someone's doing something
+	 * fishy with the POST request, so we can fail silently.
+	 */
+	if ( bp_groups_set_group_type( $group_id, $group_type ) ) {
+		// @todo Success messages can't be posted because other stuff happens on the page load.
+	}
+}
+add_action( 'bp_group_admin_edit_after', 'bp_groups_process_group_type_update' );
+
 /**
  * Create pagination links out of a BP_Group_Member_Query.
  *
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-adminbar.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-adminbar.php
index f27f74e56..6cef4b5b7 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-adminbar.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-adminbar.php
@@ -47,15 +47,15 @@ function bp_groups_group_admin_menu() {
 	) );
 
 	// Index of the Manage tabs parent slug.
-	$nav_index = $bp->groups->current_group->slug . '_manage';
+	$secondary_nav_items = $bp->groups->nav->get_secondary( array( 'parent_slug' => $bp->groups->current_group->slug . '_manage' ) );
 
 	// Check if current group has Manage tabs.
-	if ( empty( $bp->bp_options_nav[ $nav_index ] ) ) {
+	if ( ! $secondary_nav_items ) {
 		return;
 	}
 
 	// Build the Group Admin menus.
-	foreach ( $bp->bp_options_nav[ $nav_index ] as $menu ) {
+	foreach ( $secondary_nav_items as $menu ) {
 		/**
 		 * Should we add the current manage link in the Group's "Edit" Admin Bar menu ?
 		 *
@@ -63,19 +63,19 @@ function bp_groups_group_admin_menu() {
 		 * to also add the link to the "edit screen" of their group component. To do so, set the
 		 * the 'show_in_admin_bar' argument of your edit screen to true
 		 */
-		if ( $menu['show_in_admin_bar'] ) {
-			$title = sprintf( _x( 'Edit Group %s', 'Group WP Admin Bar manage links', 'buddypress' ), $menu['name'] );
+		if ( $menu->show_in_admin_bar ) {
+			$title = sprintf( _x( 'Edit Group %s', 'Group WP Admin Bar manage links', 'buddypress' ), $menu->name );
 
 			// Title is specific for delete.
-			if ( 'delete-group' == $menu['slug'] ) {
-				$title = sprintf( _x( '%s Group', 'Group WP Admin Bar delete link', 'buddypress' ), $menu['name'] );
+			if ( 'delete-group' == $menu->slug ) {
+				$title = sprintf( _x( '%s Group', 'Group WP Admin Bar delete link', 'buddypress' ), $menu->name );
 			}
 
 			$wp_admin_bar->add_menu( array(
 				'parent' => $bp->group_admin_menu_id,
-				'id'     => $menu['slug'],
+				'id'     => $menu->slug,
 				'title'  => $title,
-				'href'   => bp_get_groups_action_link( 'admin/' . $menu['slug'] )
+				'href'   => bp_get_groups_action_link( 'admin/' . $menu->slug )
 			) );
 		}
 	}
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php
index 3d0991655..1781b4f39 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php
@@ -212,6 +212,47 @@ function groups_clear_group_administrator_cache_on_member_save( BP_Groups_Member
 }
 add_action( 'groups_member_after_save', 'groups_clear_group_administrator_cache_on_member_save' );
 
+/**
+ * Clear the group type cache for a group.
+ *
+ * Called when group is deleted.
+ *
+ * @since 2.6.0
+ *
+ * @param int $group_id The group ID.
+ */
+function groups_clear_group_type_cache( $group_id = 0 ) {
+	wp_cache_delete( $group_id, 'bp_groups_group_type' );
+}
+add_action( 'groups_delete_group', 'groups_clear_group_type_cache' );
+
+/**
+ * Clear caches on membership save.
+ *
+ * @since 2.6.0
+ */
+function bp_groups_clear_user_group_cache_on_membership_save( BP_Groups_Member $member ) {
+	wp_cache_delete( $member->user_id, 'bp_groups_memberships_for_user' );
+	wp_cache_delete( $member->id, 'bp_groups_memberships' );
+}
+add_action( 'groups_member_before_save', 'bp_groups_clear_user_group_cache_on_membership_save' );
+add_action( 'groups_member_before_remove', 'bp_groups_clear_user_group_cache_on_membership_save' );
+
+/**
+ * Clear group memberships cache on miscellaneous actions not covered by the 'after_save' hook.
+ *
+ * @since 2.6.0
+ */
+function bp_groups_clear_user_group_cache_on_other_events( $user_id, $group_id ) {
+	wp_cache_delete( $user_id, 'bp_groups_memberships_for_user' );
+
+	$membership = new BP_Groups_Member( $user_id, $group_id );
+	wp_cache_delete( $membership->id, 'bp_groups_memberships' );
+}
+add_action( 'bp_groups_member_before_delete', 'bp_groups_clear_user_group_cache_on_other_events', 10, 2 );
+add_action( 'bp_groups_member_before_delete_invite', 'bp_groups_clear_user_group_cache_on_other_events', 10, 2 );
+add_action( 'groups_accept_invite', 'bp_groups_clear_user_group_cache_on_other_events', 10, 2 );
+
 /* List actions to clear super cached pages on, if super cache is installed */
 add_action( 'groups_join_group',                 'bp_core_clear_cache' );
 add_action( 'groups_leave_group',                'bp_core_clear_cache' );
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-filters.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-filters.php
index d1bf7f9be..4aefa1025 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-filters.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-filters.php
@@ -54,7 +54,7 @@ add_filter( 'groups_group_description_before_save', 'force_balance_tags' );
 add_filter( 'groups_group_name_before_save',        'trim' );
 add_filter( 'groups_group_description_before_save', 'trim' );
 
-// Support emojis.
+// Support emoji.
 if ( function_exists( 'wp_encode_emoji' ) ) {
 	add_filter( 'groups_group_description_before_save', 'wp_encode_emoji' );
 }
@@ -73,6 +73,10 @@ add_filter( 'bp_get_total_group_count_for_user', 'bp_core_number_format' );
 // Activity component integration.
 add_filter( 'bp_activity_at_name_do_notifications', 'bp_groups_disable_at_mention_notification_for_non_public_groups', 10, 4 );
 
+// Default group avatar.
+add_filter( 'bp_core_avatar_default',       'bp_groups_default_avatar', 10, 3 );
+add_filter( 'bp_core_avatar_default_thumb', 'bp_groups_default_avatar', 10, 3 );
+
 /**
  * Filter output of Group Description through WordPress's KSES API.
  *
@@ -319,3 +323,26 @@ function bp_groups_disable_at_mention_notification_for_non_public_groups( $send,
 
 	return $send;
 }
+
+/**
+ * Use the mystery group avatar for groups.
+ *
+ * @since 2.6.0
+ *
+ * @param string $avatar Current avatar src.
+ * @param array  $params Avatar params.
+ * @return string
+ */
+function bp_groups_default_avatar( $avatar, $params ) {
+	if ( isset( $params['object'] ) && 'group' === $params['object'] ) {
+		if ( isset( $params['type'] ) && 'thumb' === $params['type'] ) {
+			$file = 'mystery-group-50.png';
+		} else {
+			$file = 'mystery-group.png';
+		}
+
+		$avatar = buddypress()->plugin_url . "bp-core/images/$file";
+	}
+
+	return $avatar;
+}
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php
index 2e77c3e54..cb0753e8b 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php
@@ -683,6 +683,7 @@ function groups_get_total_member_count( $group_id ) {
  * Get a collection of groups, based on the parameters passed.
  *
  * @since 1.2.0
+ * @since 2.6.0 Added `$group_type`, `$group_type__in`, and `$group_type__not_in` parameters.
  *
  * @param array|string $args {
  *     Array of arguments. Supports all arguments of
@@ -696,37 +697,43 @@ function groups_get_total_member_count( $group_id ) {
 function groups_get_groups( $args = '' ) {
 
 	$defaults = array(
-		'type'              => false,          // Active, newest, alphabetical, random, popular, most-forum-topics or most-forum-posts.
-		'order'             => 'DESC',         // 'ASC' or 'DESC'
-		'orderby'           => 'date_created', // date_created, last_activity, total_member_count, name, random.
-		'user_id'           => false,          // Pass a user_id to limit to only groups that this user is a member of.
-		'include'           => false,          // Only include these specific groups (group_ids).
-		'exclude'           => false,          // Do not include these specific groups (group_ids).
-		'search_terms'      => false,          // Limit to groups that match these search terms.
-		'meta_query'        => false,          // Filter by groupmeta. See WP_Meta_Query for syntax.
-		'show_hidden'       => false,          // Show hidden groups to non-admins.
-		'per_page'          => 20,             // The number of results to return per page.
-		'page'              => 1,              // The page to return if limiting per page.
-		'populate_extras'   => true,           // Fetch meta such as is_banned and is_member.
-		'update_meta_cache' => true,           // Pre-fetch groupmeta for queried groups.
+		'type'               => false,          // Active, newest, alphabetical, random, popular, most-forum-topics or most-forum-posts.
+		'order'              => 'DESC',         // 'ASC' or 'DESC'
+		'orderby'            => 'date_created', // date_created, last_activity, total_member_count, name, random.
+		'user_id'            => false,          // Pass a user_id to limit to only groups that this user is a member of.
+		'include'            => false,          // Only include these specific groups (group_ids).
+		'exclude'            => false,          // Do not include these specific groups (group_ids).
+		'search_terms'       => false,          // Limit to groups that match these search terms.
+		'group_type'         => '',
+		'group_type__in'     => '',
+		'group_type__not_in' => '',
+		'meta_query'         => false,          // Filter by groupmeta. See WP_Meta_Query for syntax.
+		'show_hidden'        => false,          // Show hidden groups to non-admins.
+		'per_page'           => 20,             // The number of results to return per page.
+		'page'               => 1,              // The page to return if limiting per page.
+		'populate_extras'    => true,           // Fetch meta such as is_banned and is_member.
+		'update_meta_cache'  => true,           // Pre-fetch groupmeta for queried groups.
 	);
 
 	$r = wp_parse_args( $args, $defaults );
 
 	$groups = BP_Groups_Group::get( array(
-		'type'              => $r['type'],
-		'user_id'           => $r['user_id'],
-		'include'           => $r['include'],
-		'exclude'           => $r['exclude'],
-		'search_terms'      => $r['search_terms'],
-		'meta_query'        => $r['meta_query'],
-		'show_hidden'       => $r['show_hidden'],
-		'per_page'          => $r['per_page'],
-		'page'              => $r['page'],
-		'populate_extras'   => $r['populate_extras'],
-		'update_meta_cache' => $r['update_meta_cache'],
-		'order'             => $r['order'],
-		'orderby'           => $r['orderby'],
+		'type'               => $r['type'],
+		'user_id'            => $r['user_id'],
+		'include'            => $r['include'],
+		'exclude'            => $r['exclude'],
+		'search_terms'       => $r['search_terms'],
+		'group_type'         => $r['group_type'],
+		'group_type__in'     => $r['group_type__in'],
+		'group_type__not_in' => $r['group_type__not_in'],
+		'meta_query'         => $r['meta_query'],
+		'show_hidden'        => $r['show_hidden'],
+		'per_page'           => $r['per_page'],
+		'page'               => $r['page'],
+		'populate_extras'    => $r['populate_extras'],
+		'update_meta_cache'  => $r['update_meta_cache'],
+		'order'              => $r['order'],
+		'orderby'            => $r['orderby'],
 	) );
 
 	/**
@@ -783,6 +790,131 @@ function groups_get_user_groups( $user_id = 0, $pag_num = 0, $pag_page = 0 ) {
 	return BP_Groups_Member::get_group_ids( $user_id, $pag_num, $pag_page );
 }
 
+/**
+ * Get a list of groups of which the specified user is a member.
+ *
+ * Get a list of the groups to which this member belongs,
+ * filtered by group membership status and role.
+ * Usage examples: Used with no arguments specified,
+ *
+ *    bp_get_user_groups( bp_loggedin_user_id() );
+ *
+ * returns an array of the groups in which the logged-in user
+ * is an unpromoted member. To fetch an array of all groups that
+ * the current user belongs to, in any membership role,
+ * member, moderator or administrator, use
+ *
+ *    bp_get_user_groups( $user_id, array(
+ *        'is_admin' => null,
+ *        'is_mod' => null,
+ *    ) );
+ *
+ * @since 2.6.0
+ *
+ * @param int $user_id ID of the user.
+ * @param array $args {
+ *     Array of optional args.
+ *     @param bool|null   $is_confirmed Whether to return only confirmed memberships. Pass `null` to disable this
+ *                                      filter. Default: true.
+ *     @param bool|null   $is_banned    Whether to return only banned memberships. Pass `null` to disable this filter.
+ *                                      Default: false.
+ *     @param bool|null   $is_admin     Whether to return only admin memberships. Pass `null` to disable this filter.
+ *                                      Default: false.
+ *     @param bool|null   $is_mod       Whether to return only mod memberships. Pass `null` to disable this filter.
+ *                                      Default: false.
+ *     @param bool|null   $invite_sent  Whether to return only memberships with 'invite_sent'. Pass `null` to disable
+ *                                      this filter. Default: false.
+ *     @param string      $orderby      Field to order by. Accepts 'id' (membership ID), 'group_id', 'date_modified'.
+ *                                      Default: 'group_id'.
+ *     @param string      $order        Sort order. Accepts 'ASC' or 'DESC'. Default: 'ASC'.
+ * }
+ * @return array Array of matching group memberships, keyed by group ID.
+ */
+function bp_get_user_groups( $user_id, $args = array() ) {
+	$r = bp_parse_args( $args, array(
+		'is_confirmed' => true,
+		'is_banned'    => false,
+		'is_admin'     => false,
+		'is_mod'       => false,
+		'invite_sent'  => null,
+		'orderby'      => 'group_id',
+		'order'        => 'ASC',
+	), 'get_user_groups' );
+
+	$user_id = intval( $user_id );
+
+	$membership_ids = wp_cache_get( $user_id, 'bp_groups_memberships_for_user' );
+	if ( false === $membership_ids ) {
+		$membership_ids = BP_Groups_Member::get_membership_ids_for_user( $user_id );
+		wp_cache_set( $user_id, $membership_ids, 'bp_groups_memberships_for_user' );
+	}
+
+	// Prime the membership cache.
+	$uncached_membership_ids = bp_get_non_cached_ids( $membership_ids, 'bp_groups_memberships' );
+	if ( ! empty( $uncached_membership_ids ) ) {
+		$uncached_memberships = BP_Groups_Member::get_memberships_by_id( $uncached_membership_ids );
+
+		foreach ( $uncached_memberships as $uncached_membership ) {
+			wp_cache_set( $uncached_membership->id, $uncached_membership, 'bp_groups_memberships' );
+		}
+	}
+
+	// Populate group membership array from cache.
+	$groups = array();
+	foreach ( $membership_ids as $membership_id ) {
+		$membership = wp_cache_get( $membership_id, 'bp_groups_memberships' );
+
+		// Sanity check.
+		if ( ! isset( $membership->group_id ) ) {
+			continue;
+		}
+
+		$group_id = (int) $membership->group_id;
+
+		$groups[ $group_id ] = $membership;
+	}
+
+	// Normalize group data.
+	foreach ( $groups as &$group ) {
+		// Integer values.
+		foreach ( array( 'id', 'group_id', 'user_id', 'inviter_id' ) as $index ) {
+			$group->{$index} = intval( $group->{$index} );
+		}
+
+		// Boolean values.
+		foreach ( array( 'is_admin', 'is_mod', 'is_confirmed', 'is_banned', 'invite_sent' ) as $index ) {
+			$group->{$index} = (bool) $group->{$index};
+		}
+	}
+
+	// Assemble filter array for use in `wp_list_filter()`.
+	$filters = wp_array_slice_assoc( $r, array( 'is_confirmed', 'is_banned', 'is_admin', 'is_mod', 'invite_sent' ) );
+	foreach ( $filters as $filter_name => $filter_value ) {
+		if ( is_null( $filter_value ) ) {
+			unset( $filters[ $filter_name ] );
+		}
+	}
+
+	if ( ! empty( $filters ) ) {
+		$groups = wp_list_filter( $groups, $filters );
+	}
+
+	// By default, results are ordered by membership id.
+	if ( 'group_id' === $r['orderby'] ) {
+		ksort( $groups );
+	} elseif ( in_array( $r['orderby'], array( 'id', 'date_modified' ) ) ) {
+		$groups = bp_sort_by_key( $groups, $r['orderby'] );
+	}
+
+	// By default, results are ordered ASC.
+	if ( 'DESC' === strtoupper( $r['order'] ) ) {
+		// `true` to preserve keys.
+		$groups = array_reverse( $groups, true );
+	}
+
+	return $groups;
+}
+
 /**
  * Get the count of groups of which the specified user is a member.
  *
@@ -879,10 +1011,20 @@ function groups_avatar_upload_dir( $group_id = 0 ) {
  *
  * @param int $user_id ID of the user.
  * @param int $group_id ID of the group.
- * @return bool
+ * @return int|bool ID of the membership if the user is admin, otherwise false.
  */
 function groups_is_user_admin( $user_id, $group_id ) {
-	return BP_Groups_Member::check_is_admin( $user_id, $group_id );
+	$is_admin = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'is_admin' => true,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_admin = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_admin;
 }
 
 /**
@@ -892,10 +1034,20 @@ function groups_is_user_admin( $user_id, $group_id ) {
  *
  * @param int $user_id ID of the user.
  * @param int $group_id ID of the group.
- * @return bool
+ * @return int|bool ID of the membership if the user is mod, otherwise false.
  */
 function groups_is_user_mod( $user_id, $group_id ) {
-	return BP_Groups_Member::check_is_mod( $user_id, $group_id );
+	$is_mod = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'is_mod' => true,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_mod = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_mod;
 }
 
 /**
@@ -905,10 +1057,21 @@ function groups_is_user_mod( $user_id, $group_id ) {
  *
  * @param int $user_id ID of the user.
  * @param int $group_id ID of the group.
- * @return bool
+ * @return int|bool ID of the membership if the user is member, otherwise false.
  */
 function groups_is_user_member( $user_id, $group_id ) {
-	return BP_Groups_Member::check_is_member( $user_id, $group_id );
+	$is_member = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'is_admin' => null,
+		'is_mod' => null,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_member = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_member;
 }
 
 /**
@@ -918,11 +1081,69 @@ function groups_is_user_member( $user_id, $group_id ) {
  *
  * @param int $user_id  ID of the user.
  * @param int $group_id ID of the group.
- *
- * @return bool
+ * @return int|bool ID of the membership if the user is banned, otherwise false.
  */
 function groups_is_user_banned( $user_id, $group_id ) {
-	return BP_Groups_Member::check_is_banned( $user_id, $group_id );
+	$is_banned = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'is_confirmed' => null,
+		'is_banned' => true,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_banned = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_banned;
+}
+
+/**
+ * Check whether a user has an outstanding invitation to a group.
+ *
+ * @since 2.6.0
+ *
+ * @param int $user_id ID of the user.
+ * @param int $group_id ID of the group.
+ * @return int|bool ID of the membership if the user is invited, otherwise false.
+ */
+function groups_is_user_invited( $user_id, $group_id ) {
+	$is_invited = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'invite_sent' => true,
+		'is_confirmed' => false,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_invited = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_invited;
+}
+
+/**
+ * Check whether a user has a pending membership request for a group.
+ *
+ * @since 2.6.0
+ *
+ * @param int $user_id ID of the user.
+ * @param int $group_id ID of the group.
+ * @return int|bool ID of the membership if the user is pending, otherwise false.
+ */
+function groups_is_user_pending( $user_id, $group_id ) {
+	$is_pending = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'invite_sent' => false,
+		'is_confirmed' => false,
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) ) {
+		$is_pending = $user_groups[ $group_id ]->id;
+	}
+
+	return $is_pending;
 }
 
 /**
@@ -944,6 +1165,7 @@ function groups_is_user_creator( $user_id, $group_id ) {
  * Post an Activity status update affiliated with a group.
  *
  * @since 1.2.0
+ * @since 2.6.0 Added 'error_type' parameter to $args.
  *
  * @param array|string $args {
  *     Array of arguments.
@@ -963,9 +1185,10 @@ function groups_post_update( $args = '' ) {
 	$bp = buddypress();
 
 	$defaults = array(
-		'content'  => false,
-		'user_id'  => bp_loggedin_user_id(),
-		'group_id' => 0
+		'content'    => false,
+		'user_id'    => bp_loggedin_user_id(),
+		'group_id'   => 0,
+		'error_type' => 'bool'
 	);
 
 	$r = wp_parse_args( $args, $defaults );
@@ -1006,11 +1229,12 @@ function groups_post_update( $args = '' ) {
 	$content_filtered = apply_filters( 'groups_activity_new_update_content', $activity_content );
 
 	$activity_id = groups_record_activity( array(
-		'user_id' => $user_id,
-		'action'  => $action,
-		'content' => $content_filtered,
-		'type'    => 'activity_update',
-		'item_id' => $group_id
+		'user_id'    => $user_id,
+		'action'     => $action,
+		'content'    => $content_filtered,
+		'type'       => 'activity_update',
+		'item_id'    => $group_id,
+		'error_type' => $error_type
 	) );
 
 	groups_update_groupmeta( $group_id, 'last_activity', bp_core_current_time() );
@@ -1100,8 +1324,9 @@ function groups_invite_user( $args = '' ) {
 	$args = wp_parse_args( $args, $defaults );
 	extract( $args, EXTR_SKIP );
 
-	if ( empty( $user_id ) || empty( $group_id ) )
+	if ( ! $user_id || ! $group_id || ! $inviter_id ) {
 		return false;
+	}
 
 	// If the user has already requested membership, accept the request.
 	if ( $membership_id = groups_check_for_membership_request( $user_id, $group_id ) ) {
@@ -1335,10 +1560,29 @@ function groups_get_invites_for_group( $user_id, $group_id ) {
  * @param int    $group_id ID of potential group.
  * @param string $type     Optional. Use 'sent' to check for sent invites,
  *                         'all' to check for all. Default: 'sent'.
- * @return bool True if an invitation is found, otherwise false.
+ * @return int|bool ID of the membership if found, otherwise false.
  */
 function groups_check_user_has_invite( $user_id, $group_id, $type = 'sent' ) {
-	return BP_Groups_Member::check_has_invite( $user_id, $group_id, $type );
+	$invite = false;
+
+	$args = array(
+		'is_confirmed' => false,
+		'is_banned'    => null,
+		'is_admin'     => null,
+		'is_mod'       => null,
+	);
+
+	if ( 'sent' === $type ) {
+		$args['invite_sent'] = true;
+	}
+
+	$user_groups = bp_get_user_groups( $user_id, $args );
+
+	if ( isset( $user_groups[ $group_id ] ) && 0 !== $user_groups[ $group_id ]->inviter_id ) {
+		$invite = $user_groups[ $group_id ]->id;
+	}
+
+	return $invite;
 }
 
 /**
@@ -1683,10 +1927,23 @@ function groups_delete_membership_request( $membership_id, $user_id = 0, $group_
  *
  * @param int $user_id  ID of the user.
  * @param int $group_id ID of the group.
- * @return int|null ID of the membership if found, otherwise false.
+ * @return int|bool ID of the membership if found, otherwise false.
  */
 function groups_check_for_membership_request( $user_id, $group_id ) {
-	return BP_Groups_Member::check_for_membership_request( $user_id, $group_id );
+	$request = false;
+
+	$user_groups = bp_get_user_groups( $user_id, array(
+		'is_confirmed' => false,
+		'is_banned'    => false,
+		'is_admin'     => null,
+		'is_mod'       => null
+	) );
+
+	if ( isset( $user_groups[ $group_id ] ) && 0 === $user_groups[ $group_id ]->inviter_id ) {
+		$request = $user_groups[ $group_id ]->id;
+	}
+
+	return $request;
 }
 
 /**
@@ -1849,3 +2106,290 @@ function groups_remove_data_for_user( $user_id ) {
 add_action( 'wpmu_delete_user',  'groups_remove_data_for_user' );
 add_action( 'delete_user',       'groups_remove_data_for_user' );
 add_action( 'bp_make_spam_user', 'groups_remove_data_for_user' );
+
+/** Group Types ***************************************************************/
+
+/**
+ * Register a group type.
+ *
+ * @since 2.6.0
+ *
+ * @param string $group_type Unique string identifier for the group type.
+ * @param array  $args {
+ *     Array of arguments describing the group type.
+ *
+ *     @type array $labels {
+ *         Array of labels to use in various parts of the interface.
+ *
+ *         @type string $name          Default name. Should typically be plural.
+ *         @type string $singular_name Singular name.
+ *     }
+ * }
+ * @return object|WP_Error Group type object on success, WP_Error object on failure.
+ */
+function bp_groups_register_group_type( $group_type, $args = array() ) {
+	$bp = buddypress();
+
+	if ( isset( $bp->groups->types[ $group_type ] ) ) {
+		return new WP_Error( 'bp_group_type_exists', __( 'Group type already exists.', 'buddypress' ), $group_type );
+	}
+
+	$r = bp_parse_args( $args, array(
+		'labels'        => array(),
+	), 'register_group_type' );
+
+	$group_type = sanitize_key( $group_type );
+
+	/**
+	 * Filters the list of illegal group type names.
+	 *
+	 * - 'any' is a special pseudo-type, representing items unassociated with any group type.
+	 * - 'null' is a special pseudo-type, representing users without any type.
+	 * - '_none' is used internally to denote an item that should not apply to any group types.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array $illegal_names Array of illegal names.
+	 */
+	$illegal_names = apply_filters( 'bp_group_type_illegal_names', array( 'any', 'null', '_none' ) );
+	if ( in_array( $group_type, $illegal_names, true ) ) {
+		return new WP_Error( 'bp_group_type_illegal_name', __( 'You may not register a group type with this name.', 'buddypress' ), $group_type );
+	}
+
+	// Store the group type name as data in the object (not just as the array key).
+	$r['name'] = $group_type;
+
+	// Make sure the relevant labels have been filled in.
+	$default_name = isset( $r['labels']['name'] ) ? $r['labels']['name'] : ucfirst( $r['name'] );
+	$r['labels'] = array_merge( array(
+		'name'          => $default_name,
+		'singular_name' => $default_name,
+	), $r['labels'] );
+
+	$bp->groups->types[ $group_type ] = $type = (object) $r;
+
+	/**
+	 * Fires after a group type is registered.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string $group_type Group type identifier.
+	 * @param object $type       Group type object.
+	 */
+	do_action( 'bp_groups_register_group_type', $group_type, $type );
+
+	return $type;
+}
+
+/**
+ * Get a list of all registered group type objects.
+ *
+ * @since 2.6.0
+ *
+ * @see bp_groups_register_group_type() for accepted arguments.
+ *
+ * @param array|string $args     Optional. An array of key => value arguments to match against
+ *                               the group type objects. Default empty array.
+ * @param string       $output   Optional. The type of output to return. Accepts 'names'
+ *                               or 'objects'. Default 'names'.
+ * @param string       $operator Optional. The logical operation to perform. 'or' means only one
+ *                               element from the array needs to match; 'and' means all elements
+ *                               must match. Accepts 'or' or 'and'. Default 'and'.
+ * @return array       $types    A list of groups type names or objects.
+ */
+function bp_groups_get_group_types( $args = array(), $output = 'names', $operator = 'and' ) {
+	$types = buddypress()->groups->types;
+
+	$types = wp_filter_object_list( $types, $args, $operator );
+
+	/**
+	 * Filters the array of group type objects.
+	 *
+	 * This filter is run before the $output filter has been applied, so that
+	 * filtering functions have access to the entire group type objects.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array  $types     group type objects, keyed by name.
+	 * @param array  $args      Array of key=>value arguments for filtering.
+	 * @param string $operator  'or' to match any of $args, 'and' to require all.
+	 */
+	$types = apply_filters( 'bp_groups_get_group_types', $types, $args, $operator );
+
+	if ( 'names' === $output ) {
+		$types = wp_list_pluck( $types, 'name' );
+	}
+
+	return $types;
+}
+
+/**
+ * Retrieve a group type object by name.
+ *
+ * @since 2.6.0
+ *
+ * @param string $group_type The name of the group type.
+ * @return object A group type object.
+ */
+function bp_groups_get_group_type_object( $group_type ) {
+	$types = bp_groups_get_group_types( array(), 'objects' );
+
+	if ( empty( $types[ $group_type ] ) ) {
+		return null;
+	}
+
+	return $types[ $group_type ];
+}
+
+/**
+ * Set type for a group.
+ *
+ * @since 2.6.0
+ *
+ * @param int    $group      ID of the group.
+ * @param string $group_type Group type.
+ * @param bool   $append     Optional. True to append this to existing types for group,
+ *                           false to replace. Default: false.
+ * @return array $retval See bp_set_object_terms().
+ */
+function bp_groups_set_group_type( $group_id, $group_type, $append = false ) {
+	// Pass an empty group type to remove group's type.
+	if ( ! empty( $group_type ) && ! bp_groups_get_group_type_object( $group_type ) ) {
+		return false;
+	}
+
+	$retval = bp_set_object_terms( $group_id, $group_type, 'bp_group_type', $append );
+
+	// Bust the cache if the type has been updated.
+	if ( ! is_wp_error( $retval ) ) {
+		wp_cache_delete( $group_id, 'bp_groups_group_type' );
+
+		/**
+		 * Fires just after a group type has been changed.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param int    $group_id   ID of the group whose group type has been updated.
+		 * @param string $group_type Group type.
+		 * @param bool   $append     Whether the type is being appended to existing types.
+		 */
+		do_action( 'bp_groups_set_group_type', $group_id, $group_type, $append );
+	}
+
+	return $retval;
+}
+
+/**
+ * Get type for a group.
+ *
+ * @since 2.6.0
+ *
+ * @param int  $group_id ID of the group.
+ * @param bool $single   Optional. Whether to return a single type string. If multiple types are found
+ *                       for the group, the oldest one will be returned. Default: true.
+ * @return string|array|bool On success, returns a single group type (if `$single` is true) or an array of group
+ *                           types (if `$single` is false). Returns false on failure.
+ */
+function bp_groups_get_group_type( $group_id, $single = true ) {
+	$types = wp_cache_get( $group_id, 'bp_groups_group_type' );
+
+	if ( false === $types ) {
+		$types = bp_get_object_terms( $group_id, 'bp_group_type' );
+
+		if ( ! is_wp_error( $types ) ) {
+			$types = wp_list_pluck( $types, 'name' );
+			wp_cache_set( $group_id, $types, 'bp_groups_group_type' );
+		}
+	}
+
+	$type = false;
+	if ( ! empty( $types ) ) {
+		if ( $single ) {
+			$type = end( $types );
+		} else {
+			$type = $types;
+		}
+	}
+
+	/**
+	 * Filters a groups's group type(s).
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param string|array $type     Group type.
+	 * @param int          $group_id ID of the group.
+	 * @param bool         $single   Whether to return a single type srting, or an array.
+	 */
+	return apply_filters( 'bp_groups_get_group_type', $type, $group_id, $single );
+}
+
+/**
+ * Remove type for a group.
+ *
+ * @since 2.6.0
+ *
+ * @param int            $group      ID of the user.
+ * @param string         $group_type Group type.
+ * @return bool|WP_Error $deleted    True on success. False or WP_Error on failure.
+ */
+function bp_groups_remove_group_type( $group_id, $group_type ) {
+	if ( empty( $group_type ) || ! bp_groups_get_group_type_object( $group_type ) ) {
+		return false;
+	}
+
+	$deleted = bp_remove_object_terms( $group_id, $group_type, 'bp_group_type' );
+
+	// Bust the case, if the type has been removed.
+	if ( ! is_wp_error( $deleted ) ) {
+		wp_cache_delete( $group_id, 'bp_groups_group_type' );
+
+		/**
+		 * Fires just after a group's group type has been removed.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param int    $group      ID of the group whose group type has been removed.
+		 * @param string $group_type Group type.
+		 */
+		do_action( 'bp_groups_remove_group_type', $group_id, $group_type );
+	}
+
+	return $deleted;
+}
+
+/**
+ * Check whether the given group has a certain group type.
+ *
+ * @since 2.6.0
+ *
+ * @param  int    $group_id   ID of the group.
+ * @param  srting $group_type Group type.
+ * @return bool   Whether the group has the give group type.
+ */
+function bp_groups_has_group_type( $group_id, $group_type ) {
+	if ( empty( $group_type ) || ! bp_groups_get_group_type_object( $group_type ) ) {
+		return false;
+	}
+
+	// Get all group's group types.
+	$types = bp_groups_get_group_type( $group_id, false );
+
+	if ( ! is_array( $types ) ) {
+		return false;
+	}
+
+	return in_array( $group_type, $types );
+}
+
+/**
+ * Delete a group's type when the group is deleted.
+ *
+ * @since 2.6.0
+ *
+ * @param  int   $group_id ID of the group.
+ * @return array $value    See {@see bp_groups_set_group_type()}.
+ */
+function bp_remove_group_type_on_group_delete( $group_id = 0 ) {
+	bp_groups_set_group_type( $group_id, '' );
+}
+add_action( 'groups_delete_group', 'bp_remove_group_type_on_group_delete' );
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-loader.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-loader.php
index 98aaecd62..3c72d149a 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-loader.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-loader.php
@@ -14,7 +14,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-groups-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-component.php';
+}
 
 /**
  * Bootstrap the Notifications component.
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php
index fb01e02c5..cbbc75893 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php
@@ -14,7 +14,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-groups-theme-compat.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-theme-compat.php';
+}
 
 /**
  * Handle the display of the Groups directory index.
@@ -688,7 +690,7 @@ function groups_remove_group_invite() {
 	if ( ! bp_groups_user_can_send_invites( $group_id ) ) {
 		$message = __( 'You are not allowed to send or remove invites', 'buddypress' );
 		$error = 'error';
-	} elseif ( BP_Groups_Member::check_for_membership_request( $friend_id, $group_id ) ) {
+	} elseif ( groups_check_for_membership_request( $friend_id, $group_id ) ) {
 		$message = __( 'The member requested to join the group', 'buddypress' );
 		$error = 'error';
 	} elseif ( ! groups_uninvite_user( $friend_id, $group_id ) ) {
@@ -1421,7 +1423,12 @@ function groups_screen_notification_settings() {
 		$group_promo   = 'yes';
 
 	if ( !$group_request = bp_get_user_meta( bp_displayed_user_id(), 'notification_groups_membership_request', true ) )
-		$group_request = 'yes'; ?>
+		$group_request = 'yes';
+
+	if ( ! $group_request_completed = bp_get_user_meta( bp_displayed_user_id(), 'notification_membership_request_completed', true ) ) {
+		$group_request_completed = 'yes';
+	}
+	?>
 
 	<table class="notification-settings" id="groups-notification-settings">
 		<thead>
@@ -1437,26 +1444,62 @@ function groups_screen_notification_settings() {
 			<tr id="groups-notification-settings-invitation">
 				<td></td>
 				<td><?php _ex( 'A member invites you to join a group', 'group settings on notification settings page','buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_invite]" id="notification-groups-invite-yes" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/><label for="notification-groups-invite-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_invite]" id="notification-groups-invite-no" value="no" <?php checked( $group_invite, 'no', true ) ?>/><label for="notification-groups-invite-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_groups_invite]" id="notification-groups-invite-yes" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/><label for="notification-groups-invite-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_groups_invite]" id="notification-groups-invite-no" value="no" <?php checked( $group_invite, 'no', true ) ?>/><label for="notification-groups-invite-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 			<tr id="groups-notification-settings-info-updated">
 				<td></td>
 				<td><?php _ex( 'Group information is updated', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_group_updated]" id="notification-groups-group-updated-yes" value="yes" <?php checked( $group_update, 'yes', true ) ?>/><label for="notification-groups-group-updated-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" id="notification-groups-group-updated-no" value="no" <?php checked( $group_update, 'no', true ) ?>/><label for="notification-groups-group-updated-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_groups_group_updated]" id="notification-groups-group-updated-yes" value="yes" <?php checked( $group_update, 'yes', true ) ?>/><label for="notification-groups-group-updated-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" id="notification-groups-group-updated-no" value="no" <?php checked( $group_update, 'no', true ) ?>/><label for="notification-groups-group-updated-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 			<tr id="groups-notification-settings-promoted">
 				<td></td>
 				<td><?php _ex( 'You are promoted to a group administrator or moderator', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_admin_promotion]" id="notification-groups-admin-promotion-yes" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/><label for="notification-groups-admin-promotion-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" id="notification-groups-admin-promotion-no" value="no" <?php checked( $group_promo, 'no', true ) ?>/><label for="notification-groups-admin-promotion-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_groups_admin_promotion]" id="notification-groups-admin-promotion-yes" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/><label for="notification-groups-admin-promotion-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" id="notification-groups-admin-promotion-no" value="no" <?php checked( $group_promo, 'no', true ) ?>/><label for="notification-groups-admin-promotion-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 			<tr id="groups-notification-settings-request">
 				<td></td>
 				<td><?php _ex( 'A member requests to join a private group for which you are an admin', 'group settings on notification settings page', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_groups_membership_request]" id="notification-groups-membership-request-yes" value="yes" <?php checked( $group_request, 'yes', true ) ?>/><label for="notification-groups-membership-request-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_groups_membership_request]" id="notification-groups-membership-request-no" value="no" <?php checked( $group_request, 'no', true ) ?>/><label for="notification-groups-membership-request-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_groups_membership_request]" id="notification-groups-membership-request-yes" value="yes" <?php checked( $group_request, 'yes', true ) ?>/><label for="notification-groups-membership-request-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_groups_membership_request]" id="notification-groups-membership-request-no" value="no" <?php checked( $group_request, 'no', true ) ?>/><label for="notification-groups-membership-request-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
+			</tr>
+			<tr id="groups-notification-settings-request-completed">
+				<td></td>
+				<td><?php _ex( 'Your request to join a group has been approved or denied', 'group settings on notification settings page', 'buddypress' ) ?></td>
+				<td class="yes"><input type="radio" name="notifications[notification_membership_request_completed]" id="notification-groups-membership-request-completed-yes" value="yes" <?php checked( $group_request_completed, 'yes', true ) ?>/><label for="notification-groups-membership-request-completed-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_membership_request_completed]" id="notification-groups-membership-request-completed-no" value="no" <?php checked( $group_request_completed, 'no', true ) ?>/><label for="notification-groups-membership-request-completed-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 
 			<?php
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php
index e67c93ee7..f8f798689 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php
@@ -10,10 +10,12 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-groups-template.php';
-require dirname( __FILE__ ) . '/classes/class-bp-groups-group-members-template.php';
-require dirname( __FILE__ ) . '/classes/class-bp-groups-membership-requests-template.php';
-require dirname( __FILE__ ) . '/classes/class-bp-groups-invite-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-template.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-group-members-template.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-membership-requests-template.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-invite-template.php';
+}
 
 /**
  * Output the groups component slug.
@@ -100,56 +102,42 @@ function bp_groups_directory_permalink() {
  * Start the Groups Template Loop.
  *
  * @since 1.0.0
+ * @since 2.6.0 Added `$group_type`, `$group_type__in`, and `$group_type__not_in` parameters.
  *
  * @param array|string $args {
  *     Array of parameters. All items are optional.
- *     @type string       $type              Shorthand for certain orderby/
- *                                           order combinations. 'newest',
- *                                           'active', 'popular', 'alphabetical',
- *                                           'random'. When present, will override
- *                                           orderby and order params. Default: null.
- *     @type string       $order             Sort order. 'ASC' or 'DESC'.
- *                                           Default: 'DESC'.
- *     @type string       $orderby           Property to sort by.
- *                                           'date_created', 'last_activity', 'total_member_count',
- *                                           'name', 'random'. Default: 'last_activity'.
- *     @type int          $page              Page offset of results to return.
- *                                           Default: 1 (first page of results).
- *     @type int          $per_page          Number of items to return per page
- *                                           of results. Default: 20.
- *     @type int          $max               Does NOT affect query. May change the
- *                                           reported number of total groups found,
- *                                           but not the actual number of found
- *                                           groups. Default: false.
- *     @type bool         $show_hidden       Whether to include hidden groups in
- *                                           results. Default: false.
- *     @type string       $page_arg          Query argument used for pagination.
- *                                           Default: 'grpage'.
- *     @type int          $user_id           If provided, results will be limited
- *                                           to groups of which the specified user
- *                                           is a member.
- *                                           Default: value of bp_displayed_user_id().
- *     @type string       $slug              If provided, only the group with the
- *                                           matching slug will be returned.
- *                                           Default: false.
- *     @type string       $search_terms      If provided, only groups whose names or
- *                                           descriptions match the search terms will
- *                                           be returned. Default: value of
- *                                           `$_REQUEST['groups_search']` or
- *                                           `$_REQUEST['s']`, if present. Otherwise false.
- *     @type array        $meta_query        An array of meta_query conditions.
- *                                           See {@link WP_Meta_Query::queries} for description.
- *     @type array|string $include           Array or comma-separated list of
- *                                           group IDs. Results will be limited
- *                                           to groups within the list. Default: false.
- *     @type bool         $populate_extras   Whether to fetch additional information
- *                                           (such as member count) about groups.
- *                                           Default: true.
- *     @type array|string $exclude           Array or comma-separated list of group IDs.
- *                                           Results will exclude the listed groups.
- *                                           Default: false.
- *     @type bool         $update_meta_cache Whether to fetch groupmeta for queried groups.
- *                                           Default: true.
+ *     @type string       $type               Shorthand for certain orderby/order combinations. 'newest', 'active',
+ *                                            'popular', 'alphabetical', 'random'. When present, will override
+ *                                            orderby and order params. Default: null.
+ *     @type string       $order              Sort order. 'ASC' or 'DESC'. Default: 'DESC'.
+ *     @type string       $orderby            Property to sort by. 'date_created', 'last_activity',
+ *                                            'total_member_count', 'name', 'random'. Default: 'last_activity'.
+ *     @type int          $page               Page offset of results to return. Default: 1 (first page of results).
+ *     @type int          $per_page           Number of items to return per page of results. Default: 20.
+ *     @type int          $max                Does NOT affect query. May change the reported number of total groups
+ *                                            found, but not the actual number of found groups. Default: false.
+ *     @type bool         $show_hidden        Whether to include hidden groups in results. Default: false.
+ *     @type string       $page_arg           Query argument used for pagination. Default: 'grpage'.
+ *     @type int          $user_id            If provided, results will be limited to groups of which the specified
+ *                                            user is a member. Default: value of bp_displayed_user_id().
+ *     @type string       $slug               If provided, only the group with the matching slug will be returned.
+ *                                            Default: false.
+ *     @type string       $search_terms       If provided, only groups whose names or descriptions match the search
+ *                                            terms will be returned. Default: value of `$_REQUEST['groups_search']` or
+ *                                            `$_REQUEST['s']`, if present. Otherwise false.
+ *     @type array|string $group_type         Array or comma-separated list of group types to limit results to.
+ *     @type array|string $group_type__in     Array or comma-separated list of group types to limit results to.
+ *     @type array|string $group_type__not_in Array or comma-separated list of group types that will be
+ *                                            excluded from results.
+ *     @type array        $meta_query         An array of meta_query conditions.
+ *                                            See {@link WP_Meta_Query::queries} for description.
+ *     @type array|string $include            Array or comma-separated list of group IDs. Results will be limited
+ *                                            to groups within the list. Default: false.
+ *     @type bool         $populate_extras    Whether to fetch additional information (such as member count)
+ *                                            about groups. Default: true.
+ *     @type array|string $exclude            Array or comma-separated list of group IDs. Results will exclude
+ *                                            the listed groups. Default: false.
+ *     @type bool         $update_meta_cache  Whether to fetch groupmeta for queried groups. Default: true.
  * }
  * @return bool True if there are groups to display that match the params
  */
@@ -193,42 +181,48 @@ function bp_has_groups( $args = '' ) {
 
 	// Parse defaults and requested arguments.
 	$r = bp_parse_args( $args, array(
-		'type'              => $type,
-		'order'             => 'DESC',
-		'orderby'           => 'last_activity',
-		'page'              => 1,
-		'per_page'          => 20,
-		'max'               => false,
-		'show_hidden'       => false,
-		'page_arg'          => 'grpage',
-		'user_id'           => bp_displayed_user_id(),
-		'slug'              => $slug,
-		'search_terms'      => $search_terms,
-		'meta_query'        => false,
-		'include'           => false,
-		'exclude'           => false,
-		'populate_extras'   => true,
-		'update_meta_cache' => true,
+		'type'               => $type,
+		'order'              => 'DESC',
+		'orderby'            => 'last_activity',
+		'page'               => 1,
+		'per_page'           => 20,
+		'max'                => false,
+		'show_hidden'        => false,
+		'page_arg'           => 'grpage',
+		'user_id'            => bp_displayed_user_id(),
+		'slug'               => $slug,
+		'search_terms'       => $search_terms,
+		'group_type'         => '',
+		'group_type__in'     => '',
+		'group_type__not_in' => '',
+		'meta_query'         => false,
+		'include'            => false,
+		'exclude'            => false,
+		'populate_extras'    => true,
+		'update_meta_cache'  => true,
 	), 'has_groups' );
 
 	// Setup the Groups template global.
 	$groups_template = new BP_Groups_Template( array(
-		'type'              => $r['type'],
-		'order'             => $r['order'],
-		'orderby'           => $r['orderby'],
-		'page'              => (int) $r['page'],
-		'per_page'          => (int) $r['per_page'],
-		'max'               => (int) $r['max'],
-		'show_hidden'       => $r['show_hidden'],
-		'page_arg'          => $r['page_arg'],
-		'user_id'           => (int) $r['user_id'],
-		'slug'              => $r['slug'],
-		'search_terms'      => $r['search_terms'],
-		'meta_query'        => $r['meta_query'],
-		'include'           => $r['include'],
-		'exclude'           => $r['exclude'],
-		'populate_extras'   => (bool) $r['populate_extras'],
-		'update_meta_cache' => (bool) $r['update_meta_cache'],
+		'type'               => $r['type'],
+		'order'              => $r['order'],
+		'orderby'            => $r['orderby'],
+		'page'               => (int) $r['page'],
+		'per_page'           => (int) $r['per_page'],
+		'max'                => (int) $r['max'],
+		'show_hidden'        => $r['show_hidden'],
+		'page_arg'           => $r['page_arg'],
+		'user_id'            => (int) $r['user_id'],
+		'slug'               => $r['slug'],
+		'search_terms'       => $r['search_terms'],
+		'group_type'         => $r['group_type'],
+		'group_type__in'     => $r['group_type__in'],
+		'group_type__not_in' => $r['group_type__not_in'],
+		'meta_query'         => $r['meta_query'],
+		'include'            => $r['include'],
+		'exclude'            => $r['exclude'],
+		'populate_extras'    => (bool) $r['populate_extras'],
+		'update_meta_cache'  => (bool) $r['update_meta_cache'],
 	) );
 
 	/**
@@ -597,7 +591,7 @@ function bp_group_avatar( $args = '' ) {
 			'css_id'     => $r['id'],
 			'class'      => $r['class'],
 			'width'      => $r['width'],
-			'height'     => $r['height']
+			'height'     => $r['height'],
 		) );
 
 		// If No avatar found, provide some backwards compatibility.
@@ -3420,8 +3414,6 @@ function bp_group_create_nav_item() {
  *
  * @since 2.2.0
  *
- * @uses bp_group_create_nav_item() to output the create a Group nav item.
- *
  * @return string HTML Output
  */
 function bp_group_backcompat_create_nav_item() {
@@ -3628,6 +3620,12 @@ function bp_group_has_members( $args = '' ) {
 		$exclude_admins_mods = 0;
 	}
 
+	$search_terms_default = null;
+	$search_query_arg = bp_core_get_component_search_query_arg( 'members' );
+	if ( ! empty( $_REQUEST[ $search_query_arg ] ) ) {
+		$search_terms_default = stripslashes( $_REQUEST[ $search_query_arg ] );
+	}
+
 	$r = wp_parse_args( $args, array(
 		'group_id'            => bp_get_current_group_id(),
 		'page'                => 1,
@@ -3637,7 +3635,7 @@ function bp_group_has_members( $args = '' ) {
 		'exclude_admins_mods' => $exclude_admins_mods,
 		'exclude_banned'      => 1,
 		'group_role'          => false,
-		'search_terms'        => null,
+		'search_terms'        => $search_terms_default,
 		'type'                => 'last_joined',
 	) );
 
@@ -4188,6 +4186,7 @@ function bp_groups_front_template_part() {
  * Locate a custom group front template if it exists.
  *
  * @since 2.4.0
+ * @since 2.6.0 Adds the Group Type to the front template hierarchy.
  *
  * @param  BP_Groups_Group|null $group Optional. Falls back to current group if not passed.
  * @return string|bool                 Path to front template on success; boolean false on failure.
@@ -4205,6 +4204,25 @@ function bp_groups_get_front_template( $group = null ) {
 		return $group->front_template;
 	}
 
+	$template_names = array(
+		'groups/single/front-id-'     . sanitize_file_name( $group->id )     . '.php',
+		'groups/single/front-slug-'   . sanitize_file_name( $group->slug )   . '.php',
+	);
+
+	if ( bp_groups_get_group_types() ) {
+		$group_type = bp_groups_get_group_type( $group->id );
+		if ( ! $group_type ) {
+			$group_type = 'none';
+		}
+
+		$template_names[] = 'groups/single/front-group-type-' . sanitize_file_name( $group_type )   . '.php';
+	}
+
+	$template_names = array_merge( $template_names, array(
+		'groups/single/front-status-' . sanitize_file_name( $group->status ) . '.php',
+		'groups/single/front.php'
+	) );
+
 	/**
 	 * Filters the hierarchy of group front templates corresponding to a specific group.
 	 *
@@ -4214,14 +4232,7 @@ function bp_groups_get_front_template( $group = null ) {
 	 * @param array  $template_names Array of template paths.
 	 * @param object $group          Group object.
 	 */
-	$template_names = apply_filters( 'bp_groups_get_front_template', array(
-		'groups/single/front-id-'     . sanitize_file_name( $group->id )     . '.php',
-		'groups/single/front-slug-'   . sanitize_file_name( $group->slug )   . '.php',
-		'groups/single/front-status-' . sanitize_file_name( $group->status ) . '.php',
-		'groups/single/front.php'
-	) );
-
-	return bp_locate_template( $template_names, false, true );
+	return bp_locate_template( apply_filters( 'bp_groups_get_front_template', $template_names, $group ), false, true );
 }
 
 /**
@@ -4304,9 +4315,6 @@ function bp_groups_members_filter() {
  *
  * @since 1.5.0
  *
- * @uses apply_filters() To call 'bp_user_can_create_groups'.
- * @uses bp_get_option() To retrieve value of 'bp_restrict_group_creation'. Defaults to 0.
- * @uses bp_current_user_can() To determine if current user if super admin.
  * @return bool True if user can create groups. False otherwise.
  */
 function bp_user_can_create_groups() {
@@ -4703,7 +4711,6 @@ function bp_new_group_avatar( $args = '' ) {
 			'class'   => 'avatar',
 			'id'      => 'avatar-crop-preview',
 			'alt'     => __( 'Group photo', 'buddypress' ),
-			'no_grav' => false
 		), 'get_new_group_avatar' );
 
 		// Merge parsed arguments with object specific data.
@@ -4788,7 +4795,6 @@ function bp_groups_current_create_step() {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses apply_filters() Filter bp_get_groups_current_create_step to modify.
 	 *
 	 * @return string $current_create_step
 	 */
@@ -5068,7 +5074,6 @@ function bp_group_current_admin_tab() {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses apply_filters() Filter bp_get_current_group_admin_tab to modify return value.
 	 *
 	 * @return string $tab The current tab's slug.
 	 */
@@ -5096,8 +5101,6 @@ function bp_group_current_admin_tab() {
  *
  * @since 1.0.0
  *
- * @uses bp_get_group_current_avatar() to get the avatar of the current group.
- *
  * @param string $type Thumb or full.
  */
 function bp_group_current_avatar( $type = 'thumb' ) {
@@ -5146,14 +5149,17 @@ function bp_get_group_has_avatar( $group_id = false ) {
 		$group_id = bp_get_current_group_id();
 	}
 
-	$group_avatar = bp_core_fetch_avatar( array(
+	$avatar_args = array(
 		'item_id' => $group_id,
 		'object'  => 'group',
 		'no_grav' => true,
 		'html'    => false,
-	) );
+		'type'    => 'thumb',
+	);
 
-	if ( bp_core_avatar_default( 'local' ) === $group_avatar ) {
+	$group_avatar = bp_core_fetch_avatar( $avatar_args );
+
+	if ( bp_core_avatar_default( 'local', $avatar_args ) === $group_avatar ) {
 		return false;
 	}
 
@@ -5791,7 +5797,6 @@ function bp_current_group_id() {
 	 * Returns the ID of the current group.
 	 *
 	 * @since 1.5.0
-	 * @uses apply_filters() Filter bp_get_current_group_id to modify this output.
 	 *
 	 * @return int $current_group_id The id of the current group, if there is one.
 	 */
@@ -5822,7 +5827,6 @@ function bp_current_group_slug() {
 	 * Returns the slug of the current group.
 	 *
 	 * @since 1.5.0
-	 * @uses apply_filters() Filter bp_get_current_group_slug to modify this output.
 	 *
 	 * @return string $current_group_slug The slug of the current group, if there is one.
 	 */
@@ -5853,26 +5857,22 @@ function bp_current_group_name() {
 	 * Returns the name of the current group.
 	 *
 	 * @since 1.5.0
-	 * @uses apply_filters() Filter bp_get_current_group_name to modify this output.
 	 *
 	 * @return string The name of the current group, if there is one.
 	 */
 	function bp_get_current_group_name() {
-		$current_group      = groups_get_current_group();
-		$current_group_name = isset( $current_group->name ) ? $current_group->name : '';
-
-		/** This filter is documented in bp-groups/bp-groups-template.php */
-		$name               = apply_filters( 'bp_get_group_name', $current_group_name );
+		$current_group = groups_get_current_group();
+		$current_name  = bp_get_group_name( $current_group );
 
 		/**
 		 * Filters the name of the current group.
 		 *
 		 * @since 1.2.0
 		 *
-		 * @param string $name          Name of the current group.
+		 * @param string $current_name  Name of the current group.
 		 * @param object $current_group Instance holding the current group.
 		 */
-		return apply_filters( 'bp_get_current_group_name', $name, $current_group );
+		return apply_filters( 'bp_get_current_group_name', $current_name, $current_group );
 	}
 
 /**
@@ -5887,7 +5887,6 @@ function bp_current_group_description() {
 	 * Returns the description of the current group.
 	 *
 	 * @since 2.1.0
-	 * @uses apply_filters() Filter bp_get_current_group_description to modify
 	 *                       this output.
 	 *
 	 * @return string The description of the current group, if there is one.
@@ -5993,7 +5992,6 @@ function bp_groups_action_link( $action = '', $query_args = '', $nonce = false )
  *
  * @param array|string $args before|after|user_id
  *
- * @uses bp_groups_get_profile_stats() to get the stats.
  */
 function bp_groups_profile_stats( $args = '' ) {
 	echo bp_groups_get_profile_stats( $args );
diff --git a/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php b/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php
index a6d801c89..46b7daf40 100644
--- a/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php
+++ b/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-groups-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-groups-widget.php';
+}
 
 /**
  * Register widgets for groups component.
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php
index 5709b0b86..c0ae5df83 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php
@@ -737,7 +737,7 @@ class BP_Group_Extension {
 				'screen_function' => array( &$this, '_display_hook' ),
 				'user_has_access' => $user_can_see_nav_item,
 				'no_access_url'   => $group_permalink,
-			) );
+			), 'groups' );
 		}
 
 		// If the user can visit the screen, we register it.
@@ -752,7 +752,7 @@ class BP_Group_Extension {
 				'screen_function' => array( &$this, '_display_hook' ),
 				'user_has_access' => $user_can_visit,
 				'no_access_url'   => $group_permalink,
-			) );
+			), 'groups' );
 
 			// When we are viewing the extension display page, set the title and options title.
 			if ( bp_is_current_action( $this->slug ) ) {
@@ -967,7 +967,7 @@ class BP_Group_Extension {
 		}
 
 		// Add the tab to the manage navigation.
-		bp_core_new_subnav_item( $subnav_args );
+		bp_core_new_subnav_item( $subnav_args, 'groups' );
 
 		// Catch the edit screen and forward it to the plugin template.
 		if ( bp_is_groups_component() && bp_is_current_action( 'admin' ) && bp_is_action_variable( $screen['slug'], 0 ) ) {
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-component.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-component.php
index f21962940..93bb9b7be 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-component.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-component.php
@@ -74,6 +74,16 @@ class BP_Groups_Component extends BP_Component {
 	 */
 	public $valid_status;
 
+	/**
+	 * Group types.
+	 *
+	 * @see bp_groups_register_group_type()
+	 *
+	 * @since 2.6.0
+	 * @var array
+	 */
+	public $types = array();
+
 	/**
 	 * Start the groups component creation process.
 	 *
@@ -107,7 +117,6 @@ class BP_Groups_Component extends BP_Component {
 			'actions',
 			'filters',
 			'screens',
-			'classes',
 			'widgets',
 			'activity',
 			'template',
@@ -116,6 +125,10 @@ class BP_Groups_Component extends BP_Component {
 			'notifications'
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		if ( is_admin() ) {
 			$includes[] = 'admin';
 		}
@@ -250,6 +263,9 @@ class BP_Groups_Component extends BP_Component {
 			// Check once if the current group has a custom front template.
 			$this->current_group->front_template = bp_groups_get_front_template( $this->current_group );
 
+			// Initialize the nav for the groups component.
+			$this->nav = new BP_Core_Nav( $this->current_group->id );
+
 		// Set current_group to 0 to prevent debug errors.
 		} else {
 			$this->current_group = 0;
@@ -432,8 +448,17 @@ class BP_Groups_Component extends BP_Component {
 
 		// Only grab count if we're on a user page.
 		if ( bp_is_user() ) {
-			$class    = ( 0 === groups_total_groups_for_user( bp_displayed_user_id() ) ) ? 'no-count' : 'count';
-			$nav_name = sprintf( _x( 'Groups <span class="%s">%s</span>', 'Group screen nav with counter', 'buddypress' ), esc_attr( $class ), bp_get_total_group_count_for_user() );
+			$class = ( 0 === groups_total_groups_for_user( bp_displayed_user_id() ) ) ? 'no-count' : 'count';
+
+			$nav_name = sprintf(
+				/* translators: %s: Group count for the current user */
+				_x( 'Groups %s', 'Group screen nav with counter', 'buddypress' ),
+				sprintf(
+					'<span class="%s">%s</span>',
+					esc_attr( $class ),
+					bp_get_total_group_count_for_user()
+				)
+			);
 		} else {
 			$nav_name = _x( 'Groups', 'Group screen nav without counter', 'buddypress' );
 		}
@@ -484,15 +509,18 @@ class BP_Groups_Component extends BP_Component {
 			// Reset sub nav.
 			$sub_nav = array();
 
-			// Add 'Groups' to the main navigation.
-			$main_nav = array(
+			/*
+			 * The top-level Groups item is called 'Memberships' for legacy reasons.
+			 * It does not appear in the interface.
+			 */
+			bp_core_new_nav_item( array(
 				'name'                => __( 'Memberships', 'buddypress' ),
 				'slug'                => $this->current_group->slug,
 				'position'            => -1, // Do not show in BuddyBar.
 				'screen_function'     => 'groups_screen_group_home',
 				'default_subnav_slug' => $this->default_extension,
 				'item_css_id'         => $this->id
-			);
+			), 'groups' );
 
 			$group_link = bp_get_group_permalink( $this->current_group );
 
@@ -663,7 +691,9 @@ class BP_Groups_Component extends BP_Component {
 				), $default_params );
 			}
 
-			parent::setup_nav( $main_nav, $sub_nav );
+			foreach ( $sub_nav as $nav ) {
+				bp_core_new_subnav_item( $nav, 'groups' );
+			}
 		}
 
 		if ( isset( $this->current_group->user_has_access ) ) {
@@ -707,8 +737,17 @@ class BP_Groups_Component extends BP_Component {
 			$pending = _x( 'No Pending Invites', 'My Account Groups sub nav', 'buddypress' );
 
 			if ( ! empty( $count['total'] ) ) {
-				$title   = sprintf( _x( 'Groups <span class="count">%s</span>',          'My Account Groups nav',     'buddypress' ), bp_core_number_format( $count ) );
-				$pending = sprintf( _x( 'Pending Invites <span class="count">%s</span>', 'My Account Groups sub nav', 'buddypress' ), bp_core_number_format( $count ) );
+				$title = sprintf(
+					/* translators: %s: Group invitation count for the current user */
+					_x( 'Groups %s', 'My Account Groups nav', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
+
+				$pending = sprintf(
+					/* translators: %s: Group invitation count for the current user */
+					_x( 'Pending Invites %s', 'My Account Groups sub nav', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
 			}
 
 			// Add the "My Account" sub menus.
@@ -806,9 +845,23 @@ class BP_Groups_Component extends BP_Component {
 			'bp_groups',
 			'bp_group_admins',
 			'bp_group_invite_count',
-			'group_meta'
+			'group_meta',
+			'bp_groups_memberships',
+			'bp_groups_memberships_for_user',
 		) );
 
 		parent::setup_cache_groups();
 	}
+
+	/**
+	 * Set up taxonomies.
+	 *
+	 * @since 2.6.0
+	 */
+	public function register_taxonomies() {
+		// Group Type.
+		register_taxonomy( 'bp_group_type', 'bp_group', array(
+			'public' => false,
+		) );
+	}
 }
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-group.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-group.php
index 8d29b0ec9..1acac6560 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-group.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-group.php
@@ -245,9 +245,9 @@ class BP_Groups_Group {
 
 			// Set user-specific data.
 			$user_id          = bp_loggedin_user_id();
-			$this->is_member  = BP_Groups_Member::check_is_member( $user_id, $this->id );
-			$this->is_invited = BP_Groups_Member::check_has_invite( $user_id, $this->id );
-			$this->is_pending = BP_Groups_Member::check_for_membership_request( $user_id, $this->id );
+			$this->is_member  = groups_is_user_member( $user_id, $this->id );
+			$this->is_invited = groups_check_user_has_invite( $user_id, $this->id );
+			$this->is_pending = groups_check_for_membership_request( $user_id, $this->id );
 
 			// If this is a private or hidden group, does the current user have access?
 			if ( ( 'private' === $this->status ) || ( 'hidden' === $this->status ) ) {
@@ -683,39 +683,40 @@ class BP_Groups_Group {
 	 *      parameter format.
 	 *
 	 * @since 1.6.0
+	 * @since 2.6.0 Added `$group_type`, `$group_type__in`, and `$group_type__not_in` parameters.
 	 *
 	 * @param array $args {
 	 *     Array of parameters. All items are optional.
-	 *     @type string       $type              Optional. Shorthand for certain orderby/
-	 *                                           order combinations. 'newest', 'active', 'popular',
-	 *                                           'alphabetical', 'random'. When present, will override
-	 *                                           orderby and order params. Default: null.
-	 *     @type string       $orderby           Optional. Property to sort by.
-	 *                                           'date_created', 'last_activity', 'total_member_count',
-	 *                                           'name', 'random'. Default: 'date_created'.
-	 *     @type string       $order             Optional. Sort order. 'ASC' or 'DESC'.
-	 *                                           Default: 'DESC'.
-	 *     @type int          $per_page          Optional. Number of items to return per page
-	 *                                           of results. Default: null (no limit).
-	 *     @type int          $page              Optional. Page offset of results to return.
-	 *                                           Default: null (no limit).
-	 *     @type int          $user_id           Optional. If provided, results will be limited to groups
-	 *                                           of which the specified user is a member. Default: null.
-	 *     @type string       $search_terms      Optional. If provided, only groups whose names
-	 *                                           or descriptions match the search terms will be
-	 *                                           returned. Default: false.
-	 *     @type array        $meta_query        Optional. An array of meta_query conditions.
-	 *                                           See {@link WP_Meta_Query::queries} for description.
-	 *     @type array|string $value             Optional. Array or comma-separated list of group IDs.
-	 *                                           Results will be limited to groups within the
-	 *                                           list. Default: false.
-	 *     @type bool         $populate_extras   Whether to fetch additional information
-	 *                                           (such as member count) about groups. Default: true.
-	 *     @type array|string $exclude           Optional. Array or comma-separated list of group IDs.
-	 *                                           Results will exclude the listed groups. Default: false.
-	 *     @type bool         $update_meta_cache Whether to pre-fetch groupmeta for
-	 *                                           the returned groups. Default: true.
-	 *     @type bool         $show_hidden       Whether to include hidden groups in results. Default: false.
+	 *     @type string       $type               Optional. Shorthand for certain orderby/order combinations.
+	 *                                            'newest', 'active', 'popular', 'alphabetical', 'random'.
+	 *                                            When present, will override orderby and order params.
+	 *                                            Default: null.
+	 *     @type string       $orderby            Optional. Property to sort by. 'date_created', 'last_activity',
+	 *                                            'total_member_count', 'name', 'random'. Default: 'date_created'.
+	 *     @type string       $order              Optional. Sort order. 'ASC' or 'DESC'. Default: 'DESC'.
+	 *     @type int          $per_page           Optional. Number of items to return per page of results.
+	 *                                            Default: null (no limit).
+	 *     @type int          $page               Optional. Page offset of results to return.
+	 *                                            Default: null (no limit).
+	 *     @type int          $user_id            Optional. If provided, results will be limited to groups
+	 *                                            of which the specified user is a member. Default: null.
+	 *     @type string       $search_terms       Optional. If provided, only groups whose names or descriptions
+	 *                                            match the search terms will be returned. Default: false.
+	 *     @type array|string $group_type         Array or comma-separated list of group types to limit results to.
+	 *     @type array|string $group_type__in     Array or comma-separated list of group types to limit results to.
+	 *     @type array|string $group_type__not_in Array or comma-separated list of group types that will be
+	 *                                            excluded from results.
+	 *     @type array        $meta_query         Optional. An array of meta_query conditions.
+	 *                                            See {@link WP_Meta_Query::queries} for description.
+	 *     @type array|string $value              Optional. Array or comma-separated list of group IDs. Results
+	 *                                            will be limited to groups within the list. Default: false.
+	 *     @type bool         $populate_extras    Whether to fetch additional information
+	 *                                            (such as member count) about groups. Default: true.
+	 *     @type array|string $exclude            Optional. Array or comma-separated list of group IDs.
+	 *                                            Results will exclude the listed groups. Default: false.
+	 *     @type bool         $update_meta_cache  Whether to pre-fetch groupmeta for the returned groups.
+	 *                                            Default: true.
+	 *     @type bool         $show_hidden        Whether to include hidden groups in results. Default: false.
 	 * }
 	 * @return array {
 	 *     @type array $groups Array of group objects returned by the
@@ -748,19 +749,22 @@ class BP_Groups_Group {
 		}
 
 		$defaults = array(
-			'type'              => null,
-			'orderby'           => 'date_created',
-			'order'             => 'DESC',
-			'per_page'          => null,
-			'page'              => null,
-			'user_id'           => 0,
-			'search_terms'      => false,
-			'meta_query'        => false,
-			'include'           => false,
-			'populate_extras'   => true,
-			'update_meta_cache' => true,
-			'exclude'           => false,
-			'show_hidden'       => false,
+			'type'               => null,
+			'orderby'            => 'date_created',
+			'order'              => 'DESC',
+			'per_page'           => null,
+			'page'               => null,
+			'user_id'            => 0,
+			'search_terms'       => false,
+			'group_type'         => '',
+			'group_type__in'     => '',
+			'group_type__not_in' => '',
+			'meta_query'         => false,
+			'include'            => false,
+			'populate_extras'    => true,
+			'update_meta_cache'  => true,
+			'exclude'            => false,
+			'show_hidden'        => false,
 		);
 
 		$r = wp_parse_args( $args, $defaults );
@@ -804,6 +808,24 @@ class BP_Groups_Group {
 			$sql['meta'] = $meta_query_sql['where'];
 		}
 
+		// Only use 'group_type__in', if 'group_type' is not set.
+		if ( empty( $r['group_type'] ) && ! empty( $r['group_type__in']) ) {
+			$r['group_type'] = $r['group_type__in'];
+		}
+
+		// Group types to exclude. This has priority over inclusions.
+		if ( ! empty( $r['group_type__not_in'] ) ) {
+			$group_type_clause = self::get_sql_clause_for_group_types( $r['group_type__not_in'], 'NOT IN' );
+
+		// Group types to include.
+		} elseif ( ! empty( $r['group_type'] ) ) {
+			$group_type_clause = self::get_sql_clause_for_group_types( $r['group_type'], 'IN' );
+		}
+
+		if ( ! empty( $group_type_clause ) ) {
+			$sql['group_type'] = $group_type_clause;
+		}
+
 		if ( ! empty( $r['user_id'] ) ) {
 			$sql['user'] = $wpdb->prepare( " AND m.user_id = %d AND m.is_confirmed = 1 AND m.is_banned = 0", $r['user_id'] );
 		}
@@ -915,6 +937,11 @@ class BP_Groups_Group {
 			$total_sql['where'][] = $meta_query_clause;
 		}
 
+		// Trim leading 'AND' to match `$total_sql` query style.
+		if ( ! empty( $group_type_clause ) ) {
+			$total_sql['where'][] = preg_replace( '/^\s*AND\s*/', '', $group_type_clause );
+		}
+
 		// Already escaped in the paginated results block.
 		if ( ! empty( $include ) ) {
 			$total_sql['where'][] = "g.id IN ({$include})";
@@ -1395,68 +1422,13 @@ class BP_Groups_Group {
 	 * @return array $paged_groups
 	 */
 	public static function get_group_extras( &$paged_groups, &$group_ids, $type = false ) {
-		global $wpdb;
-
-		if ( empty( $group_ids ) )
-			return $paged_groups;
-
-		$bp = buddypress();
-
-		// Sanitize group IDs.
-		$group_ids = implode( ',', wp_parse_id_list( $group_ids ) );
-
-		// Fetch the logged-in user's status within each group.
-		if ( is_user_logged_in() ) {
-			$user_status_results = $wpdb->get_results( $wpdb->prepare( "SELECT group_id, is_confirmed, invite_sent FROM {$bp->groups->table_name_members} WHERE user_id = %d AND group_id IN ( {$group_ids} ) AND is_banned = 0", bp_loggedin_user_id() ) );
-		} else {
-			$user_status_results = array();
-		}
-
-		// Reindex.
-		$user_status = array();
-		foreach ( $user_status_results as $user_status_result ) {
-			$user_status[ $user_status_result->group_id ] = $user_status_result;
-		}
-
-		for ( $i = 0, $count = count( $paged_groups ); $i < $count; ++$i ) {
-			$is_member = $is_invited = $is_pending = '0';
-			$gid = $paged_groups[ $i ]->id;
-
-			if ( isset( $user_status[ $gid ] ) ) {
-
-				// The is_confirmed means the user is a member.
-				if ( $user_status[ $gid ]->is_confirmed ) {
-					$is_member = '1';
-
-				// The invite_sent means the user has been invited.
-				} elseif ( $user_status[ $gid ]->invite_sent ) {
-					$is_invited = '1';
+		$user_id = bp_loggedin_user_id();
 
-				// User has sent request, but has not been confirmed.
-				} else {
-					$is_pending = '1';
-				}
-			}
-
-			$paged_groups[ $i ]->is_member = $is_member;
-			$paged_groups[ $i ]->is_invited = $is_invited;
-			$paged_groups[ $i ]->is_pending = $is_pending;
-		}
-
-		if ( is_user_logged_in() ) {
-			$user_banned = $wpdb->get_col( $wpdb->prepare( "SELECT group_id FROM {$bp->groups->table_name_members} WHERE is_banned = 1 AND user_id = %d AND group_id IN ( {$group_ids} )", bp_loggedin_user_id() ) );
-		} else {
-			$user_banned = array();
-		}
-
-		for ( $i = 0, $count = count( $paged_groups ); $i < $count; ++$i ) {
-			$paged_groups[$i]->is_banned = false;
-
-			foreach ( (array) $user_banned as $group_id ) {
-				if ( $group_id == $paged_groups[$i]->id ) {
-					$paged_groups[$i]->is_banned = true;
-				}
-			}
+		foreach ( $paged_groups as &$group ) {
+			$group->is_member  = groups_is_user_member( $user_id, $group->id ) ? '1' : '0';
+			$group->is_invited = groups_is_user_invited( $user_id, $group->id ) ? '1' : '0';
+			$group->is_pending = groups_is_user_pending( $user_id, $group->id ) ? '1' : '0';
+			$group->is_banned  = (bool) groups_is_user_banned( $user_id, $group->id );
 		}
 
 		return $paged_groups;
@@ -1624,4 +1596,73 @@ class BP_Groups_Group {
 
 		return $ids;
 	}
+
+	/**
+	 * Get SQL clause for group type(s).
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param  string|array $group_types Group type(s).
+	 * @param  string       $operator    'IN' or 'NOT IN'.
+	 * @return string       $clause      SQL clause.
+	 */
+	protected static function get_sql_clause_for_group_types( $group_types, $operator ) {
+		global $wpdb;
+
+		// Sanitize operator.
+		if ( 'NOT IN' !== $operator ) {
+			$operator = 'IN';
+		}
+
+		// Parse and sanitize types.
+		if ( ! is_array( $group_types ) ) {
+			$group_types = preg_split( '/[,\s+]/', $group_types );
+		}
+
+		$types = array();
+		foreach ( $group_types as $gt ) {
+			if ( bp_groups_get_group_type_object( $gt ) ) {
+				$types[] = $gt;
+			}
+		}
+
+		$tax_query = new WP_Tax_Query( array(
+			array(
+				'taxonomy' => 'bp_group_type',
+				'field'    => 'name',
+				'operator' => $operator,
+				'terms'    => $types,
+			),
+		) );
+
+		$site_id  = bp_get_taxonomy_term_site_id( 'bp_group_type' );
+		$switched = false;
+		if ( $site_id !== get_current_blog_id() ) {
+			switch_to_blog( $site_id );
+			$switched = true;
+		}
+
+		$sql_clauses = $tax_query->get_sql( 'g', 'id' );
+
+		$clause = '';
+
+		// The no_results clauses are the same between IN and NOT IN.
+		if ( false !== strpos( $sql_clauses['where'], '0 = 1' ) ) {
+			$clause = $sql_clauses['where'];
+
+		// The tax_query clause generated for NOT IN can be used almost as-is.
+		} elseif ( 'NOT IN' === $operator ) {
+			$clause = $sql_clauses['where'];
+
+		// IN clauses must be converted to a subquery.
+		} elseif ( preg_match( '/' . $wpdb->term_relationships . '\.term_taxonomy_id IN \([0-9, ]+\)/', $sql_clauses['where'], $matches ) ) {
+			$clause = " AND g.id IN ( SELECT object_id FROM $wpdb->term_relationships WHERE {$matches[0]} )";
+		}
+
+		if ( $switched ) {
+			restore_current_blog();
+		}
+
+		return $clause;
+	}
 }
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-list-table.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-list-table.php
index d2b860d33..7cca49d44 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-list-table.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-list-table.php
@@ -216,7 +216,10 @@ class BP_Groups_List_Table extends WP_List_Table {
 	public function display() {
 		$this->display_tablenav( 'top' ); ?>
 
-		<h2 class="screen-reader-text"><?php _e( 'Groups list', 'buddypress' ); ?></h2>
+		<h2 class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			_e( 'Groups list', 'buddypress' );
+		?></h2>
 
 		<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
 			<thead>
@@ -225,15 +228,15 @@ class BP_Groups_List_Table extends WP_List_Table {
 				</tr>
 			</thead>
 
+			<tbody id="the-comment-list">
+				<?php $this->display_rows_or_placeholder(); ?>
+			</tbody>
+
 			<tfoot>
 				<tr>
 					<?php $this->print_column_headers( false ); ?>
 				</tr>
 			</tfoot>
-
-			<tbody id="the-comment-list">
-				<?php $this->display_rows_or_placeholder(); ?>
-			</tbody>
 		</table>
 		<?php
 
@@ -284,7 +287,10 @@ class BP_Groups_List_Table extends WP_List_Table {
 	public function get_views() {
 		$url_base = bp_get_admin_url( 'admin.php?page=bp-groups' ); ?>
 
-		<h2 class="screen-reader-text"><?php _e( 'Filter groups list', 'buddypress' ); ?></h2>
+		<h2 class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			_e( 'Filter groups list', 'buddypress' );
+		?></h2>
 
 		<ul class="subsubsub">
 			<li class="all"><a href="<?php echo esc_url( $url_base ); ?>" class="<?php if ( 'all' == $this->view ) echo 'current'; ?>"><?php _e( 'All', 'buddypress' ); ?></a> |</li>
@@ -422,6 +428,7 @@ class BP_Groups_List_Table extends WP_List_Table {
 	 * @param array $item A singular item (one full row).
 	 */
 	public function column_cb( $item = array() ) {
+		/* translators: accessibility text */
 		printf( '<label class="screen-reader-text" for="gid-%1$d">' . __( 'Select group %1$d', 'buddypress' ) . '</label><input type="checkbox" name="gid[]" value="%1$d" id="gid-%1$d" />', $item['id'] );
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php
index 68d315ef6..bfb1a765a 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php
@@ -821,6 +821,16 @@ class BP_Groups_Member {
 			return false;
 		}
 
+		/**
+		 * Fires before a group invitation is deleted.
+		 *
+		 * @since 2.6.0
+		 *
+		 * @param int $user_id  ID of the user.
+		 * @param int $group_id ID of the group.
+		 */
+		do_action( 'bp_groups_member_before_delete_invite', $user_id, $group_id );
+
 		$table_name = buddypress()->groups->table_name_members;
 
 		$sql = "DELETE FROM {$table_name}
@@ -1052,6 +1062,23 @@ class BP_Groups_Member {
 		return $wpdb->get_results( $wpdb->prepare( "SELECT user_id, date_modified FROM {$bp->groups->table_name_members} WHERE group_id = %d AND is_mod = 1 AND is_banned = 0", $group_id ) );
 	}
 
+	/**
+	 * Get group membership objects by ID (or an array of IDs).
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param int|string|array $membership_ids Single membership ID or comma-separated/array list of membership IDs.
+	 * @return array
+	 */
+	public static function get_memberships_by_id( $membership_ids ) {
+		global $wpdb;
+
+		$bp = buddypress();
+
+		$membership_ids = implode( ',', wp_parse_id_list( $membership_ids ) );
+		return $wpdb->get_results( "SELECT * FROM {$bp->groups->table_name_members} WHERE id IN ({$membership_ids})" );
+	}
+
 	/**
 	 * Get the IDs users with outstanding membership requests to the group.
 	 *
@@ -1160,6 +1187,24 @@ class BP_Groups_Member {
 		return array( 'members' => $members, 'count' => $total_member_count );
 	}
 
+	/**
+	 * Get all membership IDs for a user.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param int $user_id ID of the user.
+	 * @return array
+	 */
+	public static function get_membership_ids_for_user( $user_id ) {
+		global $wpdb;
+
+		$bp = buddypress();
+
+		$group_ids = $wpdb->get_col( $wpdb->prepare( "SELECT id FROM {$bp->groups->table_name_members} WHERE user_id = %d ORDER BY id ASC", $user_id ) );
+
+		return $group_ids;
+	}
+
 	/**
 	 * Delete all memberships for a given group.
 	 *
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-template.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-template.php
index cf3f4621a..043d8f4b5 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-template.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-template.php
@@ -153,22 +153,25 @@ class BP_Groups_Template {
 		}
 
 		$defaults = array(
-			'page'              => 1,
-			'per_page'          => 20,
-			'page_arg'          => 'grpage',
-			'max'               => false,
-			'type'              => 'active',
-			'order'             => 'DESC',
-			'orderby'           => 'date_created',
-			'show_hidden'       => false,
-			'user_id'           => 0,
-			'slug'              => false,
-			'include'           => false,
-			'exclude'           => false,
-			'search_terms'      => '',
-			'meta_query'        => false,
-			'populate_extras'   => true,
-			'update_meta_cache' => true,
+			'page'               => 1,
+			'per_page'           => 20,
+			'page_arg'           => 'grpage',
+			'max'                => false,
+			'type'               => 'active',
+			'order'              => 'DESC',
+			'orderby'            => 'date_created',
+			'show_hidden'        => false,
+			'user_id'            => 0,
+			'slug'               => false,
+			'include'            => false,
+			'exclude'            => false,
+			'search_terms'       => '',
+			'group_type'         => '',
+			'group_type__in'     => '',
+			'group_type__not_in' => '',
+			'meta_query'         => false,
+			'populate_extras'    => true,
+			'update_meta_cache'  => true,
 		);
 
 		$r = wp_parse_args( $args, $defaults );
@@ -210,19 +213,22 @@ class BP_Groups_Template {
 
 		} else {
 			$this->groups = groups_get_groups( array(
-				'type'              => $type,
-				'order'             => $order,
-				'orderby'           => $orderby,
-				'per_page'          => $this->pag_num,
-				'page'              => $this->pag_page,
-				'user_id'           => $user_id,
-				'search_terms'      => $search_terms,
-				'meta_query'        => $meta_query,
-				'include'           => $include,
-				'exclude'           => $exclude,
-				'populate_extras'   => $populate_extras,
-				'update_meta_cache' => $update_meta_cache,
-				'show_hidden'       => $show_hidden
+				'type'               => $type,
+				'order'              => $order,
+				'orderby'            => $orderby,
+				'per_page'           => $this->pag_num,
+				'page'               => $this->pag_page,
+				'user_id'            => $user_id,
+				'search_terms'       => $search_terms,
+				'meta_query'         => $meta_query,
+				'group_type'         => $group_type,
+				'group_type__in'     => $group_type__in,
+				'group_type__not_in' => $group_type__not_in,
+				'include'            => $include,
+				'exclude'            => $exclude,
+				'populate_extras'    => $populate_extras,
+				'update_meta_cache'  => $update_meta_cache,
+				'show_hidden'        => $show_hidden,
 			) );
 		}
 
diff --git a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-widget.php b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-widget.php
index e7ff6e026..e25cc83c8 100644
--- a/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-widget.php
+++ b/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-widget.php
@@ -24,17 +24,27 @@ class BP_Groups_Widget extends WP_Widget {
 	 */
 	public function __construct() {
 		$widget_ops = array(
-			'description' => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ),
-			'classname' => 'widget_bp_groups_widget buddypress widget',
+			'description'                 => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ),
+			'classname'                   => 'widget_bp_groups_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		);
 		parent::__construct( false, _x( '(BuddyPress) Groups', 'widget name', 'buddypress' ), $widget_ops );
 
-		if ( is_active_widget( false, false, $this->id_base ) && ! is_admin() && ! is_network_admin() ) {
-			$min = bp_core_get_minified_asset_suffix();
-			wp_enqueue_script( 'groups_widget_groups_list-js', buddypress()->plugin_url . "bp-groups/js/widget-groups{$min}.js", array( 'jquery' ), bp_get_version() );
+		if ( is_customize_preview() || is_active_widget( false, false, $this->id_base ) ) {
+			add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
 		}
 	}
 
+	/**
+	 * Enqueue scripts.
+	 *
+	 * @since 2.6.0
+	 */
+	public function enqueue_scripts() {
+		$min = bp_core_get_minified_asset_suffix();
+		wp_enqueue_script( 'groups_widget_groups_list-js', buddypress()->plugin_url . "bp-groups/js/widget-groups{$min}.js", array( 'jquery' ), bp_get_version() );
+	}
+
 	/**
 	 * Extends our frontend output method.
 	 *
diff --git a/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js b/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js
index 42efbc7fb..29c813ec1 100644
--- a/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js
+++ b/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js
@@ -1,4 +1,15 @@
 jQuery(document).ready( function() {
+	groups_widget_click_handler();
+
+	// WP 4.5 - Customizer selective refresh support.
+	if ( 'undefined' !== typeof wp && wp.customize && wp.customize.selectiveRefresh ) {
+		wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function() {
+			groups_widget_click_handler();
+		} );
+	}
+});
+
+function groups_widget_click_handler() {
 	jQuery('.widget div#groups-list-options a').on('click',
 		function() {
 			var link = this;
@@ -23,7 +34,7 @@ jQuery(document).ready( function() {
 			return false;
 		}
 	);
-});
+}
 
 function groups_widget_response(response) {
 	response = response.substr(0, response.length-1);
diff --git a/wp-content/plugins/buddypress/bp-groups/js/widget-groups.min.js b/wp-content/plugins/buddypress/bp-groups/js/widget-groups.min.js
index 31110db86..4f1e4727b 100644
--- a/wp-content/plugins/buddypress/bp-groups/js/widget-groups.min.js
+++ b/wp-content/plugins/buddypress/bp-groups/js/widget-groups.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-function groups_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#groups-list").fadeOut(200,function(){jQuery(".widget ul#groups-list").html(a[1]),jQuery(".widget ul#groups-list").fadeIn(200)}):jQuery(".widget ul#groups-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#groups-list").html(b),jQuery(".widget ul#groups-list").fadeIn(200)})}jQuery(document).ready(function(){jQuery(".widget div#groups-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#groups-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_groups_list",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-groups").val(),max_groups:jQuery("input#groups_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),groups_widget_response(b)}),!1})});
\ No newline at end of file
+function groups_widget_click_handler(){jQuery(".widget div#groups-list-options a").on("click",function(){var a=this;return jQuery(a).addClass("loading"),jQuery(".widget div#groups-list-options a").removeClass("selected"),jQuery(this).addClass("selected"),jQuery.post(ajaxurl,{action:"widget_groups_list",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce-groups").val(),max_groups:jQuery("input#groups_widget_max").val(),filter:jQuery(this).attr("id")},function(b){jQuery(a).removeClass("loading"),groups_widget_response(b)}),!1})}function groups_widget_response(a){a=a.substr(0,a.length-1),a=a.split("[[SPLIT]]"),"-1"!==a[0]?jQuery(".widget ul#groups-list").fadeOut(200,function(){jQuery(".widget ul#groups-list").html(a[1]),jQuery(".widget ul#groups-list").fadeIn(200)}):jQuery(".widget ul#groups-list").fadeOut(200,function(){var b="<p>"+a[1]+"</p>";jQuery(".widget ul#groups-list").html(b),jQuery(".widget ul#groups-list").fadeIn(200)})}jQuery(document).ready(function(){groups_widget_click_handler(),"undefined"!=typeof wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",function(){groups_widget_click_handler()})});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-loader.php b/wp-content/plugins/buddypress/bp-loader.php
index b165b6a46..c4bc8beaf 100644
--- a/wp-content/plugins/buddypress/bp-loader.php
+++ b/wp-content/plugins/buddypress/bp-loader.php
@@ -15,7 +15,7 @@
  * Description: BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
  * Author:      The BuddyPress Community
  * Author URI:  https://buddypress.org/
- * Version:     2.5.3
+ * Version:     2.6.2
  * Text Domain: buddypress
  * Domain Path: /bp-languages/
  * License:     GPLv2 or later (license.txt)
@@ -101,6 +101,22 @@ class BuddyPress {
 	 */
 	public $active_components = array();
 
+	/**
+	 * Whether autoload is in use.
+	 *
+	 * @since 2.5.0
+	 * @var bool
+	 */
+	public $do_autoload = false;
+
+	/**
+	 * Whether to load backward compatibility classes for navigation globals.
+	 *
+	 * @since 2.6.0
+	 * @var bool
+	 */
+	public $do_nav_backcompat = false;
+
 	/** Option Overload *******************************************************/
 
 	/**
@@ -123,11 +139,6 @@ class BuddyPress {
 	 * @since 1.7.0
 	 *
 	 * @static object $instance
-	 * @uses BuddyPress::constants() Setup the constants (mostly deprecated).
-	 * @uses BuddyPress::setup_globals() Setup the globals needed.
-	 * @uses BuddyPress::legacy_constants() Setup the legacy constants (deprecated).
-	 * @uses BuddyPress::includes() Include the required files.
-	 * @uses BuddyPress::setup_actions() Setup the hooks and actions.
 	 * @see buddypress()
 	 *
 	 * @return BuddyPress The one true BuddyPress.
@@ -238,11 +249,6 @@ class BuddyPress {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses is_multisite()
-	 * @uses get_current_site()
-	 * @uses get_current_blog_id()
-	 * @uses plugin_dir_path()
-	 * @uses plugin_dir_url()
 	 */
 	private function constants() {
 
@@ -319,15 +325,12 @@ class BuddyPress {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses plugin_dir_path() To generate BuddyPress plugin path.
-	 * @uses plugin_dir_url() To generate BuddyPress plugin url.
-	 * @uses apply_filters() Calls various filters.
 	 */
 	private function setup_globals() {
 
 		/** Versions **********************************************************/
 
-		$this->version    = '2.5.3';
+		$this->version    = '2.6.2';
 		$this->db_version = 10469;
 
 		/** Loading ***********************************************************/
@@ -426,6 +429,12 @@ class BuddyPress {
 		/** Post types and taxonomies *****************************************/
 		$this->email_post_type     = apply_filters( 'bp_email_post_type', 'bp-email' );
 		$this->email_taxonomy_type = apply_filters( 'bp_email_tax_type', 'bp-email-type' );
+
+		/** Navigation backward compatibility *********************************/
+		if ( interface_exists( 'ArrayAccess', false ) ) {
+			// bp_nav and bp_options_nav compatibility depends on SPL.
+			$this->do_nav_backcompat = true;
+		}
 	}
 
 	/**
@@ -454,9 +463,12 @@ class BuddyPress {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses is_admin() If in WordPress admin, load additional file.
 	 */
 	private function includes() {
+		if ( function_exists( 'spl_autoload_register' ) ) {
+			spl_autoload_register( array( $this, 'autoload' ) );
+			$this->do_autoload = true;
+		}
 
 		// Load the WP abstraction file so BuddyPress can run on all WordPress setups.
 		require( $this->plugin_dir . 'bp-core/bp-core-wpabstraction.php' );
@@ -478,7 +490,6 @@ class BuddyPress {
 		require( $this->plugin_dir . 'bp-core/bp-core-cssjs.php'            );
 		require( $this->plugin_dir . 'bp-core/bp-core-update.php'           );
 		require( $this->plugin_dir . 'bp-core/bp-core-options.php'          );
-		require( $this->plugin_dir . 'bp-core/bp-core-classes.php'          );
 		require( $this->plugin_dir . 'bp-core/bp-core-taxonomy.php'         );
 		require( $this->plugin_dir . 'bp-core/bp-core-filters.php'          );
 		require( $this->plugin_dir . 'bp-core/bp-core-attachments.php'      );
@@ -488,12 +499,15 @@ class BuddyPress {
 		require( $this->plugin_dir . 'bp-core/bp-core-adminbar.php'         );
 		require( $this->plugin_dir . 'bp-core/bp-core-buddybar.php'         );
 		require( $this->plugin_dir . 'bp-core/bp-core-catchuri.php'         );
-		require( $this->plugin_dir . 'bp-core/bp-core-component.php'        );
 		require( $this->plugin_dir . 'bp-core/bp-core-functions.php'        );
 		require( $this->plugin_dir . 'bp-core/bp-core-moderation.php'       );
 		require( $this->plugin_dir . 'bp-core/bp-core-loader.php'           );
 		require( $this->plugin_dir . 'bp-core/bp-core-customizer-email.php' );
 
+		if ( ! $this->do_autoload ) {
+			require( $this->plugin_dir . 'bp-core/bp-core-classes.php' );
+		}
+
 		// Skip or load deprecated content
 		if ( false !== $this->load_deprecated ) {
 			require( $this->plugin_dir . 'bp-core/deprecated/1.2.php' );
@@ -507,7 +521,115 @@ class BuddyPress {
 			require( $this->plugin_dir . 'bp-core/deprecated/2.3.php' );
 			require( $this->plugin_dir . 'bp-core/deprecated/2.4.php' );
 			require( $this->plugin_dir . 'bp-core/deprecated/2.5.php' );
+			require( $this->plugin_dir . 'bp-core/deprecated/2.6.php' );
+		}
+	}
+
+	/**
+	 * Autoload classes.
+	 *
+	 * @since 2.5.0
+	 *
+	 * @param string $class
+	 */
+	public function autoload( $class ) {
+		$class_parts = explode( '_', strtolower( $class ) );
+
+		if ( 'bp' !== $class_parts[0] ) {
+			return;
 		}
+
+		$components = array(
+			'activity',
+			'blogs',
+			'core',
+			'friends',
+			'groups',
+			'members',
+			'messages',
+			'notifications',
+			'settings',
+			'xprofile',
+		);
+
+		// These classes don't have a name that matches their component.
+		$irregular_map = array(
+			'BP_Akismet' => 'activity',
+
+			'BP_Admin'                     => 'core',
+			'BP_Attachment_Avatar'         => 'core',
+			'BP_Attachment_Cover_Image'    => 'core',
+			'BP_Attachment'                => 'core',
+			'BP_Button'                    => 'core',
+			'BP_Component'                 => 'core',
+			'BP_Customizer_Control_Range'  => 'core',
+			'BP_Date_Query'                => 'core',
+			'BP_Email_Delivery'            => 'core',
+			'BP_Email_Recipient'           => 'core',
+			'BP_Email'                     => 'core',
+			'BP_Embed'                     => 'core',
+			'BP_Media_Extractor'           => 'core',
+			'BP_Members_Suggestions'       => 'core',
+			'BP_PHPMailer'                 => 'core',
+			'BP_Recursive_Query'           => 'core',
+			'BP_Suggestions'               => 'core',
+			'BP_Theme_Compat'              => 'core',
+			'BP_User_Query'                => 'core',
+			'BP_Walker_Category_Checklist' => 'core',
+			'BP_Walker_Nav_Menu_Checklist' => 'core',
+			'BP_Walker_Nav_Menu'           => 'core',
+
+			'BP_Core_Friends_Widget' => 'friends',
+
+			'BP_Group_Extension'    => 'groups',
+			'BP_Group_Member_Query' => 'groups',
+
+			'BP_Core_Members_Template'       => 'members',
+			'BP_Core_Members_Widget'         => 'members',
+			'BP_Core_Recently_Active_Widget' => 'members',
+			'BP_Core_Whos_Online_Widget'     => 'members',
+			'BP_Registration_Theme_Compat'   => 'members',
+			'BP_Signup'                      => 'members',
+		);
+
+		$component = null;
+
+		// First check to see if the class is one without a properly namespaced name.
+		if ( isset( $irregular_map[ $class ] ) ) {
+			$component = $irregular_map[ $class ];
+
+		// Next chunk is usually the component name.
+		} elseif ( in_array( $class_parts[1], $components, true ) ) {
+			$component = $class_parts[1];
+		}
+
+		if ( ! $component ) {
+			return;
+		}
+
+		// Sanitize class name.
+		$class = strtolower( str_replace( '_', '-', $class ) );
+
+		$path = dirname( __FILE__ ) . "/bp-{$component}/classes/class-{$class}.php";
+
+		// Sanity check.
+		if ( ! file_exists( $path ) ) {
+			return;
+		}
+
+		/*
+		 * Sanity check 2 - Check if component is active before loading class.
+		 * Skip if PHPUnit is running, or BuddyPress is installing for the first time.
+		 */
+		if (
+			! in_array( $component, array( 'core', 'members' ), true ) &&
+			! bp_is_active( $component ) &&
+			! function_exists( 'tests_add_filter' )
+		) {
+			return;
+		}
+
+		require $path;
 	}
 
 	/**
@@ -515,9 +637,6 @@ class BuddyPress {
 	 *
 	 * @since 1.6.0
 	 *
-	 * @uses register_activation_hook() To register the activation hook.
-	 * @uses register_deactivation_hook() To register the deactivation hook.
-	 * @uses add_action() To add various actions.
 	 */
 	private function setup_actions() {
 
diff --git a/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.css b/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.css
index 7217557c0..96da85fd4 100644
--- a/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.css
+++ b/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.css
@@ -1,4 +1,6 @@
-/**** BP Members Profile Administration Screens ****/
+/**** BP Members Profile Administration Screens
+* TO DO: Organize and clean up stylesheet.
+****/
 
 div#profile-page.wrap form#your-profile {
 	position: relative;
@@ -112,8 +114,7 @@ div#community-profile-page p.not-activated {
 .bp-profile-field p {
 	font-size: 14px;
 }
-.bp-profile-field .datebox > label,
-.bp-profile-field .radio > label,
+
 .bp-profile-field > label {  /* label takes on left side 200px */
 	display: inline-block;
 	font-weight: 600;
@@ -129,7 +130,7 @@ div#community-profile-page p.not-activated {
 	vertical-align: top;
 }
 .bp-profile-field .description {  /* description also sits in the right side column */
-	margin: 10px 200px 10px 0;
+	margin: 10px 200px 12px 0;
 	text-align: right;
 }
 .clear-value {  /* 'clear value' option also sits in the right side column */
@@ -142,10 +143,15 @@ div#community-profile-page p.not-activated {
 	margin-right: 200px;
 	width: auto;
 }
-.field_type_radio .radio div:not(.field-visibility-settings) label {  /* force radio buttons to new lines */
+.field_type_radio .radio .input-options label,
+.field_type_checkbox .checkbox .input-options label {
+	/* force checkboxes and radio buttons to new lines */
 	display: block;
 }
-.field_type_radio .radio div:not(.field-visibility-settings) {  /* make the radio buttons sit in the right side column */
+.field_type_checkbox .checkbox .input-options,
+.field_type_datebox .datebox .input-options,
+.field_type_radio .radio .input-options {
+	/* make the checkboxes, select menus, and radio buttons sit in the right side column */
 	display: inline-block;
 }
 .field-visibility-settings-notoggle,
@@ -161,6 +167,90 @@ div#community-profile-page p.not-activated {
 	margin-bottom: 15px;
 }
 #normal-sortables .field-visibility-settings legend {  /* id required for css selector weight */
-	font-size: 16px;
-	margin-bottom: 10px;
+	font-size: 14px;
+	font-weight:600;
+}
+
+#your-profile .bp-profile-field .checkbox legend,
+#your-profile .bp-profile-field .datebox legend,
+#your-profile .bp-profile-field .radio legend {
+	float:right; /* Firefox will not apply display: inline-block to legends */
+	font-size: 14px;
+	font-weight: 600;
+	line-height: 1.4em;
+	text-align: right;
+	vertical-align: middle;
+	width: 192px;
+}
+
+#your-profile .bp-profile-field .radio legend,
+#your-profile .bp-profile-field .checkbox legend {
+	margin-bottom: 20px;
+}
+
+.bp-profile-field .radio .clear-value {
+	margin-top: 10px;
+}
+
+@media screen and (max-width: 782px) {
+	#your-profile .bp-profile-field .checkbox legend,
+	#your-profile .bp-profile-field .datebox legend,
+	#your-profile .bp-profile-field .radio legend,
+	.bp-profile-field label {
+		float: none;
+		clear: right;
+		display: block;
+		margin-bottom: 12px;
+	}
+	.bp-profile-field .checkbox label,
+	.bp-profile-field .radio label {
+		line-height: 1.4em;
+		margin-bottom: 12px;
+		vertical-align: middle;
+	}
+	.bp-profile-field .checkbox input[type="checkbox"],
+	.bp-profile-field .radio input[type="radio"] {
+		vertical-align: top;
+	}
+	.bp-profile-field .clear-value,
+	.bp-profile-field .description,
+	.bp-profile-field input[type="checkbox"],
+	.bp-profile-field input[type="email"],
+	.bp-profile-field input[type="number"],
+	.bp-profile-field input[type="radio"],
+	.bp-profile-field input[type="text"],
+	.bp-profile-field input[type="url"],
+	.bp-profile-field select:nth-of-type(1),
+	.bp-profile-field .wp-editor-wrap,
+	.field-visibility-settings-notoggle,
+	.field-visibility-settings-toggle {
+		clear: right;
+		margin-right: 50px;
+	}
+	.field-visibility-settings {
+		margin-right: 100px;
+	}
+	#your-profile .field_multiselectbox select {
+		height: auto;
+	}
+}
+
+@media screen and (max-width: 480px) {
+	.bp-profile-field .clear-value,
+	.bp-profile-field .description,
+	.bp-profile-field input[type="checkbox"],
+	.bp-profile-field input[type="email"],
+	.bp-profile-field input[type="number"],
+	.bp-profile-field input[type="radio"],
+	.bp-profile-field input[type="text"],
+	.bp-profile-field input[type="url"],
+	.bp-profile-field select:nth-of-type(1),
+	.bp-profile-field .wp-editor-wrap,
+	.field-visibility-settings-notoggle,
+	.field-visibility-settings-toggle {
+		margin-right: 0;
+	}
+	.field-visibility-settings {
+		margin-right: 50px;
+	}
 }
diff --git a/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.min.css b/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.min.css
index c194e8517..c2b4feaee 100644
--- a/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-members/admin/css/admin-rtl.min.css
@@ -1 +1 @@
-div#profile-page.wrap form#your-profile{position:relative;padding-top:50px}div#profile-page.wrap form#your-profile h3:first-of-type{margin-top:5em}div#profile-page.wrap form#your-profile #profile-nav{position:absolute;top:0;width:97%}div#community-profile-page #profile-nav{margin-bottom:1em}#bp_members_admin_user_stats ul{margin-bottom:0}div#community-profile-page a.bp-xprofile-avatar-user-admin:before,div#community-profile-page a.bp-xprofile-avatar-user-edit:before,div#community-profile-page li.bp-blogs-profile-stats:before,div#community-profile-page li.bp-friends-profile-stats:before,div#community-profile-page li.bp-groups-profile-stats:before,div#community-profile-page li.bp-members-profile-stats:before{font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 2px;top:0;right:-1px;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#888}div#community-profile-page li.bp-members-profile-stats:before{content:"\f130"}div#community-profile-page li.bp-friends-profile-stats:before{content:"\f454"}div#community-profile-page li.bp-groups-profile-stats:before{content:"\f456"}div#community-profile-page li.bp-blogs-profile-stats:before{content:"\f120"}div#community-profile-page a.bp-xprofile-avatar-user-admin:before{content:"\f182"}div#community-profile-page a.bp-xprofile-avatar-user-edit:before{content:"\f107"}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar{width:150px;margin:0 auto}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img{max-width:100%;height:auto}div#community-profile-page div#bp_xprofile_user_admin_avatar a{display:block;margin:1em 0;text-decoration:none;color:#888}div#community-profile-page p.not-activated{margin:1em 1em 0;color:red}#community-profile-page #submitdiv #publishing-action{float:none;width:100%}.bp-view-profile{float:right}.alt{background:0 0}.bp-profile-field{border-bottom:dotted 1px #ccc;font-size:14px;margin:15px 0;padding:10px}.bp-profile-field:last-child{border-bottom:0}.bp-profile-field p{font-size:14px}.bp-profile-field .datebox>label,.bp-profile-field .radio>label,.bp-profile-field>label{display:inline-block;font-weight:600;text-align:right;vertical-align:middle;width:200px}.clear-value,.field_type_radio .radio div:not(.field-visibility-settings) label{display:block}.field_type_checkbox .checkbox>label,.field_type_multiselectbox>label,.field_type_radio .radio>label,.field_type_textarea>label{vertical-align:top}.bp-profile-field .description{margin:10px 200px 10px 0;text-align:right}.clear-value{font-size:12px;margin-right:200px}.field_type_checkbox .checkbox>label+label{display:block;margin-right:200px;width:auto}.field_type_radio .radio div:not(.field-visibility-settings){display:inline-block}.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin:10px 200px 10px 0;text-align:right}.field-visibility-settings{display:none;margin-right:200px}.field-visibility-settings .button{margin-bottom:15px}#normal-sortables .field-visibility-settings legend{font-size:16px;margin-bottom:10px}
\ No newline at end of file
+div#profile-page.wrap form#your-profile{position:relative;padding-top:50px}div#profile-page.wrap form#your-profile h3:first-of-type{margin-top:5em}div#profile-page.wrap form#your-profile #profile-nav{position:absolute;top:0;width:97%}div#community-profile-page #profile-nav{margin-bottom:1em}#bp_members_admin_user_stats ul{margin-bottom:0}div#community-profile-page a.bp-xprofile-avatar-user-admin:before,div#community-profile-page a.bp-xprofile-avatar-user-edit:before,div#community-profile-page li.bp-blogs-profile-stats:before,div#community-profile-page li.bp-friends-profile-stats:before,div#community-profile-page li.bp-groups-profile-stats:before,div#community-profile-page li.bp-members-profile-stats:before{font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 2px;top:0;right:-1px;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#888}div#community-profile-page li.bp-members-profile-stats:before{content:"\f130"}div#community-profile-page li.bp-friends-profile-stats:before{content:"\f454"}div#community-profile-page li.bp-groups-profile-stats:before{content:"\f456"}div#community-profile-page li.bp-blogs-profile-stats:before{content:"\f120"}div#community-profile-page a.bp-xprofile-avatar-user-admin:before{content:"\f182"}div#community-profile-page a.bp-xprofile-avatar-user-edit:before{content:"\f107"}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar{width:150px;margin:0 auto}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img{max-width:100%;height:auto}div#community-profile-page div#bp_xprofile_user_admin_avatar a{display:block;margin:1em 0;text-decoration:none;color:#888}div#community-profile-page p.not-activated{margin:1em 1em 0;color:red}#community-profile-page #submitdiv #publishing-action{float:none;width:100%}.bp-view-profile{float:right}.alt{background:0 0}.bp-profile-field{border-bottom:dotted 1px #ccc;font-size:14px;margin:15px 0;padding:10px}.bp-profile-field:last-child{border-bottom:0}.bp-profile-field p{font-size:14px}.bp-profile-field>label{display:inline-block;font-weight:600;text-align:right;vertical-align:middle;width:200px}.clear-value,.field_type_checkbox .checkbox .input-options label,.field_type_radio .radio .input-options label{display:block}.field_type_checkbox .checkbox>label,.field_type_multiselectbox>label,.field_type_radio .radio>label,.field_type_textarea>label{vertical-align:top}.bp-profile-field .description{margin:10px 200px 12px 0;text-align:right}.clear-value{font-size:12px;margin-right:200px}.field_type_checkbox .checkbox>label+label{display:block;margin-right:200px;width:auto}.field_type_checkbox .checkbox .input-options,.field_type_datebox .datebox .input-options,.field_type_radio .radio .input-options{display:inline-block}.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin:10px 200px 10px 0;text-align:right}.field-visibility-settings{display:none;margin-right:200px}.field-visibility-settings .button{margin-bottom:15px}#normal-sortables .field-visibility-settings legend{font-size:14px;font-weight:600}#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .datebox legend,#your-profile .bp-profile-field .radio legend{float:right;font-size:14px;font-weight:600;line-height:1.4em;text-align:right;vertical-align:middle;width:192px}#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .radio legend{margin-bottom:20px}.bp-profile-field .radio .clear-value{margin-top:10px}@media screen and (max-width:782px){#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .datebox legend,#your-profile .bp-profile-field .radio legend,.bp-profile-field label{float:none;clear:right;display:block;margin-bottom:12px}.bp-profile-field .checkbox label,.bp-profile-field .radio label{line-height:1.4em;margin-bottom:12px;vertical-align:middle}.bp-profile-field .checkbox input[type=checkbox],.bp-profile-field .radio input[type=radio]{vertical-align:top}.bp-profile-field .clear-value,.bp-profile-field .description,.bp-profile-field .wp-editor-wrap,.bp-profile-field input[type=number],.bp-profile-field input[type=text],.bp-profile-field input[type=url],.bp-profile-field input[type=checkbox],.bp-profile-field input[type=radio],.bp-profile-field input[type=email],.bp-profile-field select:nth-of-type(1),.field-visibility-settings-notoggle,.field-visibility-settings-toggle{clear:right;margin-right:50px}.field-visibility-settings{margin-right:100px}#your-profile .field_multiselectbox select{height:auto}}@media screen and (max-width:480px){.bp-profile-field .clear-value,.bp-profile-field .description,.bp-profile-field .wp-editor-wrap,.bp-profile-field input[type=number],.bp-profile-field input[type=text],.bp-profile-field input[type=url],.bp-profile-field input[type=checkbox],.bp-profile-field input[type=radio],.bp-profile-field input[type=email],.bp-profile-field select:nth-of-type(1),.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin-right:0}.field-visibility-settings{margin-right:50px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-members/admin/css/admin.css b/wp-content/plugins/buddypress/bp-members/admin/css/admin.css
index 647e7a480..bda35a08e 100644
--- a/wp-content/plugins/buddypress/bp-members/admin/css/admin.css
+++ b/wp-content/plugins/buddypress/bp-members/admin/css/admin.css
@@ -1,4 +1,6 @@
-/**** BP Members Profile Administration Screens ****/
+/**** BP Members Profile Administration Screens
+* TO DO: Organize and clean up stylesheet.
+****/
 
 div#profile-page.wrap form#your-profile {
 	position: relative;
@@ -112,8 +114,7 @@ div#community-profile-page p.not-activated {
 .bp-profile-field p {
 	font-size: 14px;
 }
-.bp-profile-field .datebox > label,
-.bp-profile-field .radio > label,
+
 .bp-profile-field > label {  /* label takes on left side 200px */
 	display: inline-block;
 	font-weight: 600;
@@ -129,7 +130,7 @@ div#community-profile-page p.not-activated {
 	vertical-align: top;
 }
 .bp-profile-field .description {  /* description also sits in the right side column */
-	margin: 10px 0 10px 200px;
+	margin: 10px 0 12px 200px;
 	text-align: left;
 }
 .clear-value {  /* 'clear value' option also sits in the right side column */
@@ -142,10 +143,15 @@ div#community-profile-page p.not-activated {
 	margin-left: 200px;
 	width: auto;
 }
-.field_type_radio .radio div:not(.field-visibility-settings) label {  /* force radio buttons to new lines */
+.field_type_radio .radio .input-options label,
+.field_type_checkbox .checkbox .input-options label {
+	/* force checkboxes and radio buttons to new lines */
 	display: block;
 }
-.field_type_radio .radio div:not(.field-visibility-settings) {  /* make the radio buttons sit in the right side column */
+.field_type_checkbox .checkbox .input-options,
+.field_type_datebox .datebox .input-options,
+.field_type_radio .radio .input-options {
+	/* make the checkboxes, select menus, and radio buttons sit in the right side column */
 	display: inline-block;
 }
 .field-visibility-settings-notoggle,
@@ -161,6 +167,90 @@ div#community-profile-page p.not-activated {
 	margin-bottom: 15px;
 }
 #normal-sortables .field-visibility-settings legend {  /* id required for css selector weight */
-	font-size: 16px;
-	margin-bottom: 10px;
+	font-size: 14px;
+	font-weight:600;
+}
+
+#your-profile .bp-profile-field .checkbox legend,
+#your-profile .bp-profile-field .datebox legend,
+#your-profile .bp-profile-field .radio legend {
+	float:left; /* Firefox will not apply display: inline-block to legends */
+	font-size: 14px;
+	font-weight: 600;
+	line-height: 1.4em;
+	text-align: left;
+	vertical-align: middle;
+	width: 192px;
+}
+
+#your-profile .bp-profile-field .radio legend,
+#your-profile .bp-profile-field .checkbox legend {
+	margin-bottom: 20px;
+}
+
+.bp-profile-field .radio .clear-value {
+	margin-top: 10px;
+}
+
+@media screen and (max-width: 782px) {
+	#your-profile .bp-profile-field .checkbox legend,
+	#your-profile .bp-profile-field .datebox legend,
+	#your-profile .bp-profile-field .radio legend,
+	.bp-profile-field label {
+		float: none;
+		clear: left;
+		display: block;
+		margin-bottom: 12px;
+	}
+	.bp-profile-field .checkbox label,
+	.bp-profile-field .radio label {
+		line-height: 1.4em;
+		margin-bottom: 12px;
+		vertical-align: middle;
+	}
+	.bp-profile-field .checkbox input[type="checkbox"],
+	.bp-profile-field .radio input[type="radio"] {
+		vertical-align: top;
+	}
+	.bp-profile-field .clear-value,
+	.bp-profile-field .description,
+	.bp-profile-field input[type="checkbox"],
+	.bp-profile-field input[type="email"],
+	.bp-profile-field input[type="number"],
+	.bp-profile-field input[type="radio"],
+	.bp-profile-field input[type="text"],
+	.bp-profile-field input[type="url"],
+	.bp-profile-field select:nth-of-type(1),
+	.bp-profile-field .wp-editor-wrap,
+	.field-visibility-settings-notoggle,
+	.field-visibility-settings-toggle {
+		clear: left;
+		margin-left: 50px;
+	}
+	.field-visibility-settings {
+		margin-left: 100px;
+	}
+	#your-profile .field_multiselectbox select {
+		height: auto;
+	}
+}
+
+@media screen and (max-width: 480px) {
+	.bp-profile-field .clear-value,
+	.bp-profile-field .description,
+	.bp-profile-field input[type="checkbox"],
+	.bp-profile-field input[type="email"],
+	.bp-profile-field input[type="number"],
+	.bp-profile-field input[type="radio"],
+	.bp-profile-field input[type="text"],
+	.bp-profile-field input[type="url"],
+	.bp-profile-field select:nth-of-type(1),
+	.bp-profile-field .wp-editor-wrap,
+	.field-visibility-settings-notoggle,
+	.field-visibility-settings-toggle {
+		margin-left: 0;
+	}
+	.field-visibility-settings {
+		margin-left: 50px;
+	}
 }
diff --git a/wp-content/plugins/buddypress/bp-members/admin/css/admin.min.css b/wp-content/plugins/buddypress/bp-members/admin/css/admin.min.css
index b1fb6f388..95faccfd3 100644
--- a/wp-content/plugins/buddypress/bp-members/admin/css/admin.min.css
+++ b/wp-content/plugins/buddypress/bp-members/admin/css/admin.min.css
@@ -1 +1 @@
-div#profile-page.wrap form#your-profile{position:relative;padding-top:50px}div#profile-page.wrap form#your-profile h3:first-of-type{margin-top:5em}div#profile-page.wrap form#your-profile #profile-nav{position:absolute;top:0;width:97%}div#community-profile-page #profile-nav{margin-bottom:1em}#bp_members_admin_user_stats ul{margin-bottom:0}div#community-profile-page a.bp-xprofile-avatar-user-admin:before,div#community-profile-page a.bp-xprofile-avatar-user-edit:before,div#community-profile-page li.bp-blogs-profile-stats:before,div#community-profile-page li.bp-friends-profile-stats:before,div#community-profile-page li.bp-groups-profile-stats:before,div#community-profile-page li.bp-members-profile-stats:before{font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 2px 0 0;top:0;left:-1px;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#888}div#community-profile-page li.bp-members-profile-stats:before{content:"\f130"}div#community-profile-page li.bp-friends-profile-stats:before{content:"\f454"}div#community-profile-page li.bp-groups-profile-stats:before{content:"\f456"}div#community-profile-page li.bp-blogs-profile-stats:before{content:"\f120"}div#community-profile-page a.bp-xprofile-avatar-user-admin:before{content:"\f182"}div#community-profile-page a.bp-xprofile-avatar-user-edit:before{content:"\f107"}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar{width:150px;margin:0 auto}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img{max-width:100%;height:auto}div#community-profile-page div#bp_xprofile_user_admin_avatar a{display:block;margin:1em 0;text-decoration:none;color:#888}div#community-profile-page p.not-activated{margin:1em 1em 0;color:red}#community-profile-page #submitdiv #publishing-action{float:none;width:100%}.bp-view-profile{float:left}.alt{background:0 0}.bp-profile-field{border-bottom:dotted 1px #ccc;font-size:14px;margin:15px 0;padding:10px}.bp-profile-field:last-child{border-bottom:0}.bp-profile-field p{font-size:14px}.bp-profile-field .datebox>label,.bp-profile-field .radio>label,.bp-profile-field>label{display:inline-block;font-weight:600;text-align:left;vertical-align:middle;width:200px}.clear-value,.field_type_radio .radio div:not(.field-visibility-settings) label{display:block}.field_type_checkbox .checkbox>label,.field_type_multiselectbox>label,.field_type_radio .radio>label,.field_type_textarea>label{vertical-align:top}.bp-profile-field .description{margin:10px 0 10px 200px;text-align:left}.clear-value{font-size:12px;margin-left:200px}.field_type_checkbox .checkbox>label+label{display:block;margin-left:200px;width:auto}.field_type_radio .radio div:not(.field-visibility-settings){display:inline-block}.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin:10px 0 10px 200px;text-align:left}.field-visibility-settings{display:none;margin-left:200px}.field-visibility-settings .button{margin-bottom:15px}#normal-sortables .field-visibility-settings legend{font-size:16px;margin-bottom:10px}
\ No newline at end of file
+div#profile-page.wrap form#your-profile{position:relative;padding-top:50px}div#profile-page.wrap form#your-profile h3:first-of-type{margin-top:5em}div#profile-page.wrap form#your-profile #profile-nav{position:absolute;top:0;width:97%}div#community-profile-page #profile-nav{margin-bottom:1em}#bp_members_admin_user_stats ul{margin-bottom:0}div#community-profile-page a.bp-xprofile-avatar-user-admin:before,div#community-profile-page a.bp-xprofile-avatar-user-edit:before,div#community-profile-page li.bp-blogs-profile-stats:before,div#community-profile-page li.bp-friends-profile-stats:before,div#community-profile-page li.bp-groups-profile-stats:before,div#community-profile-page li.bp-members-profile-stats:before{font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 2px 0 0;top:0;left:-1px;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#888}div#community-profile-page li.bp-members-profile-stats:before{content:"\f130"}div#community-profile-page li.bp-friends-profile-stats:before{content:"\f454"}div#community-profile-page li.bp-groups-profile-stats:before{content:"\f456"}div#community-profile-page li.bp-blogs-profile-stats:before{content:"\f120"}div#community-profile-page a.bp-xprofile-avatar-user-admin:before{content:"\f182"}div#community-profile-page a.bp-xprofile-avatar-user-edit:before{content:"\f107"}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar{width:150px;margin:0 auto}div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img{max-width:100%;height:auto}div#community-profile-page div#bp_xprofile_user_admin_avatar a{display:block;margin:1em 0;text-decoration:none;color:#888}div#community-profile-page p.not-activated{margin:1em 1em 0;color:red}#community-profile-page #submitdiv #publishing-action{float:none;width:100%}.bp-view-profile{float:left}.alt{background:0 0}.bp-profile-field{border-bottom:dotted 1px #ccc;font-size:14px;margin:15px 0;padding:10px}.bp-profile-field:last-child{border-bottom:0}.bp-profile-field p{font-size:14px}.bp-profile-field>label{display:inline-block;font-weight:600;text-align:left;vertical-align:middle;width:200px}.clear-value,.field_type_checkbox .checkbox .input-options label,.field_type_radio .radio .input-options label{display:block}.field_type_checkbox .checkbox>label,.field_type_multiselectbox>label,.field_type_radio .radio>label,.field_type_textarea>label{vertical-align:top}.bp-profile-field .description{margin:10px 0 12px 200px;text-align:left}.clear-value{font-size:12px;margin-left:200px}.field_type_checkbox .checkbox>label+label{display:block;margin-left:200px;width:auto}.field_type_checkbox .checkbox .input-options,.field_type_datebox .datebox .input-options,.field_type_radio .radio .input-options{display:inline-block}.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin:10px 0 10px 200px;text-align:left}.field-visibility-settings{display:none;margin-left:200px}.field-visibility-settings .button{margin-bottom:15px}#normal-sortables .field-visibility-settings legend{font-size:14px;font-weight:600}#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .datebox legend,#your-profile .bp-profile-field .radio legend{float:left;font-size:14px;font-weight:600;line-height:1.4em;text-align:left;vertical-align:middle;width:192px}#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .radio legend{margin-bottom:20px}.bp-profile-field .radio .clear-value{margin-top:10px}@media screen and (max-width:782px){#your-profile .bp-profile-field .checkbox legend,#your-profile .bp-profile-field .datebox legend,#your-profile .bp-profile-field .radio legend,.bp-profile-field label{float:none;clear:left;display:block;margin-bottom:12px}.bp-profile-field .checkbox label,.bp-profile-field .radio label{line-height:1.4em;margin-bottom:12px;vertical-align:middle}.bp-profile-field .checkbox input[type=checkbox],.bp-profile-field .radio input[type=radio]{vertical-align:top}.bp-profile-field .clear-value,.bp-profile-field .description,.bp-profile-field .wp-editor-wrap,.bp-profile-field input[type=number],.bp-profile-field input[type=text],.bp-profile-field input[type=url],.bp-profile-field input[type=checkbox],.bp-profile-field input[type=radio],.bp-profile-field input[type=email],.bp-profile-field select:nth-of-type(1),.field-visibility-settings-notoggle,.field-visibility-settings-toggle{clear:left;margin-left:50px}.field-visibility-settings{margin-left:100px}#your-profile .field_multiselectbox select{height:auto}}@media screen and (max-width:480px){.bp-profile-field .clear-value,.bp-profile-field .description,.bp-profile-field .wp-editor-wrap,.bp-profile-field input[type=number],.bp-profile-field input[type=text],.bp-profile-field input[type=url],.bp-profile-field input[type=checkbox],.bp-profile-field input[type=radio],.bp-profile-field input[type=email],.bp-profile-field select:nth-of-type(1),.field-visibility-settings-notoggle,.field-visibility-settings-toggle{margin-left:0}.field-visibility-settings{margin-left:50px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-members/admin/js/admin.min.js b/wp-content/plugins/buddypress/bp-members/admin/js/admin.min.js
index 2aa602742..620db1c34 100644
--- a/wp-content/plugins/buddypress/bp-members/admin/js/admin.min.js
+++ b/wp-content/plugins/buddypress/bp-members/admin/js/admin.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 function clear(a){if(a=document.getElementById(a)){var b=a.getElementsByTagName("INPUT"),c=a.getElementsByTagName("OPTION"),d=0;if(b)for(d=0;d<b.length;d++)b[d].checked="";if(c)for(d=0;d<c.length;d++)c[d].selected=!1}}!function(a){a(".visibility-toggle-link").on("click",function(b){b.preventDefault(),a(this).parent().hide().siblings(".field-visibility-settings").show()}),a(".field-visibility-settings-close").on("click",function(b){b.preventDefault();var c=a(this).parent(),d=c.find("input:checked").parent().text();c.hide().siblings(".field-visibility-settings-toggle").children(".current-visibility-level").text(d).end().show()})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-actions.php b/wp-content/plugins/buddypress/bp-members/bp-members-actions.php
index 826ad09fa..233c3b076 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-actions.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-actions.php
@@ -23,6 +23,8 @@ defined( 'ABSPATH' ) || exit;
  *
  * Note: no longer used in the current state. See the Settings component.
  *
+ * @since 1.1.0
+ *
  * @param int $user_id Optional. User ID to mark as spam. Defaults to displayed user.
  */
 function bp_core_action_set_spammer_status( $user_id = 0 ) {
@@ -73,6 +75,8 @@ function bp_core_action_set_spammer_status( $user_id = 0 ) {
  * Process user deletion requests.
  *
  * Note: No longer called here. See the Settings component.
+ *
+ * @since 1.1.0
  */
 function bp_core_action_delete_user() {
 
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-activity.php b/wp-content/plugins/buddypress/bp-members/bp-members-activity.php
index 9ad596c56..c6ed4958b 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-activity.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-activity.php
@@ -15,8 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 2.2.0
  *
- * @uses bp_activity_set_action()
- * @uses buddypress()
  */
 function bp_members_register_activity_actions() {
 
@@ -70,6 +68,8 @@ function bp_members_format_activity_action_new_member( $action, $activity ) {
 /**
  * Create a "became a registered user" activity item when a user activates his account.
  *
+ * @since 1.2.2
+ *
  * @param array $user Array of userdata passed to bp_core_activated_user hook.
  * @return bool
  */
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-admin.php b/wp-content/plugins/buddypress/bp-members/bp-members-admin.php
index dbc77b5e1..962aec762 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-admin.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-admin.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-members-admin.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-members-admin.php';
+}
 
 // Load the BP Members admin.
 add_action( 'bp_init', array( 'BP_Members_Admin', 'register_members_admin' ) );
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php b/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php
index 48a9361d0..c13fee032 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php
@@ -44,10 +44,10 @@ function bp_members_admin_bar_my_account_menu() {
 			'class'  => 'ab-sub-secondary'
 		) ) );
 
-	// Show login and sign-up links.
+		// Show login and sign-up links.
 	} elseif ( !empty( $wp_admin_bar ) ) {
 
-		add_filter ( 'show_admin_bar', '__return_true' );
+		add_filter( 'show_admin_bar', '__return_true' );
 
 		// Create the main 'My Account' menu.
 		$wp_admin_bar->add_menu( array(
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-cache.php b/wp-content/plugins/buddypress/bp-members/bp-members-cache.php
index 7bb4a9a65..49b4b5034 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-cache.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-cache.php
@@ -52,7 +52,7 @@ add_action( 'bp_user_query_populate_extras', 'bp_members_prefetch_member_type' )
  *
  * Called when the user is deleted or marked as spam.
  *
- * @since BuddyPres (2.2.0)
+ * @since 2.2.0
  *
  * @param int $user_id ID of the deleted user.
  */
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-filters.php b/wp-content/plugins/buddypress/bp-members/bp-members-filters.php
index c76731d74..5575ebef2 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-filters.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-filters.php
@@ -110,8 +110,8 @@ function bp_members_edit_profile_url( $url, $user_id, $scheme = 'admin' ) {
 	if ( ! is_admin() && bp_is_active( 'xprofile' ) ) {
 		$profile_link = trailingslashit( bp_core_get_user_domain( $user_id ) . bp_get_profile_slug() . '/edit' );
 
-	// Default to $url.
 	} else {
+		// Default to $url.
 		$profile_link = $url;
 	}
 
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-functions.php b/wp-content/plugins/buddypress/bp-members/bp-members-functions.php
index bc99698bd..8ee5a6d13 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-functions.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-functions.php
@@ -35,6 +35,8 @@ function bp_members_has_directory() {
  *
  * In general, fallback values are only used during initial BP page creation,
  * when no slugs have been explicitly defined.
+ *
+ * @since 1.5.0
  */
 function bp_core_define_slugs() {
 	$bp = buddypress();
@@ -75,6 +77,8 @@ add_action( 'bp_setup_globals', 'bp_core_define_slugs', 11 );
  * need backward compatibility with BP_Core_User::get_users(), filter the
  * bp_use_legacy_user_query value, returning true.
  *
+ * @since 1.2.0
+ *
  * @param array|string $args {
  *     Array of arguments. All are optional. See {@link BP_User_Query} for
  *     a more complete description of arguments.
@@ -158,6 +162,8 @@ function bp_core_get_users( $args = '' ) {
 /**
  * Return the domain for the passed user: e.g. http://example.com/members/andy/.
  *
+ * @since 1.0.0
+ *
  * @param int         $user_id       The ID of the user.
  * @param string|bool $user_nicename Optional. user_nicename of the user.
  * @param string|bool $user_login    Optional. user_login of the user.
@@ -198,6 +204,8 @@ function bp_core_get_user_domain( $user_id = 0, $user_nicename = false, $user_lo
 /**
  * Fetch everything in the wp_users table for a user, without any usermeta.
  *
+ * @since 1.2.0
+ *
  * @param int $user_id The ID of the user.
  * @return array
  */
@@ -293,6 +301,8 @@ function bp_core_get_userid_from_nicename( $user_nicename = '' ) {
  * This function is sensitive to the BP_ENABLE_USERNAME_COMPATIBILITY_MODE,
  * so it will return the user_login or user_nicename as appropriate.
  *
+ * @since 1.0.0
+ *
  * @param int         $user_id       User ID to check.
  * @param string|bool $user_nicename Optional. user_nicename of user being checked.
  * @param string|bool $user_login    Optional. user_login of user being checked.
@@ -435,6 +445,8 @@ function bp_members_get_user_nicename( $user_id ) {
 /**
  * Return the email address for the user based on user ID.
  *
+ * @since 1.0.0
+ *
  * @param int $uid User ID to check.
  * @return string The email for the matched user. Empty string if no user
  *                matched the $uid.
@@ -473,6 +485,8 @@ function bp_core_get_user_email( $uid ) {
  *
  * Optional parameters will return just the name or just the URL.
  *
+ * @since 1.0.0
+ *
  * @param int  $user_id   User ID to check.
  * @param bool $no_anchor Disable URL and HTML and just return full name.
  *                        Default: false.
@@ -598,6 +612,8 @@ function bp_core_get_user_displaynames( $user_ids ) {
 /**
  * Fetch the display name for a user.
  *
+ * @since 1.0.1
+ *
  * @param int|string|bool $user_id_or_username User ID or username.
  * @return string|bool The display name for the user in question, or false if
  *                     user not found.
@@ -643,6 +659,8 @@ add_filter( 'bp_core_get_user_displayname', 'esc_html'      );
 /**
  * Return the user link for the user based on user email address.
  *
+ * @since 1.0.0
+ *
  * @param string $email The email address for the user.
  * @return string The link to the users home base. False on no match.
  */
@@ -662,6 +680,8 @@ function bp_core_get_userlink_by_email( $email ) {
 /**
  * Return the user link for the user based on the supplied identifier.
  *
+ * @since 1.0.0
+ *
  * @param string $username If BP_ENABLE_USERNAME_COMPATIBILITY_MODE is set,
  *                         this should be user_login, otherwise it should
  *                         be user_nicename.
@@ -691,6 +711,8 @@ function bp_core_get_userlink_by_username( $username ) {
  * account for users who have logged activity (last_active). See
  * {@link bp_core_get_active_member_count()}.
  *
+ * @since 1.2.0
+ *
  * @return int The total number of members.
  */
 function bp_core_get_total_member_count() {
@@ -717,6 +739,8 @@ function bp_core_get_total_member_count() {
 /**
  * Return the total number of members, limited to those members with last_activity.
  *
+ * @since 1.6.0
+ *
  * @return int The number of active members.
  */
 function bp_core_get_active_member_count() {
@@ -919,6 +943,8 @@ add_action( 'make_ham_user', 'bp_core_mark_user_ham_admin' );
 /**
  * Check whether a user has been marked as a spammer.
  *
+ * @since 1.6.0
+ *
  * @param int $user_id The ID for the user.
  * @return bool True if spammer, otherwise false.
  */
@@ -983,6 +1009,8 @@ function bp_is_user_spammer( $user_id = 0 ) {
 /**
  * Check whether a user has been marked as deleted.
  *
+ * @since 1.6.0
+ *
  * @param int $user_id The ID for the user.
  * @return bool True if deleted, otherwise false.
  */
@@ -1049,11 +1077,6 @@ function bp_is_user_deleted( $user_id = 0 ) {
  *
  * @since 1.6.0
  *
- * @uses is_user_logged_in() To check if user is logged in
- * @uses bp_loggedin_user_id() To get current user ID
- * @uses bp_is_user_spammer() To check if user is spammer
- * @uses bp_is_user_deleted() To check if user is deleted
- *
  * @param int $user_id The user ID to check.
  * @return bool True if active, otherwise false.
  */
@@ -1091,10 +1114,6 @@ function bp_is_user_active( $user_id = 0 ) {
  * @todo No need for the user fallback checks, since they're done in
  *       bp_is_user_active().
  *
- * @uses is_user_logged_in() To check if user is logged in.
- * @uses bp_get_displayed_user_id() To get current user ID.
- * @uses bp_is_user_active() To check if user is active.
- *
  * @param int $user_id The user ID to check.
  * @return bool True if inactive, otherwise false.
  */
@@ -1214,6 +1233,8 @@ add_filter( 'update_user_metadata', '_bp_update_user_meta_last_activity_warning'
 /**
  * Get the last activity for a given user.
  *
+ * @since 1.9.0
+ *
  * @param int $user_id The ID of the user.
  * @return string Time of last activity, in 'Y-m-d H:i:s' format, or an empty
  *                string if none is found.
@@ -1293,6 +1314,8 @@ function bp_core_get_all_posts_for_user( $user_id = 0 ) {
  *
  * Primarily used for self-deletions, as requested through Settings.
  *
+ * @since 1.0.0
+ *
  * @param int $user_id Optional. ID of the user to be deleted. Default: the
  *                     logged-in user.
  * @return bool True on success, false on failure.
@@ -1379,6 +1402,8 @@ add_action( 'delete_user', 'bp_core_delete_avatar_on_user_delete' );
  *
  * Uses multibyte functions when available on the PHP build.
  *
+ * @since 1.0.0
+ *
  * @param string $str String to be upper-cased.
  * @return string
  */
@@ -1425,6 +1450,8 @@ add_filter( 'authenticate', 'bp_core_boot_spammer', 30 );
 /**
  * Delete last_activity data for the user when the user is deleted.
  *
+ * @since 1.0.0
+ *
  * @param int $user_id The user ID for the user to delete usermeta for.
  */
 function bp_core_remove_data( $user_id ) {
@@ -1442,6 +1469,8 @@ add_action( 'bp_make_spam_user', 'bp_core_remove_data' );
 /**
  * Check whether the logged-in user can edit settings for the displayed user.
  *
+ * @since 1.5.0
+ *
  * @return bool True if editing is allowed, otherwise false.
  */
 function bp_core_can_edit_settings() {
@@ -1464,6 +1493,8 @@ function bp_core_can_edit_settings() {
 
 /**
  * Flush illegal names by getting and setting 'illegal_names' site option.
+ *
+ * @since 1.2.5
  */
 function bp_core_flush_illegal_names() {
 	$illegal_names = get_site_option( 'illegal_names' );
@@ -1473,6 +1504,8 @@ function bp_core_flush_illegal_names() {
 /**
  * Add BuddyPress-specific items to the illegal_names array.
  *
+ * @since 1.2.7
+ *
  * @param array|string $value    Illegal names as being saved defined in
  *                               Multisite settings.
  * @param array|string $oldvalue The old value of the option.
@@ -1641,6 +1674,8 @@ function bp_core_add_validation_error_messages( WP_Error $errors, $validation_re
 /**
  * Validate a user name and email address when creating a new user.
  *
+ * @since 1.2.2
+ *
  * @param string $user_name  Username to validate.
  * @param string $user_email Email address to validate.
  * @return array Results of user validation including errors, if any.
@@ -1744,6 +1779,8 @@ function bp_core_validate_user_signup( $user_name, $user_email ) {
 /**
  * Validate blog URL and title provided at signup.
  *
+ * @since 1.2.2
+ *
  * @todo Why do we have this wrapper?
  *
  * @param string $blog_url   Blog URL requested during registration.
@@ -1768,6 +1805,8 @@ function bp_core_validate_blog_signup( $blog_url, $blog_title ) {
 /**
  * Process data submitted at user registration and convert to a signup object.
  *
+ * @since 1.2.0
+ *
  * @todo There appears to be a bug in the return value on success.
  *
  * @param string $user_login    Login name requested by the user.
@@ -1864,6 +1903,8 @@ function bp_core_signup_user( $user_login, $user_password, $user_email, $usermet
 /**
  * Create a blog and user based on data supplied at user registration.
  *
+ * @since 1.2.2
+ *
  * @param string $blog_domain Domain requested by user.
  * @param string $blog_path   Path requested by user.
  * @param string $blog_title  Title as entered by user.
@@ -1893,6 +1934,8 @@ function bp_core_signup_blog( $blog_domain, $blog_path, $blog_title, $user_name,
 /**
  * Activate a signup, as identified by an activation key.
  *
+ * @since 1.2.2
+ *
  * @param string $key Activation key.
  * @return int|bool User ID on success, false on failure.
  */
@@ -2022,15 +2065,23 @@ function bp_core_activate_signup( $key ) {
 		}
 	}
 
-	// Update the display_name.
-	wp_update_user( array(
-		'ID'           => $user_id,
-		'display_name' => bp_core_get_user_displayname( $user_id ),
-	) );
-
-	// Set the password on multisite installs.
+	// Replace the password automatically generated by WordPress by the one the user chose.
 	if ( ! empty( $user['meta']['password'] ) ) {
 		$wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->users} SET user_pass = %s WHERE ID = %d", $user['meta']['password'], $user_id ) );
+
+		/**
+		 * Make sure to clean the user's cache as we've
+		 * directly edited the password without using
+		 * wp_update_user().
+		 *
+		 * If we can't use wp_update_user() that's because
+		 * we already hashed the password at the signup step.
+		 */
+		$uc = wp_cache_get( $user_id, 'users' );
+
+		if ( ! empty( $uc->ID ) ) {
+			clean_user_cache( $uc->ID );
+		}
 	}
 
 	/**
@@ -2134,6 +2185,8 @@ function bp_members_migrate_signups() {
  * This only happens when a user is registered in wp-admin by an administrator;
  * during normal registration, XProfile data is provided directly by the user.
  *
+ * @since 1.2.0
+ *
  * @param int $user_id ID of the user.
  * @return bool
  */
@@ -2162,6 +2215,8 @@ add_action( 'user_register', 'bp_core_map_user_registration' );
 /**
  * Get the avatar storage directory for use during registration.
  *
+ * @since 1.1.0
+ *
  * @return string|bool Directory path on success, false on failure.
  */
 function bp_core_signup_avatar_upload_dir() {
@@ -2198,7 +2253,8 @@ function bp_core_signup_avatar_upload_dir() {
 /**
  * Send activation email to a newly registered user.
  *
- * @since  2.5.0 Add the $user_login parameter.
+ * @since 1.2.2
+ * @since 2.5.0 Add the $user_login parameter.
  *
  * @param int|bool $user_id    ID of the new user, false if BP_SIGNUPS_SKIP_USER_CREATION is true.
  * @param string   $user_email Email address of the new user.
@@ -2320,6 +2376,8 @@ add_action( 'login_form_bp-resend-activation', 'bp_members_login_resend_activati
 
 /**
  * Redirect away from wp-signup.php if BP registration templates are present.
+ *
+ * @since 1.1.0
  */
 function bp_core_wpsignup_redirect() {
 
@@ -2331,7 +2389,7 @@ function bp_core_wpsignup_redirect() {
 	$action = !empty( $_GET['action'] ) ? $_GET['action'] : '';
 
 	// Not at the WP core signup page and action is not register.
-	if ( ! empty( $_SERVER['SCRIPT_NAME'] ) && false === strpos( $_SERVER['SCRIPT_NAME'], 'wp-signup.php' ) && ( 'register' != $action ) ) {
+	if ( ! empty( $_SERVER['SCRIPT_NAME'] ) && false === strpos( 'wp-signup.php', $_SERVER['SCRIPT_NAME'] ) && ( 'register' != $action ) ) {
 		return;
 	}
 
@@ -2420,6 +2478,31 @@ function bp_live_spammer_login_error() {
 }
 add_action( 'login_form_bp-spam', 'bp_live_spammer_login_error' );
 
+/**
+ * Get the displayed user Object
+ *
+ * @since 2.6.0
+ *
+ * @return object The displayed user object, null otherwise.
+ */
+function bp_get_displayed_user() {
+	$bp = buddypress();
+
+	$displayed_user = null;
+	if ( ! empty( $bp->displayed_user->id ) ) {
+		$displayed_user = $bp->displayed_user;
+	}
+
+	/**
+	 * Filters the displayed_user object corresponding to the displayed member.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param object $displayed_user The displayed_user object.
+	 */
+	return apply_filters( 'bp_get_displayed_user', $displayed_user );
+}
+
 /** Member Types *************************************************************/
 
 /**
@@ -2740,5 +2823,13 @@ add_action( 'delete_user', 'bp_remove_member_type_on_user_delete' );
  * @return string
  */
 function bp_get_current_member_type() {
+
+	/**
+	 * Filters the "current" member type, if one is provided, in member directories.
+	 *
+	 * @since 2.3.0
+	 *
+	 * @param string $value "Current" member type.
+	 */
 	return apply_filters( 'bp_get_current_member_type', buddypress()->current_member_type );
 }
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-loader.php b/wp-content/plugins/buddypress/bp-members/bp-members-loader.php
index 4962e82dc..96edec6b1 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-loader.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-loader.php
@@ -10,10 +10,14 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-members-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-members-component.php';
+}
 
 /**
  * Set up the bp-members component.
+ *
+ * @since 1.6.0
  */
 function bp_setup_members() {
 	buddypress()->members = new BP_Members_Component();
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-screens.php b/wp-content/plugins/buddypress/bp-members/bp-members-screens.php
index 6b6cdd420..969bcd2fd 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-screens.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-screens.php
@@ -12,11 +12,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-members-theme-compat.php';
-require dirname( __FILE__ ) . '/classes/class-bp-registration-theme-compat.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-members-theme-compat.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-registration-theme-compat.php';
+}
 
 /**
  * Handle the display of the profile page by loading the correct template file.
+ *
+ * @since 1.5.0
  */
 function bp_members_screen_display_profile() {
 
@@ -39,6 +43,8 @@ function bp_members_screen_display_profile() {
 
 /**
  * Handle the display of the members directory index.
+ *
+ * @since 1.5.0
  */
 function bp_members_screen_index() {
 	if ( bp_is_members_directory() ) {
@@ -65,6 +71,8 @@ add_action( 'bp_screens', 'bp_members_screen_index' );
 
 /**
  * Handle the loading of the signup screen.
+ *
+ * @since 1.1.0
  */
 function bp_core_screen_signup() {
 	$bp = buddypress();
@@ -99,7 +107,7 @@ function bp_core_screen_signup() {
 	if ( !bp_get_signup_allowed() ) {
 		$bp->signup->step = 'registration-disabled';
 
-	// If the signup page is submitted, validate and save.
+		// If the signup page is submitted, validate and save.
 	} elseif ( isset( $_POST['signup_submit'] ) && bp_verify_nonce_request( 'bp_new_signup' ) ) {
 
 	    /**
@@ -151,7 +159,7 @@ function bp_core_screen_signup() {
 						$bp->signup->errors['field_' . $field_id] = __( 'This is a required field', 'buddypress' );
 				}
 
-			// This situation doesn't naturally occur so bounce to website root.
+				// This situation doesn't naturally occur so bounce to website root.
 			} else {
 				bp_core_redirect( bp_get_root_domain() );
 			}
@@ -295,6 +303,8 @@ add_action( 'bp_screens', 'bp_core_screen_signup' );
 /**
  * Handle the loading of the Activate screen.
  *
+ * @since 1.1.0
+ *
  * @todo Move the actual activation process into an action in bp-members-actions.php
  */
 function bp_core_screen_activation() {
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-template.php b/wp-content/plugins/buddypress/bp-members/bp-members-template.php
index 23b5ccec2..0f694304b 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-template.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-template.php
@@ -12,14 +12,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-core-members-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-core-members-template.php';
+}
 
 /**
  * Output the profile component slug.
  *
  * @since 2.4.0
  *
- * @uses bp_get_profile_slug()
  */
 function bp_profile_slug() {
 	echo bp_get_profile_slug();
@@ -48,7 +49,6 @@ function bp_profile_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_members_slug()
  */
 function bp_members_slug() {
 	echo bp_get_members_slug();
@@ -77,7 +77,6 @@ function bp_members_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_members_root_slug()
  */
 function bp_members_root_slug() {
 	echo bp_get_members_root_slug();
@@ -136,7 +135,6 @@ function bp_members_member_type_base() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_members_directory_permalink()
  */
 function bp_members_directory_permalink() {
 	echo esc_url( bp_get_members_directory_permalink() );
@@ -165,8 +163,6 @@ function bp_members_directory_permalink() {
  *
  * @since 2.5.0
  *
- * @uses bp_get_member_type_directory_permalink()
- *
  * @param string $member_type Optional. Member type.
  */
 function bp_member_type_directory_permalink( $member_type = '' ) {
@@ -213,7 +209,6 @@ function bp_member_type_directory_permalink( $member_type = '' ) {
  *
  * @since 1.5.0
  *
- * @uses bp_get_signup_slug()
  */
 function bp_signup_slug() {
 	echo bp_get_signup_slug();
@@ -251,7 +246,6 @@ function bp_signup_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activate_slug()
  */
 function bp_activate_slug() {
 	echo bp_get_activate_slug();
@@ -291,6 +285,8 @@ function bp_activate_slug() {
  * global, enabling the use of BuddyPress templates and template functions to
  * display a list of members.
  *
+ * @since 1.2.0
+ *
  * @global object $members_template {@link BP_Members_Template}
  *
  * @param array|string $args {
@@ -426,16 +422,20 @@ function bp_has_members( $args = '' ) {
 	 * Filters whether or not BuddyPress has members to iterate over.
 	 *
 	 * @since 1.2.4
+	 * @since 2.6.0 Added the `$r` parameter
 	 *
 	 * @param bool  $value            Whether or not there are members to iterate over.
 	 * @param array $members_template Populated $members_template global.
+	 * @param array $r                Array of arguments passed into the BP_Core_Members_Template class.
 	 */
-	return apply_filters( 'bp_has_members', $members_template->has_members(), $members_template );
+	return apply_filters( 'bp_has_members', $members_template->has_members(), $members_template, $r );
 }
 
 /**
  * Set up the current member inside the loop.
  *
+ * @since 1.2.0
+ *
  * @return object
  */
 function bp_the_member() {
@@ -446,6 +446,8 @@ function bp_the_member() {
 /**
  * Check whether there are more members to iterate over.
  *
+ * @since 1.2.0
+ *
  * @return bool
  */
 function bp_members() {
@@ -455,6 +457,8 @@ function bp_members() {
 
 /**
  * Output the members pagination count.
+ *
+ * @since 1.2.0
  */
 function bp_members_pagination_count() {
 	echo bp_get_members_pagination_count();
@@ -462,6 +466,8 @@ function bp_members_pagination_count() {
 	/**
 	 * Generate the members pagination count.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @return string
 	 */
 	function bp_get_members_pagination_count() {
@@ -513,6 +519,8 @@ function bp_members_pagination_count() {
 
 /**
  * Output the members pagination links.
+ *
+ * @since 1.2.0
  */
 function bp_members_pagination_links() {
 	echo bp_get_members_pagination_links();
@@ -520,6 +528,8 @@ function bp_members_pagination_links() {
 	/**
 	 * Fetch the members pagination links.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_members_pagination_links() {
@@ -538,7 +548,8 @@ function bp_members_pagination_links() {
 /**
  * Output the ID of the current member in the loop.
  *
- * @uses bp_get_member_user_id()
+ * @since 1.2.0
+ *
  */
 function bp_member_user_id() {
 	echo bp_get_member_user_id();
@@ -546,6 +557,8 @@ function bp_member_user_id() {
 	/**
 	 * Get the ID of the current member in the loop.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string Member ID.
 	 */
 	function bp_get_member_user_id() {
@@ -578,7 +591,6 @@ function bp_member_class( $classes = array() ) {
 	 * @since 1.7.0
 	 *
 	 * @param array $classes Array of custom classes.
-	 *
 	 * @return string Row class of the member
 	 */
 	function bp_get_member_class( $classes = array() ) {
@@ -589,7 +601,7 @@ function bp_member_class( $classes = array() ) {
 			$pos_in_loop = (int) $members_template->current_member;
 			$classes[]   = ( $pos_in_loop % 2 ) ? 'even' : 'odd';
 
-		// If we've only one member in the loop, don't bother with odd and even.
+			// If we've only one member in the loop, don't bother with odd and even.
 		} else {
 			$classes[] = 'bp-single-member';
 		}
@@ -613,6 +625,13 @@ function bp_member_class( $classes = array() ) {
 			$classes[] = 'is-current-user';
 		}
 
+		// Add current user member types.
+		if ( $member_types = bp_get_member_type( $members_template->member->id, false ) ) {
+			foreach ( $member_types as $member_type ) {
+				$classes[] = sprintf( 'member-type-%s', esc_attr( $member_type ) );
+			}
+		}
+
 		/**
 		 * Filters the determined classes to add to the HTML element.
 		 *
@@ -629,6 +648,8 @@ function bp_member_class( $classes = array() ) {
 
 /**
  * Output nicename of current member in the loop.
+ *
+ * @since 1.2.5
  */
 function bp_member_user_nicename() {
 	echo bp_get_member_user_nicename();
@@ -636,6 +657,8 @@ function bp_member_user_nicename() {
 	/**
 	 * Get the nicename of the current member in the loop.
 	 *
+	 * @since 1.2.5
+	 *
 	 * @return string Members nicename.
 	 */
 	function bp_get_member_user_nicename() {
@@ -653,6 +676,8 @@ function bp_member_user_nicename() {
 
 /**
  * Output login for current member in the loop.
+ *
+ * @since 1.2.5
  */
 function bp_member_user_login() {
 	echo bp_get_member_user_login();
@@ -660,6 +685,8 @@ function bp_member_user_login() {
 	/**
 	 * Get the login of the current member in the loop.
 	 *
+	 * @since 1.2.5
+	 *
 	 * @return string Member's login.
 	 */
 	function bp_get_member_user_login() {
@@ -677,6 +704,8 @@ function bp_member_user_login() {
 
 /**
  * Output the email address for the current member in the loop.
+ *
+ * @since 1.2.5
  */
 function bp_member_user_email() {
 	echo bp_get_member_user_email();
@@ -684,6 +713,8 @@ function bp_member_user_email() {
 	/**
 	 * Get the email address of the current member in the loop.
 	 *
+	 * @since 1.2.5
+	 *
 	 * @return string Member's email address.
 	 */
 	function bp_get_member_user_email() {
@@ -702,6 +733,8 @@ function bp_member_user_email() {
 /**
  * Check whether the current member in the loop is the logged-in user.
  *
+ * @since 1.2.5
+ *
  * @return bool
  */
 function bp_member_is_loggedin_user() {
@@ -720,6 +753,8 @@ function bp_member_is_loggedin_user() {
 /**
  * Output a member's avatar.
  *
+ * @since 1.2.0
+ *
  * @see bp_get_member_avatar() for description of arguments.
  *
  * @param array|string $args See {@link bp_get_member_avatar()}.
@@ -730,14 +765,18 @@ function bp_member_avatar( $args = '' ) {
 	 * Filters a members avatar.
 	 *
 	 * @since 1.2.0
+	 * @since 2.6.0 Added the `$args` parameter.
 	 *
-	 * @param string $value Formatted HTML <img> element, or raw avatar URL based on $html arg.
+	 * @param string       $value Formatted HTML <img> element, or raw avatar URL based on $html arg.
+	 * @param array|string $args  See {@link bp_get_member_avatar()}.
 	 */
-	echo apply_filters( 'bp_member_avatar', bp_get_member_avatar( $args ) );
+	echo apply_filters( 'bp_member_avatar', bp_get_member_avatar( $args ), $args );
 }
 	/**
 	 * Get a member's avatar.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @see bp_core_fetch_avatar() For a description of arguments and
 	 *      return values.
 	 *
@@ -776,14 +815,18 @@ function bp_member_avatar( $args = '' ) {
 		 * Filters a members avatar.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $value Formatted HTML <img> element, or raw avatar URL based on $html arg.
+		 * @param array  $r     Array of parsed arguments. See {@link bp_get_member_avatar()}.
 		 */
-		return apply_filters( 'bp_get_member_avatar', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->id, 'type' => $type, 'alt' => $alt, 'css_id' => $id, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $members_template->member->user_email ) ) );
+		return apply_filters( 'bp_get_member_avatar', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->id, 'type' => $type, 'alt' => $alt, 'css_id' => $id, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $members_template->member->user_email ) ), $r );
 	}
 
 /**
  * Output the permalink for the current member in the loop.
+ *
+ * @since 1.2.0
  */
 function bp_member_permalink() {
 	echo bp_get_member_permalink();
@@ -791,6 +834,8 @@ function bp_member_permalink() {
 	/**
 	 * Get the permalink for the current member in the loop.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_member_permalink() {
@@ -808,16 +853,22 @@ function bp_member_permalink() {
 
 	/**
 	 * Alias of {@link bp_member_permalink()}.
+	 *
+	 * @since 1.2.0
 	 */
 	function bp_member_link() { echo bp_get_member_permalink(); }
 
 	/**
 	 * Alias of {@link bp_get_member_permalink()}.
+	 *
+	 * @since 1.2.0
 	 */
 	function bp_get_member_link() { return bp_get_member_permalink(); }
 
 /**
  * Output display name of current member in the loop.
+ *
+ * @since 1.2.0
  */
 function bp_member_name() {
 
@@ -838,6 +889,8 @@ function bp_member_name() {
 	 * WP users table, in the following order of preference: display_name,
 	 * user_nicename, user_login.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string The user's fullname for display.
 	 */
 	function bp_get_member_name() {
@@ -878,6 +931,8 @@ function bp_member_name() {
 /**
  * Output the current member's last active time.
  *
+ * @since 1.2.0
+ *
  * @param array $args See {@link bp_get_member_last_active()}.
  */
 function bp_member_last_active( $args = array() ) {
@@ -886,6 +941,8 @@ function bp_member_last_active( $args = array() ) {
 	/**
 	 * Return the current member's last active time.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param array $args {
 	 *     Array of optional arguments.
 	 *     @type mixed $active_format If true, formatted "active 5 minutes
@@ -916,7 +973,7 @@ function bp_member_last_active( $args = array() ) {
 				? bp_core_get_last_activity( $members_template->member->last_activity, $r['active_format'] )
 				: bp_core_time_since( $members_template->member->last_activity );
 
-		// Member has never logged in or been active.
+			// Member has never logged in or been active.
 		} else {
 			$last_activity = __( 'Never active', 'buddypress' );
 		}
@@ -935,6 +992,8 @@ function bp_member_last_active( $args = array() ) {
 /**
  * Output the latest update of the current member in the loop.
  *
+ * @since 1.2.0
+ *
  * @param array|string $args Array of arguments for latest update.
  */
 function bp_member_latest_update( $args = '' ) {
@@ -943,6 +1002,8 @@ function bp_member_latest_update( $args = '' ) {
 	/**
 	 * Get the latest update from the current member in the loop.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param array|string $args {
 	 *     Array of optional arguments.
 	 *     @type int  $length    Truncation length. Default: 225.
@@ -969,10 +1030,12 @@ function bp_member_latest_update( $args = '' ) {
 		 * Filters the excerpt of the latest update for current member in the loop.
 		 *
 		 * @since 1.2.5
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $value Excerpt of the latest update for current member in the loop.
+		 * @param array  $r     Array of parsed arguments.
 		 */
-		$update_content = apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], $length ) ) ) );
+		$update_content = apply_filters( 'bp_get_activity_latest_update_excerpt', trim( strip_tags( bp_create_excerpt( $update['content'], $length ) ) ), $r );
 
 		$update_content = sprintf( _x( '- &quot;%s&quot;', 'member latest update in member directory', 'buddypress' ), $update_content );
 
@@ -988,15 +1051,19 @@ function bp_member_latest_update( $args = '' ) {
 		 * Filters the latest update from the current member in the loop.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $update_content Formatted latest update for current member.
+		 * @param array  $r              Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_member_latest_update', $update_content );
+		return apply_filters( 'bp_get_member_latest_update', $update_content, $r );
 	}
 
 /**
  * Output a piece of user profile data.
  *
+ * @since 1.2.0
+ *
  * @see bp_get_member_profile_data() for a description of params.
  *
  * @param array|string $args See {@link bp_get_member_profile_data()}.
@@ -1011,6 +1078,8 @@ function bp_member_profile_data( $args = '' ) {
 	 * to fetch profile data cached in the template global. It is also safe
 	 * to use outside of the loop.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param array|string $args {
 	 *     Array of config parameters.
 	 *     @type string $field   Name of the profile field.
@@ -1070,14 +1139,18 @@ function bp_member_profile_data( $args = '' ) {
 		 * Filters resulting piece of member profile data.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string|bool $data Profile data if found, otherwise false.
+		 * @param array       $r    Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_member_profile_data', $data );
+		return apply_filters( 'bp_get_member_profile_data', $data, $r );
 	}
 
 /**
  * Output the 'registered [x days ago]' string for the current member.
+ *
+ * @since 1.2.0
  */
 function bp_member_registered() {
 	echo bp_get_member_registered();
@@ -1085,6 +1158,8 @@ function bp_member_registered() {
 	/**
 	 * Get the 'registered [x days ago]' string for the current member.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_member_registered() {
@@ -1104,6 +1179,8 @@ function bp_member_registered() {
 
 /**
  * Output a random piece of profile data for the current member in the loop.
+ *
+ * @since 1.2.0
  */
 function bp_member_random_profile_data() {
 	global $members_template;
@@ -1117,6 +1194,8 @@ function bp_member_random_profile_data() {
 
 /**
  * Output hidden input for preserving member search params on form submit.
+ *
+ * @since 1.2.0
  */
 function bp_member_hidden_fields() {
 	$query_arg = bp_core_get_component_search_query_arg( 'members' );
@@ -1136,6 +1215,8 @@ function bp_member_hidden_fields() {
 
 /**
  * Output the Members directory search form.
+ *
+ * @since 1.0.0
  */
 function bp_directory_members_search_form() {
 
@@ -1164,6 +1245,8 @@ function bp_directory_members_search_form() {
 
 /**
  * Output the total member count.
+ *
+ * @since 1.2.0
  */
 function bp_total_site_member_count() {
 	echo bp_get_total_site_member_count();
@@ -1171,6 +1254,8 @@ function bp_total_site_member_count() {
 	/**
 	 * Get the total site member count.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return int
 	 */
 	function bp_get_total_site_member_count() {
@@ -1199,6 +1284,8 @@ function bp_total_site_member_count() {
  * The function will also analyze the current component the user is in, to
  * determine whether or not to highlight a particular nav item.
  *
+ * @since 1.1.0
+ *
  * @todo Move to a back-compat file?
  * @deprecated Does not seem to be called anywhere in BP core.
  */
@@ -1206,12 +1293,12 @@ function bp_get_loggedin_user_nav() {
 	$bp = buddypress();
 
 	// Loop through each navigation item.
-	foreach( (array) $bp->bp_nav as $nav_item ) {
+	foreach ( (array) $bp->members->nav->get_primary() as $nav_item ) {
 
 		$selected = '';
 
 		// If the current component matches the nav item id, then add a highlight CSS class.
-		if ( !bp_is_directory() && !empty( $bp->active_components[bp_current_component()] ) && $bp->active_components[bp_current_component()] == $nav_item['css_id'] ) {
+		if ( ! bp_is_directory() && ! empty( $bp->active_components[ bp_current_component() ] ) && $bp->active_components[ bp_current_component() ] == $nav_item->css_id ) {
 			$selected = ' class="current selected"';
 		}
 
@@ -1223,7 +1310,7 @@ function bp_get_loggedin_user_nav() {
 			$selected = '';
 
 			if ( bp_is_active( 'friends' ) ) {
-				if ( $nav_item['css_id'] == $bp->friends->id ) {
+				if ( $nav_item->css_id == $bp->friends->id ) {
 					if ( friends_check_friendship( bp_loggedin_user_id(), bp_displayed_user_id() ) ) {
 						$selected = ' class="current selected"';
 					}
@@ -1232,7 +1319,7 @@ function bp_get_loggedin_user_nav() {
 		}
 
 		// Echo out the final list item.
-		echo apply_filters_ref_array( 'bp_get_loggedin_user_nav_' . $nav_item['css_id'], array( '<li id="li-nav-' . $nav_item['css_id'] . '" ' . $selected . '><a id="my-' . $nav_item['css_id'] . '" href="' . $nav_item['link'] . '">' . $nav_item['name'] . '</a></li>', &$nav_item ) );
+		echo apply_filters_ref_array( 'bp_get_loggedin_user_nav_' . $nav_item->css_id, array( '<li id="li-nav-' . $nav_item->css_id . '" ' . $selected . '><a id="my-' . $nav_item->css_id . '" href="' . $nav_item->link . '">' . $nav_item->name . '</a></li>', &$nav_item ) );
 	}
 
 	// Always add a log out list item to the end of the navigation.
@@ -1241,25 +1328,120 @@ function bp_get_loggedin_user_nav() {
 	echo apply_filters( 'bp_logout_nav_link', $logout_link );
 }
 
+/**
+ * Output the contents of the current user's home page.
+ *
+ * @since 2.6.0
+ */
+function bp_displayed_user_front_template_part() {
+	$located = bp_displayed_user_get_front_template();
+
+	if ( false !== $located ) {
+		$slug = str_replace( '.php', '', $located );
+		$name = null;
+
+		/**
+		 * Let plugins adding an action to bp_get_template_part get it from here
+		 *
+		 * @param string $slug Template part slug requested.
+		 * @param string $name Template part name requested.
+		 */
+		do_action( 'get_template_part_' . $slug, $slug, $name );
+
+		load_template( $located, true );
+	}
+
+	return $located;
+}
+
+/**
+ * Locate a custom user front template if it exists.
+ *
+ * @since 2.6.0
+ *
+ * @param  object|null $displayed_user Optional. Falls back to current user if not passed.
+ * @return string|bool                 Path to front template on success; boolean false on failure.
+ */
+function bp_displayed_user_get_front_template( $displayed_user = null ) {
+	if ( ! is_object( $displayed_user ) || empty( $displayed_user->id ) ) {
+		$displayed_user = bp_get_displayed_user();
+	}
+
+	if ( ! isset( $displayed_user->id ) ) {
+		return false;
+	}
+
+	if ( isset( $displayed_user->front_template ) ) {
+		return $displayed_user->front_template;
+	}
+
+	// Init the hierarchy
+	$template_names = array(
+		'members/single/front-id-' . sanitize_file_name( $displayed_user->id ) . '.php',
+		'members/single/front-nicename-' . sanitize_file_name( $displayed_user->userdata->user_nicename ) . '.php',
+	);
+
+	/**
+	 * Check for member types and add it to the hierarchy
+	 *
+	 * Make sure to register your member
+	 * type using the hook 'bp_register_member_types'
+	 */
+	if ( bp_get_member_types() ) {
+		$displayed_user_member_type = bp_get_member_type( $displayed_user->id );
+		if ( ! $displayed_user_member_type ) {
+			$displayed_user_member_type = 'none';
+		}
+
+		$template_names[] = 'members/single/front-member-type-' . sanitize_file_name( $displayed_user_member_type )   . '.php';
+	}
+
+	// Add The generic template to the end of the hierarchy
+	$template_names[] = 'members/single/front.php';
+
+	/**
+	 * Filters the hierarchy of user front templates corresponding to a specific user.
+	 *
+	 * @since 2.6.0
+	 *
+	 * @param array  $template_names Array of template paths.
+	 */
+	return bp_locate_template( apply_filters( 'bp_displayed_user_get_front_template', $template_names ), false, true );
+}
+
+/**
+ * Check if the displayed user has a custom front template.
+ *
+ * @since 2.6.0
+ */
+function bp_displayed_user_has_front_template() {
+	$displayed_user = bp_get_displayed_user();
+
+	return ! empty( $displayed_user->front_template );
+}
+
 /**
  * Render the navigation markup for the displayed user.
+ *
+ * @since 1.1.0
  */
 function bp_get_displayed_user_nav() {
 	$bp = buddypress();
 
-	foreach ( (array) $bp->bp_nav as $user_nav_item ) {
-		if ( empty( $user_nav_item['show_for_displayed_user'] ) && !bp_is_my_profile() )
+	foreach ( $bp->members->nav->get_primary() as $user_nav_item ) {
+		if ( empty( $user_nav_item->show_for_displayed_user ) && ! bp_is_my_profile() ) {
 			continue;
+		}
 
 		$selected = '';
-		if ( bp_is_current_component( $user_nav_item['slug'] ) ) {
+		if ( bp_is_current_component( $user_nav_item->slug ) ) {
 			$selected = ' class="current selected"';
 		}
 
 		if ( bp_loggedin_user_domain() ) {
-			$link = str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $user_nav_item['link'] );
+			$link = str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $user_nav_item->link );
 		} else {
-			$link = trailingslashit( bp_displayed_user_domain() . $user_nav_item['link'] );
+			$link = trailingslashit( bp_displayed_user_domain() . $user_nav_item->link );
 		}
 
 		/**
@@ -1273,7 +1455,7 @@ function bp_get_displayed_user_nav() {
 		 * @param array  $user_nav_item Array holding parts used to construct tab list item.
 		 *                              Passed by reference.
 		 */
-		echo apply_filters_ref_array( 'bp_get_displayed_user_nav_' . $user_nav_item['css_id'], array( '<li id="' . $user_nav_item['css_id'] . '-personal-li" ' . $selected . '><a id="user-' . $user_nav_item['css_id'] . '" href="' . $link . '">' . $user_nav_item['name'] . '</a></li>', &$user_nav_item ) );
+		echo apply_filters_ref_array( 'bp_get_displayed_user_nav_' . $user_nav_item->css_id, array( '<li id="' . $user_nav_item->css_id . '-personal-li" ' . $selected . '><a id="user-' . $user_nav_item->css_id . '" href="' . $link . '">' . $user_nav_item->name . '</a></li>', &$user_nav_item ) );
 	}
 }
 
@@ -1296,6 +1478,8 @@ function bp_displayed_user_use_cover_image_header() {
 /**
  * Output the logged-in user's avatar.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_loggedin_user_avatar() for a description of params.
  *
  * @param array|string $args Array of arguments for logged in user avatar.
@@ -1306,6 +1490,8 @@ function bp_loggedin_user_avatar( $args = '' ) {
 	/**
 	 * Get the logged-in user's avatar.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @see bp_core_fetch_avatar() For a description of arguments and
 	 *      return values.
 	 *
@@ -1338,6 +1524,8 @@ function bp_loggedin_user_avatar( $args = '' ) {
 		 * @since 1.1.0
 		 *
 		 * @param string $value User avatar string.
+		 * @param array  $r     Array of parsed arguments.
+		 * @param array  $args  Array of initial arguments.
 		 */
 		return apply_filters( 'bp_get_loggedin_user_avatar', bp_core_fetch_avatar( $r ), $r, $args );
 	}
@@ -1345,6 +1533,8 @@ function bp_loggedin_user_avatar( $args = '' ) {
 /**
  * Output the displayed user's avatar.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_displayed_user_avatar() for a description of params.
  *
  * @param array|string $args Array of arguments for displayed user avatar.
@@ -1355,6 +1545,8 @@ function bp_displayed_user_avatar( $args = '' ) {
 	/**
 	 * Get the displayed user's avatar.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @see bp_core_fetch_avatar() For a description of arguments and
 	 *      return values.
 	 *
@@ -1387,12 +1579,16 @@ function bp_displayed_user_avatar( $args = '' ) {
 		 * @since 1.1.0
 		 *
 		 * @param string $value User avatar string.
+		 * @param array  $r     Array of parsed arguments.
+		 * @param array  $args  Array of initial arguments.
 		 */
 		return apply_filters( 'bp_get_displayed_user_avatar', bp_core_fetch_avatar( $r ), $r, $args );
 	}
 
 /**
  * Output the email address of the displayed user.
+ *
+ * @since 1.5.0
  */
 function bp_displayed_user_email() {
 	echo bp_get_displayed_user_email();
@@ -1400,6 +1596,8 @@ function bp_displayed_user_email() {
 	/**
 	 * Get the email address of the displayed user.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @return string
 	 */
 	function bp_get_displayed_user_email() {
@@ -1424,6 +1622,8 @@ function bp_displayed_user_email() {
 /**
  * Output the "active [x days ago]" string for a user.
  *
+ * @since 1.0.0
+ *
  * @see bp_get_last_activity() for a description of parameters.
  *
  * @param int $user_id See {@link bp_get_last_activity()}.
@@ -1442,6 +1642,8 @@ function bp_last_activity( $user_id = 0 ) {
 	/**
 	 * Get the "active [x days ago]" string for a user.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param int $user_id ID of the user. Default: displayed user ID.
 	 * @return string
 	 */
@@ -1456,14 +1658,18 @@ function bp_last_activity( $user_id = 0 ) {
 		 * Filters the 'active [x days ago]' string for a user.
 		 *
 		 * @since 1.5.0
+		 * @since 2.6.0 Added the `$user_id` parameter.
 		 *
-		 * @param string $value Formatted 'active [x days ago]' string.
+		 * @param string $value   Formatted 'active [x days ago]' string.
+		 * @param int    $user_id ID of the user.
 		 */
-		return apply_filters( 'bp_get_last_activity', $last_activity );
+		return apply_filters( 'bp_get_last_activity', $last_activity, $user_id );
 	}
 
 /**
  * Output the calculated first name of the displayed or logged-in user.
+ *
+ * @since 1.2.0
  */
 function bp_user_firstname() {
 	echo bp_get_user_firstname();
@@ -1473,6 +1679,8 @@ function bp_user_firstname() {
 	 *
 	 * Simply takes all the characters before the first space in a name.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param string|bool $name Full name to use when generating first name.
 	 *                          Defaults to displayed user's first name, or to
 	 *                          logged-in user's first name if it's unavailable.
@@ -1503,6 +1711,8 @@ function bp_user_firstname() {
 
 /**
  * Output the link for the logged-in user's profile.
+ *
+ * @since 1.2.4
  */
 function bp_loggedin_user_link() {
 	echo bp_get_loggedin_user_link();
@@ -1510,6 +1720,8 @@ function bp_loggedin_user_link() {
 	/**
 	 * Get the link for the logged-in user's profile.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string
 	 */
 	function bp_get_loggedin_user_link() {
@@ -1526,6 +1738,8 @@ function bp_loggedin_user_link() {
 
 /**
  * Output the link for the displayed user's profile.
+ *
+ * @since 1.2.4
  */
 function bp_displayed_user_link() {
 	echo bp_get_displayed_user_link();
@@ -1533,6 +1747,8 @@ function bp_displayed_user_link() {
 	/**
 	 * Get the link for the displayed user's profile.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string
 	 */
 	function bp_get_displayed_user_link() {
@@ -1556,12 +1772,16 @@ function bp_displayed_user_link() {
 
 /**
  * Alias of {@link bp_displayed_user_id()}.
+ *
+ * @since 1.0.0
  */
 function bp_current_user_id() { return bp_displayed_user_id(); }
 
 /**
  * Generate the link for the displayed user's profile.
  *
+ * @since 1.0.0
+ *
  * @return string
  */
 function bp_displayed_user_domain() {
@@ -1580,6 +1800,8 @@ function bp_displayed_user_domain() {
 /**
  * Generate the link for the logged-in user's profile.
  *
+ * @since 1.0.0
+ *
  * @return string
  */
 function bp_loggedin_user_domain() {
@@ -1597,6 +1819,8 @@ function bp_loggedin_user_domain() {
 
 /**
  * Output the displayed user's display name.
+ *
+ * @since 1.0.0
  */
 function bp_displayed_user_fullname() {
 	echo bp_get_displayed_user_fullname();
@@ -1604,6 +1828,8 @@ function bp_displayed_user_fullname() {
 	/**
 	 * Get the displayed user's display name.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_displayed_user_fullname() {
@@ -1621,12 +1847,16 @@ function bp_displayed_user_fullname() {
 
 	/**
 	 * Alias of {@link bp_get_displayed_user_fullname()}.
+	 *
+	 * @since 1.0.0
 	 */
 	function bp_user_fullname() { echo bp_get_displayed_user_fullname(); }
 
 
 /**
  * Output the logged-in user's display name.
+ *
+ * @since 1.0.0
  */
 function bp_loggedin_user_fullname() {
 	echo bp_get_loggedin_user_fullname();
@@ -1634,6 +1864,8 @@ function bp_loggedin_user_fullname() {
 	/**
 	 * Get the logged-in user's display name.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return string
 	 */
 	function bp_get_loggedin_user_fullname() {
@@ -1651,6 +1883,8 @@ function bp_loggedin_user_fullname() {
 
 /**
  * Output the username of the displayed user.
+ *
+ * @since 1.2.0
  */
 function bp_displayed_user_username() {
 	echo bp_get_displayed_user_username();
@@ -1658,6 +1892,8 @@ function bp_displayed_user_username() {
 	/**
 	 * Get the username of the displayed user.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_displayed_user_username() {
@@ -1681,6 +1917,8 @@ function bp_displayed_user_username() {
 
 /**
  * Output the username of the logged-in user.
+ *
+ * @since 1.2.0
  */
 function bp_loggedin_user_username() {
 	echo bp_get_loggedin_user_username();
@@ -1688,6 +1926,8 @@ function bp_loggedin_user_username() {
 	/**
 	 * Get the username of the logged-in user.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_loggedin_user_username() {
@@ -1728,6 +1968,13 @@ function bp_current_member_type_message() {
 
 		$message = sprintf( __( 'Viewing members of the type: %s', 'buddypress' ), '<strong>' . $type_object->labels['singular_name'] . '</strong>' );
 
+		/**
+		 * Filters the current member type message.
+		 *
+		 * @since 2.3.0
+		 *
+		 * @param string $message Message to filter.
+		 */
 		return apply_filters( 'bp_get_current_member_type_message', $message );
 	}
 
@@ -1738,9 +1985,6 @@ function bp_current_member_type_message() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_signup_slug() To make sure there is a slug assigned to the page.
- * @uses bp_locate_template() To make sure a template exists to provide output.
- *
  * @return bool True if page and template exist, false if not.
  */
 function bp_has_custom_signup_page() {
@@ -1754,6 +1998,8 @@ function bp_has_custom_signup_page() {
 
 /**
  * Output the URL to the signup page.
+ *
+ * @since 1.0.0
  */
 function bp_signup_page() {
 	echo esc_url( bp_get_signup_page() );
@@ -1761,6 +2007,8 @@ function bp_signup_page() {
 	/**
 	 * Get the URL to the signup page.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string
 	 */
 	function bp_get_signup_page() {
@@ -1785,8 +2033,6 @@ function bp_signup_page() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_activate_slug() To make sure there is a slug assigned to the page.
- * @uses bp_locate_template() To make sure a template exists to provide output.
  * @return boolean True if page and template exist, false if not.
  */
 function bp_has_custom_activation_page() {
@@ -1800,6 +2046,8 @@ function bp_has_custom_activation_page() {
 
 /**
  * Output the URL of the activation page.
+ *
+ * @since 1.0.0
  */
 function bp_activation_page() {
 	echo esc_url( bp_get_activation_page() );
@@ -1807,6 +2055,8 @@ function bp_activation_page() {
 	/**
 	 * Get the URL of the activation page.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @return string
 	 */
 	function bp_get_activation_page() {
@@ -1828,6 +2078,8 @@ function bp_activation_page() {
 
 /**
  * Output the username submitted during signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_username_value() {
 	echo bp_get_signup_username_value();
@@ -1835,6 +2087,8 @@ function bp_signup_username_value() {
 	/**
 	 * Get the username submitted during signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo This should be properly escaped.
 	 *
 	 * @return string
@@ -1856,6 +2110,8 @@ function bp_signup_username_value() {
 
 /**
  * Output the user email address submitted during signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_email_value() {
 	echo bp_get_signup_email_value();
@@ -1863,6 +2119,8 @@ function bp_signup_email_value() {
 	/**
 	 * Get the email address submitted during signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo This should be properly escaped.
 	 *
 	 * @return string
@@ -1884,6 +2142,8 @@ function bp_signup_email_value() {
 
 /**
  * Output the 'signup_with_blog' value submitted during signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_with_blog_value() {
 	echo bp_get_signup_with_blog_value();
@@ -1891,6 +2151,8 @@ function bp_signup_with_blog_value() {
 	/**
 	 * Get the 'signup_with_blog' value submitted during signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string
 	 */
 	function bp_get_signup_with_blog_value() {
@@ -1910,6 +2172,8 @@ function bp_signup_with_blog_value() {
 
 /**
  * Output the 'signup_blog_url' value submitted at signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_blog_url_value() {
 	echo bp_get_signup_blog_url_value();
@@ -1917,6 +2181,8 @@ function bp_signup_blog_url_value() {
 	/**
 	 * Get the 'signup_blog_url' value submitted at signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo Should be properly escaped.
 	 *
 	 * @return string
@@ -1972,6 +2238,8 @@ function bp_signup_subdomain_base() {
 
 /**
  * Output the 'signup_blog_titl' value submitted at signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_blog_title_value() {
 	echo bp_get_signup_blog_title_value();
@@ -1979,6 +2247,8 @@ function bp_signup_blog_title_value() {
 	/**
 	 * Get the 'signup_blog_title' value submitted at signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo Should be properly escaped.
 	 *
 	 * @return string
@@ -2000,6 +2270,8 @@ function bp_signup_blog_title_value() {
 
 /**
  * Output the 'signup_blog_privacy' value submitted at signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_blog_privacy_value() {
 	echo bp_get_signup_blog_privacy_value();
@@ -2007,6 +2279,8 @@ function bp_signup_blog_privacy_value() {
 	/**
 	 * Get the 'signup_blog_privacy' value submitted at signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @todo Should be properly escaped.
 	 *
 	 * @return string
@@ -2028,6 +2302,8 @@ function bp_signup_blog_privacy_value() {
 
 /**
  * Output the avatar dir used during signup.
+ *
+ * @since 1.1.0
  */
 function bp_signup_avatar_dir_value() {
 	echo bp_get_signup_avatar_dir_value();
@@ -2035,6 +2311,8 @@ function bp_signup_avatar_dir_value() {
 	/**
 	 * Get the avatar dir used during signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string
 	 */
 	function bp_get_signup_avatar_dir_value() {
@@ -2064,6 +2342,8 @@ function bp_signup_avatar_dir_value() {
 
 /**
  * Output the current signup step.
+ *
+ * @since 1.1.0
  */
 function bp_current_signup_step() {
 	echo bp_get_current_signup_step();
@@ -2071,6 +2351,8 @@ function bp_current_signup_step() {
 	/**
 	 * Get the current signup step.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string
 	 */
 	function bp_get_current_signup_step() {
@@ -2080,6 +2362,8 @@ function bp_current_signup_step() {
 /**
  * Output the user avatar during signup.
  *
+ * @since 1.1.0
+ *
  * @see bp_get_signup_avatar() for description of arguments.
  *
  * @param array|string $args See {@link bp_get_signup_avatar(}.
@@ -2090,6 +2374,8 @@ function bp_signup_avatar( $args = '' ) {
 	/**
 	 * Get the user avatar during signup.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @see bp_core_fetch_avatar() for description of arguments.
 	 *
 	 * @param array|string $args {
@@ -2126,7 +2412,7 @@ function bp_signup_avatar( $args = '' ) {
 				'class'      => $class
 			) );
 
-		// No avatar DIR was found.
+			// No avatar DIR was found.
 		} else {
 
 			// Set default gravatar type.
@@ -2163,6 +2449,8 @@ function bp_signup_avatar( $args = '' ) {
 /**
  * Output whether signup is allowed.
  *
+ * @since 1.1.0
+ *
  * @todo Remove this function. Echoing a bool is pointless.
  */
 function bp_signup_allowed() {
@@ -2171,6 +2459,8 @@ function bp_signup_allowed() {
 	/**
 	 * Is user signup allowed?
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return bool
 	 */
 	function bp_get_signup_allowed() {
@@ -2219,6 +2509,8 @@ add_action( 'bp_head', 'bp_members_activity_feed' );
 /**
  * Output a link to a members component subpage.
  *
+ * @since 1.5.0
+ *
  * @see bp_get_members_component_link() for description of parameters.
  *
  * @param string      $component See {@bp_get_members_component_link()}.
@@ -2232,6 +2524,8 @@ function bp_members_component_link( $component, $action = '', $query_args = '',
 	/**
 	 * Generate a link to a members component subpage.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param string       $component  ID of the component (eg 'friends').
 	 * @param string       $action     Optional. 'action' slug (eg 'invites').
 	 * @param array|string $query_args Optional. Array of URL params to add to the
diff --git a/wp-content/plugins/buddypress/bp-members/bp-members-widgets.php b/wp-content/plugins/buddypress/bp-members/bp-members-widgets.php
index fcb54ff02..f83a24aab 100644
--- a/wp-content/plugins/buddypress/bp-members/bp-members-widgets.php
+++ b/wp-content/plugins/buddypress/bp-members/bp-members-widgets.php
@@ -10,9 +10,11 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-core-members-widget.php';
-require dirname( __FILE__ ) . '/classes/class-bp-core-whos-online-widget.php';
-require dirname( __FILE__ ) . '/classes/class-bp-core-recently-active-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-core-members-widget.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-core-whos-online-widget.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-core-recently-active-widget.php';
+}
 
 /**
  * Register bp-members widgets.
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-template.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-template.php
index 6d7d700bc..7512c4442 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-template.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-template.php
@@ -13,12 +13,15 @@ defined( 'ABSPATH' ) || exit;
  * The main member template loop class.
  *
  * Responsible for loading a group of members into a loop for display.
+ *
+ * @since 1.0.0
  */
 class BP_Core_Members_Template {
 
 	/**
 	 * The loop iterator.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $current_member = -1;
@@ -26,6 +29,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The number of members returned by the paged query.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $member_count;
@@ -33,6 +37,7 @@ class BP_Core_Members_Template {
 	/**
 	 * Array of members located by the query.
 	 *
+	 * @since 1.0.0
 	 * @var array
 	 */
 	public $members;
@@ -40,6 +45,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The member object currently being iterated on.
 	 *
+	 * @since 1.0.0
 	 * @var object
 	 */
 	public $member;
@@ -47,6 +53,7 @@ class BP_Core_Members_Template {
 	/**
 	 * A flag for whether the loop is currently being iterated.
 	 *
+	 * @since 1.0.0
 	 * @var bool
 	 */
 	public $in_the_loop;
@@ -54,6 +61,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The type of member being requested. Used for ordering results.
 	 *
+	 * @since 2.3.0
 	 * @var string
 	 */
 	public $type;
@@ -61,6 +69,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The unique string used for pagination queries.
 	 *
+	 * @since 2.2.0
 	 * @var string
 	 */
 	public $pag_arg;
@@ -68,6 +77,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The page number being requested.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $pag_page;
@@ -75,6 +85,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The number of items being requested per page.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $pag_num;
@@ -82,6 +93,7 @@ class BP_Core_Members_Template {
 	/**
 	 * An HTML string containing pagination links.
 	 *
+	 * @since 1.0.0
 	 * @var string
 	 */
 	public $pag_links;
@@ -89,6 +101,7 @@ class BP_Core_Members_Template {
 	/**
 	 * The total number of members matching the query parameters.
 	 *
+	 * @since 1.0.0
 	 * @var int
 	 */
 	public $total_member_count;
@@ -96,6 +109,8 @@ class BP_Core_Members_Template {
 	/**
 	 * Constructor method.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @see BP_User_Query for an in-depth description of parameters.
 	 *
 	 * @param string       $type                Sort order.
@@ -184,6 +199,8 @@ class BP_Core_Members_Template {
 	/**
 	 * Whether there are members available in the loop.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_has_members()
 	 *
 	 * @return bool True if there are items in the loop, otherwise false.
@@ -198,6 +215,8 @@ class BP_Core_Members_Template {
 	/**
 	 * Set up the next member and iterate index.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return object The next member to iterate over.
 	 */
 	function next_member() {
@@ -209,6 +228,8 @@ class BP_Core_Members_Template {
 
 	/**
 	 * Rewind the members and reset member index.
+	 *
+	 * @since 1.0.0
 	 */
 	function rewind_members() {
 		$this->current_member = -1;
@@ -224,6 +245,8 @@ class BP_Core_Members_Template {
 	 * that controls iteration inside the members loop, eg:
 	 *     while ( bp_members() ) { ...
 	 *
+	 * @since 1.2.0
+	 *
 	 * @see bp_members()
 	 *
 	 * @return bool True if there are more members to show, otherwise false.
@@ -254,6 +277,8 @@ class BP_Core_Members_Template {
 	 * while looping, so that template tags used during that iteration make
 	 * reference to the current member.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @see bp_the_member()
 	 */
 	function the_member() {
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-widget.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-widget.php
index 7d45698f4..b501e62a3 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-widget.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-members-widget.php
@@ -19,6 +19,8 @@ class BP_Core_Members_Widget extends WP_Widget {
 
 	/**
 	 * Constructor method.
+	 *
+	 * @since 1.5.0
 	 */
 	public function __construct() {
 
@@ -28,19 +30,30 @@ class BP_Core_Members_Widget extends WP_Widget {
 
 		// Call WP_Widget constructor.
 		parent::__construct( false, $name, array(
-			'description' => $description,
-			'classname'   => 'widget_bp_core_members_widget buddypress widget',
+			'description'                 => $description,
+			'classname'                   => 'widget_bp_core_members_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		) );
 
-		// Maybe enqueue JS for widget.
-		if ( is_active_widget( false, false, $this->id_base ) && ! is_admin() && ! is_network_admin() ) {
-			wp_enqueue_script( 'bp-widget-members' );
+		if ( is_customize_preview() || is_active_widget( false, false, $this->id_base ) ) {
+			add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
 		}
 	}
 
+	/**
+	 * Enqueue scripts.
+	 *
+	 * @since 2.6.0
+	 */
+	public function enqueue_scripts() {
+		wp_enqueue_script( 'bp-widget-members' );
+	}
+
 	/**
 	 * Display the Members widget.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @see WP_Widget::widget() for description of parameters.
 	 *
 	 * @param array $args     Widget arguments.
@@ -159,6 +172,8 @@ class BP_Core_Members_Widget extends WP_Widget {
 	/**
 	 * Update the Members widget options.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @param array $new_instance The new instance options.
 	 * @param array $old_instance The old instance options.
 	 * @return array $instance The parsed options to be saved.
@@ -177,8 +192,9 @@ class BP_Core_Members_Widget extends WP_Widget {
 	/**
 	 * Output the Members widget options form.
 	 *
-	 * @param array $instance Widget instance settings.
+	 * @since 1.0.3
 	 *
+	 * @param array $instance Widget instance settings.
 	 * @return void
 	 */
 	public function form( $instance ) {
@@ -228,7 +244,6 @@ class BP_Core_Members_Widget extends WP_Widget {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses bp_parse_args() To merge widget settings into defaults.
 	 *
 	 * @param array $instance Widget instance settings.
 	 * @return array
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-recently-active-widget.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-recently-active-widget.php
index 34e156c5f..11239d141 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-recently-active-widget.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-recently-active-widget.php
@@ -19,19 +19,24 @@ class BP_Core_Recently_Active_Widget extends WP_Widget {
 
 	/**
 	 * Constructor method.
+	 *
+	 * @since 1.5.0
 	 */
 	public function __construct() {
 		$name        = _x( '(BuddyPress) Recently Active Members', 'widget name', 'buddypress' );
 		$description = __( 'Profile photos of recently active members', 'buddypress' );
 		parent::__construct( false, $name, array(
-			'description' => $description,
-			'classname'   => 'widget_bp_core_recently_active_widget buddypress widget',
+			'description'                 => $description,
+			'classname'                   => 'widget_bp_core_recently_active_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		) );
 	}
 
 	/**
 	 * Display the Recently Active widget.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @see WP_Widget::widget() for description of parameters.
 	 *
 	 * @param array $args     Widget arguments.
@@ -106,6 +111,8 @@ class BP_Core_Recently_Active_Widget extends WP_Widget {
 	/**
 	 * Update the Recently Active widget options.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @param array $new_instance The new instance options.
 	 * @param array $old_instance The old instance options.
 	 * @return array $instance The parsed options to be saved.
@@ -121,6 +128,8 @@ class BP_Core_Recently_Active_Widget extends WP_Widget {
 	/**
 	 * Output the Recently Active widget options form.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @param array $instance Widget instance settings.
 	 * @return void
 	 */
@@ -153,7 +162,6 @@ class BP_Core_Recently_Active_Widget extends WP_Widget {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses bp_parse_args() To merge widget settings into defaults.
 	 *
 	 * @param array $instance Widget instance settings.
 	 * @return array
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-whos-online-widget.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-whos-online-widget.php
index 105b63a40..7a70b301c 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-whos-online-widget.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-core-whos-online-widget.php
@@ -19,19 +19,24 @@ class BP_Core_Whos_Online_Widget extends WP_Widget {
 
 	/**
 	 * Constructor method.
+	 *
+	 * @since 1.5.0
 	 */
 	public function __construct() {
 		$name        = _x( "(BuddyPress) Who's Online", 'widget name', 'buddypress' );
 		$description = __( 'Profile photos of online users', 'buddypress' );
 		parent::__construct( false, $name, array(
-			'description' => $description,
-			'classname' => 'widget_bp_core_whos_online_widget buddypress widget',
+			'description'                 => $description,
+			'classname'                   => 'widget_bp_core_whos_online_widget buddypress widget',
+			'customize_selective_refresh' => true,
 		) );
 	}
 
 	/**
 	 * Display the Who's Online widget.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @see WP_Widget::widget() for description of parameters.
 	 *
 	 * @param array $args     Widget arguments.
@@ -106,6 +111,8 @@ class BP_Core_Whos_Online_Widget extends WP_Widget {
 	/**
 	 * Update the Who's Online widget options.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @param array $new_instance The new instance options.
 	 * @param array $old_instance The old instance options.
 	 * @return array $instance The parsed options to be saved.
@@ -121,6 +128,8 @@ class BP_Core_Whos_Online_Widget extends WP_Widget {
 	/**
 	 * Output the Who's Online widget options form.
 	 *
+	 * @since 1.0.3
+	 *
 	 * @param array $instance Widget instance settings.
 	 * @return void
 	 */
@@ -153,7 +162,6 @@ class BP_Core_Whos_Online_Widget extends WP_Widget {
 	 *
 	 * @since 2.3.0
 	 *
-	 * @uses bp_parse_args() To merge widget settings into defaults.
 	 *
 	 * @param array $instance Widget instance settings.
 	 * @return array
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php
index 8e4300692..14930875a 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php
@@ -65,7 +65,6 @@ class BP_Members_Admin {
 	 *
 	 * @since 2.0.0
 	 *
-	 * @uses buddypress() to get BuddyPress main instance.
 	 */
 	public static function register_members_admin() {
 		if ( ! is_admin() ) {
@@ -368,7 +367,6 @@ class BP_Members_Admin {
 	 *
 	 * @since 2.1.0
 	 *
-	 * @uses add_submenu_page() To add the Edit Profile page in Profile section.
 	 */
 	public function user_profile_menu() {
 
@@ -406,7 +404,6 @@ class BP_Members_Admin {
 	 *
 	 * @since 2.0.0
 	 *
-	 * @uses add_submenu_page() To add the Edit Profile page in Users/Profile section.
 	 */
 	public function admin_menus() {
 
@@ -934,7 +931,14 @@ class BP_Members_Admin {
 
 			<?php else : ?>
 
-				<p><?php printf( __( 'No user found with this ID. <a href="%s">Go back and try again</a>.', 'buddypress' ), esc_url( bp_get_admin_url( 'users.php' ) ) ); ?></p>
+				<p><?php
+					printf(
+						'%1$s <a href="%2$s">%3$s</a>',
+						__( 'No user found with this ID.', 'buddypress' ),
+						esc_url( bp_get_admin_url( 'users.php' ) ),
+						__( 'Go back and try again.', 'buddypress' )
+					);
+				?></p>
 
 			<?php endif; ?>
 
@@ -1102,9 +1106,15 @@ class BP_Members_Admin {
 		$current_type = bp_get_member_type( $user->ID );
 		?>
 
-		<label for="bp-members-profile-member-type" class="screen-reader-text"><?php esc_html_e( 'Select member type', 'buddypress' ); ?></label>
+		<label for="bp-members-profile-member-type" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select member type', 'buddypress' );
+		?></label>
 		<select name="bp-members-profile-member-type" id="bp-members-profile-member-type">
-			<option value="" <?php selected( '', $current_type ); ?>><?php /* translators: no option picked in select box */ esc_attr_e( '----', 'buddypress' ) ?></option>
+			<option value="" <?php selected( '', $current_type ); ?>><?php
+				/* translators: no option picked in select box */
+				esc_attr_e( '----', 'buddypress' );
+			?></option>
 			<?php foreach ( $types as $type ) : ?>
 				<option value="<?php echo esc_attr( $type->name ) ?>" <?php selected( $type->name, $current_type ) ?>><?php echo esc_html( $type->labels['singular_name'] ) ?></option>
 			<?php endforeach; ?>
@@ -1221,7 +1231,6 @@ class BP_Members_Admin {
 	 *
 	 * @since 2.1.0
 	 *
-	 * @uses  user_admin_url()
 	 *
 	 * @param string $profile_link Profile Link for admin bar.
 	 * @param string $url          Profile URL.
@@ -1366,7 +1375,10 @@ class BP_Members_Admin {
 
 		if ( ! empty( $required ) ) {
 			require_once( ABSPATH . 'wp-admin/includes/class-wp-' . $required . '-list-table.php' );
-			require_once( buddypress()->members->admin->admin_dir . 'bp-members-admin-classes.php' );
+
+			if ( ! buddypress()->do_autoload ) {
+				require_once( buddypress()->members->admin->admin_dir . 'bp-members-admin-classes.php' );
+			}
 		}
 
 		return new $class();
@@ -1451,8 +1463,11 @@ class BP_Members_Admin {
 			// Add accessible hidden headings and text for the Pending Users screen.
 			if ( bp_get_major_wp_version() >= 4.4 ) {
 				get_current_screen()->set_screen_reader_content( array(
+					/* translators: accessibility text */
 					'heading_views'      => __( 'Filter users list', 'buddypress' ),
+					/* translators: accessibility text */
 					'heading_pagination' => __( 'Pending users list navigation', 'buddypress' ),
+					/* translators: accessibility text */
 					'heading_list'       => __( 'Pending users list', 'buddypress' ),
 				) );
 			}
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php
index 9c4a87355..73b45e034 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php
@@ -12,6 +12,8 @@ defined( 'ABSPATH' ) || exit;
 
 /**
  * Defines the BuddyPress Members Component.
+ *
+ * @since 1.5.0
  */
 class BP_Members_Component extends BP_Component {
 
@@ -45,6 +47,8 @@ class BP_Members_Component extends BP_Component {
 	/**
 	 * Include bp-members files.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @see BP_Component::includes() for description of parameters.
 	 *
 	 * @param array $includes See {@link BP_Component::includes()}.
@@ -54,7 +58,6 @@ class BP_Members_Component extends BP_Component {
 		// Always include these files.
 		$includes = array(
 			'actions',
-			'classes',
 			'filters',
 			'screens',
 			'template',
@@ -64,6 +67,10 @@ class BP_Members_Component extends BP_Component {
 			'cache',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		if ( bp_is_active( 'activity' ) ) {
 			$includes[] = 'activity';
 		}
@@ -110,7 +117,7 @@ class BP_Members_Component extends BP_Component {
 			'search_string'   => __( 'Search Members...', 'buddypress' ),
 			'global_tables'   => array(
 				'table_name_last_activity' => bp_core_get_table_prefix() . 'bp_activity',
-				'table_name_signups'       => $wpdb->base_prefix . 'signups', // signups is a global WordPress table
+				'table_name_signups'       => $wpdb->base_prefix . 'signups', // Signups is a global WordPress table.
 			)
 		);
 
@@ -143,6 +150,14 @@ class BP_Members_Component extends BP_Component {
 		// The domain for the user currently being displayed.
 		$bp->displayed_user->domain   = bp_core_get_user_domain( bp_displayed_user_id() );
 
+		// Initialize the nav for the members component.
+		$this->nav = new BP_Core_Nav();
+
+		// If A user is displayed, check if there is a front template
+		if ( bp_get_displayed_user() ) {
+			$bp->displayed_user->front_template = bp_displayed_user_get_front_template();
+		}
+
 		/** Signup ***********************************************************
 		 */
 
@@ -168,15 +183,14 @@ class BP_Members_Component extends BP_Component {
 
 		/** Default Profile Component ****************************************
 		 */
-
-		if ( defined( 'BP_DEFAULT_COMPONENT' ) && BP_DEFAULT_COMPONENT ) {
+		if ( bp_displayed_user_has_front_template() ) {
+			$bp->default_component = 'front';
+		} elseif ( defined( 'BP_DEFAULT_COMPONENT' ) && BP_DEFAULT_COMPONENT ) {
 			$bp->default_component = BP_DEFAULT_COMPONENT;
+		} elseif ( bp_is_active( 'activity' ) && isset( $bp->pages->activity ) ) {
+			$bp->default_component = bp_get_activity_slug();
 		} else {
-			if ( bp_is_active( 'activity' ) && isset( $bp->pages->activity ) ) {
-				$bp->default_component = bp_get_activity_slug();
-			} else {
-				$bp->default_component = ( 'xprofile' === $bp->profile->id ) ? 'profile' : $bp->profile->id;
-			}
+			$bp->default_component = ( 'xprofile' === $bp->profile->id ) ? 'profile' : $bp->profile->id;
 		}
 
 		/** Canonical Component Stack ****************************************
@@ -232,13 +246,15 @@ class BP_Members_Component extends BP_Component {
 	 */
 	public function setup_nav( $main_nav = array(), $sub_nav = array() ) {
 
-		// Bail if XProfile component is active.
-		if ( bp_is_active( 'xprofile' ) ) {
+		// Don't set up navigation if there's no member.
+		if ( ! is_user_logged_in() && ! bp_is_user() ) {
 			return;
 		}
 
-		// Don't set up navigation if there's no member.
-		if ( ! is_user_logged_in() && ! bp_is_user() ) {
+		$is_xprofile_active = bp_is_active( 'xprofile' );
+
+		// Bail if XProfile component is active and there's no custom front page for the user.
+		if ( ! bp_displayed_user_has_front_template() && $is_xprofile_active ) {
 			return;
 		}
 
@@ -251,34 +267,106 @@ class BP_Members_Component extends BP_Component {
 			return;
 		}
 
-		$slug         = bp_get_profile_slug();
-		$profile_link = trailingslashit( $user_domain . $slug );
-
-		// Setup the main navigation.
-		$main_nav = array(
-			'name'                => _x( 'Profile', 'Member profile main navigation', 'buddypress' ),
-			'slug'                => $slug,
-			'position'            => 20,
-			'screen_function'     => 'bp_members_screen_display_profile',
-			'default_subnav_slug' => 'public',
-			'item_css_id'         => buddypress()->profile->id
-		);
+		// Set slug to profile in case the xProfile component is not active
+		$slug = bp_get_profile_slug();
+
+		// Defaults to empty navs
+		$this->main_nav = array();
+		$this->sub_nav  = array();
+
+		if ( ! $is_xprofile_active ) {
+			$this->main_nav = array(
+				'name'                => _x( 'Profile', 'Member profile main navigation', 'buddypress' ),
+				'slug'                => $slug,
+				'position'            => 20,
+				'screen_function'     => 'bp_members_screen_display_profile',
+				'default_subnav_slug' => 'public',
+				'item_css_id'         => buddypress()->profile->id
+			);
+		}
 
-		// Setup the subnav items for the member profile.
-		$sub_nav[] = array(
+		/**
+		 * Setup the subnav items for the member profile.
+		 *
+		 * This is required in case there's a custom front or in case the xprofile component
+		 * is not active.
+		 */
+		$this->sub_nav = array(
 			'name'            => _x( 'View', 'Member profile view', 'buddypress' ),
 			'slug'            => 'public',
-			'parent_url'      => $profile_link,
+			'parent_url'      => trailingslashit( $user_domain . $slug ),
 			'parent_slug'     => $slug,
 			'screen_function' => 'bp_members_screen_display_profile',
 			'position'        => 10
 		);
 
+		/**
+		 * If there's a front template the members component nav
+		 * will be there to display the user's front page.
+		 */
+		if ( bp_displayed_user_has_front_template() ) {
+			$main_nav = array(
+				'name'                => _x( 'Home', 'Member Home page', 'buddypress' ),
+				'slug'                => 'front',
+				'position'            => 5,
+				'screen_function'     => 'bp_members_screen_display_profile',
+				'default_subnav_slug' => 'public',
+			);
+
+			// We need a dummy subnav for the front page to load.
+			$front_subnav = $this->sub_nav;
+			$front_subnav['parent_slug'] = 'front';
+
+			// In case the subnav is displayed in the front template
+			$front_subnav['parent_url'] = trailingslashit( $user_domain . 'front' );
+
+			// Set the subnav
+			$sub_nav[] = $front_subnav;
+
+			/**
+			 * If the profile component is not active, we need to create a new
+			 * nav to display the WordPress profile.
+			 */
+			if ( ! $is_xprofile_active ) {
+				add_action( 'bp_members_setup_nav', array( $this, 'setup_profile_nav' ) );
+			}
+
+		/**
+		 * If there's no front template and xProfile is not active, the members
+		 * component nav will be there to display the WordPress profile
+		 */
+		} else {
+			$main_nav  = $this->main_nav;
+			$sub_nav[] = $this->sub_nav;
+		}
+
+
 		parent::setup_nav( $main_nav, $sub_nav );
 	}
 
+	/**
+	 * Set up a profile nav in case the xProfile
+	 * component is not active and a front template is
+	 * used.
+	 *
+	 * @since 2.6.0
+	 */
+	public function setup_profile_nav() {
+		if ( empty( $this->main_nav ) || empty( $this->sub_nav ) ) {
+			return;
+		}
+
+		// Add the main nav
+		bp_core_new_nav_item( $this->main_nav, 'members' );
+
+		// Add the sub nav item.
+		bp_core_new_subnav_item( $this->sub_nav, 'members' );
+	}
+
 	/**
 	 * Set up the title for pages and <title>.
+	 *
+	 * @since 1.5.0
 	 */
 	public function setup_title() {
 		$bp = buddypress();
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-list-table.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-list-table.php
index 0ea6286d7..95402a490 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-list-table.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-list-table.php
@@ -93,25 +93,25 @@ class BP_Members_List_Table extends WP_Users_List_Table {
 	public function views() {
 		global $role;
 
-		// Used to reset the role
+		// Used to reset the role.
 		$reset_role = $role;
 
-		// Temporarly set the role to registered
+		// Temporarly set the role to registered.
 		$role = 'registered';
 
-		// Used to reset the screen id once views are displayed
+		// Used to reset the screen id once views are displayed.
 		$reset_screen_id = $this->screen->id;
 
-		// Temporarly set the screen id to the users one
+		// Temporarly set the screen id to the users one.
 		$this->screen->id = 'users';
 
-		// Use the parent function so that other plugins can safely add views
+		// Use the parent function so that other plugins can safely add views.
 		parent::views();
 
-		// Reset the role
+		// Reset the role.
 		$role = $reset_role;
 
-		// Reset the screen id
+		// Reset the screen id.
 		$this->screen->id = $reset_screen_id;
 	}
 
@@ -260,7 +260,10 @@ class BP_Members_List_Table extends WP_Users_List_Table {
 	 */
 	public function column_cb( $signup_object = null ) {
 	?>
-		<label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php printf( esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login ); ?></label>
+		<label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php
+			/* translators: accessibility text */
+			printf( esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login );
+		?></label>
 		<input type="checkbox" id="signup_<?php echo intval( $signup_object->id ) ?>" name="allsignups[]" value="<?php echo esc_attr( $signup_object->id ) ?>" />
 		<?php
 	}
@@ -334,7 +337,7 @@ class BP_Members_List_Table extends WP_Users_List_Table {
 	 *
 	 * @since 2.0.0
 	 *
-	 * @param object $signup_object The signup data object.
+	 * @param object|null $signup_object The signup data object.
 	 */
 	public function column_name( $signup_object = null ) {
 		echo esc_html( $signup_object->user_name );
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-ms-list-table.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-ms-list-table.php
index 6ecd98cb6..664d4c6cf 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-ms-list-table.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-ms-list-table.php
@@ -94,25 +94,25 @@ class BP_Members_MS_List_Table extends WP_MS_Users_List_Table {
 	public function views() {
 		global $role;
 
-		// Used to reset the role
+		// Used to reset the role.
 		$reset_role = $role;
 
-		// Temporarly set the role to registered
+		// Temporarly set the role to registered.
 		$role = 'registered';
 
-		// Used to reset the screen id once views are displayed
+		// Used to reset the screen id once views are displayed.
 		$reset_screen_id = $this->screen->id;
 
-		// Temporarly set the screen id to the users one
+		// Temporarly set the screen id to the users one.
 		$this->screen->id = 'users-network';
 
-		// Use the parent function so that other plugins can safely add views
+		// Use the parent function so that other plugins can safely add views.
 		parent::views();
 
-		// Reset the role
+		// Reset the role.
 		$role = $reset_role;
 
-		// Reset the screen id
+		// Reset the screen id.
 		$this->screen->id = $reset_screen_id;
 	}
 
@@ -253,7 +253,10 @@ class BP_Members_MS_List_Table extends WP_MS_Users_List_Table {
 	 */
 	public function column_cb( $signup_object = null ) {
 	?>
-		<label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php printf( esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login ); ?></label>
+		<label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php printf(
+			/* translators: accessibility text */
+			esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login );
+		?></label>
 		<input type="checkbox" id="signup_<?php echo intval( $signup_object->id ) ?>" name="allsignups[]" value="<?php echo esc_attr( $signup_object->id ) ?>" />
 		<?php
 	}
diff --git a/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php b/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php
index 936b72cf3..bbf040828 100644
--- a/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php
+++ b/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php
@@ -9,12 +9,15 @@
 
 /**
  * Class used to handle Signups.
+ *
+ * @since 2.0.0
  */
 class BP_Signup {
 
 	/**
 	 * ID of the signup which the object relates to.
 	 *
+	 * @since 2.0.0
 	 * @var integer
 	 */
 	public $id;
@@ -22,6 +25,7 @@ class BP_Signup {
 	/**
 	 * The URL to the full size of the avatar for the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $avatar;
@@ -29,6 +33,7 @@ class BP_Signup {
 	/**
 	 * The username for the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $user_login;
@@ -36,6 +41,7 @@ class BP_Signup {
 	/**
 	 * The email for the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $user_email;
@@ -43,6 +49,7 @@ class BP_Signup {
 	/**
 	 * The full name of the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $user_name;
@@ -50,6 +57,7 @@ class BP_Signup {
 	/**
 	 * Metadata associated with the signup.
 	 *
+	 * @since 2.0.0
 	 * @var array
 	 */
 	public $meta;
@@ -57,6 +65,7 @@ class BP_Signup {
 	/**
 	 * The registered date for the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $registered;
@@ -64,6 +73,7 @@ class BP_Signup {
 	/**
 	 * The activation key for the user.
 	 *
+	 * @since 2.0.0
 	 * @var string
 	 */
 	public $activation_key;
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php
index 900fcaa5d..9bc68d54e 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php
@@ -335,9 +335,9 @@ function messages_mark_thread_unread( $thread_id ) {
  * @param string $content    Content of the message.
  */
 function messages_add_callback_values( $recipients, $subject, $content ) {
-	@setcookie( 'bp_messages_send_to', $recipients, time() + 60 * 60 * 24, COOKIEPATH );
-	@setcookie( 'bp_messages_subject', $subject,    time() + 60 * 60 * 24, COOKIEPATH );
-	@setcookie( 'bp_messages_content', $content,    time() + 60 * 60 * 24, COOKIEPATH );
+	@setcookie( 'bp_messages_send_to', $recipients, time() + 60 * 60 * 24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+	@setcookie( 'bp_messages_subject', $subject,    time() + 60 * 60 * 24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+	@setcookie( 'bp_messages_content', $content,    time() + 60 * 60 * 24, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 }
 
 /**
@@ -346,9 +346,9 @@ function messages_add_callback_values( $recipients, $subject, $content ) {
  * @see messages_add_callback_values()
  */
 function messages_remove_callback_values() {
-	@setcookie( 'bp_messages_send_to', false, time() - 1000, COOKIEPATH );
-	@setcookie( 'bp_messages_subject', false, time() - 1000, COOKIEPATH );
-	@setcookie( 'bp_messages_content', false, time() - 1000, COOKIEPATH );
+	@setcookie( 'bp_messages_send_to', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+	@setcookie( 'bp_messages_subject', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
+	@setcookie( 'bp_messages_content', false, time() - 1000, COOKIEPATH, COOKIE_DOMAIN, is_ssl() );
 }
 
 /**
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-loader.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-loader.php
index f107d848a..f80af947b 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-loader.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-loader.php
@@ -12,7 +12,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-messages-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-messages-component.php';
+}
 
 /**
  * Bootstrap the Messages component.
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php
index d49594cde..0a0bca108 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-notifications.php
@@ -103,6 +103,7 @@ add_action( 'messages_message_sent', 'messages_notification_new_message', 10 );
  */
 function messages_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
 	$total_items = (int) $total_items;
+	$text        = '';
 	$link        = trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/inbox' );
 	$title       = __( 'Inbox', 'buddypress' );
 	$amount      = 'single';
@@ -111,9 +112,8 @@ function messages_format_notifications( $action, $item_id, $secondary_item_id, $
 		if ( $total_items > 1 ) {
 			$amount = 'multiple';
 			$text   = sprintf( __( 'You have %d new messages', 'buddypress' ), $total_items );
-		} else {
-			$amount = 'single';
 
+		} else {
 			// Get message thread ID.
 			$message   = new BP_Messages_Message( $item_id );
 			$thread_id = $message->thread_id;
@@ -127,35 +127,78 @@ function messages_format_notifications( $action, $item_id, $secondary_item_id, $
 				$text = sprintf( _n( 'You have %s new private message', 'You have %s new private messages', $total_items, 'buddypress' ), bp_core_number_format( $total_items ) );
 			}
 		}
-	}
 
-	if ( 'string' === $format ) {
-		if ( ! empty( $link ) ) {
-			$retval = '<a href="' . esc_url( $link ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $text ) . '</a>';
+		if ( 'string' === $format ) {
+			if ( ! empty( $link ) ) {
+				$return = '<a href="' . esc_url( $link ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $text ) . '</a>';
+			} else {
+				$return = esc_html( $text );
+			}
+
+			/**
+			 * Filters the new message notification text before the notification is created.
+			 *
+			 * This is a dynamic filter. Possible filter names are:
+			 *   - 'bp_messages_multiple_new_message_notification'.
+			 *   - 'bp_messages_single_new_message_notification'.
+			 *
+			 * @param string $return            Notification text.
+			 * @param int    $total_items       Number of messages referred to by the notification.
+			 * @param string $text              The raw notification test (ie, not wrapped in a link).
+			 * @param int    $item_id           ID of the associated item.
+			 * @param int    $secondary_item_id ID of the secondary associated item.
+			 */
+			$return = apply_filters( 'bp_messages_' . $amount . '_new_message_notification', $return, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
 		} else {
-			$retval = esc_html( $text );
+			/** This filter is documented in bp-messages/bp-messages-notifications.php */
+			$return = apply_filters( 'bp_messages_' . $amount . '_new_message_notification', array(
+				'text' => $text,
+				'link' => $link
+			), $link, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
+		}
+
+	// Custom notification action for the Messages component
+	} else {
+		if ( 'string' === $format ) {
+			$return = $text;
+		} else {
+			$return = array(
+				'text' => $text,
+				'link' => $link
+			);
 		}
 
 		/**
-		 * Filters the new message notification text before the notification is created.
+		 * Backcompat for plugins that used to filter bp_messages_single_new_message_notification
+		 * for their custom actions. These plugins should now use 'bp_messages_' . $action . '_notification'
+		 */
+		if ( has_filter( 'bp_messages_single_new_message_notification' ) ) {
+			if ( 'string' === $format ) {
+				/** This filter is documented in bp-messages/bp-messages-notifications.php */
+				$return = apply_filters( 'bp_messages_single_new_message_notification', $return, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
+
+			// Notice that there are seven parameters instead of six? Ugh...
+			} else {
+				/** This filter is documented in bp-messages/bp-messages-notifications.php */
+				$return = apply_filters( 'bp_messages_single_new_message_notification', $return, $link, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
+			}
+		}
+
+		/**
+		 * Filters the custom action notification before the notification is created.
 		 *
-		 * This is a dynamic filter. Possible filter names are:
-		 *   - 'bp_messages_multiple_new_message_notification'.
-		 *   - 'bp_messages_single_new_message_notification'.
+		 * This is a dynamic filter based on the message notification action.
 		 *
-		 * @param string $retval            Notification text.
-		 * @param int    $total_items       Number of messages referred to by the notification.
-		 * @param string $text              The raw notification test (ie, not wrapped in a link).
+		 * @since 2.6.0
+		 *
+		 * @param array  $value             An associative array containing the text and the link of the notification
 		 * @param int    $item_id           ID of the associated item.
 		 * @param int    $secondary_item_id ID of the secondary associated item.
+		 * @param int    $total_items       Number of messages referred to by the notification.
+		 * @param string $format            Return value format. 'string' for BuddyBar-compatible
+		 *                                  notifications; 'array' for WP Toolbar. Default: 'string'.
 		 */
-		$return = apply_filters( 'bp_messages_' . $amount . '_new_message_notification', $retval, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
-	} else {
-		/** This filter is documented in bp-messages/bp-messages-notifications.php */
-		$return = apply_filters( 'bp_messages_' . $amount . '_new_message_notification', array(
-			'text' => $text,
-			'link' => $link
-		), $link, (int) $total_items, $text, $link, $item_id, $secondary_item_id );
+		$return = apply_filters( "bp_messages_{$action}_notification", $return, $item_id, $secondary_item_id, $total_items, $format );
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-screens.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-screens.php
index 2be493733..1e82c83a4 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-screens.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-screens.php
@@ -132,7 +132,10 @@ function messages_screen_conversation() {
 	$class    = ( 0 === $count ) ? 'no-count' : 'count';
 	$nav_name = sprintf( __( 'Messages <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), bp_core_number_format( $count ) );
 
-	$bp->bp_nav[ $bp->messages->slug ]['name'] = $nav_name;
+	// Edit the Navigation name.
+	$bp->members->nav->edit_nav( array(
+		'name' => $nav_name,
+	), $bp->messages->slug );
 
 	/**
 	 * Fires right before the loading of the Messages view screen template file.
@@ -213,8 +216,14 @@ function messages_screen_notification_settings() {
 			<tr id="messages-notification-settings-new-message">
 				<td></td>
 				<td><?php _e( 'A member sends you a new message', 'buddypress' ) ?></td>
-				<td class="yes"><input type="radio" name="notifications[notification_messages_new_message]" id="notification-messages-new-messages-yes" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/><label for="notification-messages-new-messages-yes" class="bp-screen-reader-text"><?php _e( 'Yes, send email', 'buddypress' ); ?></label></td>
-				<td class="no"><input type="radio" name="notifications[notification_messages_new_message]" id="notification-messages-new-messages-no" value="no" <?php checked( $new_messages, 'no', true ) ?>/><label for="notification-messages-new-messages-no" class="bp-screen-reader-text"><?php _e( 'No, do not send email', 'buddypress' ); ?></label></td>
+				<td class="yes"><input type="radio" name="notifications[notification_messages_new_message]" id="notification-messages-new-messages-yes" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/><label for="notification-messages-new-messages-yes" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Yes, send email', 'buddypress' );
+				?></label></td>
+				<td class="no"><input type="radio" name="notifications[notification_messages_new_message]" id="notification-messages-new-messages-no" value="no" <?php checked( $new_messages, 'no', true ) ?>/><label for="notification-messages-new-messages-no" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'No, do not send email', 'buddypress' );
+				?></label></td>
 			</tr>
 
 			<?php
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php
index b5b7f8eaa..7515e076a 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php
@@ -10,8 +10,10 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-messages-box-template.php';
-require dirname( __FILE__ ) . '/classes/class-bp-messages-thread-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-messages-box-template.php';
+	require dirname( __FILE__ ) . '/classes/class-bp-messages-thread-template.php';
+}
 
 /**
  * Retrieve private message threads for display in inbox/sentbox/notices.
@@ -302,10 +304,12 @@ function bp_message_thread_view_link( $thread_id = 0 ) {
 		 * Filters the permalink of a particular thread.
 		 *
 		 * @since 1.0.0
+		 * @since 2.6.0 Added the `$thread_id` parameter.
 		 *
-		 * @param string $value permalink of a particular thread.
+		 * @param string $value     Permalink of a particular thread.
+		 * @param int    $thread_id ID of the thread.
 		 */
-		return apply_filters( 'bp_get_message_thread_view_link', trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/view/' . $thread_id ) );
+		return apply_filters( 'bp_get_message_thread_view_link', trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/view/' . $thread_id ), $thread_id );
 	}
 
 /**
@@ -544,10 +548,12 @@ function bp_message_thread_total_count( $thread_id = false ) {
 		 * Filters the current thread's total message count.
 		 *
 		 * @since 2.2.0
+		 * @since 2.6.0 Added the `$thread_id` parameter.
 		 *
-		 * @param int $count Current thread total message count.
+		 * @param int $count     Current thread total message count.
+		 * @param int $thread_id ID of the queried thread.
 		 */
-		return apply_filters( 'bp_get_message_thread_total_count', $count );
+		return apply_filters( 'bp_get_message_thread_total_count', $count, $thread_id );
 	}
 
 /**
@@ -575,6 +581,7 @@ function bp_message_thread_total_and_unread_count( $thread_id = false ) {
 		$unread = bp_get_message_thread_unread_count( $thread_id );
 
 		return sprintf(
+			/* translators: 1: total number, 2: accessibility text: number of unread messages */
 			'<span class="thread-count">(%1$s)</span> <span class="bp-screen-reader-text">%2$s</span>',
 			number_format_i18n( $total ),
 			sprintf( _n( '%d unread', '%d unread', $unread, 'buddypress' ), number_format_i18n( $unread ) )
@@ -676,8 +683,10 @@ function bp_message_thread_avatar( $args = '' ) {
 		 * Filters the avatar for the last sender in the current message thread.
 		 *
 		 * @since 1.0.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $value User avatar string.
+		 * @param array  $r     Array of parsed arguments.
 		 */
 		return apply_filters( 'bp_get_message_thread_avatar', bp_core_fetch_avatar( array(
 			'item_id' => $messages_template->thread->last_sender_id,
@@ -687,7 +696,7 @@ function bp_message_thread_avatar( $args = '' ) {
 			'class'   => $r['class'],
 			'width'   => $r['width'],
 			'height'  => $r['height'],
-		) ) );
+		) ), $r );
 	}
 
 /**
@@ -777,7 +786,10 @@ function bp_message_search_form() {
 	ob_start(); ?>
 
 	<form action="" method="get" id="search-message-form">
-		<label for="messages_search" class="bp-screen-reader-text"><?php esc_html_e( 'Search Messages', 'buddypress' ); ?></label>
+		<label for="messages_search" class="bp-screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Search Messages', 'buddypress' );
+		?></label>
 		<input type="text" name="s" id="messages_search"<?php echo $search_placeholder . $search_value; ?> />
 		<input type="submit" class="button" id="messages_search_submit" name="messages_search_submit" value="<?php esc_html_e( 'Search', 'buddypress' ); ?>" />
 	</form>
@@ -919,10 +931,10 @@ function bp_messages_content_value() {
 function bp_messages_options() {
 ?>
 
-	<label for="message-type-select" class="bp-screen-reader-text">
-		<?php _e( 'Select:', 'buddypress' ) ?>
-	 </label>
-
+	<label for="message-type-select" class="bp-screen-reader-text"><?php
+		/* translators: accessibility text */
+		_e( 'Select:', 'buddypress' );
+	?></label>
 	<select name="message-type-select" id="message-type-select">
 		<option value=""><?php _e( 'Select', 'buddypress' ); ?></option>
 		<option value="read"><?php _ex('Read', 'Message dropdown filter', 'buddypress') ?></option>
@@ -949,7 +961,9 @@ function bp_messages_options() {
  */
 function bp_messages_bulk_management_dropdown() {
 	?>
-	<label class="bp-screen-reader-text" for="messages-select"><?php _e( 'Select Bulk Action', 'buddypress' ); ?></label>
+	<label class="bp-screen-reader-text" for="messages-select"><?php
+		_e( 'Select Bulk Action', 'buddypress' );
+	?></label>
 	<select name="messages_bulk_action" id="messages-select">
 		<option value="" selected="selected"><?php _e( 'Bulk Actions', 'buddypress' ); ?></option>
 		<option value="read"><?php _e( 'Mark read', 'buddypress' ); ?></option>
@@ -999,7 +1013,6 @@ function bp_messages_is_active_notice() {
  *
  * @since 1.0.0
  * @deprecated 1.6.0
- * @uses bp_get_message_is_active_notice()
  * @return bool
  */
 function bp_message_is_active_notice() {
@@ -1013,7 +1026,6 @@ function bp_message_is_active_notice() {
 	 *
 	 * @since 1.0.0
 	 * @deprecated 1.6.0
-	 * @uses bp_messages_is_active_notice()
 	 */
 	function bp_get_message_is_active_notice() {
 
@@ -1210,7 +1222,6 @@ function bp_message_activate_deactivate_text() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_messages_slug()
  */
 function bp_messages_slug() {
 	echo bp_get_messages_slug();
@@ -1299,7 +1310,6 @@ function bp_send_private_message_link() {
  *
  * @since 1.2.6
  *
- * @uses bp_get_send_message_button()
  */
 function bp_send_private_message_button() {
 	echo bp_get_send_message_button();
@@ -1802,8 +1812,10 @@ function bp_the_thread_message_sender_avatar( $args = '' ) {
 		 * Filters the avatar for the current message sender.
 		 *
 		 * @since 1.1.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $value <img> tag containing the avatar value.
+		 * @param array  $r     Array of parsed arguments.
 		 */
 		return apply_filters( 'bp_get_the_thread_message_sender_avatar_thumb', bp_core_fetch_avatar( array(
 			'item_id' => $thread_template->message->sender_id,
@@ -1811,7 +1823,7 @@ function bp_the_thread_message_sender_avatar( $args = '' ) {
 			'width'   => $r['width'],
 			'height'  => $r['height'],
 			'alt'     => bp_core_get_user_displayname( $thread_template->message->sender_id )
-		) ) );
+		) ), $r );
 	}
 
 /**
@@ -1944,7 +1956,6 @@ function bp_the_thread_message_date_sent() {
 	 *
 	 * @since 2.1.0
 	 *
-	 * @uses strtotime() To convert the message string into a usable timestamp.
 	 *
 	 * @return int
 	 */
diff --git a/wp-content/plugins/buddypress/bp-messages/bp-messages-widgets.php b/wp-content/plugins/buddypress/bp-messages/bp-messages-widgets.php
index 1b5776248..3eb8908b1 100644
--- a/wp-content/plugins/buddypress/bp-messages/bp-messages-widgets.php
+++ b/wp-content/plugins/buddypress/bp-messages/bp-messages-widgets.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-messages-sitewide-notices-widget.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-messages-sitewide-notices-widget.php';
+}
 
 /**
  * Register widgets for the Messages component.
diff --git a/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-component.php b/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-component.php
index 403c1de61..334f90eff 100644
--- a/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-component.php
+++ b/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-component.php
@@ -60,7 +60,6 @@ class BP_Messages_Component extends BP_Component {
 			'cache',
 			'actions',
 			'screens',
-			'classes',
 			'filters',
 			'template',
 			'functions',
@@ -68,6 +67,10 @@ class BP_Messages_Component extends BP_Component {
 			'widgets',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		// Conditional includes.
 		if ( bp_is_active( $this->id, 'star' ) ) {
 			$includes[] = 'star';
@@ -146,7 +149,15 @@ class BP_Messages_Component extends BP_Component {
 		if ( bp_is_user() && bp_user_has_access() ) {
 			$count    = bp_get_total_unread_messages_count();
 			$class    = ( 0 === $count ) ? 'no-count' : 'count';
-			$nav_name = sprintf( __( 'Messages <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), bp_core_number_format( $count ) );
+			$nav_name = sprintf(
+				/* translators: %s: Unread message count for the current user */
+				__( 'Messages %s', 'buddypress' ),
+				sprintf(
+					'<span class="%s">%s</span>',
+					esc_attr( $class ),
+					bp_core_number_format( $count )
+				)
+			);
 		} else {
 			$nav_name = __( 'Messages', 'buddypress' );
 		}
@@ -236,8 +247,16 @@ class BP_Messages_Component extends BP_Component {
 			// Unread message count.
 			$count = messages_get_unread_count();
 			if ( !empty( $count ) ) {
-				$title = sprintf( __( 'Messages <span class="count">%s</span>', 'buddypress' ), bp_core_number_format( $count ) );
-				$inbox = sprintf( __( 'Inbox <span class="count">%s</span>',    'buddypress' ), bp_core_number_format( $count ) );
+				$title = sprintf(
+					/* translators: %s: Unread message count for the current user */
+					__( 'Messages %s', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
+				$inbox = sprintf(
+					/* translators: %s: Unread message count for the current user */
+					__( 'Inbox %s', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
 			} else {
 				$title = __( 'Messages', 'buddypress' );
 				$inbox = __( 'Inbox',    'buddypress' );
diff --git a/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-sitewide-notices-widget.php b/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-sitewide-notices-widget.php
index 74284c6d1..36db4e7dc 100644
--- a/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-sitewide-notices-widget.php
+++ b/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-sitewide-notices-widget.php
@@ -25,8 +25,9 @@ class BP_Messages_Sitewide_Notices_Widget extends WP_Widget {
 			'bp_messages_sitewide_notices_widget',
 			__( '(BuddyPress) Sitewide Notices', 'buddypress' ),
 			array(
-				'classname'   => 'widget_bp_core_sitewide_messages buddypress widget',
-				'description' => __( 'Display Sitewide Notices posted by the site administrator', 'buddypress' ),
+				'classname'                   => 'widget_bp_core_sitewide_messages buddypress widget',
+				'description'                 => __( 'Display Sitewide Notices posted by the site administrator', 'buddypress' ),
+				'customize_selective_refresh' => true,
 			)
 		);
 	}
diff --git a/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css b/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css
index 88659df3d..5f66120b4 100644
--- a/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css
+++ b/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css
@@ -4,11 +4,11 @@
 	z-index: 99999;
 	background: #fff;
 	border: 1px solid #ccc;
-	-moz-border-radius-bottomleft: 3px;
+	-moz-border-radius-bottomright: 3px;
 	-khtml-border-bottom-right-radius: 3px;
 	-webkit-border-bottom-right-radius: 3px;
 	border-bottom-right-radius: 3px;
-	-moz-border-radius-bottomright: 3px;
+	-moz-border-radius-bottomleft: 3px;
 	-khtml-border-bottom-left-radius: 3px;
 	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-left-radius: 3px;
diff --git a/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.min.css b/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.min.css
index dfc07fad0..89bd34597 100644
--- a/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.min.css
@@ -1 +1 @@
-.ac_results{padding:0;overflow:hidden;z-index:99999;background:#fff;border:1px solid #ccc;-moz-border-radius-bottomleft:3px;-khtml-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;-khtml-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.ac_results ul{width:100%;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:5px 10px;cursor:pointer;display:block;font-size:1em;line-height:16px;overflow:hidden}.ac_results li img{margin-left:5px}.ac_odd{background-color:#f0f0f0}.ac_over{background-color:#888;color:#fff}ul.acfb-holder{margin:0;height:auto!important;height:1%;overflow:hidden;padding:0;list-style:none}ul.acfb-holder li{float:right;margin:0 0 4px 5px;list-style-type:none}ul.acfb-holder li.friend-tab{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ffe7c7;padding:2px 7px;background:#FFF9DF;font-size:1em}li.friend-tab img.avatar{border-width:2px!important;vertical-align:middle}li.friend-tab span.p{padding-right:5px;font-size:.8em;cursor:pointer}input#send-to-input{width:275px}
\ No newline at end of file
+.ac_results{padding:0;overflow:hidden;z-index:99999;background:#fff;border:1px solid #ccc;-moz-border-radius-bottomright:3px;-khtml-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-khtml-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.ac_results ul{width:100%;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:5px 10px;cursor:pointer;display:block;font-size:1em;line-height:16px;overflow:hidden}.ac_results li img{margin-left:5px}.ac_odd{background-color:#f0f0f0}.ac_over{background-color:#888;color:#fff}ul.acfb-holder{margin:0;height:auto!important;height:1%;overflow:hidden;padding:0;list-style:none}ul.acfb-holder li{float:right;margin:0 0 4px 5px;list-style-type:none}ul.acfb-holder li.friend-tab{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ffe7c7;padding:2px 7px;background:#FFF9DF;font-size:1em}li.friend-tab img.avatar{border-width:2px!important;vertical-align:middle}li.friend-tab span.p{padding-right:5px;font-size:.8em;cursor:pointer}input#send-to-input{width:275px}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.js
index aabee6aa0..bd473c189 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.js
@@ -9,12 +9,13 @@
  *
  * Revision: $Id: jquery.autocomplete.js 4485 2008-01-20 13:52:47Z joern.zaefferer $
  *
+ * Namespaced for BuddyPress as $.fn.autocompletebp, to avoid conflicts with other autocomplete scripts.
  */
 
 ;(function($) {
 
 $.fn.extend({
-	autocomplete: function(urlOrData, options) {
+	autocompletebp: function(urlOrData, options) {
 		var isUrl = typeof urlOrData == "string";
 		options = $.extend({}, $.Autocompleter.defaults, {
 			url: isUrl ? urlOrData : null,
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.min.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.min.js
index 7841e418b..aa86f984c 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.min.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocomplete.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-!function(a){a.fn.extend({autocomplete:function(b,c){var d="string"==typeof b;return c=a.extend({},a.Autocompleter.defaults,{url:d?b:null,data:d?null:b,delay:d?a.Autocompleter.defaults.delay:10,max:c&&!c.scroll?10:150},c),c.highlight=c.highlight||function(a){return a},this.each(function(){new a.Autocompleter(this,c)})},result:function(a){return this.bind("result",a)},search:function(a){return this.trigger("search",[a])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(a){return this.trigger("setOptions",[a])},unautocomplete:function(){return this.trigger("unautocomplete")}}),a.Autocompleter=function(b,c){function d(){var a=x.selected();if(!a)return!1;var b=a.result;if(t=b,c.multiple){var d=f(s.val());d.length>1&&(b=d.slice(0,d.length-1).join(c.multipleSeparator)+c.multipleSeparator+b),b+=c.multipleSeparator}return s.val(b),j(),s.trigger("result",[a.data,a.value]),!0}function e(a,b){if(q==r.DEL)return void x.hide();var d=s.val();(b||d!=t)&&(t=d,d=g(d),d.length>=c.minChars?(s.addClass(c.loadingClass),jQuery("#send-to-input").addClass("loading"),c.matchCase||(d=d.toLowerCase()),l(d,k,j)):(n(),x.hide()))}function f(b){if(!b)return[""];var d=b.split(a.trim(c.multipleSeparator)),e=[];return a.each(d,function(b,c){a.trim(c)&&(e[b]=a.trim(c))}),e}function g(a){if(!c.multiple)return a;var b=f(a);return b[b.length-1]}function h(d,e){c.autoFill&&g(s.val()).toLowerCase()==d.toLowerCase()&&8!=q&&(s.val(s.val()+e.substring(g(t).length)),a.Autocompleter.Selection(b,t.length,t.length+e.length))}function i(){clearTimeout(p),p=setTimeout(j,200)}function j(){x.hide(),clearTimeout(p),n(),c.mustMatch&&s.search(function(a){a||s.val("")})}function k(a,b){if(b&&b.length&&v){n(),x.display(b,a);var c=b[0].value.split(";");b.value=c[0],h(a,b.value),x.show()}else j()}function l(d,e,f){c.matchCase||(d=d.toLowerCase());var h=u.load(d);if(h&&h.length)e(d,h);else if("string"==typeof c.url&&c.url.length>0){var i={};a.each(c.extraParams,function(a,b){i[a]="function"==typeof b?b():b}),a.ajax({mode:"abort",port:"autocomplete"+b.name,dataType:c.dataType,url:c.url,data:a.extend({q:g(d),limit:c.max,action:"messages_autocomplete_results",cookie:o()},i),success:function(a){var b=c.parse&&c.parse(a)||m(a);u.add(d,b),e(d,b)}})}else f(d)}function m(b){for(var d=[],e=b.split("\n"),f=0;f<e.length;f++){var g=a.trim(e[f]);g&&(g=g.split("|"),d[d.length]={data:g,value:g[0],result:c.formatResult&&c.formatResult(g,g[0])||g[0]})}return d}function n(){s.removeClass(c.loadingClass),jQuery("#send-to-input").removeClass("loading")}function o(){var a,b,c,d,e,f=document.cookie.split(";"),g={},h="bp-";for(a=0;a<f.length;a++)b=f[a],c=b.indexOf("="),d=jq.trim(unescape(b.slice(0,c))),e=unescape(b.slice(c+1)),0===d.indexOf(h)&&(g[d]=e);return encodeURIComponent(jq.param(g))}var p,q,r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34},s=a(b).attr("autocomplete","off").addClass(c.inputClass),t="",u=a.Autocompleter.Cache(c),v=0,w={mouseDownOnSelect:!1},x=a.Autocompleter.Select(c,b,d,w);s.keydown(function(b){switch(q=b.keyCode,b.keyCode){case r.UP:b.preventDefault(),x.visible()?x.prev():e(0,!0);break;case r.DOWN:b.preventDefault(),x.visible()?x.next():e(0,!0);break;case r.PAGEUP:b.preventDefault(),x.visible()?x.pageUp():e(0,!0);break;case r.PAGEDOWN:b.preventDefault(),x.visible()?x.pageDown():e(0,!0);break;case c.multiple&&","==a.trim(c.multipleSeparator)&&r.COMMA:case r.TAB:case r.RETURN:d()&&(c.multiple||s.blur(),b.preventDefault(),s.focus());break;case r.ESC:x.hide();break;default:clearTimeout(p),p=setTimeout(e,c.delay)}}).keypress(function(){}).focus(function(){v++}).blur(function(){v=0,w.mouseDownOnSelect||i()}).click(function(){v++>1&&!x.visible()&&e(0,!0)}).bind("search",function(){function b(a,b){var d;if(b&&b.length)for(var e=0;e<b.length;e++)if(b[e].result.toLowerCase()==a.toLowerCase()){d=b[e];break}"function"==typeof c?c(d):s.trigger("result",d&&[d.data,d.value])}var c=arguments.length>1?arguments[1]:null;a.each(f(s.val()),function(a,c){l(c,b,b)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){a.extend(c,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){x.unbind(),s.unbind()})},a.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(a){return a[0]},autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(a,b){return a.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:250,attachTo:"body"},a.Autocompleter.Cache=function(b){function c(a,c){b.matchCase||(a=a.toLowerCase());var d=a.indexOf(c);return-1==d?!1:0==d||b.matchContains}function d(a,c){h>b.cacheLength&&f(),g[a]||h++,g[a]=c}function e(){if(!b.data)return!1;var c={},e=0;b.url||(b.cacheLength=1),c[""]=[];for(var f=0,g=b.data.length;g>f;f++){var h=b.data[f];h="string"==typeof h?[h]:h;var i=b.formatItem(h,f+1,b.data.length);if(i!==!1){var j=i.charAt(0).toLowerCase();c[j]||(c[j]=[]);var k={value:i,data:h,result:b.formatResult&&b.formatResult(h)||i};c[j].push(k),e++<b.max&&c[""].push(k)}}a.each(c,function(a,c){b.cacheLength++,d(a,c)})}function f(){g={},h=0}var g={},h=0;return setTimeout(e,25),{flush:f,add:d,populate:e,load:function(d){if(!b.cacheLength||!h)return null;if(!b.url&&b.matchContains){var e=[];for(var f in g)if(f.length>0){var i=g[f];a.each(i,function(a,b){c(b.value,d)&&e.push(b)})}return e}if(g[d])return g[d];if(b.matchSubset)for(var j=d.length-1;j>=b.minChars;j--){var i=g[d.substr(0,j)];if(i){var e=[];return a.each(i,function(a,b){c(b.value,d)&&(e[e.length]=b)}),e}}return null}}},a.Autocompleter.Select=function(b,c,d,e){function f(){s&&(n=a("<div/>").hide().addClass(b.resultsClass).css("position","absolute").appendTo(b.attachTo),o=a("<ul>").appendTo(n).mouseover(function(b){g(b).nodeName&&"LI"==g(b).nodeName.toUpperCase()&&(q=a("li",o).removeClass(p.ACTIVE).index(g(b)),a(g(b)).addClass(p.ACTIVE))}).click(function(b){return a(g(b)).addClass(p.ACTIVE),d(),c.focus(),!1}).mousedown(function(){e.mouseDownOnSelect=!0}).mouseup(function(){e.mouseDownOnSelect=!1}),b.width>0&&n.css("width",b.width),s=!1)}function g(a){for(var b=a.target;b&&"LI"!=b.tagName;)b=b.parentNode;return b?b:[]}function h(a){l.slice(q,q+1).removeClass(),i(a);var c=l.slice(q,q+1).addClass(p.ACTIVE);if(b.scroll){var d=0;l.slice(0,q).each(function(){d+=this.offsetHeight}),d+c[0].offsetHeight-o.scrollTop()>o[0].clientHeight?o.scrollTop(d+c[0].offsetHeight-o.innerHeight()):d<o.scrollTop()&&o.scrollTop(d)}}function i(a){q+=a,0>q?q=l.size()-1:q>=l.size()&&(q=0)}function j(a){return b.max&&b.max<a?b.max:a}function k(){o.empty();for(var c=j(m.length),d=0;c>d;d++)if(m[d]){var e=b.formatItem(m[d].data,d+1,c,m[d].value,r);if(e!==!1){var f=a("<li>").html(b.highlight(e,r)).addClass(d%2==0?"ac_event":"ac_odd").appendTo(o)[0];a.data(f,"ac_data",m[d])}}l=o.find("li"),b.selectFirst&&(l.slice(0,1).addClass(p.ACTIVE),q=0),o.bgiframe()}var l,m,n,o,p={ACTIVE:"ac_over"},q=-1,r="",s=!0;return{display:function(a,b){f(),m=a,r=b,k()},next:function(){h(1)},prev:function(){h(-1)},pageUp:function(){h(0!=q&&0>q-8?-q:-8)},pageDown:function(){h(q!=l.size()-1&&q+8>l.size()?l.size()-1-q:8)},hide:function(){n&&n.hide(),q=-1},visible:function(){return n&&n.is(":visible")},current:function(){return this.visible()&&(l.filter("."+p.ACTIVE)[0]||b.selectFirst&&l[0])},show:function(){var d=a(c).offset();if(n.css({width:"string"==typeof b.width||b.width>0?b.width:a(c).width(),top:d.top+c.offsetHeight,left:d.left}).show(),b.scroll&&(o.scrollTop(0),o.css({maxHeight:b.scrollHeight,overflow:"auto"}),a.browser.msie&&"undefined"==typeof document.body.style.maxHeight)){var e=0;l.each(function(){e+=this.offsetHeight});var f=e>b.scrollHeight;o.css("height",f?b.scrollHeight:e),f||l.width(o.width()-parseInt(l.css("padding-left"))-parseInt(l.css("padding-right")))}},selected:function(){var b=l&&l.filter("."+p.ACTIVE).removeClass(p.ACTIVE);return b&&b.length&&a.data(b[0],"ac_data")},unbind:function(){n&&n.remove()}}},a.Autocompleter.Selection=function(a,b,c){if(a.createTextRange){var d=a.createTextRange();d.collapse(!0),d.moveStart("character",b),d.moveEnd("character",c),d.select()}else a.setSelectionRange?a.setSelectionRange(b,c):a.selectionStart&&(a.selectionStart=b,a.selectionEnd=c);a.focus()}}(jQuery);
\ No newline at end of file
+!function(a){a.fn.extend({autocompletebp:function(b,c){var d="string"==typeof b;return c=a.extend({},a.Autocompleter.defaults,{url:d?b:null,data:d?null:b,delay:d?a.Autocompleter.defaults.delay:10,max:c&&!c.scroll?10:150},c),c.highlight=c.highlight||function(a){return a},this.each(function(){new a.Autocompleter(this,c)})},result:function(a){return this.bind("result",a)},search:function(a){return this.trigger("search",[a])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(a){return this.trigger("setOptions",[a])},unautocomplete:function(){return this.trigger("unautocomplete")}}),a.Autocompleter=function(b,c){function d(){var a=x.selected();if(!a)return!1;var b=a.result;if(t=b,c.multiple){var d=f(s.val());d.length>1&&(b=d.slice(0,d.length-1).join(c.multipleSeparator)+c.multipleSeparator+b),b+=c.multipleSeparator}return s.val(b),j(),s.trigger("result",[a.data,a.value]),!0}function e(a,b){if(q==r.DEL)return void x.hide();var d=s.val();(b||d!=t)&&(t=d,d=g(d),d.length>=c.minChars?(s.addClass(c.loadingClass),jQuery("#send-to-input").addClass("loading"),c.matchCase||(d=d.toLowerCase()),l(d,k,j)):(n(),x.hide()))}function f(b){if(!b)return[""];var d=b.split(a.trim(c.multipleSeparator)),e=[];return a.each(d,function(b,c){a.trim(c)&&(e[b]=a.trim(c))}),e}function g(a){if(!c.multiple)return a;var b=f(a);return b[b.length-1]}function h(d,e){c.autoFill&&g(s.val()).toLowerCase()==d.toLowerCase()&&8!=q&&(s.val(s.val()+e.substring(g(t).length)),a.Autocompleter.Selection(b,t.length,t.length+e.length))}function i(){clearTimeout(p),p=setTimeout(j,200)}function j(){x.hide(),clearTimeout(p),n(),c.mustMatch&&s.search(function(a){a||s.val("")})}function k(a,b){if(b&&b.length&&v){n(),x.display(b,a);var c=b[0].value.split(";");b.value=c[0],h(a,b.value),x.show()}else j()}function l(d,e,f){c.matchCase||(d=d.toLowerCase());var h=u.load(d);if(h&&h.length)e(d,h);else if("string"==typeof c.url&&c.url.length>0){var i={};a.each(c.extraParams,function(a,b){i[a]="function"==typeof b?b():b}),a.ajax({mode:"abort",port:"autocomplete"+b.name,dataType:c.dataType,url:c.url,data:a.extend({q:g(d),limit:c.max,action:"messages_autocomplete_results",cookie:o()},i),success:function(a){var b=c.parse&&c.parse(a)||m(a);u.add(d,b),e(d,b)}})}else f(d)}function m(b){for(var d=[],e=b.split("\n"),f=0;f<e.length;f++){var g=a.trim(e[f]);g&&(g=g.split("|"),d[d.length]={data:g,value:g[0],result:c.formatResult&&c.formatResult(g,g[0])||g[0]})}return d}function n(){s.removeClass(c.loadingClass),jQuery("#send-to-input").removeClass("loading")}function o(){var a,b,c,d,e,f=document.cookie.split(";"),g={},h="bp-";for(a=0;a<f.length;a++)b=f[a],c=b.indexOf("="),d=jq.trim(unescape(b.slice(0,c))),e=unescape(b.slice(c+1)),0===d.indexOf(h)&&(g[d]=e);return encodeURIComponent(jq.param(g))}var p,q,r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34},s=a(b).attr("autocomplete","off").addClass(c.inputClass),t="",u=a.Autocompleter.Cache(c),v=0,w={mouseDownOnSelect:!1},x=a.Autocompleter.Select(c,b,d,w);s.keydown(function(b){switch(q=b.keyCode,b.keyCode){case r.UP:b.preventDefault(),x.visible()?x.prev():e(0,!0);break;case r.DOWN:b.preventDefault(),x.visible()?x.next():e(0,!0);break;case r.PAGEUP:b.preventDefault(),x.visible()?x.pageUp():e(0,!0);break;case r.PAGEDOWN:b.preventDefault(),x.visible()?x.pageDown():e(0,!0);break;case c.multiple&&","==a.trim(c.multipleSeparator)&&r.COMMA:case r.TAB:case r.RETURN:d()&&(c.multiple||s.blur(),b.preventDefault(),s.focus());break;case r.ESC:x.hide();break;default:clearTimeout(p),p=setTimeout(e,c.delay)}}).keypress(function(){}).focus(function(){v++}).blur(function(){v=0,w.mouseDownOnSelect||i()}).click(function(){v++>1&&!x.visible()&&e(0,!0)}).bind("search",function(){function b(a,b){var d;if(b&&b.length)for(var e=0;e<b.length;e++)if(b[e].result.toLowerCase()==a.toLowerCase()){d=b[e];break}"function"==typeof c?c(d):s.trigger("result",d&&[d.data,d.value])}var c=arguments.length>1?arguments[1]:null;a.each(f(s.val()),function(a,c){l(c,b,b)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){a.extend(c,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){x.unbind(),s.unbind()})},a.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(a){return a[0]},autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(a,b){return a.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:250,attachTo:"body"},a.Autocompleter.Cache=function(b){function c(a,c){b.matchCase||(a=a.toLowerCase());var d=a.indexOf(c);return-1==d?!1:0==d||b.matchContains}function d(a,c){h>b.cacheLength&&f(),g[a]||h++,g[a]=c}function e(){if(!b.data)return!1;var c={},e=0;b.url||(b.cacheLength=1),c[""]=[];for(var f=0,g=b.data.length;g>f;f++){var h=b.data[f];h="string"==typeof h?[h]:h;var i=b.formatItem(h,f+1,b.data.length);if(i!==!1){var j=i.charAt(0).toLowerCase();c[j]||(c[j]=[]);var k={value:i,data:h,result:b.formatResult&&b.formatResult(h)||i};c[j].push(k),e++<b.max&&c[""].push(k)}}a.each(c,function(a,c){b.cacheLength++,d(a,c)})}function f(){g={},h=0}var g={},h=0;return setTimeout(e,25),{flush:f,add:d,populate:e,load:function(d){if(!b.cacheLength||!h)return null;if(!b.url&&b.matchContains){var e=[];for(var f in g)if(f.length>0){var i=g[f];a.each(i,function(a,b){c(b.value,d)&&e.push(b)})}return e}if(g[d])return g[d];if(b.matchSubset)for(var j=d.length-1;j>=b.minChars;j--){var i=g[d.substr(0,j)];if(i){var e=[];return a.each(i,function(a,b){c(b.value,d)&&(e[e.length]=b)}),e}}return null}}},a.Autocompleter.Select=function(b,c,d,e){function f(){s&&(n=a("<div/>").hide().addClass(b.resultsClass).css("position","absolute").appendTo(b.attachTo),o=a("<ul>").appendTo(n).mouseover(function(b){g(b).nodeName&&"LI"==g(b).nodeName.toUpperCase()&&(q=a("li",o).removeClass(p.ACTIVE).index(g(b)),a(g(b)).addClass(p.ACTIVE))}).click(function(b){return a(g(b)).addClass(p.ACTIVE),d(),c.focus(),!1}).mousedown(function(){e.mouseDownOnSelect=!0}).mouseup(function(){e.mouseDownOnSelect=!1}),b.width>0&&n.css("width",b.width),s=!1)}function g(a){for(var b=a.target;b&&"LI"!=b.tagName;)b=b.parentNode;return b?b:[]}function h(a){l.slice(q,q+1).removeClass(),i(a);var c=l.slice(q,q+1).addClass(p.ACTIVE);if(b.scroll){var d=0;l.slice(0,q).each(function(){d+=this.offsetHeight}),d+c[0].offsetHeight-o.scrollTop()>o[0].clientHeight?o.scrollTop(d+c[0].offsetHeight-o.innerHeight()):d<o.scrollTop()&&o.scrollTop(d)}}function i(a){q+=a,0>q?q=l.size()-1:q>=l.size()&&(q=0)}function j(a){return b.max&&b.max<a?b.max:a}function k(){o.empty();for(var c=j(m.length),d=0;c>d;d++)if(m[d]){var e=b.formatItem(m[d].data,d+1,c,m[d].value,r);if(e!==!1){var f=a("<li>").html(b.highlight(e,r)).addClass(d%2==0?"ac_event":"ac_odd").appendTo(o)[0];a.data(f,"ac_data",m[d])}}l=o.find("li"),b.selectFirst&&(l.slice(0,1).addClass(p.ACTIVE),q=0),o.bgiframe()}var l,m,n,o,p={ACTIVE:"ac_over"},q=-1,r="",s=!0;return{display:function(a,b){f(),m=a,r=b,k()},next:function(){h(1)},prev:function(){h(-1)},pageUp:function(){h(0!=q&&0>q-8?-q:-8)},pageDown:function(){h(q!=l.size()-1&&q+8>l.size()?l.size()-1-q:8)},hide:function(){n&&n.hide(),q=-1},visible:function(){return n&&n.is(":visible")},current:function(){return this.visible()&&(l.filter("."+p.ACTIVE)[0]||b.selectFirst&&l[0])},show:function(){var d=a(c).offset();if(n.css({width:"string"==typeof b.width||b.width>0?b.width:a(c).width(),top:d.top+c.offsetHeight,left:d.left}).show(),b.scroll&&(o.scrollTop(0),o.css({maxHeight:b.scrollHeight,overflow:"auto"}),a.browser.msie&&"undefined"==typeof document.body.style.maxHeight)){var e=0;l.each(function(){e+=this.offsetHeight});var f=e>b.scrollHeight;o.css("height",f?b.scrollHeight:e),f||l.width(o.width()-parseInt(l.css("padding-left"))-parseInt(l.css("padding-right")))}},selected:function(){var b=l&&l.filter("."+p.ACTIVE).removeClass(p.ACTIVE);return b&&b.length&&a.data(b[0],"ac_data")},unbind:function(){n&&n.remove()}}},a.Autocompleter.Selection=function(a,b,c){if(a.createTextRange){var d=a.createTextRange();d.collapse(!0),d.moveStart("character",b),d.moveEnd("character",c),d.select()}else a.setSelectionRange?a.setSelectionRange(b,c):a.selectionStart&&(a.selectionStart=b,a.selectionEnd=c);a.focus()}}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.js
index 24d3c6272..2da0d3f68 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.js
@@ -46,7 +46,7 @@ jQuery.fn.autoCompletefb = function(options)
 		acfb.removeFind(this);
 	});
 
-	jQuery(settings.inputClass,tmp).autocomplete(settings.urlLookup,settings.acOptions);
+	jQuery(settings.inputClass,tmp).autocompletebp(settings.urlLookup,settings.acOptions);
 	jQuery(settings.inputClass,tmp).result(function(e,d,f){
 		var f = settings.foundClass.replace(/\./,'');
 		var d = String(d).split(' (');
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.min.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.min.js
index fa87e0b88..ea66d7371 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.min.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.autocompletefb.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-jQuery.fn.autoCompletefb=function(a){var b=this,c={ul:b,urlLookup:[""],acOptions:{},foundClass:".friend-tab",inputClass:".send-to-input"};a&&jQuery.extend(c,a);var d={params:c,removeFind:function(a){return d.removeUsername(a),jQuery(a).unbind("click").parent().remove(),jQuery(c.inputClass,b).focus(),b.acfb},removeUsername:function(a){var b=a.parentNode.id.substr(a.parentNode.id.indexOf("-")+1);jQuery("#send-to-usernames").removeClass(b)}};return jQuery(c.foundClass+" img.p").click(function(){d.removeFind(this)}),jQuery(c.inputClass,b).autocomplete(c.urlLookup,c.acOptions),jQuery(c.inputClass,b).result(function(a,e,f){var f=c.foundClass.replace(/\./,""),e=String(e).split(" ("),g=e[1].substr(0,e[1].length-1);if(0===jQuery(c.inputClass).siblings("#un-"+g).length){var h="#link-"+g,i=jQuery(h).attr("href"),j='<li class="'+f+'" id="un-'+g+'"><span><a href="'+i+'">'+e[0]+'</a></span> <span class="p">X</span></li>',k=jQuery(c.inputClass,b).before(j);jQuery("#send-to-usernames").addClass(g),jQuery(".p",k[0].previousSibling).click(function(){d.removeFind(this)})}jQuery(c.inputClass,b).val("")}),jQuery(c.inputClass,b).focus(),d};
\ No newline at end of file
+jQuery.fn.autoCompletefb=function(a){var b=this,c={ul:b,urlLookup:[""],acOptions:{},foundClass:".friend-tab",inputClass:".send-to-input"};a&&jQuery.extend(c,a);var d={params:c,removeFind:function(a){return d.removeUsername(a),jQuery(a).unbind("click").parent().remove(),jQuery(c.inputClass,b).focus(),b.acfb},removeUsername:function(a){var b=a.parentNode.id.substr(a.parentNode.id.indexOf("-")+1);jQuery("#send-to-usernames").removeClass(b)}};return jQuery(c.foundClass+" img.p").click(function(){d.removeFind(this)}),jQuery(c.inputClass,b).autocompletebp(c.urlLookup,c.acOptions),jQuery(c.inputClass,b).result(function(a,e,f){var f=c.foundClass.replace(/\./,""),e=String(e).split(" ("),g=e[1].substr(0,e[1].length-1);if(0===jQuery(c.inputClass).siblings("#un-"+g).length){var h="#link-"+g,i=jQuery(h).attr("href"),j='<li class="'+f+'" id="un-'+g+'"><span><a href="'+i+'">'+e[0]+'</a></span> <span class="p">X</span></li>',k=jQuery(c.inputClass,b).before(j);jQuery("#send-to-usernames").addClass(g),jQuery(".p",k[0].previousSibling).click(function(){d.removeFind(this)})}jQuery(c.inputClass,b).val("")}),jQuery(c.inputClass,b).focus(),d};
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.bgiframe.min.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.bgiframe.min.js
index f0330bd5e..6cd5e7968 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.bgiframe.min.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.bgiframe.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){function b(a){return a&&a.constructor===Number?a+"px":a}a.fn.bgiframe=a.browser.msie&&/msie 6\.0/i.test(navigator.userAgent)?function(c){c=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:!0,src:"javascript:false;"},c);var d='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+c.src+'"style="display:block;position:absolute;z-index:-1;'+(c.opacity!==!1?"filter:Alpha(Opacity='0');":"")+"top:"+("auto"==c.top?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":b(c.top))+";left:"+("auto"==c.left?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":b(c.left))+";width:"+("auto"==c.width?"expression(this.parentNode.offsetWidth+'px')":b(c.width))+";height:"+("auto"==c.height?"expression(this.parentNode.offsetHeight+'px')":b(c.height))+';"/>';return this.each(function(){0===a(this).children("iframe.bgiframe").length&&this.insertBefore(document.createElement(d),this.firstChild)})}:function(){return this},a.fn.bgIframe=a.fn.bgiframe}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.dimensions.min.js b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.dimensions.min.js
index c8161823a..809bfa254 100644
--- a/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.dimensions.min.js
+++ b/wp-content/plugins/buddypress/bp-messages/js/autocomplete/jquery.dimensions.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){a.dimensions={version:"@VERSION"},a.each(["Height","Width"],function(c,d){a.fn["inner"+d]=function(){if(this[0]){var a="Height"==d?"Top":"Left",c="Height"==d?"Bottom":"Right";return this[d.toLowerCase()]()+b(this,"padding"+a)+b(this,"padding"+c)}},a.fn["outer"+d]=function(c){if(this[0]){var e="Height"==d?"Top":"Left",f="Height"==d?"Bottom":"Right";return c=a.extend({margin:!1},c||{}),this[d.toLowerCase()]()+b(this,"border"+e+"Width")+b(this,"border"+f+"Width")+b(this,"padding"+e)+b(this,"padding"+f)+(c.margin?b(this,"margin"+e)+b(this,"margin"+f):0)}}}),a.each(["Left","Top"],function(b,c){a.fn["scroll"+c]=function(b){return this[0]?void 0!=b?this.each(function(){this==window||this==document?window.scrollTo("Left"==c?b:a(window).scrollLeft(),"Top"==c?b:a(window).scrollTop()):this["scroll"+c]=b}):this[0]==window||this[0]==document?self["Left"==c?"pageXOffset":"pageYOffset"]||a.boxModel&&document.documentElement["scroll"+c]||document.body["scroll"+c]:this[0]["scroll"+c]:void 0}}),a.fn.extend({position:function(){var a,c,d,e,f=this[0];return f&&(d=this.offsetParent(),a=this.offset(),c=d.offset(),a.top-=b(f,"marginTop"),a.left-=b(f,"marginLeft"),c.top+=b(d,"borderTopWidth"),c.left+=b(d,"borderLeftWidth"),e={top:a.top-c.top,left:a.left-c.left}),e},offsetParent:function(){for(var b=this[0].offsetParent;b&&!/^body|html$/i.test(b.tagName)&&"static"==a.css(b,"position");)b=b.offsetParent;return a(b)}});var b=function(b,c){return parseInt(a.css(b.jquery?b[0]:b,c))||0}}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-functions.php b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-functions.php
index 4e4610c74..3bf0020db 100644
--- a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-functions.php
+++ b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-functions.php
@@ -43,7 +43,7 @@ function bp_notifications_add_notification( $args = array() ) {
 		'date_notified'     => bp_core_current_time(),
 		'is_new'            => 1,
 		'allow_duplicate'   => false,
-	), 'notifications_add_notification' );;
+	), 'notifications_add_notification' );
 
 	// Check for existing duplicate notifications.
 	if ( ! $r['allow_duplicate'] ) {
@@ -98,7 +98,7 @@ function bp_notifications_get_notification( $id ) {
  * @return bool True on success, false on failure.
  */
 function bp_notifications_delete_notification( $id ) {
-	if ( ! bp_notifications_check_notification_access( bp_loggedin_user_id(), $id ) ) {
+	if ( ! bp_notifications_check_notification_access( bp_displayed_user_id(), $id ) ) {
 		return false;
 	}
 
@@ -117,7 +117,7 @@ function bp_notifications_delete_notification( $id ) {
  * @return bool True on success, false on failure.
  */
 function bp_notifications_mark_notification( $id, $is_new = false ) {
-	if ( ! bp_notifications_check_notification_access( bp_loggedin_user_id(), $id ) ) {
+	if ( ! bp_notifications_check_notification_access( bp_displayed_user_id(), $id ) ) {
 		return false;
 	}
 
@@ -233,7 +233,8 @@ function bp_notifications_get_notifications_for_user( $user_id, $format = 'strin
 						$component_action_items[0]->item_id,
 						$component_action_items[0]->secondary_item_id,
 						$action_item_count,
-						'array'
+						'array',
+						$component_action_items[0]->id
 					);
 
 					// Create the object to be returned.
@@ -253,7 +254,7 @@ function bp_notifications_get_notifications_for_user( $user_id, $format = 'strin
 
 				// Return an array of content strings.
 				} else {
-					$content      = call_user_func( $bp->{$component_name}->notification_callback, $component_action_name, $component_action_items[0]->item_id, $component_action_items[0]->secondary_item_id, $action_item_count );
+					$content      = call_user_func( $bp->{$component_name}->notification_callback, $component_action_name, $component_action_items[0]->item_id, $component_action_items[0]->secondary_item_id, $action_item_count, 'string', $component_action_items[0]->id );
 					$renderable[] = $content;
 				}
 
@@ -270,18 +271,38 @@ function bp_notifications_get_notifications_for_user( $user_id, $format = 'strin
 					$component_action_items[0]->item_id,
 					$component_action_items[0]->secondary_item_id,
 					$action_item_count,
-					$format
+					$format,
+					$component_action_name, // Duplicated so plugins can check the canonical action name.
+					$component_name,
+					$component_action_items[0]->id
 				);
 
 				// Function should return an object.
 				if ( 'object' === $format ) {
 
 					/**
-					 * Filters the notifications for a user.
+					 * Filters the notification content for notifications created by plugins.
+					 *
+					 * If your plugin extends the {@link BP_Component} class, you should use the
+					 * 'notification_callback' parameter in your extended
+					 * {@link BP_Component::setup_globals()} method instead.
 					 *
 					 * @since 1.9.0
+					 * @since 2.6.0 Added $component_action_name, $component_name, $id as parameters.
+					 *
+					 * @param string $content               Component action. Deprecated. Do not do checks against this! Use
+					 *                                      the 6th parameter instead - $component_action_name.
+					 * @param int    $item_id               Notification item ID.
+					 * @param int    $secondary_item_id     Notification secondary item ID.
+					 * @param int    $action_item_count     Number of notifications with the same action.
+					 * @param string $format                Format of return. Either 'string' or 'object'.
+					 * @param string $component_action_name Canonical notification action.
+					 * @param string $component_name        Notification component ID.
+					 * @param int    $id                    Notification ID.
 					 *
-					 * @param array $ref_array Array of properties for the current notification being rendered.
+					 * @return string|array If $format is 'string', return a string of the notification content.
+					 *                      If $format is 'object', return an array formatted like:
+					 *                      array( 'text' => 'CONTENT', 'link' => 'LINK' )
 					 */
 					$content = apply_filters_ref_array( 'bp_notifications_get_notifications_for_user', $ref_array );
 
@@ -683,7 +704,7 @@ function bp_notifications_delete_meta( $notification_id, $meta_key = '', $meta_v
 
 	add_filter( 'query', 'bp_filter_metaid_column_name' );
 	foreach ( $keys as $key ) {
-		$retval = delete_metadata( 'notifications', $notification_id, $key, $meta_value, $delete_all );
+		$retval = delete_metadata( 'notification', $notification_id, $key, $meta_value, $delete_all );
 	}
 	remove_filter( 'query', 'bp_filter_metaid_column_name' );
 
@@ -695,8 +716,6 @@ function bp_notifications_delete_meta( $notification_id, $meta_key = '', $meta_v
  *
  * @since 2.3.0
  *
- * @uses apply_filters() To call the 'bp_notifications_get_meta' hook.
- *
  * @param int    $notification_id ID of the notification item whose metadata is being requested.
  * @param string $meta_key        Optional. If present, only the metadata matching
  *                                that meta key will be returned. Otherwise, all metadata for the
@@ -708,7 +727,7 @@ function bp_notifications_delete_meta( $notification_id, $meta_key = '', $meta_v
  */
 function bp_notifications_get_meta( $notification_id = 0, $meta_key = '', $single = true ) {
 	add_filter( 'query', 'bp_filter_metaid_column_name' );
-	$retval = get_metadata( 'notifications', $notification_id, $meta_key, $single );
+	$retval = get_metadata( 'notification', $notification_id, $meta_key, $single );
 	remove_filter( 'query', 'bp_filter_metaid_column_name' );
 
 	/**
@@ -743,7 +762,7 @@ function bp_notifications_get_meta( $notification_id = 0, $meta_key = '', $singl
  */
 function bp_notifications_update_meta( $notification_id, $meta_key, $meta_value, $prev_value = '' ) {
 	add_filter( 'query', 'bp_filter_metaid_column_name' );
-	$retval = update_metadata( 'notifications', $notification_id, $meta_key, $meta_value, $prev_value );
+	$retval = update_metadata( 'notification', $notification_id, $meta_key, $meta_value, $prev_value );
 	remove_filter( 'query', 'bp_filter_metaid_column_name' );
 
 	return $retval;
@@ -764,7 +783,7 @@ function bp_notifications_update_meta( $notification_id, $meta_key, $meta_value,
  */
 function bp_notifications_add_meta( $notification_id, $meta_key, $meta_value, $unique = false ) {
 	add_filter( 'query', 'bp_filter_metaid_column_name' );
-	$retval = add_metadata( 'notifications', $notification_id, $meta_key, $meta_value, $unique );
+	$retval = add_metadata( 'notification', $notification_id, $meta_key, $meta_value, $unique );
 	remove_filter( 'query', 'bp_filter_metaid_column_name' );
 
 	return $retval;
diff --git a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-loader.php b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-loader.php
index c48060da6..319e376e1 100644
--- a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-loader.php
+++ b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-loader.php
@@ -12,7 +12,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-notifications-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-notifications-component.php';
+}
 
 /**
  * Bootstrap the Notifications component.
diff --git a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-template.php b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-template.php
index 053c64420..666c7b252 100644
--- a/wp-content/plugins/buddypress/bp-notifications/bp-notifications-template.php
+++ b/wp-content/plugins/buddypress/bp-notifications/bp-notifications-template.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-notifications-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-notifications-template.php';
+}
 
 /**
  * Output the notifications component slug.
@@ -40,68 +42,98 @@ function bp_notifications_slug() {
 	}
 
 /**
- * Output the notifications permalink.
+ * Output the notifications permalink for a user.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
+ *
+ * @param int $user_id The user ID.
  */
-function bp_notifications_permalink() {
-	echo bp_get_notifications_permalink();
+function bp_notifications_permalink( $user_id = 0 ) {
+	echo bp_get_notifications_permalink( $user_id );
 }
 	/**
 	 * Return the notifications permalink.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string Notifications permalink.
 	 */
-	function bp_get_notifications_permalink() {
-		$retval = trailingslashit( bp_loggedin_user_domain() . bp_get_notifications_slug() );
+	function bp_get_notifications_permalink( $user_id = 0 ) {
+		if ( 0 === $user_id ) {
+			$user_id = bp_loggedin_user_id();
+			$domain  = bp_loggedin_user_domain();
+		} else {
+			$domain = bp_core_get_user_domain( (int) $user_id );
+		}
+
+		$retval = trailingslashit( $domain . bp_get_notifications_slug() );
 
 		/**
 		 * Filters the notifications permalink.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval Permalink for the notifications.
+		 * @param string $retval  Permalink for the notifications.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_notifications_permalink', $retval );
+		return apply_filters( 'bp_get_notifications_permalink', $retval, $user_id );
 	}
 
 /**
- * Output the unread notifications permalink.
+ * Output the unread notifications permalink for a user.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
+ *
+ * @param int $user_id The user ID.
  */
-function bp_notifications_unread_permalink() {
-	echo bp_get_notifications_unread_permalink();
+function bp_notifications_unread_permalink( $user_id = 0 ) {
+	echo bp_get_notifications_unread_permalink( $user_id );
 }
 	/**
 	 * Return the unread notifications permalink.
 	 *
-	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string Unread notifications permalink.
 	 */
-	function bp_get_notifications_unread_permalink() {
-		$retval = trailingslashit( bp_loggedin_user_domain() . bp_get_notifications_slug() . '/unread' );
+	function bp_get_notifications_unread_permalink( $user_id = 0 ) {
+		if ( 0 === $user_id ) {
+			$user_id = bp_loggedin_user_id();
+			$domain  = bp_loggedin_user_domain();
+		} else {
+			$domain = bp_core_get_user_domain( (int) $user_id );
+		}
+
+		$retval = trailingslashit( $domain . bp_get_notifications_slug() . '/unread' );
 
 		/**
 		 * Filters the unread notifications permalink.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval Permalink for the unread notifications.
+		 * @param string $retval  Permalink for the unread notifications.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_notifications_unread_permalink', $retval );
+		return apply_filters( 'bp_get_notifications_unread_permalink', $retval, $user_id );
 	}
 
 /**
- * Output the read notifications permalink.
+ * Output the read notifications permalink for a user.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
+ *
+ * @param int $user_id The user ID.
  */
-function bp_notifications_read_permalink() {
-	echo bp_get_notifications_read_permalink();
+function bp_notifications_read_permalink( $user_id = 0 ) {
+	echo bp_get_notifications_read_permalink( $user_id );
 }
 	/**
 	 * Return the read notifications permalink.
@@ -110,17 +142,26 @@ function bp_notifications_read_permalink() {
 	 *
 	 * @return string Read notifications permalink.
 	 */
-	function bp_get_notifications_read_permalink() {
-		$retval = trailingslashit( bp_loggedin_user_domain() . bp_get_notifications_slug() . '/read' );
+	function bp_get_notifications_read_permalink( $user_id = 0 ) {
+		if ( 0 === $user_id ) {
+			$user_id = bp_loggedin_user_id();
+			$domain  = bp_loggedin_user_domain();
+		} else {
+			$domain = bp_core_get_user_domain( (int) $user_id );
+		}
+
+		$retval = trailingslashit( $domain . bp_get_notifications_slug() . '/read' );
 
 		/**
 		 * Filters the read notifications permalink.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval Permalink for the read notifications.
+		 * @param string $retval  Permalink for the read notifications.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_notifications_unread_permalink', $retval );
+		return apply_filters( 'bp_get_notifications_unread_permalink', $retval, $user_id );
 	}
 
 /** The Loop ******************************************************************/
@@ -167,15 +208,29 @@ function bp_has_notifications( $args = '' ) {
 		$user_id = bp_loggedin_user_id();
 	}
 
+	// Set the component action (by default false to get all actions)
+	$component_action = false;
+
+	if ( isset( $_REQUEST['type'] ) ) {
+		$component_action = sanitize_key( $_REQUEST['type'] );
+	}
+
+	// Set the search terms (by default an empty string to get all notifications)
+	$search_terms = '';
+
+	if ( isset( $_REQUEST['s'] ) ) {
+		$search_terms = stripslashes( $_REQUEST['s'] );
+	}
+
 	// Parse the args.
 	$r = bp_parse_args( $args, array(
 		'id'                => false,
 		'user_id'           => $user_id,
 		'secondary_item_id' => false,
 		'component_name'    => bp_notifications_get_registered_components(),
-		'component_action'  => false,
+		'component_action'  => $component_action,
 		'is_new'            => $is_new,
-		'search_terms'      => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '',
+		'search_terms'      => $search_terms,
 		'order_by'          => 'date_notified',
 		'sort_order'        => 'DESC',
 		'meta_query'        => false,
@@ -199,11 +254,13 @@ function bp_has_notifications( $args = '' ) {
 	 * Filters whether or not the user has notifications to display.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added the `$r` parameter.
 	 *
 	 * @param bool                      $value      Whether or not there are notifications to display.
 	 * @param BP_Notifications_Template $query_loop BP_Notifications_Template object instance.
+	 * @param array                     $r          Array of arguments passed into the BP_Notifications_Template class.
 	 */
-	return apply_filters( 'bp_has_notifications', $query_loop->has_notifications(), $query_loop );
+	return apply_filters( 'bp_has_notifications', $query_loop->has_notifications(), $query_loop, $r );
 }
 
 /**
@@ -453,7 +510,7 @@ function bp_the_notification_description() {
 
 		// Callback function exists.
 		if ( isset( $bp->{ $notification->component_name }->notification_callback ) && is_callable( $bp->{ $notification->component_name }->notification_callback ) ) {
-			$description = call_user_func( $bp->{ $notification->component_name }->notification_callback, $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1 );
+			$description = call_user_func( $bp->{ $notification->component_name }->notification_callback, $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1, 'string', $notification->id );
 
 		// @deprecated format_notification_function - 1.5
 		} elseif ( isset( $bp->{ $notification->component_name }->format_notification_function ) && function_exists( $bp->{ $notification->component_name }->format_notification_function ) ) {
@@ -463,7 +520,7 @@ function bp_the_notification_description() {
 		} else {
 
 			/** This filter is documented in bp-notifications/bp-notifications-functions.php */
-			$description = apply_filters_ref_array( 'bp_notifications_get_notifications_for_user', array( $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1 ) );
+			$description = apply_filters_ref_array( 'bp_notifications_get_notifications_for_user', array( $notification->component_action, $notification->item_id, $notification->secondary_item_id, 1, 'string', $notification->component_action, $notification->component_name, $notification->id ) );
 		}
 
 		/**
@@ -482,36 +539,38 @@ function bp_the_notification_description() {
  * Output the mark read link for the current notification.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_mark_read_link()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_mark_read_link() {
-	echo bp_get_the_notification_mark_read_link();
+function bp_the_notification_mark_read_link( $user_id = 0 ) {
+	echo bp_get_the_notification_mark_read_link( $user_id );
 }
 	/**
 	 * Return the mark read link for the current notification.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_mark_read_link() {
-
-		// Start the output buffer.
-		ob_start(); ?>
+	function bp_get_the_notification_mark_read_link( $user_id = 0 ) {
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
 
-		<a href="<?php bp_the_notification_mark_read_url(); ?>" class="mark-read primary"><?php _e( 'Read', 'buddypress' ); ?></a>
-
-		<?php $retval = ob_get_clean();
+		$retval = sprintf( '<a href="%1$s" class="mark-read primary">%2$s</a>', esc_url( bp_get_the_notification_mark_read_url( $user_id ) ), __( 'Read', 'buddypress' ) );
 
 		/**
 		 * Filters the mark read link for the current notification.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval HTML for the mark read link for the current notification.
+		 * @param string $retval  HTML for the mark read link for the current notification.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_mark_read_link', $retval );
+		return apply_filters( 'bp_get_the_notification_mark_read_link', $retval, $user_id );
 	}
 
 /**
@@ -520,20 +579,23 @@ function bp_the_notification_mark_read_link() {
  * Since this function directly outputs a URL, it is escaped.
  *
  * @since 2.1.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_mark_read_url()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_mark_read_url() {
-	echo esc_url( bp_get_the_notification_mark_read_url() );
+function bp_the_notification_mark_read_url( $user_id = 0 ) {
+	echo esc_url( bp_get_the_notification_mark_read_url( $user_id ) );
 }
 	/**
 	 * Return the URL used for marking a single notification as read.
 	 *
 	 * @since 2.1.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_mark_read_url() {
+	function bp_get_the_notification_mark_read_url( $user_id = 0 ) {
 
 		// Get the notification ID.
 		$id   = bp_get_the_notification_id();
@@ -544,8 +606,11 @@ function bp_the_notification_mark_read_url() {
 			'notification_id' => $id
 		);
 
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
+
 		// Add the args to the URL.
-		$url = add_query_arg( $args, bp_get_notifications_unread_permalink() );
+		$url = add_query_arg( $args, bp_get_notifications_unread_permalink( $user_id ) );
 
 		// Add the nonce.
 		$url = wp_nonce_url( $url, 'bp_notification_mark_read_' . $id );
@@ -554,46 +619,50 @@ function bp_the_notification_mark_read_url() {
 		 * Filters the URL used for marking a single notification as read.
 		 *
 		 * @since 2.1.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $url URL to use for marking the single notification as read.
+		 * @param string $url     URL to use for marking the single notification as read.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_mark_read_url', $url );
+		return apply_filters( 'bp_get_the_notification_mark_read_url', $url, $user_id );
 	}
 
 /**
  * Output the mark unread link for the current notification.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_mark_unread_link()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_mark_unread_link() {
+function bp_the_notification_mark_unread_link( $user_id = 0 ) {
 	echo bp_get_the_notification_mark_unread_link();
 }
 	/**
 	 * Return the mark unread link for the current notification.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_mark_unread_link() {
-
-		// Start the output buffer.
-		ob_start(); ?>
-
-		<a href="<?php bp_the_notification_mark_unread_url(); ?>" class="mark-unread primary"><?php _ex( 'Unread',  'Notification screen action', 'buddypress' ); ?></a>
+	function bp_get_the_notification_mark_unread_link( $user_id = 0 ) {
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
 
-		<?php $retval = ob_get_clean();
+		$retval = sprintf( '<a href="%1$s" class="mark-unread primary">%2$s</a>', esc_url( bp_get_the_notification_mark_unread_url( $user_id ) ), __( 'Unread', 'buddypress' ) );
 
 		/**
 		 * Filters the link used for marking a single notification as unread.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval HTML for the mark unread link for the current notification.
+		 * @param string $retval  HTML for the mark unread link for the current notification.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_mark_unread_link', $retval );
+		return apply_filters( 'bp_get_the_notification_mark_unread_link', $retval, $user_id );
 	}
 
 /**
@@ -602,20 +671,23 @@ function bp_the_notification_mark_unread_link() {
  * Since this function directly outputs a URL, it is escaped.
  *
  * @since 2.1.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_mark_unread_url()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_mark_unread_url() {
-	echo esc_url( bp_get_the_notification_mark_unread_url() );
+function bp_the_notification_mark_unread_url( $user_id = 0 ) {
+	echo esc_url( bp_get_the_notification_mark_unread_url( $user_id ) );
 }
 	/**
 	 * Return the URL used for marking a single notification as unread.
 	 *
 	 * @since 2.1.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_mark_unread_url() {
+	function bp_get_the_notification_mark_unread_url( $user_id = 0 ) {
 
 		// Get the notification ID.
 		$id   = bp_get_the_notification_id();
@@ -626,8 +698,11 @@ function bp_the_notification_mark_unread_url() {
 			'notification_id' => $id
 		);
 
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
+
 		// Add the args to the URL.
-		$url = add_query_arg( $args, bp_get_notifications_read_permalink() );
+		$url = add_query_arg( $args, bp_get_notifications_read_permalink( $user_id ) );
 
 		// Add the nonce.
 		$url = wp_nonce_url( $url, 'bp_notification_mark_unread_' . $id );
@@ -636,81 +711,92 @@ function bp_the_notification_mark_unread_url() {
 		 * Filters the URL used for marking a single notification as unread.
 		 *
 		 * @since 2.1.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $url URL to use for marking the single notification as unread.
+		 * @param string $url     URL to use for marking the single notification as unread.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_mark_unread_url', $url );
+		return apply_filters( 'bp_get_the_notification_mark_unread_url', $url, $user_id );
 	}
 
 /**
  * Output the mark link for the current notification.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_mark_unread_link()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_mark_link() {
-	echo bp_get_the_notification_mark_link();
+function bp_the_notification_mark_link( $user_id = 0 ) {
+	echo bp_get_the_notification_mark_link( $user_id );
 }
 	/**
 	 * Return the mark link for the current notification.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_mark_link() {
+	function bp_get_the_notification_mark_link( $user_id = 0 ) {
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
 
 		if ( bp_is_current_action( 'read' ) ) {
-			$retval = bp_get_the_notification_mark_unread_link();
+			$retval = bp_get_the_notification_mark_unread_link( $user_id );
 		} else {
-			$retval = bp_get_the_notification_mark_read_link();
+			$retval = bp_get_the_notification_mark_read_link( $user_id );
 		}
 
 		/**
 		 * Filters the mark link for the current notification.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval The mark link for the current notification.
+		 * @param string $retval  The mark link for the current notification.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_mark_link', $retval );
+		return apply_filters( 'bp_get_the_notification_mark_link', $retval, $user_id );
 	}
 
 /**
  * Output the delete link for the current notification.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses bp_get_the_notification_delete_link()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_delete_link() {
-	echo bp_get_the_notification_delete_link();
+function bp_the_notification_delete_link( $user_id = 0 ) {
+	echo bp_get_the_notification_delete_link( $user_id );
 }
 	/**
 	 * Return the delete link for the current notification.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_delete_link() {
-
-		// Start the output buffer.
-		ob_start(); ?>
-
-		<a href="<?php bp_the_notification_delete_url(); ?>" class="delete secondary confirm"><?php _e( 'Delete', 'buddypress' ); ?></a>
+	function bp_get_the_notification_delete_link( $user_id = 0 ) {
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
 
-		<?php $retval = ob_get_clean();
+		$retval = sprintf( '<a href="%1$s" class="delete secondary confirm">%2$s</a>', esc_url( bp_get_the_notification_delete_url( $user_id ) ), __( 'Delete', 'buddypress' ) );
 
 		/**
 		 * Filters the delete link for the current notification.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $retval HTML for the delete link for the current notification.
+		 * @param string $retval  HTML for the delete link for the current notification.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_delete_link', $retval );
+		return apply_filters( 'bp_get_the_notification_delete_link', $retval, $user_id );
 	}
 
 /**
@@ -719,27 +805,31 @@ function bp_the_notification_delete_link() {
  * Since this function directly outputs a URL, it is escaped.
  *
  * @since 2.1.0
+ * @since 2.6.0 Added $user_id as a parameter.
  *
- * @uses esc_url()
- * @uses bp_get_the_notification_delete_url()
+ * @param int $user_id The user ID.
  */
-function bp_the_notification_delete_url() {
-	echo esc_url( bp_get_the_notification_delete_url() );
+function bp_the_notification_delete_url( $user_id = 0 ) {
+	echo esc_url( bp_get_the_notification_delete_url( $user_id ) );
 }
 	/**
 	 * Return the URL used for deleting a single notification.
 	 *
 	 * @since 2.1.0
+	 * @since 2.6.0 Added $user_id as a parameter.
 	 *
+	 * @param int $user_id The user ID.
 	 * @return string
 	 */
-	function bp_get_the_notification_delete_url() {
+	function bp_get_the_notification_delete_url( $user_id = 0 ) {
+		// Set default user ID to use.
+		$user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id;
 
 		// URL to add nonce to.
 		if ( bp_is_current_action( 'unread' ) ) {
-			$link = bp_get_notifications_unread_permalink();
+			$link = bp_get_notifications_unread_permalink( $user_id );
 		} elseif ( bp_is_current_action( 'read' ) ) {
-			$link = bp_get_notifications_read_permalink();
+			$link = bp_get_notifications_read_permalink( $user_id );
 		}
 
 		// Get the ID.
@@ -761,16 +851,19 @@ function bp_the_notification_delete_url() {
 		 * Filters the URL used for deleting a single notification.
 		 *
 		 * @since 2.1.0
+		 * @since 2.6.0 Added $user_id as a parameter.
 		 *
-		 * @param string $url URL used for deleting a single notification.
+		 * @param string $url     URL used for deleting a single notification.
+		 * @param int    $user_id The user ID.
 		 */
-		return apply_filters( 'bp_get_the_notification_delete_url', $url );
+		return apply_filters( 'bp_get_the_notification_delete_url', $url, $user_id );
 	}
 
 /**
  * Output the action links for the current notification.
  *
  * @since 1.9.0
+ * @since 2.6.0 Added $user_id as a parameter to $args.
  *
  * @param array|string $args Array of arguments.
  */
@@ -781,16 +874,20 @@ function bp_the_notification_action_links( $args = '' ) {
 	 * Return the action links for the current notification.
 	 *
 	 * @since 1.9.0
+	 * @since 2.6.0 Added $user_id as a parameter to $args.
 	 *
 	 * @param array|string $args {
-	 *     @type string $before HTML before the links.
-	 *     @type string $after  HTML after the links.
-	 *     @type string $sep    HTML between the links.
-	 *     @type array  $links  Array of links to implode by 'sep'.
+	 *     @type string $before  HTML before the links.
+	 *     @type string $after   HTML after the links.
+	 *     @type string $sep     HTML between the links.
+	 *     @type array  $links   Array of links to implode by 'sep'.
+	 *     @type int    $user_id User ID to fetch action links for. Defaults to displayed user ID.
 	 * }
 	 * @return string HTML links for actions to take on single notifications.
 	 */
 	function bp_get_the_notification_action_links( $args = '' ) {
+		// Set default user ID to use.
+		$user_id = isset( $args['user_id'] ) ? $args['user_id'] : bp_displayed_user_id();
 
 		// Parse.
 		$r = wp_parse_args( $args, array(
@@ -798,8 +895,8 @@ function bp_the_notification_action_links( $args = '' ) {
 			'after'  => '',
 			'sep'    => ' | ',
 			'links'  => array(
-				bp_get_the_notification_mark_link(),
-				bp_get_the_notification_delete_link()
+				bp_get_the_notification_mark_link( $user_id ),
+				bp_get_the_notification_delete_link( $user_id )
 			)
 		) );
 
@@ -810,10 +907,12 @@ function bp_the_notification_action_links( $args = '' ) {
 		 * Filters the action links for the current notification.
 		 *
 		 * @since 1.9.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param string $retval HTML links for actions to take on single notifications.
+		 * @param array  $r      Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_the_notification_action_links', $retval );
+		return apply_filters( 'bp_get_the_notification_action_links', $retval, $r );
 	}
 
 /**
@@ -924,7 +1023,10 @@ function bp_notifications_sort_order_form() {
  */
 function bp_notifications_bulk_management_dropdown() {
 	?>
-	<label class="bp-screen-reader-text" for="notification-select"><?php _e( 'Select Bulk Action', 'buddypress' ); ?></label>
+	<label class="bp-screen-reader-text" for="notification-select"><?php
+		/* translators: accessibility text */
+		_e( 'Select Bulk Action', 'buddypress' );
+	?></label>
 	<select name="notification_bulk_action" id="notification-select">
 		<option value="" selected="selected"><?php _e( 'Bulk Actions', 'buddypress' ); ?></option>
 
diff --git a/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-component.php b/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-component.php
index 67a6db5ec..83d474f3e 100644
--- a/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-component.php
+++ b/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-component.php
@@ -45,7 +45,6 @@ class BP_Notifications_Component extends BP_Component {
 	public function includes( $includes = array() ) {
 		$includes = array(
 			'actions',
-			'classes',
 			'screens',
 			'adminbar',
 			'template',
@@ -53,6 +52,10 @@ class BP_Notifications_Component extends BP_Component {
 			'cache',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		parent::includes( $includes );
 	}
 
@@ -79,6 +82,11 @@ class BP_Notifications_Component extends BP_Component {
 			'table_name_meta' => $bp->table_prefix . 'bp_notifications_meta',
 		);
 
+		// Metadata tables for notifications component.
+		$meta_tables = array(
+			'notification' => $bp->table_prefix . 'bp_notifications_meta',
+		);
+
 		// All globals for the notifications component.
 		// Note that global_tables is included in this array.
 		$args = array(
@@ -86,6 +94,7 @@ class BP_Notifications_Component extends BP_Component {
 			'has_directory' => false,
 			'search_string' => __( 'Search Notifications...', 'buddypress' ),
 			'global_tables' => $global_tables,
+			'meta_tables'   => $meta_tables
 		);
 
 		parent::setup_globals( $args );
@@ -122,7 +131,15 @@ class BP_Notifications_Component extends BP_Component {
 		if ( bp_is_user() && bp_user_has_access() ) {
 			$count    = bp_notifications_get_unread_notification_count( bp_displayed_user_id() );
 			$class    = ( 0 === $count ) ? 'no-count' : 'count';
-			$nav_name = sprintf( _x( 'Notifications <span class="%s">%s</span>', 'Profile screen nav', 'buddypress' ), esc_attr( $class ), bp_core_number_format( $count ) );
+			$nav_name = sprintf(
+				/* translators: %s: Unread notification count for the current user */
+				_x( 'Notifications %s', 'Profile screen nav', 'buddypress' ),
+				sprintf(
+					'<span class="%s">%s</span>',
+					esc_attr( $class ),
+					bp_core_number_format( $count )
+				)
+			);
 		} else {
 			$nav_name = _x( 'Notifications', 'Profile screen nav', 'buddypress' );
 		}
@@ -185,8 +202,16 @@ class BP_Notifications_Component extends BP_Component {
 			// Pending notification requests.
 			$count = bp_notifications_get_unread_notification_count( bp_loggedin_user_id() );
 			if ( ! empty( $count ) ) {
-				$title  = sprintf( _x( 'Notifications <span class="count">%s</span>', 'My Account Notification pending', 'buddypress' ), bp_core_number_format( $count ) );
-				$unread = sprintf( _x( 'Unread <span class="count">%s</span>',        'My Account Notification pending', 'buddypress' ), bp_core_number_format( $count ) );
+				$title = sprintf(
+					/* translators: %s: Unread notification count for the current user */
+					_x( 'Notifications %s', 'My Account Notification pending', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
+				$unread = sprintf(
+					/* translators: %s: Unread notification count for the current user */
+					_x( 'Unread %s', 'My Account Notification pending', 'buddypress' ),
+					'<span class="count">' . bp_core_number_format( $count ) . '</span>'
+				);
 			} else {
 				$title  = _x( 'Notifications', 'My Account Notification',         'buddypress' );
 				$unread = _x( 'Unread',        'My Account Notification sub nav', 'buddypress' );
diff --git a/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-notification.php b/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-notification.php
index c417b890e..9fce40330 100644
--- a/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-notification.php
+++ b/wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notifications-notification.php
@@ -629,6 +629,10 @@ class BP_Notifications_Notification {
 	 *                                           false (no pagination - all items).
 	 *     @type int          $per_page          Number of items to show per page. Default:
 	 *                                           false (no pagination - all items).
+	 *     @type array        $meta_query        Array of meta_query conditions. See WP_Meta_Query::queries.
+	 *     @type array        $date_query        Array of date_query conditions. See first parameter of
+	 *                                           WP_Date_Query::__construct().
+	 *     @type bool         $update_meta_cache Whether to update meta cache. Default: true.
 	 * }
 	 * @return array Located notifications.
 	 */
@@ -681,7 +685,14 @@ class BP_Notifications_Notification {
 		// Concatenate query parts.
 		$sql = "{$select_sql} {$from_sql} {$join_sql} {$where_sql} {$order_sql} {$pag_sql}";
 
-		return $wpdb->get_results( $sql );
+		$results = $wpdb->get_results( $sql );
+
+		// Update meta cache.
+		if ( true === $r['update_meta_cache'] ) {
+			bp_notifications_update_meta_cache( wp_list_pluck( $results, 'id' ) );
+		}
+
+		return $results;
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-settings/bp-settings-actions.php b/wp-content/plugins/buddypress/bp-settings/bp-settings-actions.php
index 3904dbfae..ffcd508f6 100644
--- a/wp-content/plugins/buddypress/bp-settings/bp-settings-actions.php
+++ b/wp-content/plugins/buddypress/bp-settings/bp-settings-actions.php
@@ -444,7 +444,7 @@ function bp_settings_verify_email_change(){
 		$pending_email = bp_get_user_meta( bp_displayed_user_id(), 'pending_email_change', true );
 
 		// Bail if the hash provided doesn't match the one saved in the database.
-		if ( urldecode( $_GET['verify_email_change'] ) !== $pending_email['hash'] ) {
+		if ( ! hash_equals( urldecode( $_GET['verify_email_change'] ), $pending_email['hash'] ) ) {
 			return;
 		}
 
diff --git a/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php b/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php
index b417d8e78..730b993c1 100644
--- a/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php
+++ b/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-settings-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-settings-component.php';
+}
 
 /**
  * Instantiates the settings component.
diff --git a/wp-content/plugins/buddypress/bp-settings/bp-settings-template.php b/wp-content/plugins/buddypress/bp-settings/bp-settings-template.php
index 01f3b64c7..cd3d4d98b 100644
--- a/wp-content/plugins/buddypress/bp-settings/bp-settings-template.php
+++ b/wp-content/plugins/buddypress/bp-settings/bp-settings-template.php
@@ -15,7 +15,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.5.0
  *
- * @uses bp_get_settings_slug()
  */
 function bp_settings_slug() {
 	echo bp_get_settings_slug();
@@ -44,7 +43,6 @@ function bp_settings_slug() {
  *
  * @since 1.5.0
  *
- * @uses bp_get_settings_root_slug()
  */
 function bp_settings_root_slug() {
 	echo bp_get_settings_root_slug();
@@ -88,12 +86,15 @@ function bp_settings_pending_email_notice() {
 
 	<div id="message" class="bp-template-notice error">
 		<p><?php printf(
-			__( 'There is a pending change of your email address to %1$s.<br />Check your email (%2$s) for the verification link. <a href="%3$s">Cancel</a>', 'buddypress' ),
-			'<code>' . $pending_email['newemail'] . '</code>',
-			'<code>' . $pending_email['newemail'] . '</code>',
+			__( 'There is a pending change of your email address to %s.', 'buddypress' ),
+			'<code>' . esc_html( $pending_email['newemail'] ) . '</code>'
+		); ?>
+		<br />
+		<?php printf(
+			__( 'Check your email (%1$s) for the verification link, or <a href="%2$s">cancel the pending change</a>.', 'buddypress' ),
+			'<code>' . esc_html( bp_get_displayed_user_email() ) . '</code>',
 			esc_url( bp_displayed_user_domain() . bp_get_settings_slug() . '/?dismiss_email_change=1' )
-		);
-		?></p>
+		); ?></p>
 	</div>
 
 	<?php
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php
index e7209222e..b5fbcd4d7 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php
@@ -41,8 +41,6 @@ class BP_Legacy extends BP_Theme_Compat {
 	 *
 	 * @since 1.7.0
 	 *
-	 * @uses BP_Legacy::setup_globals()
-	 * @uses BP_Legacy::setup_actions()
 	 */
 	public function __construct() {
 		parent::start();
@@ -70,8 +68,6 @@ class BP_Legacy extends BP_Theme_Compat {
 	 *
 	 * @since 1.7.0
 	 *
-	 * @uses add_filter() To add various filters
-	 * @uses add_action() To add various actions
 	 */
 	protected function setup_actions() {
 
@@ -86,7 +82,6 @@ class BP_Legacy extends BP_Theme_Compat {
 		add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_styles'   ) ); // Enqueue theme CSS
 		add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts'  ) ); // Enqueue theme JS
 		add_filter( 'bp_enqueue_scripts', array( $this, 'localize_scripts' ) ); // Enqueue theme script localization
-		add_action( 'bp_head',            array( $this, 'head_scripts'     ) ); // Output some extra JS in the <head>.
 
 		/** Body no-js Class **************************************************/
 
@@ -211,7 +206,6 @@ class BP_Legacy extends BP_Theme_Compat {
 	 * @since 1.7.0
 	 * @since 2.3.0 Support custom CSS file named after the current theme or parent theme.
 	 *
-	 * @uses wp_enqueue_style() To enqueue the styles
 	 */
 	public function enqueue_styles() {
 		$min = bp_core_get_minified_asset_suffix();
@@ -429,23 +423,6 @@ class BP_Legacy extends BP_Theme_Compat {
 		return $retval;
 	}
 
-	/**
-	 * Put some scripts in the header, like AJAX url for wp-lists.
-	 *
-	 * @since 1.7.0
-	 */
-	public function head_scripts() {
-	?>
-
-		<script type="text/javascript">
-			/* <![CDATA[ */
-			var ajaxurl = '<?php echo bp_core_ajax_url(); ?>';
-			/* ]]> */
-		</script>
-
-	<?php
-	}
-
 	/**
 	 * Adds the no-js class to the body tag.
 	 *
@@ -531,7 +508,6 @@ class BP_Legacy extends BP_Theme_Compat {
 	 * @since 2.2.0
 	 *
 	 * @param  array $templates Array of templates.
-	 * @uses   apply_filters() call 'bp_legacy_theme_compat_page_templates_directory_only' and return false
 	 *                         to use the defined page template for component's directory and its single items
 	 * @return array
 	 */
@@ -624,7 +600,6 @@ function bp_legacy_theme_group_create_button( $title ) {
  *
  * @since 2.2.0
  *
- * @uses   bp_group_create_nav_item() to output the create a Group nav item.
  */
 function bp_legacy_theme_group_create_nav() {
 	bp_group_create_nav_item();
@@ -654,7 +629,6 @@ function bp_legacy_theme_blog_create_button( $title ) {
  *
  * @since 2.2.0
  *
- * @uses   bp_blog_create_nav_item() to output the Create a Site nav item
  */
 function bp_legacy_theme_blog_create_nav() {
 	bp_blog_create_nav_item();
@@ -945,11 +919,11 @@ function bp_legacy_theme_post_update() {
 	}
 
 	if ( ! $object && bp_is_active( 'activity' ) ) {
-		$activity_id = bp_activity_post_update( array( 'content' => $_POST['content'] ) );
+		$activity_id = bp_activity_post_update( array( 'content' => $_POST['content'], 'error_type' => 'wp_error' ) );
 
 	} elseif ( 'groups' === $object ) {
 		if ( $item_id && bp_is_active( 'groups' ) )
-			$activity_id = groups_post_update( array( 'content' => $_POST['content'], 'group_id' => $item_id ) );
+			$activity_id = groups_post_update( array( 'content' => $_POST['content'], 'group_id' => $item_id, 'error_type' => 'wp_error' ) );
 
 	} else {
 
@@ -957,8 +931,11 @@ function bp_legacy_theme_post_update() {
 		$activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] );
 	}
 
-	if ( empty( $activity_id ) )
+	if ( false === $activity_id ) {
 		exit( '-1<div id="message" class="error bp-ajax-message"><p>' . __( 'There was a problem posting your update. Please try again.', 'buddypress' ) . '</p></div>' );
+	} elseif ( is_wp_error( $activity_id ) && $activity_id->get_error_code() ) {
+		exit( '-1<div id="message" class="error bp-ajax-message"><p>' . $activity_id->get_error_message() . '</p></div>' );
+	}
 
 	$last_recorded = ! empty( $_POST['since'] ) ? date( 'Y-m-d H:i:s', intval( $_POST['since'] ) ) : 0;
 	if ( $last_recorded ) {
@@ -1023,15 +1000,11 @@ function bp_legacy_theme_new_activity_comment() {
 		'activity_id' => $_POST['form_id'],
 		'content'     => $_POST['content'],
 		'parent_id'   => $_POST['comment_id'],
+		'error_type'  => 'wp_error'
 	) );
 
-	if ( ! $comment_id ) {
-		if ( ! empty( $bp->activity->errors['new_comment'] ) && is_wp_error( $bp->activity->errors['new_comment'] ) ) {
-			$feedback = $bp->activity->errors['new_comment']->get_error_message();
-			unset( $bp->activity->errors['new_comment'] );
-		}
-
-		exit( '-1<div id="message" class="error bp-ajax-message"><p>' . esc_html( $feedback ) . '</p></div>' );
+	if ( is_wp_error( $comment_id ) ) {
+		exit( '-1<div id="message" class="error bp-ajax-message"><p>' . esc_html( $comment_id->get_error_message() ) . '</p></div>' );
 	}
 
 	// Load the new activity item into the $activities_template global.
@@ -1296,7 +1269,7 @@ function bp_legacy_theme_ajax_invite_user() {
 
 		// Users who have previously requested membership do not need
 		// another invitation created for them.
-		if ( BP_Groups_Member::check_for_membership_request( $friend_id, $group_id ) ) {
+		if ( groups_check_for_membership_request( $friend_id, $group_id ) ) {
 			$user_status = 'is_pending';
 
 		// Create the user invitation.
@@ -1773,7 +1746,7 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 	$top_offset  = bp_core_avatar_full_height() - 10;
 	$left_offset = bp_core_avatar_full_width() + 20;
 
-	$cover_image = isset( $params['cover_image'] ) ? 'background-image: url(' . $params['cover_image'] . ');' : '';
+	$cover_image = ( !empty( $params['cover_image'] ) ) ? 'background-image: url(' . $params['cover_image'] . ');' : '';
 
 	$hide_avatar_style = '';
 
@@ -1794,7 +1767,7 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 				}
 
 				#buddypress div#item-header #item-header-cover-image #item-header-content {
-					margin-left:auto;
+					margin-left: auto;
 				}
 			';
 		}
@@ -1808,8 +1781,8 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 		}
 
 		#buddypress #create-group-form #header-cover-image {
-			position: relative;
 			margin: 1em 0;
+			position: relative;
 		}
 
 		.bp-user #buddypress #item-header {
@@ -1820,7 +1793,7 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 			margin-top: '. $avatar_offset .'px;
 			float: left;
 			overflow: visible;
-			width:auto;
+			width: auto;
 		}
 
 		#buddypress div#item-header #item-header-cover-image #item-header-content {
@@ -1828,40 +1801,40 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 			float: left;
 			margin-left: ' . $left_offset . 'px;
 			margin-top: -' . $top_offset . 'px;
-			width:auto;
+			width: auto;
 		}
 
 		body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
 		body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
+			clear: none;
 			margin-top: ' . $params["height"] . 'px;
 			margin-left: 0;
-			clear: none;
 			max-width: 50%;
 		}
 
 		body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
-			padding-top: 20px;
 			max-width: 20%;
+			padding-top: 20px;
 		}
 
 		' . $hide_avatar_style . '
 
-		#buddypress div#item-header-cover-image h2 a,
-		#buddypress div#item-header-cover-image h2 {
-			color: #FFF;
+		#buddypress div#item-header-cover-image .user-nicename a,
+		#buddypress div#item-header-cover-image .user-nicename {
+			font-size: 200%;
+			color: #fff;
+			margin: 0 0 0.6em;
 			text-rendering: optimizelegibility;
-			text-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.8 );
-			margin: 0 0 .6em;
-			font-size:200%;
+			text-shadow: 0 0 3px rgba( 0, 0, 0, 0.8 );
 		}
 
 		#buddypress #item-header-cover-image #item-header-avatar img.avatar {
-			border: solid 2px #FFF;
 			background: rgba( 255, 255, 255, 0.8 );
+			border: solid 2px #fff;
 		}
 
 		#buddypress #item-header-cover-image #item-header-avatar a {
-			border: none;
+			border: 0;
 			text-decoration: none;
 		}
 
@@ -1880,22 +1853,22 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 			#buddypress #item-header-cover-image #item-header-avatar,
 			.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
 			#buddypress div#item-header #item-header-cover-image #item-header-content {
-				width:100%;
-				text-align:center;
+				width: 100%;
+				text-align: center;
 			}
 
 			#buddypress #item-header-cover-image #item-header-avatar a {
-				display:inline-block;
+				display: inline-block;
 			}
 
 			#buddypress #item-header-cover-image #item-header-avatar img {
-				margin:0;
+				margin: 0;
 			}
 
 			#buddypress div#item-header #item-header-cover-image #item-header-content,
 			body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
 			body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
-				margin:0;
+				margin: 0;
 			}
 
 			body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
@@ -1907,17 +1880,17 @@ function bp_legacy_theme_cover_image( $params = array() ) {
 			#buddypress div#item-header-cover-image h2 {
 				color: inherit;
 				text-shadow: none;
-				margin:25px 0 0;
-				font-size:200%;
+				margin: 25px 0 0;
+				font-size: 200%;
 			}
 
 			#buddypress #item-header-cover-image #item-buttons div {
-				float:none;
-				display:inline-block;
+				float: none;
+				display: inline-block;
 			}
 
 			#buddypress #item-header-cover-image #item-buttons:before {
-				content:"";
+				content: "";
 			}
 
 			#buddypress #item-header-cover-image #item-buttons {
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php
index 12497e3a2..92872dbc6 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php
@@ -120,7 +120,10 @@ do_action( 'bp_before_activity_entry' ); ?>
 					<div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width=' . BP_AVATAR_THUMB_WIDTH . '&height=' . BP_AVATAR_THUMB_HEIGHT ); ?></div>
 					<div class="ac-reply-content">
 						<div class="ac-textarea">
-							<label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Comment', 'buddypress' ); ?></label>
+							<label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php
+								/* translators: accessibility text */
+								_e( 'Comment', 'buddypress' );
+							?></label>
 							<textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea>
 						</div>
 						<input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> &nbsp; <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php
index 563297390..e3b3d5014 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php
@@ -33,7 +33,10 @@
 
 	<div id="whats-new-content">
 		<div id="whats-new-textarea">
-			<label for="whats-new" class="bp-screen-reader-text"><?php _e( 'Post what\'s new', 'buddypress' ); ?></label>
+			<label for="whats-new" class="bp-screen-reader-text"><?php
+				/* translators: accessibility text */
+				_e( 'Post what\'s new', 'buddypress' );
+			?></label>
 			<textarea class="bp-suggestions" name="whats-new" id="whats-new" cols="50" rows="10"
 				<?php if ( bp_is_group() ) : ?>data-suggestions-group-id="<?php echo esc_attr( (int) bp_get_current_group_id() ); ?>" <?php endif; ?>
 			><?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_textarea( $_GET['r'] ); ?> <?php endif; ?></textarea>
@@ -50,7 +53,10 @@
 
 					<?php _e( 'Post in', 'buddypress' ); ?>:
 
-					<label for="whats-new-post-in" class="bp-screen-reader-text"><?php _e( 'Post in', 'buddypress' ); ?></label>
+					<label for="whats-new-post-in" class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'Post in', 'buddypress' );
+					?></label>
 					<select id="whats-new-post-in" name="whats-new-post-in">
 						<option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option>
 
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
index 552588140..8d18792d6 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php
@@ -22,7 +22,10 @@
 				<div class="drag-drop-inside">
 					<p class="drag-drop-info"><?php esc_html_e( 'Drop your file here', 'buddypress' ); ?></p>
 					<p><?php _ex( 'or', 'Uploader: Drop your file here - or - Select your File', 'buddypress' ); ?></p>
-					<p class="drag-drop-buttons"><label for="{{data.browse_button}}" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php esc_html_e( 'Select your File', 'buddypress' ); ?></label><input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p>
+					<p class="drag-drop-buttons"><label for="{{data.browse_button}}" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
+						/* translators: accessibility text */
+						esc_html_e( 'Select your File', 'buddypress' );
+					?></label><input id="{{data.browse_button}}" type="button" value="<?php esc_attr_e( 'Select your File', 'buddypress' ); ?>" class="button" /></p>
 				</div>
 			</div>
 		</div>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/activity.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/activity.php
new file mode 100644
index 000000000..aeae8075d
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/activity.php
@@ -0,0 +1,11 @@
+
+		<?php if ( bp_activity_embed_has_activity( bp_current_action() ) ) : ?>
+
+			<?php while ( bp_activities() ) : bp_the_activity(); ?>
+				<div class="bp-embed-excerpt"><?php bp_activity_embed_excerpt(); ?></div>
+
+				<?php bp_activity_embed_media(); ?>
+
+			<?php endwhile; ?>
+
+		<?php endif; ?>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/footer.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/footer.php
new file mode 100644
index 000000000..143625a2b
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/footer.php
@@ -0,0 +1,9 @@
+			<div class="wp-embed-footer">
+				<?php the_embed_site_title() ?>
+
+				<div class="wp-embed-meta">
+					<?php
+					/** This action is documented in wp-includes/theme-compat/embed-content.php */
+					do_action( 'embed_content_meta'); ?>
+				</div>
+			</div>
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header-activity.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header-activity.php
new file mode 100644
index 000000000..d668707fc
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header-activity.php
@@ -0,0 +1,26 @@
+
+		<div id="bp-embed-header">
+			<div class="bp-embed-avatar">
+				<a href="<?php bp_displayed_user_link(); ?>">
+					<?php bp_displayed_user_avatar( 'type=thumb&width=45&height=45' ); ?>
+				</a>
+			</div>
+
+			<?php if ( bp_activity_embed_has_activity( bp_current_action() ) ) : ?>
+
+				<?php while ( bp_activities() ) : bp_the_activity(); ?>
+					<p class="bp-embed-activity-action">
+						<?php bp_activity_action( array( 'no_timestamp' => true ) ); ?>
+					</p>
+				<?php endwhile; ?>
+
+			<?php endif; ?>
+
+			<p class="bp-embed-header-meta">
+				<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
+					<span class="bp-embed-mentionname">@<?php bp_displayed_user_mentionname(); ?> &middot; </span>
+				<?php endif; ?>
+
+				<span class="bp-embed-timestamp"><a href="<?php bp_activity_thread_permalink(); ?>"><?php echo date_i18n( get_option( 'time_format' ) . ' - ' . get_option( 'date_format' ), strtotime( bp_get_activity_date_recorded() ) ); ?></a></span>
+			</p>
+		</div>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header.php
new file mode 100644
index 000000000..e3d012ebd
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds/header.php
@@ -0,0 +1,18 @@
+
+		<div id="bp-embed-header">
+			<div class="bp-embed-avatar">
+				<a href="<?php bp_displayed_user_link(); ?>">
+					<?php bp_displayed_user_avatar( 'type=thumb&width=36&height=36' ); ?>
+				</a>
+			</div>
+
+			<p class="wp-embed-heading">
+				<a href="<?php bp_displayed_user_link(); ?>">
+					<?php bp_displayed_user_fullname(); ?>
+				</a>
+			</p>
+
+			<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
+				<p class="bp-embed-mentionname">@<?php bp_displayed_user_mentionname(); ?></p>
+			<?php endif; ?>
+		</div>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php
index b3510199c..244b0fc04 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/create.php
@@ -200,7 +200,10 @@ do_action( 'bp_before_create_group_page' ); ?>
 						<p><?php _e( "Upload an image to use as a profile photo for this group. The image will be shown on the main group page, and in search results.", 'buddypress' ); ?></p>
 
 						<p>
-							<label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label>
+							<label for="file" class="bp-screen-reader-text"><?php
+								/* translators: accessibility text */
+								_e( 'Select an image', 'buddypress' );
+							?></label>
 							<input type="file" name="file" id="file" />
 							<input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" />
 							<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php
index fa8d23246..6f436bfbd 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin.php
@@ -167,7 +167,10 @@ do_action( 'bp_before_group_admin_content' ); ?>
 			<p><?php _e("Upload an image to use as a profile photo for this group. The image will be shown on the main group page, and in search results.", 'buddypress' ); ?></p>
 
 			<p>
-				<label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label>
+				<label for="file" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Select an image', 'buddypress' );
+				?></label>
 				<input type="file" name="file" id="file" />
 				<input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" />
 				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
@@ -376,6 +379,22 @@ do_action( 'bp_before_group_admin_content' ); ?>
 				<?php endwhile; ?>
 			</ul>
 
+			<?php if ( bp_group_member_needs_pagination() ) : ?>
+
+				<div class="pagination no-ajax">
+
+					<div id="member-count" class="pag-count">
+						<?php bp_group_member_pagination_count(); ?>
+					</div>
+
+					<div id="member-admin-pagination" class="pagination-links">
+						<?php bp_group_member_admin_pagination(); ?>
+					</div>
+
+				</div>
+
+			<?php endif; ?>
+
 		<?php else: ?>
 
 			<div id="message" class="info">
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
index f37187324..8c9035639 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
@@ -14,12 +14,12 @@
 do_action( 'bp_before_group_header' ); ?>
 
 <div id="cover-image-container">
-	<a id="header-cover-image" href="<?php bp_group_permalink(); ?>"></a>
+	<a id="header-cover-image" href="<?php echo esc_url( bp_get_group_permalink() ); ?>"></a>
 
 	<div id="item-header-cover-image">
 		<?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
 			<div id="item-header-avatar">
-				<a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>">
+				<a href="<?php echo esc_url( bp_get_group_permalink() ); ?>" title="<?php echo esc_attr( bp_get_group_name() ); ?>">
 
 					<?php bp_group_avatar(); ?>
 
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
index ec10ce281..6c1f9258f 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
@@ -108,7 +108,10 @@ do_action( 'bp_before_group_forum_edit_form' ); ?>
 				 */
 				do_action( 'bp_group_before_edit_forum_post' ); ?>
 
-				<label for="post_text" class="bp-screen-reader-text"><?php _e( 'Edit text', 'buddypress' ); ?></label>
+				<label for="post_text" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Edit text', 'buddypress' );
+				?></label>
 				<textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea>
 
 				<?php
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php
index 4b317350d..30c030e9f 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php
@@ -186,7 +186,10 @@ do_action( 'bp_before_group_forum_topic' ); ?>
 
 					<h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4>
 
-					<label for="reply_text" class="bp-screen-reader-text"><?php _e( 'Reply', 'buddypress' ); ?></label>
+					<label for="reply_text" class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'Reply', 'buddypress' );
+					?></label>
 					<textarea name="reply_text" id="reply_text"></textarea>
 
 					<div class="submit">
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
index d3005b613..458576dac 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
@@ -58,7 +58,7 @@ do_action( 'bp_before_group_header' );
 
 <?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
 	<div id="item-header-avatar">
-		<a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>">
+		<a href="<?php echo esc_url( bp_get_group_permalink() ); ?>" title="<?php echo esc_attr( bp_get_group_name() ); ?>">
 
 			<?php bp_group_avatar(); ?>
 
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php
index f41a5d4e6..31b37c45e 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php
@@ -29,19 +29,28 @@
 	<ul id="request-list" class="item-list">
 		<?php while ( bp_group_membership_requests() ) : bp_group_the_membership_request(); ?>
 
-			<li>
-				<?php bp_group_request_user_avatar_thumb(); ?>
-				<h4><?php bp_group_request_user_link(); ?> <span class="comments"><?php bp_group_request_comment(); ?></span></h4>
-				<span class="activity"><?php bp_group_request_time_since_requested(); ?></span>
-
-				<?php
-
-				/**
-				 * Fires inside the groups membership request list loop.
-				 *
-				 * @since 1.1.0
-				 */
-				do_action( 'bp_group_membership_requests_admin_item' ); ?>
+			<li class="item-list group-request-list">
+
+				<div class="item-avatar"><?php bp_group_request_user_avatar_thumb(); ?></div>
+
+				<div class="item">
+
+					<div class="item-title"><?php bp_group_request_user_link(); ?> </div>
+
+					<span class="activity"><?php bp_group_request_time_since_requested(); ?></span>
+
+					<p class="comments"><?php bp_group_request_comment(); ?></p>
+
+					<?php
+
+					/**
+					 * Fires inside the groups membership request list loop.
+					 *
+					 * @since 1.1.0
+					 */
+					do_action( 'bp_group_membership_requests_admin_item' ); ?>
+
+				</div>
 
 				<div class="action">
 
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php
index b7e5ee953..b28063e1d 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php
@@ -64,7 +64,10 @@
 		 */
 		do_action( 'bp_before_member_body' );
 
-		if ( bp_is_user_activity() || !bp_current_component() ) :
+		if ( bp_is_user_front() ) :
+			bp_displayed_user_front_template_part();
+
+		elseif ( bp_is_user_activity() ) :
 			bp_get_template_part( 'members/single/activity' );
 
 		elseif ( bp_is_user_blogs() ) :
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
index a99018f56..b8baa76b2 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
@@ -51,7 +51,10 @@ do_action( 'bp_before_member_messages_loop' ); ?>
 
 			<thead>
 				<tr>
-					<th scope="col" class="thread-checkbox bulk-select-all"><input id="select-all-messages" type="checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php _e( 'Select all', 'buddypress' ); ?></label></th>
+					<th scope="col" class="thread-checkbox bulk-select-all"><input id="select-all-messages" type="checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php
+						/* translators: accessibility text */
+						_e( 'Select all', 'buddypress' );
+					?></label></th>
 					<th scope="col" class="thread-from"><?php _e( 'From', 'buddypress' ); ?></th>
 					<th scope="col" class="thread-info"><?php _e( 'Subject', 'buddypress' ); ?></th>
 
@@ -68,7 +71,10 @@ do_action( 'bp_before_member_messages_loop' ); ?>
 					do_action( 'bp_messages_inbox_list_header' ); ?>
 
 					<?php if ( bp_is_active( 'messages', 'star' ) ) : ?>
-						<th scope="col" class="thread-star"><span class="message-action-star"><span class="icon"></span> <span class="screen-reader-text"><?php _e( 'Star', 'buddypress' ); ?></span></span></th>
+						<th scope="col" class="thread-star"><span class="message-action-star"><span class="icon"></span> <span class="screen-reader-text"><?php
+							/* translators: accessibility text */
+							_e( 'Star', 'buddypress' );
+						?></span></span></th>
 					<?php endif; ?>
 
 					<th scope="col" class="thread-options"><?php _e( 'Actions', 'buddypress' ); ?></th>
@@ -81,7 +87,10 @@ do_action( 'bp_before_member_messages_loop' ); ?>
 
 					<tr id="m-<?php bp_message_thread_id(); ?>" class="<?php bp_message_css_class(); ?><?php if ( bp_message_thread_has_unread() ) : ?> unread<?php else: ?> read<?php endif; ?>">
 						<td class="bulk-select-check">
-							<label for="bp-message-thread-<?php bp_message_thread_id(); ?>"><input type="checkbox" name="message_ids[]" id="bp-message-thread-<?php bp_message_thread_id(); ?>" class="message-check" value="<?php bp_message_thread_id(); ?>" /><span class="bp-screen-reader-text"><?php _e( 'Select this message', 'buddypress' ); ?></span></label>
+							<label for="bp-message-thread-<?php bp_message_thread_id(); ?>"><input type="checkbox" name="message_ids[]" id="bp-message-thread-<?php bp_message_thread_id(); ?>" class="message-check" value="<?php bp_message_thread_id(); ?>" /><span class="bp-screen-reader-text"><?php
+								/* translators: accessibility text */
+								_e( 'Select this message', 'buddypress' );
+							?></span></label>
 						</td>
 
 						<?php if ( 'sentbox' != bp_current_action() ) : ?>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
index abea94e15..ab0f73399 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
@@ -44,7 +44,7 @@
 			<a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Conversation", 'buddypress' ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a>
 
 			<?php
-			
+
 			/**
 			 * Fires after the action links in the header of a single message thread.
 			 *
@@ -119,7 +119,10 @@
 					 */
 					do_action( 'bp_before_message_reply_box' ); ?>
 
-					<label for="message_content" class="bp-screen-reader-text"><?php _e( 'Reply to Message', 'buddypress' ); ?></label>
+					<label for="message_content" class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'Reply to Message', 'buddypress' );
+					?></label>
 					<textarea name="content" id="message_content" rows="15" cols="40"></textarea>
 
 					<?php
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
index 6cf1b7808..d699a4fa3 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
@@ -12,7 +12,10 @@
 		<thead>
 			<tr>
 				<th class="icon"></th>
-				<th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label></th>
+				<th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php
+					/* translators: accessibility text */
+					_e( 'Select all', 'buddypress' );
+				?></label></th>
 				<th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th>
 				<th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th>
 				<th class="actions"><?php _e( 'Actions',    'buddypress' ); ?></th>
@@ -25,7 +28,10 @@
 
 				<tr>
 					<td></td>
-					<td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php _e( 'Select this notification', 'buddypress' ); ?></span></label></td>
+					<td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php
+						/* translators: accessibility text */
+						_e( 'Select this notification', 'buddypress' );
+					?></span></label></td>
 					<td class="notification-description"><?php bp_the_notification_description();  ?></td>
 					<td class="notification-since"><?php bp_the_notification_time_since();   ?></td>
 					<td class="notification-actions"><?php bp_the_notification_action_links(); ?></td>
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
index 9e8a811aa..b249e9277 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
@@ -31,7 +31,10 @@ do_action( 'bp_before_profile_avatar_upload_content' ); ?>
 			<p><?php _e( 'Click below to select a JPG, GIF or PNG format photo from your computer and then click \'Upload Image\' to proceed.', 'buddypress' ); ?></p>
 
 			<p id="avatar-upload">
-				<label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label>
+				<label for="file" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Select an image', 'buddypress' );
+				?></label>
 				<input type="file" name="file" id="file" />
 				<input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" />
 				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
index 4d26f60d1..749202496 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
@@ -24,7 +24,10 @@ do_action( 'bp_before_member_settings_template' ); ?>
 	<label for="pass1"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ); ?></label>
 	<input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'New Password', 'buddypress' ); ?><br />
 	<div id="pass-strength-result"></div>
-	<label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label>
+	<label for="pass2" class="bp-screen-reader-text"><?php
+		/* translators: accessibility text */
+		_e( 'Repeat New Password', 'buddypress' );
+	?></label>
 	<input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'Repeat New Password', 'buddypress' ); ?>
 
 	<?php
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.css
index f089c4e02..0348d4771 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.css
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.css
@@ -616,6 +616,12 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 /*--------------------------------------------------------------
 3.5 - Forms
 --------------------------------------------------------------*/
+
+#buddypress form fieldset {
+	border: 0;
+	padding: 0;
+}
+
 #buddypress .standard-form textarea,
 #buddypress .standard-form input[type=text],
 #buddypress .standard-form input[type=text],
@@ -653,7 +659,8 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 	margin-bottom: 5px;
 }
 #buddypress .standard-form label,
-#buddypress .standard-form span.label {
+#buddypress .standard-form span.label,
+#buddypress .standard-form legend {
 	display: block;
 	font-weight: bold;
 	margin: 15px 0 5px 0;
@@ -664,13 +671,17 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 	font-weight: normal;
 	margin: auto;
 }
-#buddypress .standard-form div.checkbox label:nth-child(n+2),
-#buddypress .standard-form div.radio div label {
+#buddypress .standard-form .checkbox label,
+#buddypress .standard-form .radio label {
 	color: #767676;
 	font-size: 100%;
 	font-weight: normal;
 	margin: 5px 0 0 0;
 }
+#buddypress .standard-form .checkbox label input,
+#buddypress .standard-form .radio label input {
+	margin-left: 3px;
+}
 #buddypress .standard-form#sidebar-login-form label {
 	margin-top: 5px;
 }
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.min.css
index 767c2b645..02fbd035a 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.min.css
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress-rtl.min.css
@@ -1 +1 @@
-#buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:right;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:right;margin-right:10px}#buddypress div.pagination .pagination-links{float:left;margin-left:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:right}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:right}#buddypress form#whats-new-form #whats-new-content{margin-right:55px;padding:0 20px 20px 0}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-right:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:left;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:right}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-right:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-right:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 70px 0 0}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-right:170px;margin-left:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-left:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 0 -8px 5px!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-left:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 0 5px 10px;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-right:2px solid #EAEAEA;margin-right:5px;padding-right:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-right:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:right;margin:0 0 5px 10px}#buddypress .activity-read-more{margin-right:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-left:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-right:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 70px 0 0;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-right:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 10px 0 0}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-right:30px;margin-top:0;padding-right:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 15px 0 10px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;margin-left:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 40px 0 0}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-left:15px;clear:both}#buddypress div.activity-comments form.root{margin-right:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:right}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-right:50px;padding-right:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:right;margin:5px 40px 5px 0}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:left;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:right;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:right;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 0 5px 5px;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:right;margin-right:10px}#buddypress ul.button-nav li{float:right;margin:0 0 10px 10px;list-style:none}#sitewide-notice #message{right:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#767676;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form div.checkbox label:nth-child(n+2),#buddypress .standard-form div.radio div label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:left}#buddypress div#signup-avatar img{margin:0 0 10px 15px}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-left:15px}#buddypress .standard-form div.radio ul{margin:10px 38px 15px 0;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:right;width:48%}#buddypress .standard-form #profile-details-section{float:left}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:right}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress a.button,#buddypress button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:right}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 1% 0 0}#buddypress form.standard-form .main-column{margin-right:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:right}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-right:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;left:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{left:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:right}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-right:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-right:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-left:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:right}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 0 -8px 5px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:right;margin-right:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:right;margin:0 0 19px 15px}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:left;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:right;margin:10px 0 0 10px}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:right;margin:0 0 0 10px}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 60px 0 0;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-right:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;left:0;text-align:left}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:left;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:right;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:left;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:12% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;right:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:right;margin:0 0 0 10px;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-right:45px}#buddypress div#message-thread div.message-options{text-align:left}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:left;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;left:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#767676}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#f5f5f5}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:right;margin:0 0 15px 10px}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-right:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-left:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-left:10px}.widget.buddypress .bp-login-widget-user-avatar{float:right}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-right:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-right:0;padding-right:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:left;margin-top:-50px;text-align:left}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-right:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:right;clear:right;float:right}#buddypress li#groups-order-select{clear:right;float:right}#buddypress ul.item-list li div.action{margin-right:70px;position:relative;top:0;left:0}#buddypress ul.item-list li div.item-desc{clear:right;float:right;margin:10px 0 0;width:auto}#buddypress li div.item{margin-right:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-right:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:right;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:right}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-right:45px}h1 a.bp-title-button{clear:right;float:right;margin:10px 0 20px}}
\ No newline at end of file
+#buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:right;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:right;margin-right:10px}#buddypress div.pagination .pagination-links{float:left;margin-left:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:right}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:right}#buddypress form#whats-new-form #whats-new-content{margin-right:55px;padding:0 20px 20px 0}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-right:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:left;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:right}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-right:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-right:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 70px 0 0}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-right:170px;margin-left:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-left:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 0 -8px 5px!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-left:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 0 5px 10px;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-right:2px solid #EAEAEA;margin-right:5px;padding-right:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-right:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:right;margin:0 0 5px 10px}#buddypress .activity-read-more{margin-right:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-left:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-right:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 70px 0 0;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-right:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 10px 0 0}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-right:30px;margin-top:0;padding-right:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 15px 0 10px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;margin-left:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 40px 0 0}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-left:15px;clear:both}#buddypress div.activity-comments form.root{margin-right:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:right}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-right:50px;padding-right:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:right;margin:5px 40px 5px 0}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:left;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:right;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:right;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 0 5px 5px;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:right;margin-right:10px}#buddypress ul.button-nav li{float:right;margin:0 0 10px 10px;list-style:none}#sitewide-notice #message{right:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#767676;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-left:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:left}#buddypress div#signup-avatar img{margin:0 0 10px 15px}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-left:15px}#buddypress .standard-form div.radio ul{margin:10px 38px 15px 0;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:right;width:48%}#buddypress .standard-form #profile-details-section{float:left}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:right}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress a.button,#buddypress button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:right}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 1% 0 0}#buddypress form.standard-form .main-column{margin-right:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:right}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-right:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;left:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{left:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:right}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-right:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-right:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-left:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:right}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 0 -8px 5px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:right;margin-right:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:right;margin:0 0 19px 15px}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:left;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:right;margin:10px 0 0 10px}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:right;margin:0 0 0 10px}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 60px 0 0;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-right:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;left:0;text-align:left}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:left;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:right;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:left;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:12% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;right:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:right;margin:0 0 0 10px;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-right:45px}#buddypress div#message-thread div.message-options{text-align:left}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:left;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;left:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#767676}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#f5f5f5}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:right;margin:0 0 15px 10px}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-right:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-left:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-left:10px}.widget.buddypress .bp-login-widget-user-avatar{float:right}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-right:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-right:0;padding-right:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:left;margin-top:-50px;text-align:left}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-right:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:right;clear:right;float:right}#buddypress li#groups-order-select{clear:right;float:right}#buddypress ul.item-list li div.action{margin-right:70px;position:relative;top:0;left:0}#buddypress ul.item-list li div.item-desc{clear:right;float:right;margin:10px 0 0;width:auto}#buddypress li div.item{margin-right:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-right:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:right;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:right}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-right:45px}h1 a.bp-title-button{clear:right;float:right;margin:10px 0 20px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css
index 2946a205a..8dd381a3a 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css
@@ -616,6 +616,12 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 /*--------------------------------------------------------------
 3.5 - Forms
 --------------------------------------------------------------*/
+
+#buddypress form fieldset {
+	border: 0;
+	padding: 0;
+}
+
 #buddypress .standard-form textarea,
 #buddypress .standard-form input[type=text],
 #buddypress .standard-form input[type=text],
@@ -653,7 +659,8 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 	margin-bottom: 5px;
 }
 #buddypress .standard-form label,
-#buddypress .standard-form span.label {
+#buddypress .standard-form span.label,
+#buddypress .standard-form legend {
 	display: block;
 	font-weight: bold;
 	margin: 15px 0 5px 0;
@@ -664,13 +671,17 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 	font-weight: normal;
 	margin: auto;
 }
-#buddypress .standard-form div.checkbox label:nth-child(n+2),
-#buddypress .standard-form div.radio div label {
+#buddypress .standard-form .checkbox label,
+#buddypress .standard-form .radio label {
 	color: #767676;
 	font-size: 100%;
 	font-weight: normal;
 	margin: 5px 0 0 0;
 }
+#buddypress .standard-form .checkbox label input,
+#buddypress .standard-form .radio label input {
+	margin-right: 3px;
+}
 #buddypress .standard-form#sidebar-login-form label {
 	margin-top: 5px;
 }
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css
index 9a2ad1140..9c34dcd7b 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css
@@ -1 +1 @@
-#buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:left;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:left;margin-left:10px}#buddypress div.pagination .pagination-links{float:right;margin-right:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:left}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:left}#buddypress form#whats-new-form #whats-new-content{margin-left:55px;padding:0 0 20px 20px}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-left:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:right;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:left}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-left:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-left:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 0 0 70px}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-left:170px;margin-right:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-right:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 5px -8px 0!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-right:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 10px 5px 0;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-left:2px solid #EAEAEA;margin-left:5px;padding-left:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-left:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:left;margin:0 10px 5px 0}#buddypress .activity-read-more{margin-left:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-right:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-left:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 0 0 70px;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-left:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 0 0 10px}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-left:30px;margin-top:0;padding-left:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 10px 0 15px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;margin-right:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 0 0 40px}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-right:15px;clear:both}#buddypress div.activity-comments form.root{margin-left:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:left}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-left:50px;padding-left:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:left;margin:5px 0 5px 40px}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:right;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:left;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:left;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:left;margin-left:10px}#buddypress ul.button-nav li{float:left;margin:0 10px 10px 0;list-style:none}#sitewide-notice #message{left:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#767676;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form div.checkbox label:nth-child(n+2),#buddypress .standard-form div.radio div label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:right}#buddypress div#signup-avatar img{margin:0 15px 10px 0}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-right:15px}#buddypress .standard-form div.radio ul{margin:10px 0 15px 38px;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:left;width:48%}#buddypress .standard-form #profile-details-section{float:right}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:left}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress a.button,#buddypress button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:left}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 0 0 1%}#buddypress form.standard-form .main-column{margin-left:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:left}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-left:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;right:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{right:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:left}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-left:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-left:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-right:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:left}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 5px -8px 0}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:left;margin-left:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:left;margin:0 15px 19px 0}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:right;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:left;margin:10px 10px 0 0}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:left;margin:0 10px 0 0}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 0 0 60px;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-left:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;right:0;text-align:right}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:right;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:left;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:right;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:88% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:left;margin:0 10px 0 0;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-left:45px}#buddypress div#message-thread div.message-options{text-align:right}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:right;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;right:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#767676}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#f5f5f5}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:left;margin:0 10px 15px 0}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-left:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-right:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-right:10px}.widget.buddypress .bp-login-widget-user-avatar{float:left}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-left:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-left:0;padding-left:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:right;margin-top:-50px;text-align:right}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-left:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:left;clear:left;float:left}#buddypress li#groups-order-select{clear:left;float:left}#buddypress ul.item-list li div.action{margin-left:70px;position:relative;top:0;right:0}#buddypress ul.item-list li div.item-desc{clear:left;float:left;margin:10px 0 0;width:auto}#buddypress li div.item{margin-left:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-left:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:left;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:left}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-left:45px}h1 a.bp-title-button{clear:left;float:left;margin:10px 0 20px}}
\ No newline at end of file
+#buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:left;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:left;margin-left:10px}#buddypress div.pagination .pagination-links{float:right;margin-right:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:left}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:left}#buddypress form#whats-new-form #whats-new-content{margin-left:55px;padding:0 0 20px 20px}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-left:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:right;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:left}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-left:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-left:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 0 0 70px}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-left:170px;margin-right:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-right:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 5px -8px 0!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-right:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 10px 5px 0;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-left:2px solid #EAEAEA;margin-left:5px;padding-left:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-left:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:left;margin:0 10px 5px 0}#buddypress .activity-read-more{margin-left:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-right:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-left:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 0 0 70px;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-left:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 0 0 10px}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-left:30px;margin-top:0;padding-left:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 10px 0 15px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;margin-right:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 0 0 40px}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-right:15px;clear:both}#buddypress div.activity-comments form.root{margin-left:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:left}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-left:50px;padding-left:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:left;margin:5px 0 5px 40px}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:right;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:left;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:left;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:left;margin-left:10px}#buddypress ul.button-nav li{float:left;margin:0 10px 10px 0;list-style:none}#sitewide-notice #message{left:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#767676;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-right:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:right}#buddypress div#signup-avatar img{margin:0 15px 10px 0}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-right:15px}#buddypress .standard-form div.radio ul{margin:10px 0 15px 38px;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:left;width:48%}#buddypress .standard-form #profile-details-section{float:right}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:left}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress a.button,#buddypress button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:left}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 0 0 1%}#buddypress form.standard-form .main-column{margin-left:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:left}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-left:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;right:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{right:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:left}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-left:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-left:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-right:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:left}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 5px -8px 0}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:left;margin-left:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:left;margin:0 15px 19px 0}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:right;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:left;margin:10px 10px 0 0}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:left;margin:0 10px 0 0}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 0 0 60px;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-left:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;right:0;text-align:right}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:right;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:left;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:right;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:88% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:left;margin:0 10px 0 0;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-left:45px}#buddypress div#message-thread div.message-options{text-align:right}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:right;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;right:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#767676}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#f5f5f5}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:left;margin:0 10px 15px 0}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-left:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-right:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-right:10px}.widget.buddypress .bp-login-widget-user-avatar{float:left}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-left:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-left:0;padding-left:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:right;margin-top:-50px;text-align:right}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-left:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:left;clear:left;float:left}#buddypress li#groups-order-select{clear:left;float:left}#buddypress ul.item-list li div.action{margin-left:70px;position:relative;top:0;right:0}#buddypress ul.item-list li div.item-desc{clear:left;float:left;margin:10px 0 0;width:auto}#buddypress li div.item{margin-left:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-left:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:left;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:left}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-left:45px}h1 a.bp-title-button{clear:left;float:left;margin:10px 0 20px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.css
new file mode 100644
index 000000000..8281e5294
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.css
@@ -0,0 +1,152 @@
+#bp-embed-header:after {
+	clear: both;
+	content: "";
+	display: table;
+	margin-bottom: 1em;
+}
+
+.bp-embed-avatar {
+	float: right;
+	margin: 0 0 0 .75em;
+}
+
+p.bp-embed-activity-action {
+	font-size: 15px;
+	margin-bottom: 0;
+}
+
+p.bp-embed-activity-action a:first-child {
+	color: #32373c;
+	font-weight: bold;
+}
+
+p.bp-embed-activity-action img.avatar {
+	padding: 0 3px 0 4px;
+	vertical-align: text-bottom;
+}
+
+.bp-embed-excerpt {
+	margin-bottom: 1em;
+}
+
+.bp-embed-excerpt a {
+	color: #21759b;
+	display: inline-block;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	vertical-align: top;
+	white-space: nowrap;
+	max-width: 250px;
+}
+
+.activity-read-more {
+	margin-right: .5em;
+}
+
+.activity-read-more a {
+	color: #b4b9be;
+}
+
+.wp-embed-footer {
+	margin-top: 20px;
+}
+
+span.bp-embed-timestamp {
+	font-size: .9em;
+}
+
+video {
+	width: 100%;
+	height: auto;
+}
+
+.bp-activity-embed-display-media {
+	border: 1px solid #ccc;
+	border-radius: 6px;
+}
+
+.bp-activity-embed-display-media.one-col,
+.bp-activity-embed-display-media.one-col .thumb,
+.bp-activity-embed-display-media.one-col .thumb img {
+	width: 100%;
+}
+
+.bp-activity-embed-display-media.two-col .thumb,
+.bp-activity-embed-display-media.two-col .caption {
+	display: table-cell;
+}
+
+.bp-activity-embed-display-media.two-col .thumb {
+	background: #000;
+	vertical-align: middle;
+}
+
+.bp-activity-embed-display-media.two-col .caption {
+	vertical-align: top;
+}
+
+.bp-activity-embed-display-media.two-col .thumb img {
+	border-left: 1px solid #ccc;
+	display: block;
+	width: 100%;
+}
+
+.bp-activity-embed-display-media .thumb {
+	position: relative;
+}
+
+.bp-activity-embed-display-media .caption {
+	padding: .2em .5em .5em .5em;
+}
+
+a.play-btn {
+	background: rgba(0, 0, 0, 0.75);
+	border-radius: 50%;
+	height: 50px;
+	right: 50%;
+	margin: 0;
+	padding: 1em;
+	position: absolute;
+	text-indent: 0.25em;
+	top: 50%;
+	transform: translateY(-50%) translateX(50%);
+	-webkit-transform: translateY(-50%) translateX(50%);
+	transition: all 0.2s ease-out;
+	width: 50px;
+}
+
+.bp-activity-embed-display-media.two-col a.play-btn {
+	height: 35px;
+	width: 35px;
+}
+
+a.play-btn:hover {
+	background: rgba(0, 0, 0, 0.95);
+	transform: translateY(-50%) translateX(50%) scale(1.05);
+	-webkit-transform: translateY(-50%) translateX(50%) scale(1.05);
+	transition: all 0.2s ease-out;
+}
+
+.bp-activity-embed-display-media .thumb svg {
+	fill: #fff;
+	overflow: hidden;
+}
+
+.bp-activity-embed-display-media .caption-description {
+	font-size: 90%;
+	margin: .4em 0;
+}
+
+@media only screen and (max-width: 480px) {
+	.bp-activity-embed-display-media.two-col .thumb {
+		border-bottom: 1px solid #ccc;
+		border-left: 0;
+		display: block;
+		max-width: none !important;
+	}
+
+	a.play-btn {
+		height: 35px;
+		width: 35px;
+	}
+}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.min.css
new file mode 100644
index 000000000..b5914eaf4
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity-rtl.min.css
@@ -0,0 +1 @@
+.bp-activity-embed-display-media.one-col,.bp-activity-embed-display-media.one-col .thumb,.bp-activity-embed-display-media.one-col .thumb img,video{width:100%}a.play-btn,a.play-btn:hover{transition:all .2s ease-out}#bp-embed-header:after{clear:both;content:"";display:table;margin-bottom:1em}.bp-embed-avatar{float:right;margin:0 0 0 .75em}p.bp-embed-activity-action{font-size:15px;margin-bottom:0}p.bp-embed-activity-action a:first-child{color:#32373c;font-weight:700}p.bp-embed-activity-action img.avatar{padding:0 3px 0 4px;vertical-align:text-bottom}.bp-embed-excerpt{margin-bottom:1em}.bp-embed-excerpt a{color:#21759b;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;max-width:250px}.activity-read-more{margin-right:.5em}.activity-read-more a{color:#b4b9be}.wp-embed-footer{margin-top:20px}span.bp-embed-timestamp{font-size:.9em}video{height:auto}.bp-activity-embed-display-media{border:1px solid #ccc;border-radius:6px}.bp-activity-embed-display-media.two-col .caption,.bp-activity-embed-display-media.two-col .thumb{display:table-cell}.bp-activity-embed-display-media.two-col .thumb{background:#000;vertical-align:middle}.bp-activity-embed-display-media.two-col .caption{vertical-align:top}.bp-activity-embed-display-media.two-col .thumb img{border-left:1px solid #ccc;display:block;width:100%}.bp-activity-embed-display-media .thumb{position:relative}.bp-activity-embed-display-media .caption{padding:.2em .5em .5em}a.play-btn{background:rgba(0,0,0,.75);border-radius:50%;height:50px;right:50%;margin:0;padding:1em;position:absolute;text-indent:.25em;top:50%;transform:translateY(-50%) translateX(50%);-webkit-transform:translateY(-50%) translateX(50%);width:50px}.bp-activity-embed-display-media.two-col a.play-btn{height:35px;width:35px}a.play-btn:hover{background:rgba(0,0,0,.95);transform:translateY(-50%) translateX(50%) scale(1.05);-webkit-transform:translateY(-50%) translateX(50%) scale(1.05)}.bp-activity-embed-display-media .thumb svg{fill:#fff;overflow:hidden}.bp-activity-embed-display-media .caption-description{font-size:90%;margin:.4em 0}@media only screen and (max-width:480px){.bp-activity-embed-display-media.two-col .thumb{border-bottom:1px solid #ccc;border-left:0;display:block;max-width:none!important}a.play-btn{height:35px;width:35px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.css
new file mode 100644
index 000000000..20048f3a3
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.css
@@ -0,0 +1,152 @@
+#bp-embed-header:after {
+	clear: both;
+	content: "";
+	display: table;
+	margin-bottom: 1em;
+}
+
+.bp-embed-avatar {
+	float: left;
+	margin: 0 .75em 0 0;
+}
+
+p.bp-embed-activity-action {
+	font-size: 15px;
+	margin-bottom: 0;
+}
+
+p.bp-embed-activity-action a:first-child {
+	color: #32373c;
+	font-weight: bold;
+}
+
+p.bp-embed-activity-action img.avatar {
+	padding: 0 4px 0 3px;
+	vertical-align: text-bottom;
+}
+
+.bp-embed-excerpt {
+	margin-bottom: 1em;
+}
+
+.bp-embed-excerpt a {
+	color: #21759b;
+	display: inline-block;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	vertical-align: top;
+	white-space: nowrap;
+	max-width: 250px;
+}
+
+.activity-read-more {
+	margin-left: .5em;
+}
+
+.activity-read-more a {
+	color: #b4b9be;
+}
+
+.wp-embed-footer {
+	margin-top: 20px;
+}
+
+span.bp-embed-timestamp {
+	font-size: .9em;
+}
+
+video {
+	width: 100%;
+	height: auto;
+}
+
+.bp-activity-embed-display-media {
+	border: 1px solid #ccc;
+	border-radius: 6px;
+}
+
+.bp-activity-embed-display-media.one-col,
+.bp-activity-embed-display-media.one-col .thumb,
+.bp-activity-embed-display-media.one-col .thumb img {
+	width: 100%;
+}
+
+.bp-activity-embed-display-media.two-col .thumb,
+.bp-activity-embed-display-media.two-col .caption {
+	display: table-cell;
+}
+
+.bp-activity-embed-display-media.two-col .thumb {
+	background: #000;
+	vertical-align: middle;
+}
+
+.bp-activity-embed-display-media.two-col .caption {
+	vertical-align: top;
+}
+
+.bp-activity-embed-display-media.two-col .thumb img {
+	border-right: 1px solid #ccc;
+	display: block;
+	width: 100%;
+}
+
+.bp-activity-embed-display-media .thumb {
+	position: relative;
+}
+
+.bp-activity-embed-display-media .caption {
+	padding: .2em .5em .5em .5em;
+}
+
+a.play-btn {
+	background: rgba(0, 0, 0, 0.75);
+	border-radius: 50%;
+	height: 50px;
+	left: 50%;
+	margin: 0;
+	padding: 1em;
+	position: absolute;
+	text-indent: 0.25em;
+	top: 50%;
+	transform: translateY(-50%) translateX(-50%);
+	-webkit-transform: translateY(-50%) translateX(-50%);
+	transition: all 0.2s ease-out;
+	width: 50px;
+}
+
+.bp-activity-embed-display-media.two-col a.play-btn {
+	height: 35px;
+	width: 35px;
+}
+
+a.play-btn:hover {
+	background: rgba(0, 0, 0, 0.95);
+	transform: translateY(-50%) translateX(-50%) scale(1.05);
+	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);
+	transition: all 0.2s ease-out;
+}
+
+.bp-activity-embed-display-media .thumb svg {
+	fill: #fff;
+	overflow: hidden;
+}
+
+.bp-activity-embed-display-media .caption-description {
+	font-size: 90%;
+	margin: .4em 0;
+}
+
+@media only screen and (max-width: 480px) {
+	.bp-activity-embed-display-media.two-col .thumb {
+		border-bottom: 1px solid #ccc;
+		border-right: 0;
+		display: block;
+		max-width: none !important;
+	}
+
+	a.play-btn {
+		height: 35px;
+		width: 35px;
+	}
+}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.min.css
new file mode 100644
index 000000000..1e95f968c
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/embeds-activity.min.css
@@ -0,0 +1 @@
+.bp-activity-embed-display-media.one-col,.bp-activity-embed-display-media.one-col .thumb,.bp-activity-embed-display-media.one-col .thumb img,video{width:100%}a.play-btn,a.play-btn:hover{transition:all .2s ease-out}#bp-embed-header:after{clear:both;content:"";display:table;margin-bottom:1em}.bp-embed-avatar{float:left;margin:0 .75em 0 0}p.bp-embed-activity-action{font-size:15px;margin-bottom:0}p.bp-embed-activity-action a:first-child{color:#32373c;font-weight:700}p.bp-embed-activity-action img.avatar{padding:0 4px 0 3px;vertical-align:text-bottom}.bp-embed-excerpt{margin-bottom:1em}.bp-embed-excerpt a{color:#21759b;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;max-width:250px}.activity-read-more{margin-left:.5em}.activity-read-more a{color:#b4b9be}.wp-embed-footer{margin-top:20px}span.bp-embed-timestamp{font-size:.9em}video{height:auto}.bp-activity-embed-display-media{border:1px solid #ccc;border-radius:6px}.bp-activity-embed-display-media.two-col .caption,.bp-activity-embed-display-media.two-col .thumb{display:table-cell}.bp-activity-embed-display-media.two-col .thumb{background:#000;vertical-align:middle}.bp-activity-embed-display-media.two-col .caption{vertical-align:top}.bp-activity-embed-display-media.two-col .thumb img{border-right:1px solid #ccc;display:block;width:100%}.bp-activity-embed-display-media .thumb{position:relative}.bp-activity-embed-display-media .caption{padding:.2em .5em .5em}a.play-btn{background:rgba(0,0,0,.75);border-radius:50%;height:50px;left:50%;margin:0;padding:1em;position:absolute;text-indent:.25em;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);width:50px}.bp-activity-embed-display-media.two-col a.play-btn{height:35px;width:35px}a.play-btn:hover{background:rgba(0,0,0,.95);transform:translateY(-50%) translateX(-50%) scale(1.05);-webkit-transform:translateY(-50%) translateX(-50%) scale(1.05)}.bp-activity-embed-display-media .thumb svg{fill:#fff;overflow:hidden}.bp-activity-embed-display-media .caption-description{font-size:90%;margin:.4em 0}@media only screen and (max-width:480px){.bp-activity-embed-display-media.two-col .thumb{border-bottom:1px solid #ccc;border-right:0;display:block;max-width:none!important}a.play-btn{height:35px;width:35px}}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.css
new file mode 100644
index 000000000..23b31d554
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.css
@@ -0,0 +1,2025 @@
+@charset "UTF-8";
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyeleven theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyeleven this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+.buddypress div.clear {
+	display: none;
+}
+
+body.buddypress:not(.page-template-sidebar-page) #content {
+	margin: 0 10% 0;
+	width: auto;
+}
+
+body.buddypress:not(.page-template-sidebar-page) #content .entry-header,
+body.buddypress:not(.page-template-sidebar-page) #content .entry-content {
+	width: auto;
+}
+
+.buddypress.singular.page .hentry {
+	padding-top: 0;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+/* Here we start things off */
+#buddypress div.item-list-tabs ul li.selected a,
+#buddypress div.item-list-tabs ul li.current a {
+	background: inherit;
+	opacity: 1;
+}
+
+#buddypress div.item-list-tabs ul {
+	overflow: hidden;
+	padding: 0;
+}
+
+#buddypress div.item-list-tabs ul li a:focus, #buddypress div.item-list-tabs ul li a:hover {
+	color: #555;
+}
+
+#buddypress div.item-list-tabs ul li a:visited {
+	color: #21759b;
+}
+
+#buddypress div.item-list-tabs ul li a span {
+	border-radius: 25%;
+}
+
+@media screen and (max-width: 450px) {
+	.bp-user #buddypress #object-nav {
+		border: 1px solid #eaeaea;
+		overflow: visible;
+		padding: 5px;
+	}
+	.bp-user #buddypress #object-nav ul {
+		border: 0;
+		height: 0;
+		transition: height 0.3s ease-in-out 0.7s;
+		visibility: hidden;
+	}
+	.bp-user #buddypress #object-nav:before {
+		content: "Menu \021E9";
+		display: inline;
+		opacity: 0.7;
+	}
+	.bp-user #buddypress #object-nav:focus:before, .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:active:before {
+		content: "Menu \021E7";
+	}
+	.bp-user #buddypress #object-nav:focus ul, .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:active ul {
+		min-height: 320px;
+		opacity: 1;
+		visibility: visible;
+	}
+	.bp-user #buddypress #subnav {
+		clear: both;
+	}
+}
+
+/*__ Horizontal menus __*/
+#buddypress #object-nav ul {
+	overflow: hidden;
+}
+
+#buddypress #object-nav ul li {
+	float: none;
+}
+
+@media screen and (max-width: 650px) {
+	#buddypress #object-nav ul li:not(:last-child) {
+		border-bottom: 1px solid #eaeaea;
+	}
+	#buddypress #object-nav ul li:not(.selected):focus, #buddypress #object-nav ul li:not(.selected):hover {
+		background: #f2f2f2;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #object-nav ul li {
+		float: right;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs {
+	margin-top: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul {
+	border-bottom: 0;
+	border-top: 1px solid #d4d0ba;
+	margin-top: 5px;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last {
+	background: #fff;
+	float: left;
+	margin-top: 0;
+	padding: 5px 0 5px;
+	text-align: left;
+	width: 230px;
+}
+
+@media screen and (max-width: 450px) {
+	#buddypress div#subnav.item-list-tabs ul li.last {
+		float: none;
+		width: auto;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last select:focus {
+	background: transparent;
+	border: 0;
+	outline: 0;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last label,
+#buddypress div#subnav.item-list-tabs ul li.last option {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select {
+	font-style: italic;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select option {
+	font-style: normal;
+}
+
+.bp-user #buddypress div#subnav.item-list-tabs li.last {
+	margin-right: 0;
+	text-align: left;
+}
+
+@media screen and (max-width: 450px) {
+	.bp-user #buddypress div#subnav.item-list-tabs li.last {
+		clear: right;
+		float: none;
+		margin-right: 10px;
+		text-align: right;
+	}
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+@media screen and (min-width: 800px) {
+	body.bp-user #buddypress #item-header,
+	body.bp-user #buddypress #item-body {
+		background: #fff;
+	}
+	body.bp-user #buddypress #object-nav {
+		border-left: 1px solid #ddd;
+		float: right;
+		margin-left: -1px;
+		width: 200px;
+	}
+	body.bp-user #buddypress #object-nav ul {
+		background: none;
+		border-bottom: 0;
+		padding: 0;
+	}
+	body.bp-user #buddypress #object-nav ul li {
+		float: none;
+		overflow: hidden;
+	}
+	body.bp-user #buddypress #object-nav ul li.selected {
+		background: #ddd;
+	}
+	body.bp-user #buddypress #object-nav ul li span {
+		background: #fff;
+		border-radius: 10%;
+		float: left;
+		margin-left: 2px;
+	}
+	body.bp-user #buddypress #item-body {
+		border-right: 1px solid #ddd;
+		overflow: hidden;
+		padding: 0 25px 0 0;
+		width: auto;
+	}
+	body.bp-user #buddypress #item-body #subnav {
+		margin: 0 -25px 0 0;
+	}
+	body.bp-user #buddypress #item-body #subnav ul {
+		margin-top: 0;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#main #buddypress #group-create-tabs.item-list-tabs ul:before,
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		content: " ";
+		display: table;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		clear: both;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul {
+		background: none;
+		border: 0;
+		border-bottom: 1px solid #ddd;
+		overflow: visible;
+		padding-bottom: 0;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li {
+		float: right;
+		width: auto;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current {
+		border: 1px solid #ddd;
+		border-bottom-color: #fff;
+		-webkit-border-top-left-radius: 4px;
+		border-top-left-radius: 4px;
+		-webkit-border-top-right-radius: 4px;
+		border-top-right-radius: 4px;
+		background-clip: padding-box;
+		margin-bottom: -1px;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current a {
+		background: none;
+		color: #373737;
+		outline: none;
+	}
+	#main #buddypress #subnav ul {
+		border-bottom: 0;
+	}
+}
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+#buddypress div.pagination {
+	box-shadow: none;
+	min-height: 0;
+}
+
+#buddypress div.pagination:before, #buddypress div.pagination:after {
+	height: 0;
+	width: 0;
+}
+
+#buddypress div.pagination .pag-count {
+	margin-right: 0;
+}
+
+#buddypress div.pagination .pagination-links {
+	margin-left: 0;
+}
+
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a {
+	height: auto;
+	line-height: 1;
+	padding: 5px;
+}
+
+#buddypress div.pagination .pagination-links .prev,
+#buddypress div.pagination .pagination-links .next {
+	background-color: transparent;
+	color: inherit;
+	overflow: visible;
+	width: auto;
+}
+
+#buddypress div.pagination .pagination-links .prev:before,
+#buddypress div.pagination .pagination-links .next:before {
+	display: none;
+}
+
+#buddypress div.pagination .pagination-links .prev {
+	right: auto;
+	position: static;
+}
+
+#buddypress div.pagination .pagination-links .next {
+	position: static;
+	left: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+#buddypress ul.item-list {
+	border-top: 0;
+}
+
+#buddypress ul.item-list li {
+	overflow: hidden !important;
+}
+
+#buddypress ul.item-list li .item-avatar {
+	margin-bottom: 15px;
+	text-align: center;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar {
+		margin-bottom: 0;
+	}
+}
+
+#buddypress ul.item-list li .item-avatar a {
+	border-bottom: 0;
+}
+
+#buddypress ul.item-list li .item-avatar img.avatar {
+	display: inline-block;
+	float: none;
+	margin-bottom: 15px;
+}
+
+@media screen and (min-width: 450px) {
+	#buddypress ul.item-list li .item-avatar img.avatar {
+		display: block;
+		float: right;
+	}
+}
+
+#buddypress ul.item-list li .item {
+	margin-right: 0;
+	overflow: hidden;
+}
+
+#buddypress ul.item-list li .item .item-meta {
+	text-align: center;
+}
+
+@media screen and (min-width: 61.5625em) {
+	#buddypress ul.item-list li .item .item-meta {
+		text-align: right;
+	}
+}
+
+#buddypress ul.item-list li .item span.activity {
+	font-style: italic;
+}
+
+#buddypress ul.item-list li .item .item-desc {
+	margin-right: 0;
+	width: 94%;
+}
+
+#buddypress ul.item-list li .item .item-title {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	line-height: 1.2;
+	text-align: center;
+	width: 100%;
+}
+
+@media screen and (min-width: 450px) {
+	#buddypress ul.item-list li .item .item-title {
+		text-align: right;
+	}
+}
+
+#buddypress ul.item-list li .item .item-title > a {
+	text-decoration: none;
+}
+
+#buddypress ul.item-list li .item .item-title > a:visited {
+	color: #21759b;
+}
+
+#buddypress ul.item-list li .item .item-title .update {
+	display: block;
+	font-size: 12px;
+	font-size: 0.8rem;
+	padding: 15px 0;
+	text-align: right;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-title .update {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar,
+	#buddypress ul.item-list li .item,
+	#buddypress ul.item-list li .action {
+		float: right;
+	}
+	#buddypress ul.item-list li .item {
+		right: 5%;
+		margin-right: 0;
+		position: relative;
+		width: 55%;
+	}
+	#buddypress ul.item-list li .item .item-title {
+		font-size: 18px;
+		font-size: 1.2rem;
+	}
+}
+
+#buddypress ul.item-list li div.action {
+	clear: right;
+	float: none;
+	margin: 0;
+	margin-right: 0;
+	padding: 15px 0 5px;
+	position: relative;
+	text-align: right;
+	top: 0;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action {
+		clear: none;
+		float: left;
+		margin-bottom: 0;
+		padding: 0;
+	}
+}
+
+#buddypress ul.item-list li div.action div {
+	display: inline-block;
+	margin: 5px 0;
+	width: 100%;
+}
+
+#buddypress ul.item-list li div.action div a {
+	display: block;
+}
+
+@media screen and (min-width: 37em) {
+	#buddypress ul.item-list li div.action div {
+		margin: 0 0 5px 15px;
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action div {
+		clear: left;
+		float: left;
+		margin: 0 0 15px 0;
+	}
+}
+
+#buddypress ul.item-list li div.action .meta {
+	font-style: italic;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+#buddypress form#whats-new-form p.activity-greeting {
+	line-height: 1.4;
+}
+
+@media screen and (max-width: 650px) {
+	#buddypress form#whats-new-form #whats-new-content {
+		clear: right;
+		margin: 15px 0 25px;
+		padding: 15px 0 0;
+	}
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+	border: 1px solid rgba(212, 208, 186, 0.5);
+	float: right;
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.6;
+	margin-top: 12px;
+	padding-right: 0.2em;
+	width: 100%;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select {
+	background: none;
+	border: 0;
+	float: left;
+	margin: 0;
+	max-width: 220px;
+	min-height: 1.5em;
+	padding: 0 0.4em 0 0;
+}
+
+@media screen and (min-width: 30em) {
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+		width: auto;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit {
+		font-size: 12px;
+		font-size: 0.8rem;
+		float: left;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input {
+		padding: 0 6px;
+	}
+}
+
+#buddypress #item-body form#whats-new-form {
+	margin: 50px 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream li {
+	padding: 25px 0 15px;
+}
+
+#buddypress #activity-stream li.load-newest a {
+	display: block;
+}
+
+#buddypress #activity-stream li .activity-avatar {
+	float: none;
+	text-align: center;
+}
+
+#buddypress #activity-stream li .activity-avatar a {
+	display: inline-block;
+}
+
+#buddypress #activity-stream li .activity-avatar a img.avatar {
+	display: inline;
+	float: none;
+	height: 60px;
+	margin-bottom: 25px;
+	margin-right: 0;
+	width: 60px;
+}
+
+#buddypress #activity-stream li .activity-content,
+#buddypress #activity-stream li .activity-comments {
+	margin-right: 0;
+}
+
+#buddypress #activity-stream li .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li .activity-header a:visited {
+	color: #21759b;
+}
+
+#buddypress #activity-stream li .activity-inner img {
+	height: auto;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream li .activity-avatar {
+		float: right;
+		margin-left: 15px;
+		text-align: right;
+	}
+	#buddypress #activity-stream li .activity-avatar a {
+		border-bottom: 0;
+	}
+	#buddypress #activity-stream li .activity-content {
+		margin: 0;
+		overflow: hidden;
+	}
+	#buddypress #activity-stream li .activity-content .activity-header {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress #activity-stream li .activity-comments {
+		margin-right: 70px;
+	}
+}
+
+#buddypress #activity-stream li.mini .activity-avatar a img.avatar {
+	height: 30px;
+	margin-right: 15px;
+	width: 30px;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-meta a {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-content {
+	margin-top: -12px;
+}
+
+#buddypress #activity-stream .activity-content .activity-header {
+	line-height: inherit;
+	margin-left: 0;
+}
+
+#buddypress #activity-stream .activity-content .activity-header p {
+	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
+	margin-top: 0;
+	padding: 0 0.2em;
+}
+
+#buddypress #activity-stream .activity-content .activity-header img.avatar {
+	display: inline-block;
+	margin-bottom: 0 !important;
+}
+
+#buddypress #activity-stream .activity-content .activity-meta a {
+	display: block;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin-bottom: 5px;
+	padding: 0.2em 0.5em;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream .activity-content .activity-meta a {
+		float: right;
+		margin-bottom: 0;
+	}
+}
+
+#buddypress #activity-stream .load-more {
+	background: #f7f7f7;
+	border: 1px solid transparent;
+	padding: 15px;
+}
+
+#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
+	background: #f4f4f4;
+	border: 1px solid rgba(159, 209, 226, 0.3);
+}
+
+#buddypress #activity-stream .load-more a {
+	display: block;
+}
+
+/* Single activity view  - activity permalink */
+.activity-permalink #buddypress #activity-stream li.activity-item {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	margin-bottom: 50px;
+}
+
+@media screen and (min-width: 650px) {
+	.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+		font-size: 20px;
+		font-size: 1.3333333333rem;
+	}
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header p {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream .activity-comments {
+	margin-right: 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream .activity-comments {
+	position: relative;
+}
+
+#buddypress #activity-stream .activity-comments > ul {
+	background: rgba(247, 247, 247, 0.6);
+	margin: 15px 2px 0 0;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li:hover * {
+	color: #555;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li .acomment-meta,
+#buddypress #activity-stream .activity-comments > ul > li .acomment-content {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form {
+	border: 1px solid #d4d0ba;
+	box-sizing: border-box;
+	margin: 15px 0;
+	width: 100%;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form input[type="submit"],
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	color: rgba(55, 55, 55, 0.8);
+	display: inline-block;
+	font-family: inherit;
+	font-size: 12px;
+	font-size: 0.8rem;
+	font-weight: normal;
+	line-height: 1.2;
+	padding: 4px 10px;
+	text-transform: lowercase;
+	width: 100px;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	border: 1px solid rgba(212, 208, 186, 0.7);
+	text-align: center;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
+	background: #ededed;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+@media screen and (min-width: 650px) {
+	#buddypress #members-list li .item-avatar,
+	#buddypress #members-list li .item {
+		float: right;
+	}
+	#buddypress #members-list li .action {
+		float: left;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+#buddypress #signup_form.standard-form #profile-details-section,
+#buddypress #signup_form.standard-form #basic-details-section,
+#buddypress #signup_form.standard-form #blog-details-section {
+	float: none;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section,
+	#buddypress #signup_form.standard-form #basic-details-section,
+	#buddypress #signup_form.standard-form #blog-details-section {
+		width: 48%;
+	}
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section {
+		float: left;
+	}
+	#buddypress #signup_form.standard-form #basic-details-section {
+		float: right;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress a:visited {
+	color: #21759b;
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+.bp-user #buddypress #item-header-content #item-meta,
+.single-item.groups #buddypress #item-header-content #item-meta {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	text-align: right;
+}
+
+.bp-user #buddypress #item-header-content #item-meta p,
+.single-item.groups #buddypress #item-header-content #item-meta p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user h1,
+	.bp-user #item-header-content,
+	.single-item.groups h1,
+	.single-item.groups #item-header-content {
+		text-align: center;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user main header.entry-header,
+	.single-item.groups main header.entry-header {
+		padding-bottom: 1rem;
+	}
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress h1,
+	.single-item.groups #buddypress h1 {
+		margin-bottom: 0;
+	}
+	.bp-user #buddypress #item-header-avatar img.avatar,
+	.single-item.groups #buddypress #item-header-avatar img.avatar {
+		margin-left: 0;
+	}
+	.bp-user #buddypress #item-header-content,
+	.single-item.groups #buddypress #item-header-content {
+		width: 100%;
+	}
+	.bp-user #buddypress #item-header-content .user-nicename,
+	.single-item.groups #buddypress #item-header-content .user-nicename {
+		color: #555;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #item-header .generic-button,
+	.single-item.groups #buddypress #item-header .generic-button {
+		float: none;
+		margin: 1.5em 0 0 0;
+	}
+}
+
+@media screen and (max-width: 800px) {
+	#buddypress #item-header-cover-image #item-header-content .user-nicename {
+		color: #555;
+		text-shadow: none;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+@media screen and (max-width: 46.25em) {
+	.single-item.groups #buddypress #item-header #item-meta {
+		margin-bottom: 25px;
+	}
+}
+
+@media screen and (max-width: 50em) {
+	.single-item.groups #buddypress div#item-header {
+		display: flex;
+		flex-direction: column;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar {
+		order: 1;
+		text-align: center;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a {
+		border-bottom: 0;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a img {
+		display: inline-block;
+		float: none;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		order: 2;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions {
+		order: 3;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+		text-align: center;
+	}
+}
+
+.single-item.groups #buddypress div#item-header {
+	padding-bottom: 50px;
+}
+
+.single-item.groups #buddypress div#item-header #item-header-content {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions {
+	margin: 0 !important;
+	width: 100%;
+}
+
+@media screen and (min-width: 50em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		border-right: 1px solid #eaeaea;
+		clear: none;
+		float: left;
+		padding-right: 0.2em;
+		width: 30%;
+	}
+}
+
+@media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions ul {
+	margin-top: 0;
+	padding-right: 0;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	font-weight: bold;
+	line-height: 1.4;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,
+.single-item.groups #buddypress div#item-header div#item-actions #group-mods li {
+	margin: 0;
+}
+
+@media screen and (min-width: 650px) {
+	.single-item.groups #buddypress div#item-header #item-header-avatar,
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		float: right;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		margin-right: 2%;
+		padding: 0 0.5em;
+	}
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		float: left;
+		width: 28%;
+	}
+}
+
+@media screen and (min-width: 64em) {
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+	margin-top: 225px !important;
+}
+
+@media screen and (min-width: 50em) and (max-width: 60em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content {
+		max-width: 60% !important;
+		width: 60% !important;
+	}
+}
+
+@media screen and (max-width: 64em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+		border: 0;
+		clear: both;
+		margin-top: 0 !important;
+		max-width: 100% !important;
+		padding-top: 0 !important;
+		width: auto;
+	}
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+.bp-user #buddypress #item-header #item-header-avatar {
+	text-align: center;
+}
+
+.bp-user #buddypress #item-header #item-header-avatar img.avatar,
+.bp-user #buddypress #item-header #item-header-avatar a {
+	border-bottom: 0;
+	display: inline-block;
+	float: none;
+}
+
+.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button {
+	margin-left: 5px;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress #item-header #item-header-avatar {
+		float: right;
+	}
+	.bp-user #buddypress #item-header #item-header-avatar a {
+		float: right;
+	}
+	.bp-user #buddypress #item-header #item-header-content {
+		float: left;
+		margin-left: 0%;
+		width: 69%;
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+.groups #group-settings-form h4 {
+	background: #555;
+	color: #fff;
+	padding: 0.2em;
+}
+
+.groups.edit-details #group-settings-form label {
+	margin-bottom: 0;
+	padding: 0.2em;
+	width: 80%;
+}
+
+.groups.edit-details #group-settings-form textarea + p label {
+	background: none;
+	color: inherit;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	width: auto;
+}
+
+.groups.edit-details #group-settings-form textarea {
+	height: auto;
+	min-height: 100px;
+	overflow: auto;
+}
+
+.groups.group-settings #group-settings-form div.radio label {
+	font-weight: bold;
+	padding: 0.2em;
+}
+
+.groups.group-settings #group-settings-form div.radio label ul {
+	color: rgba(55, 55, 55, 0.6);
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.groups.group-avatar form > p {
+	margin-top: 25px;
+}
+
+.groups.manage-members #group-settings-form .item-list li {
+	border-bottom: 1px solid #eaeaea;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li img,
+	.groups.manage-members #group-settings-form .item-list li h5 {
+		float: right;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li img > a,
+.groups.manage-members #group-settings-form .item-list li h5 > a {
+	border-bottom: 0;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small {
+	clear: right;
+	display: block;
+	float: none;
+	margin-top: 15px;
+	width: 100%;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small a {
+	display: block;
+	margin: 5px 0;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li span.small a {
+		display: inline-block;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li h5 {
+	margin: 0;
+}
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+.groups.group-members #subnav li {
+	width: 100%;
+}
+
+@media screen and (max-width: 450px) {
+	.groups.group-members #subnav li {
+		background: #fff;
+		padding: 25px 0;
+	}
+}
+
+.groups.group-members #subnav li #search-members-form {
+	float: left;
+	margin: 5px 0 0 0;
+}
+
+.groups.group-members #subnav li #search-members-form label input[type="text"] {
+	box-shadow: none;
+}
+
+@media screen and (max-width: 450px) {
+	.groups.group-members #subnav li #search-members-form label input[type="text"] {
+		width: 100%;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user #buddypress table th {
+	font-size: 13px;
+	font-size: 0.8666666667rem;
+}
+
+.bp-user #buddypress table td {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress table th {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	.bp-user #buddypress table td {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+.bp-user #buddypress .pag-count {
+	font-style: italic;
+}
+
+.bp-user #buddypress .notifications-options-nav,
+.bp-user #buddypress .messages-options-nav {
+	float: right;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav,
+	.bp-user #buddypress .messages-options-nav {
+		width: 40%;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav select,
+.bp-user #buddypress .messages-options-nav input {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	outline: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .messages-options-nav select {
+	float: right;
+	margin-left: 0;
+	width: 49%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav select,
+	.bp-user #buddypress .messages-options-nav select {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav input {
+	float: right;
+	font-family: inherit;
+	line-height: 20px;
+	margin-right: 1%;
+	width: 50%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav input,
+	.bp-user #buddypress .messages-options-nav input {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:focus, .bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:hover,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:focus,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:hover {
+	background: none;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+.bp-user #buddypress .profile .bp-widget h4 {
+	background: #6f6f6f;
+	color: #fff;
+	margin-bottom: 0;
+	padding: 0.4em;
+}
+
+.bp-user #buddypress .profile .bp-widget table {
+	margin-top: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:before,
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	content: " ";
+	display: table;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	clear: both;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav {
+	border-bottom: 1px solid #eaeaea;
+	margin-right: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li {
+	float: right;
+	margin-bottom: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current {
+	border: 1px solid #eaeaea;
+	border-bottom-color: #fff;
+	margin-bottom: -1px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav a {
+	background: none;
+	border: 0;
+	font-size: 18px;
+	font-size: 1.2rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle {
+	margin: 5px 0 25px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle,
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
+	background: #6f6f6f;
+	-webkit-border-radius: 2px;
+	-moz-border-radius: 2px;
+	-ms-border-radius: 2px;
+	border-radius: 2px;
+	background-clip: padding-box;
+	color: #eee;
+	font-weight: bold;
+	padding: 0.1em 0.5em;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover {
+	color: #fff;
+}
+
+.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a {
+	font-size: inherit;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+.bp-user #buddypress #message-thread a {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-thread #message-subject {
+	background: #6f6f6f;
+	color: #fff;
+	padding: 0.3em 0.2em 0.3em 0;
+}
+
+.bp-user #buddypress #message-thread #message-recipients {
+	font-style: italic;
+}
+
+.bp-user #buddypress #message-thread #message-recipients a.confirm {
+	border: 1px solid #eaeaea;
+	font-style: normal;
+}
+
+.bp-user #buddypress #message-thread #message-recipients .highlight {
+	font-size: 100%;
+}
+
+.bp-user #buddypress #message-thread .message-metadata {
+	overflow: hidden;
+}
+
+.bp-user #buddypress #message-thread .message-metadata img.avatar {
+	float: none;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress #message-thread .message-metadata img.avatar {
+		float: right;
+	}
+}
+
+.bp-user #buddypress #message-thread .message-metadata .message-star-actions {
+	float: left;
+	margin-left: 5px;
+	position: static;
+}
+
+.bp-user #buddypress #message-thread .message-content {
+	background: #f7f7f7;
+	border: 1px solid #eaeaea;
+	margin: 15px 0 0 0;
+	padding: 0.3em;
+}
+
+.bp-user #buddypress #message-thread #send-reply .message-content {
+	background: #fff;
+	border: 0;
+}
+
+.bp-user #buddypress #message-thread .alt {
+	background: #fff;
+}
+
+.bp-user #buddypress #message-threads thead tr {
+	background: #6f6f6f;
+}
+
+.bp-user #buddypress #message-threads tr td {
+	background: #fff;
+	box-sizing: border-box;
+	display: inline-block;
+	float: right;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-bottom: 1px solid #ccc;
+	height: 2.4em;
+	padding-bottom: 0.2em;
+	padding-top: 0.2em;
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #message-threads tr td.thread-star,
+	.bp-user #buddypress #message-threads tr td.thread-options {
+		padding-top: 0;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar {
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star span.icon:before {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress #message-threads tr td.bulk-select-check,
+.bp-user #buddypress #message-threads tr td.thread-from {
+	height: 3em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr td.bulk-select-check,
+	.bp-user #buddypress #message-threads tr td.thread-from {
+		height: 5.2em;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-from,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-right: 0 !important;
+	width: -webkit-calc(100% - 30px);
+	width: -moz-calc(100% - 30px);
+	width: calc(100% - 30px);
+	margin-right: 0;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info {
+	padding-right: 41px;
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info a::after {
+	content: " ‖ " attr(title);
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options {
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options a {
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr span.from {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads tr span.activity {
+	display: block;
+	float: left;
+	line-height: 2;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr span.activity {
+		clear: both;
+		font-size: 11px;
+		font-size: 0.7333333333rem;
+		width: 100%;
+	}
+}
+
+.bp-user #buddypress #message-threads tr.unread td {
+	border-color: #eaeaea;
+}
+
+.bp-user #buddypress #message-threads th {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all {
+	border-bottom: 0;
+	display: inline-block;
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all,
+.bp-user #buddypress #message-threads td.bulk-select-check,
+.bp-user #buddypress #message-threads td.thread-star {
+	border-left: 0;
+	width: 30px;
+}
+
+.bp-user #buddypress #send_message_form input,
+.bp-user #buddypress #send_message_form textarea {
+	box-sizing: border-box;
+}
+
+.bp-user #buddypress .acfb-holder {
+	list-style: none;
+}
+
+.bp-user #buddypress .acfb-holder li {
+	margin-right: 0;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab {
+	background: #edf7fa;
+	border: inherit;
+	margin-left: 0;
+	padding: 0.5em;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p {
+	padding-right: 15px;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus, .bp-user #buddypress .acfb-holder li.friend-tab span.p:hover {
+	color: #c82b2b;
+	cursor: pointer;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a {
+	border-bottom: 0;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a img {
+	display: inline;
+	height: 20px;
+	vertical-align: middle;
+	width: 20px !important;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices tr {
+	margin: 3em 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td {
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td strong {
+	background: #6f6f6f;
+	color: #fff;
+	display: block;
+	margin-bottom: 0.4em;
+	padding-right: 0.2em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a {
+	display: inline-block;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a.button {
+	border: 1px solid #d4d0ba;
+	line-height: initial;
+	padding: 0.4em 0.3em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong {
+	margin: -8px -8px 8px;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td span {
+	line-height: 1;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child {
+	line-height: 1;
+	padding-bottom: 1em;
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {
+	line-height: 0;
+	margin-right: 0.7em;
+	text-indent: -999em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after {
+	content: attr(title);
+	display: block;
+	line-height: initial;
+	text-indent: 0;
+}
+
+.bp-user .ac_results {
+	background: #eee;
+	padding-right: 15px;
+}
+
+.bp-user .ac_results li {
+	margin: 15px 0;
+}
+
+.bp-user .ac_results li:focus, .bp-user .ac_results li:hover {
+	cursor: pointer;
+}
+
+.bp-user .ac_results li img {
+	vertical-align: bottom;
+}
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+.bp-user #buddypress #settings-form > p {
+	font-size: 20px;
+	font-size: 1.3333333333rem;
+	margin: 25px 0 15px;
+}
+
+.bp-user #buddypress table.notification-settings td.yes,
+.bp-user #buddypress table.notification-settings td.no {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress table.profile-settings {
+	width: 100%;
+}
+
+.bp-user #buddypress table.profile-settings th.field-group-name,
+.bp-user #buddypress table.profile-settings td.field-name {
+	width: 50%;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress table.profile-settings th.field-group-name,
+	.bp-user #buddypress table.profile-settings td.field-name {
+		width: 70%;
+	}
+}
+
+.bp-user #buddypress table.profile-settings th.title,
+.bp-user #buddypress table.profile-settings td.field-visibility {
+	width: 30%;
+}
+
+.bp-user #buddypress table.profile-settings td.field-visibility select {
+	width: 100%;
+}
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+#main #buddypress .standard-form li {
+	float: none;
+}
+
+#main #buddypress .standard-form input[type='text'],
+#main #buddypress .standard-form input[type='email'],
+#main #buddypress .standard-form input[type='password'],
+#main #buddypress .standard-form textarea {
+	width: 100%;
+}
+
+#buddypress div.activity-comments form .ac-textarea {
+	background: #f7f7f7;
+	border: 1px solid rgba(212, 208, 186, 0.5);
+}
+
+#buddypress div.activity-comments form .ac-textarea textarea {
+	background: none;
+	border: 0;
+}
+
+#buddypress .standard-form input[type="text"],
+#buddypress .standard-form input[type="email"],
+#buddypress .standard-form input[type="password"],
+#buddypress .standard-form button,
+#buddypress .standard-form select,
+#buddypress .standard-form textarea {
+	border-color: rgba(212, 208, 186, 0.5);
+	border-width: 1px;
+}
+
+#buddypress #signup_form.standard-form div.submit {
+	float: none;
+}
+
+#buddypress #signup_form.standard-form div.submit input {
+	margin-left: 0;
+}
+
+#buddypress div.dir-search,
+#buddypress div.message-search,
+#buddypress li.groups-members-search {
+	float: none;
+	margin: 15px 0;
+}
+
+#buddypress div.dir-search form,
+#buddypress div.message-search form,
+#buddypress li.groups-members-search form {
+	border: 1px solid rgba(212, 208, 186, 0.6);
+	overflow: hidden;
+}
+
+#buddypress div.dir-search form label,
+#buddypress div.message-search form label,
+#buddypress li.groups-members-search form label {
+	float: right;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='text'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	border: 0;
+	border-radius: 0;
+	box-shadow: none;
+	box-sizing: border-box;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	line-height: 1.8;
+	min-height: 2rem;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.message-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='text'] {
+	border-left: 1px solid rgba(212, 208, 186, 0.6);
+	float: right;
+	margin: 0;
+	padding: 0 0.2em 0;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	float: left;
+	font-weight: normal;
+	padding: 0 1em;
+	text-align: center;
+	text-transform: none;
+	width: 30%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress div.dir-search,
+	#buddypress div.message-search,
+	#buddypress li.groups-members-search {
+		float: left;
+		margin-bottom: 5px !important;
+	}
+	#buddypress div.dir-search form label,
+	#buddypress div.dir-search form input[type='text'],
+	#buddypress div.dir-search form input[type='submit'],
+	#buddypress div.message-search form label,
+	#buddypress div.message-search form input[type='text'],
+	#buddypress div.message-search form input[type='submit'],
+	#buddypress li.groups-members-search form label,
+	#buddypress li.groups-members-search form input[type='text'],
+	#buddypress li.groups-members-search form input[type='submit'] {
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 800px) {
+	#buddypress .dir-search form input[type='text'],
+	#buddypress .message-search form input[type='text'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress .dir-search form input[type='submit'],
+	#buddypress .message-search form input[type='submit'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress table {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin: 25px 0;
+}
+
+.bp-user #buddypress table tr th {
+	background: #6f6f6f;
+	border-color: #b7b7b7;
+	color: #fff;
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	padding: 0 8px;
+	text-transform: capitalize;
+}
+
+.bp-user #buddypress table tr td {
+	padding: 8px;
+}
+
+.bp-user #buddypress table p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (min-width: 55em) {
+	.bp-user #buddypress table {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+.bp-user #buddypress .notifications th,
+.bp-user #buddypress .messages-notices th {
+	width: 30%;
+}
+
+.bp-user #buddypress .notifications th.bulk-select-all,
+.bp-user #buddypress .messages-notices th.bulk-select-all {
+	text-align: center;
+	width: 10%;
+}
+
+.bp-user #buddypress .notifications th.actions,
+.bp-user #buddypress .messages-notices th.actions {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .bulk-select-check,
+.bp-user #buddypress .notifications .thread-star,
+.bp-user #buddypress .messages-notices .bulk-select-check,
+.bp-user #buddypress .messages-notices .thread-star {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions,
+.bp-user #buddypress .notifications td.thread-options,
+.bp-user #buddypress .messages-notices .notification-actions,
+.bp-user #buddypress .messages-notices td.thread-options {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions a,
+.bp-user #buddypress .notifications td.thread-options a,
+.bp-user #buddypress .messages-notices .notification-actions a,
+.bp-user #buddypress .messages-notices td.thread-options a {
+	display: inline-block;
+	margin: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications td .button,
+.bp-user #buddypress .messages-notices td .button {
+	border: 0;
+	display: block;
+	padding: 0;
+	text-align: center;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+#buddypress div#message p {
+	font-size: 18px;
+	font-size: 1.2rem;
+	font-weight: bold;
+}
+
+#buddypress div#message.info p {
+	background: #c6e4ee;
+	border: 1px solid #78bed6;
+	color: #1e5264;
+}
+
+#buddypress div#message.updated p {
+	background: #dee6b2;
+	border: 1px solid #becc66;
+	color: #454d19;
+}
+
+.delete-group #buddypress div#message.info p {
+	background: #db7e7e;
+	border: 1px solid #be3535;
+	color: #1f0808;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.min.css
new file mode 100644
index 000000000..b99aa6ecc
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven-rtl.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.buddypress div.clear{display:none}body.buddypress:not(.page-template-sidebar-page) #content{margin:0 10%;width:auto}body.buddypress:not(.page-template-sidebar-page) #content .entry-content,body.buddypress:not(.page-template-sidebar-page) #content .entry-header{width:auto}.buddypress.singular.page .hentry{padding-top:0}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background:inherit;opacity:1}#buddypress div.item-list-tabs ul{overflow:hidden;padding:0}#buddypress div.item-list-tabs ul li a:focus,#buddypress div.item-list-tabs ul li a:hover{color:#555}#buddypress div.item-list-tabs ul li a:visited{color:#21759b}#buddypress div.item-list-tabs ul li a span{border-radius:25%}@media screen and (max-width:450px){.bp-user #buddypress #object-nav{border:1px solid #eaeaea;overflow:visible;padding:5px}.bp-user #buddypress #object-nav ul{border:0;height:0;transition:height .3s ease-in-out .7s;visibility:hidden}.bp-user #buddypress #object-nav:before{content:"Menu \021E9";display:inline;opacity:.7}.bp-user #buddypress #object-nav:active:before,.bp-user #buddypress #object-nav:focus:before,.bp-user #buddypress #object-nav:hover:before{content:"Menu \021E7"}.bp-user #buddypress #object-nav:active ul,.bp-user #buddypress #object-nav:focus ul,.bp-user #buddypress #object-nav:hover ul{min-height:320px;opacity:1;visibility:visible}.bp-user #buddypress #subnav{clear:both}}#buddypress #object-nav ul{overflow:hidden}#buddypress #object-nav ul li{float:none}@media screen and (max-width:650px){#buddypress #object-nav ul li:not(:last-child){border-bottom:1px solid #eaeaea}#buddypress #object-nav ul li:not(.selected):focus,#buddypress #object-nav ul li:not(.selected):hover{background:#f2f2f2}}@media screen and (min-width:650px){#buddypress #object-nav ul li{float:right}}#buddypress div#subnav.item-list-tabs{margin-top:0}#buddypress div#subnav.item-list-tabs ul{border-bottom:0;border-top:1px solid #d4d0ba;margin-top:5px;padding:0}#buddypress div#subnav.item-list-tabs ul li.last{background:#fff;float:left;margin-top:0;padding:5px 0;text-align:left;width:230px}#buddypress div#subnav.item-list-tabs ul li.last select,#buddypress div#subnav.item-list-tabs ul li.last select:focus{background:0 0;border:0;outline:0;padding:0}#buddypress div#subnav.item-list-tabs ul li.last label,#buddypress div#subnav.item-list-tabs ul li.last option,#buddypress div#subnav.item-list-tabs ul li.last select{font-size:14px;font-size:.9333333333rem}#buddypress div#subnav.item-list-tabs ul li.last select{font-style:italic}#buddypress div#subnav.item-list-tabs ul li.last select option{font-style:normal}#buddypress ul.item-list li .item span.activity,#buddypress ul.item-list li div.action .meta,.bp-user #buddypress #message-thread #message-recipients,.bp-user #buddypress .pag-count{font-style:italic}.bp-user #buddypress div#subnav.item-list-tabs li.last{margin-right:0;text-align:left}@media screen and (max-width:450px){#buddypress div#subnav.item-list-tabs ul li.last{float:none;width:auto}.bp-user #buddypress div#subnav.item-list-tabs li.last{clear:right;float:none;margin-right:10px;text-align:right}}@media screen and (min-width:800px){body.bp-user #buddypress #item-body,body.bp-user #buddypress #item-header{background:#fff}body.bp-user #buddypress #object-nav{border-left:1px solid #ddd;float:right;margin-left:-1px;width:200px}body.bp-user #buddypress #object-nav ul{background:0 0;border-bottom:0;padding:0}body.bp-user #buddypress #object-nav ul li{float:none;overflow:hidden}body.bp-user #buddypress #object-nav ul li.selected{background:#ddd}body.bp-user #buddypress #object-nav ul li span{background:#fff;border-radius:10%;float:left;margin-left:2px}body.bp-user #buddypress #item-body{border-right:1px solid #ddd;overflow:hidden;padding:0 25px 0 0;width:auto}body.bp-user #buddypress #item-body #subnav{margin:0 -25px 0 0}body.bp-user #buddypress #item-body #subnav ul{margin-top:0}}@media screen and (min-width:650px){#main #buddypress #group-create-tabs.item-list-tabs ul:after,#main #buddypress #group-create-tabs.item-list-tabs ul:before{content:" ";display:table}#main #buddypress #group-create-tabs.item-list-tabs ul:after{clear:both}#main #buddypress #group-create-tabs.item-list-tabs ul{background:0 0;border:0;border-bottom:1px solid #ddd;overflow:visible;padding-bottom:0}#main #buddypress #group-create-tabs.item-list-tabs ul li{float:right;width:auto}#main #buddypress #group-create-tabs.item-list-tabs ul li.current,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected{border:1px solid #ddd;border-bottom-color:#fff;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;background-clip:padding-box;margin-bottom:-1px}#main #buddypress #group-create-tabs.item-list-tabs ul li.current a,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a{background:0 0;color:#373737;outline:0}#main #buddypress #subnav ul{border-bottom:0}}#buddypress div.pagination{box-shadow:none;min-height:0}#buddypress div.pagination:after,#buddypress div.pagination:before{height:0;width:0}#buddypress div.pagination .pag-count{margin-right:0}#buddypress div.pagination .pagination-links{margin-left:0}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{height:auto;line-height:1;padding:5px}#buddypress div.pagination .pagination-links .next,#buddypress div.pagination .pagination-links .prev{background-color:transparent;color:inherit;overflow:visible;width:auto}#buddypress #activity-stream li .activity-header a:visited,#buddypress ul.item-list li .item .item-title>a:visited{color:#21759b}#buddypress div.pagination .pagination-links .next:before,#buddypress div.pagination .pagination-links .prev:before{display:none}#buddypress div.pagination .pagination-links .prev{right:auto;position:static}#buddypress div.pagination .pagination-links .next{position:static;left:auto}#buddypress ul.item-list{border-top:0}#buddypress ul.item-list li{overflow:hidden!important}#buddypress ul.item-list li .item-avatar{margin-bottom:15px;text-align:center}@media screen and (min-width:650px){#buddypress ul.item-list li .item-avatar{margin-bottom:0}}#buddypress ul.item-list li .item-avatar a{border-bottom:0}#buddypress ul.item-list li .item-avatar img.avatar{display:inline-block;float:none;margin-bottom:15px}#buddypress ul.item-list li .item{margin-right:0;overflow:hidden}#buddypress ul.item-list li .item .item-meta{text-align:center}@media screen and (min-width:61.5625em){#buddypress ul.item-list li .item .item-meta{text-align:right}}#buddypress ul.item-list li .item .item-desc{margin-right:0;width:94%}#buddypress ul.item-list li .item .item-title{font-size:16px;font-size:1.0666666667rem;line-height:1.2;text-align:center;width:100%}@media screen and (min-width:450px){#buddypress ul.item-list li .item-avatar img.avatar{display:block;float:right}#buddypress ul.item-list li .item .item-title{text-align:right}}#buddypress ul.item-list li .item .item-title>a{text-decoration:none}#buddypress ul.item-list li .item .item-title .update{display:block;font-size:12px;font-size:.8rem;padding:15px 0;text-align:right}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-title .update{font-size:14px;font-size:.9333333333rem}#buddypress ul.item-list li .action,#buddypress ul.item-list li .item,#buddypress ul.item-list li .item-avatar{float:right}#buddypress ul.item-list li .item{right:5%;margin-right:0;position:relative;width:55%}#buddypress ul.item-list li .item .item-title{font-size:18px;font-size:1.2rem}}#buddypress ul.item-list li div.action{clear:right;float:none;margin:0;padding:15px 0 5px;position:relative;text-align:right;top:0}@media screen and (min-width:650px){#buddypress ul.item-list li div.action{clear:none;float:left;margin-bottom:0;padding:0}}#buddypress ul.item-list li div.action div{display:inline-block;margin:5px 0;width:100%}#buddypress #activity-stream li.load-newest a,#buddypress ul.item-list li div.action div a{display:block}@media screen and (min-width:37em){#buddypress ul.item-list li div.action div{margin:0 0 5px 15px;width:auto}}@media screen and (min-width:650px){#buddypress ul.item-list li div.action div{clear:left;float:left;margin:0 0 15px}}#buddypress form#whats-new-form p.activity-greeting{line-height:1.4}@media screen and (max-width:650px){#buddypress form#whats-new-form #whats-new-content{clear:right;margin:15px 0 25px;padding:15px 0 0}}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{border:1px solid rgba(212,208,186,.5);float:right;font-size:12px;font-size:.8rem;line-height:1.6;margin-top:12px;padding-right:.2em;width:100%}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select{background:0 0;border:0;float:left;margin:0;max-width:220px;min-height:1.5em;padding:0 .4em 0 0}@media screen and (min-width:30em){#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{width:auto}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit{font-size:12px;font-size:.8rem;float:left}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input{padding:0 6px}}#buddypress #item-body form#whats-new-form{margin:50px 0}#buddypress #activity-stream li{padding:25px 0 15px}#buddypress #activity-stream li .activity-avatar{float:none;text-align:center}#buddypress #activity-stream li .activity-avatar a{display:inline-block}#buddypress #activity-stream li .activity-avatar a img.avatar{display:inline;float:none;height:60px;margin-bottom:25px;margin-right:0;width:60px}#buddypress #activity-stream li .activity-comments,#buddypress #activity-stream li .activity-content{margin-right:0}#buddypress #activity-stream li .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li .activity-inner img{height:auto}@media screen and (min-width:650px){#buddypress #activity-stream li .activity-avatar{float:right;margin-left:15px;text-align:right}#buddypress #activity-stream li .activity-avatar a{border-bottom:0}#buddypress #activity-stream li .activity-content{margin:0;overflow:hidden}#buddypress #activity-stream li .activity-content .activity-header{font-size:16px;font-size:1.0666666667rem}#buddypress #activity-stream li .activity-comments{margin-right:70px}}#buddypress #activity-stream li.mini .activity-avatar a img.avatar{height:30px;margin-right:15px;width:30px}#buddypress #activity-stream li.mini .activity-content .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li.mini .activity-content .activity-meta a{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-content{margin-top:-12px}#buddypress #activity-stream .activity-content .activity-header{line-height:inherit;margin-left:0}#buddypress #activity-stream .activity-content .activity-header p{border-bottom:1px solid rgba(234,234,234,.6);margin-top:0;padding:0 .2em}#buddypress #activity-stream .activity-content .activity-header img.avatar{display:inline-block;margin-bottom:0!important}#buddypress #activity-stream .activity-content .activity-meta a{display:block;font-size:14px;font-size:.9333333333rem;margin-bottom:5px;padding:.2em .5em}@media screen and (min-width:650px){#buddypress #activity-stream .activity-content .activity-meta a{float:right;margin-bottom:0}}#buddypress #activity-stream .load-more{background:#f7f7f7;border:1px solid transparent;padding:15px}.activity-permalink #buddypress #activity-stream li.activity-item,.activity-permalink #buddypress #activity-stream li.mini .activity-header p{padding:25px}#buddypress #activity-stream .load-more:focus,#buddypress #activity-stream .load-more:hover{background:#f4f4f4;border:1px solid rgba(159,209,226,.3)}#buddypress #activity-stream .load-more a{display:block}.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:16px;font-size:1.0666666667rem;margin-bottom:50px}@media screen and (min-width:650px){.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:20px;font-size:1.3333333333rem}#buddypress #members-list li .item,#buddypress #members-list li .item-avatar{float:right}#buddypress #members-list li .action{float:left}}.activity-permalink #buddypress #activity-stream .activity-comments{margin-right:0}#buddypress #activity-stream .activity-comments{position:relative}#buddypress #activity-stream .activity-comments>ul{background:rgba(247,247,247,.6);margin:15px 2px 0 0}#buddypress #activity-stream .activity-comments>ul>li:hover *{color:#555}#buddypress #activity-stream .activity-comments>ul>li .acomment-content,#buddypress #activity-stream .activity-comments>ul>li .acomment-meta{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-comments .ac-form{border:1px solid #d4d0ba;box-sizing:border-box;margin:15px 0;width:100%}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel,#buddypress #activity-stream .activity-comments .ac-form input[type=submit]{color:rgba(55,55,55,.8);display:inline-block;font-family:inherit;font-size:12px;font-size:.8rem;font-weight:400;line-height:1.2;padding:4px 10px;text-transform:lowercase;width:100px}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel{border:1px solid rgba(212,208,186,.7);text-align:center}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover{background:#ededed}#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{float:none;width:100%}@media screen and (min-width:37.5em){#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{width:48%}#buddypress #signup_form.standard-form #profile-details-section{float:left}#buddypress #signup_form.standard-form #basic-details-section{float:right}}.bp-user #buddypress a:visited{color:#21759b}.bp-user #buddypress #item-header-content #item-meta,.single-item.groups #buddypress #item-header-content #item-meta{font-size:14px;font-size:.9333333333rem;text-align:right}.bp-user #buddypress #item-header-content #item-meta p,.single-item.groups #buddypress #item-header-content #item-meta p{margin-bottom:.5em}@media screen and (max-width:37.5em){.bp-user #item-header-content,.bp-user h1,.single-item.groups #item-header-content,.single-item.groups h1{text-align:center}.bp-user #buddypress h1,.single-item.groups #buddypress h1{margin-bottom:0}.bp-user #buddypress #item-header-avatar img.avatar,.single-item.groups #buddypress #item-header-avatar img.avatar{margin-left:0}.bp-user #buddypress #item-header-content,.single-item.groups #buddypress #item-header-content{width:100%}.bp-user #buddypress #item-header-content .user-nicename,.single-item.groups #buddypress #item-header-content .user-nicename{color:#555}}@media screen and (max-width:800px){#buddypress #item-header-cover-image #item-header-content .user-nicename{color:#555;text-shadow:none}}@media screen and (max-width:46.25em){.bp-user main header.entry-header,.single-item.groups main header.entry-header{padding-bottom:1rem}.bp-user #buddypress #item-header .generic-button,.single-item.groups #buddypress #item-header .generic-button{float:none;margin:1.5em 0 0}.single-item.groups #buddypress #item-header #item-meta{margin-bottom:25px}}@media screen and (max-width:50em){.single-item.groups #buddypress div#item-header{display:flex;flex-direction:column}.single-item.groups #buddypress div#item-header #item-header-avatar{order:1;text-align:center}.single-item.groups #buddypress div#item-header #item-header-avatar a{border-bottom:0}.single-item.groups #buddypress div#item-header #item-header-avatar a img{display:inline-block;float:none}.single-item.groups #buddypress div#item-header #item-header-content{order:2}.single-item.groups #buddypress div#item-header #item-actions{order:3}.single-item.groups #buddypress div#item-header #item-actions h3{border-bottom:1px solid #eaeaea;text-align:center}}.single-item.groups #buddypress div#item-header{padding-bottom:50px}.single-item.groups #buddypress div#item-header #item-header-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-item.groups #buddypress div#item-header div#item-actions{margin:0!important;width:100%}@media screen and (min-width:50em){.single-item.groups #buddypress div#item-header div#item-actions{border-right:1px solid #eaeaea;clear:none;float:left;padding-right:.2em;width:30%}}@media screen and (min-width:46.25em){.single-item.groups #buddypress div#item-header div#item-actions{width:40%}}.single-item.groups #buddypress div#item-header div#item-actions ul{margin-top:0;padding-right:0}.single-item.groups #buddypress div#item-header div#item-actions h3{font-size:14px;font-size:.9333333333rem;font-weight:700;line-height:1.4}.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,.single-item.groups #buddypress div#item-header div#item-actions #group-mods li{margin:0}@media screen and (min-width:650px){.single-item.groups #buddypress div#item-header #item-header-avatar,.single-item.groups #buddypress div#item-header #item-header-content{float:right}.single-item.groups #buddypress div#item-header #item-header-content{margin-right:2%;padding:0 .5em}.single-item.groups #buddypress div#item-header div#item-actions{float:left;width:28%}}@media screen and (min-width:64em){.single-item.groups #buddypress div#item-header #item-header-content{width:40%}}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{margin-top:225px!important}@media screen and (min-width:50em) and (max-width:60em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content{max-width:60%!important;width:60%!important}}@media screen and (max-width:64em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{border:0;clear:both;margin-top:0!important;max-width:100%!important;padding-top:0!important;width:auto}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3{border-bottom:1px solid #eaeaea}}.bp-user #buddypress #item-header #item-header-avatar{text-align:center}.bp-user #buddypress #item-header #item-header-avatar a,.bp-user #buddypress #item-header #item-header-avatar img.avatar{border-bottom:0;display:inline-block;float:none}.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button{margin-left:5px}@media screen and (min-width:650px){.bp-user #buddypress #item-header #item-header-avatar,.bp-user #buddypress #item-header #item-header-avatar a{float:right}.bp-user #buddypress #item-header #item-header-content{float:left;margin-left:0;width:69%}.groups.manage-members #group-settings-form .item-list li h5,.groups.manage-members #group-settings-form .item-list li img{float:right}}.groups #group-settings-form h4{background:#555;color:#fff;padding:.2em}.groups.edit-details #group-settings-form label{margin-bottom:0;padding:.2em;width:80%}.groups.edit-details #group-settings-form textarea+p label{background:0 0;color:inherit;font-size:14px;font-size:.9333333333rem;width:auto}.groups.edit-details #group-settings-form textarea{height:auto;min-height:100px;overflow:auto}.groups.group-settings #group-settings-form div.radio label{font-weight:700;padding:.2em}.groups.group-settings #group-settings-form div.radio label ul{color:rgba(55,55,55,.6);font-size:14px;font-size:.9333333333rem}.groups.group-avatar form>p{margin-top:25px}.groups.manage-members #group-settings-form .item-list li{border-bottom:1px solid #eaeaea}.groups.manage-members #group-settings-form .item-list li h5>a,.groups.manage-members #group-settings-form .item-list li img>a{border-bottom:0}.groups.manage-members #group-settings-form .item-list li span.small{clear:right;display:block;float:none;margin-top:15px;width:100%}.groups.manage-members #group-settings-form .item-list li span.small a{display:block;margin:5px 0}.groups.manage-members #group-settings-form .item-list li h5{margin:0}.groups.group-members #subnav li{width:100%}.groups.group-members #subnav li #search-members-form{float:left;margin:5px 0 0}.groups.group-members #subnav li #search-members-form label input[type=text]{box-shadow:none}@media screen and (max-width:450px){.groups.group-members #subnav li{background:#fff;padding:25px 0}.groups.group-members #subnav li #search-members-form label input[type=text]{width:100%}}.bp-user #buddypress table th{font-size:13px;font-size:.8666666667rem}.bp-user #buddypress table td{font-size:12px;font-size:.8rem}@media screen and (min-width:650px){.groups.manage-members #group-settings-form .item-list li span.small a{display:inline-block}.bp-user #buddypress table th{font-size:16px;font-size:1.0666666667rem}.bp-user #buddypress table td{font-size:14px;font-size:.9333333333rem}}.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{float:right;width:100%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{width:40%}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav input,.bp-user #buddypress .notifications-options-nav select{font-size:14px;font-size:.9333333333rem;outline:0;padding:0}.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{float:right;margin-left:0;width:49%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{width:auto}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{float:right;font-family:inherit;line-height:20px;margin-right:1%;width:50%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{width:auto}}.bp-user #buddypress .messages-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .messages-options-nav input[disabled=disabled]:hover,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:hover{background:0 0}.bp-user #buddypress .profile .bp-widget h4{background:#6f6f6f;color:#fff;margin-bottom:0;padding:.4em}.bp-user #buddypress .profile .bp-widget table{margin-top:0}.bp-user #buddypress .profile #profile-edit-form .button-nav:after,.bp-user #buddypress .profile #profile-edit-form .button-nav:before{content:" ";display:table}.bp-user #buddypress .profile #profile-edit-form .button-nav:after{clear:both}.bp-user #buddypress .profile #profile-edit-form ul.button-nav{border-bottom:1px solid #eaeaea;margin-right:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li{float:right;margin-bottom:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current{border:1px solid #eaeaea;border-bottom-color:#fff;margin-bottom:-1px}.bp-user #buddypress .profile #profile-edit-form ul.button-nav a{background:0 0;border:0;font-size:18px;font-size:1.2rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{margin:5px 0 25px}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link{background:#6f6f6f;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;background-clip:padding-box;color:#eee;font-weight:700;padding:.1em .5em;text-decoration:none}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover{color:#fff}.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a{font-size:inherit}.bp-user #buddypress #message-thread a{border-bottom:0}.bp-user #buddypress #message-thread #message-subject{background:#6f6f6f;color:#fff;padding:.3em .2em .3em 0}.bp-user #buddypress #message-thread #message-recipients a.confirm{border:1px solid #eaeaea;font-style:normal}.bp-user #buddypress #message-thread #message-recipients .highlight{font-size:100%}.bp-user #buddypress #message-thread .message-metadata{overflow:hidden}.bp-user #buddypress #message-thread .message-metadata img.avatar{float:none}@media screen and (min-width:46.25em){.bp-user #buddypress #message-thread .message-metadata img.avatar{float:right}}.bp-user #buddypress #message-thread .message-metadata .message-star-actions{float:left;margin-left:5px;position:static}.bp-user #buddypress #message-thread .message-content{background:#f7f7f7;border:1px solid #eaeaea;margin:15px 0 0;padding:.3em}.bp-user #buddypress #message-thread #send-reply .message-content{background:#fff;border:0}.bp-user #buddypress #message-thread .alt{background:#fff}.bp-user #buddypress #message-threads thead tr{background:#6f6f6f}.bp-user #buddypress #message-threads tr td{background:#fff;box-sizing:border-box;display:inline-block;float:right}.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{border-bottom:1px solid #ccc;height:2.4em;padding-bottom:.2em;padding-top:.2em}@media screen and (max-width:46.25em){.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{padding-top:0}}.bp-user #buddypress #message-threads tr td.thread-star{vertical-align:middle}.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar{line-height:1.2}.bp-user #buddypress #message-threads tr td.thread-star span.icon:before{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:3em}.bp-user #buddypress #message-threads tr td.thread-from,.bp-user #buddypress #message-threads tr td.thread-options{border-right:0!important;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-right:0}.bp-user #buddypress #message-threads tr td.thread-info{padding-right:41px;width:100%}.bp-user #buddypress #message-threads tr td.thread-info a::after{content:" ‖ " attr(title);font-size:12px;font-size:.8rem}.bp-user #buddypress #message-threads tr td.thread-options{text-align:left}.bp-user #buddypress #message-threads tr td.thread-options a{font-size:12px;font-size:.8rem;line-height:1.2}.bp-user #buddypress #message-threads tr span.from{display:none}.bp-user #buddypress #message-threads tr span.activity{display:block;float:left;line-height:2}#buddypress #signup_form.standard-form div.submit,#main #buddypress .standard-form li{float:none}@media screen and (max-width:37.5em){.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:5.2em}.bp-user #buddypress #message-threads tr span.activity{clear:both;font-size:11px;font-size:.7333333333rem;width:100%}}.bp-user #buddypress #message-threads tr.unread td{border-color:#eaeaea}.bp-user #buddypress #message-threads th{display:none}.bp-user #buddypress #message-threads th.bulk-select-all{border-bottom:0;display:inline-block;text-align:right}.bp-user #buddypress #message-threads td.bulk-select-check,.bp-user #buddypress #message-threads td.thread-star,.bp-user #buddypress #message-threads th.bulk-select-all{border-left:0;width:30px}.bp-user #buddypress #send_message_form input,.bp-user #buddypress #send_message_form textarea{box-sizing:border-box}.bp-user #buddypress .acfb-holder{list-style:none}.bp-user #buddypress .acfb-holder li{margin-right:0}.bp-user #buddypress .acfb-holder li.friend-tab{background:#edf7fa;border:inherit;margin-left:0;padding:.5em}.bp-user #buddypress .acfb-holder li.friend-tab span.p{padding-right:15px}.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus,.bp-user #buddypress .acfb-holder li.friend-tab span.p:hover{color:#c82b2b;cursor:pointer}.bp-user #buddypress .acfb-holder li.friend-tab a{border-bottom:0;text-decoration:none}.bp-user #buddypress .acfb-holder li.friend-tab a img{display:inline;height:20px;vertical-align:middle;width:20px!important}.bp-user #buddypress #message-threads.sitewide-notices td,.bp-user #buddypress table.profile-settings{width:100%}.bp-user #buddypress #message-threads.sitewide-notices tr{margin:3em 0}.bp-user #buddypress #message-threads.sitewide-notices td strong{background:#6f6f6f;color:#fff;display:block;margin-bottom:.4em;padding-right:.2em}.bp-user #buddypress #message-threads.sitewide-notices td a{display:inline-block}.bp-user #buddypress #message-threads.sitewide-notices td a.button{border:1px solid #d4d0ba;line-height:initial;padding:.4em .3em}.bp-user #buddypress #message-threads.sitewide-notices td:first-child{display:none}.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong{margin:-8px -8px 8px}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td{border-bottom:0}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td span{line-height:1}.bp-user #buddypress #message-threads.sitewide-notices td:last-child{line-height:1;padding-bottom:1em;text-align:left}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child{line-height:0;margin-right:.7em;text-indent:-999em}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after{content:attr(title);display:block;line-height:initial;text-indent:0}.bp-user .ac_results{background:#eee;padding-right:15px}.bp-user .ac_results li{margin:15px 0}.bp-user .ac_results li:focus,.bp-user .ac_results li:hover{cursor:pointer}.bp-user .ac_results li img{vertical-align:bottom}.bp-user #buddypress #settings-form>p{font-size:20px;font-size:1.3333333333rem;margin:25px 0 15px}.bp-user #buddypress table.notification-settings td.no,.bp-user #buddypress table.notification-settings td.yes{vertical-align:middle}.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:50%}@media screen and (min-width:46.25em){.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:70%}}.bp-user #buddypress table.profile-settings td.field-visibility,.bp-user #buddypress table.profile-settings th.title{width:30%}#main #buddypress .standard-form input[type=password],#main #buddypress .standard-form input[type=text],#main #buddypress .standard-form input[type=email],#main #buddypress .standard-form textarea,.bp-user #buddypress table.profile-settings td.field-visibility select{width:100%}#buddypress div.activity-comments form .ac-textarea{background:#f7f7f7;border:1px solid rgba(212,208,186,.5)}#buddypress div.activity-comments form .ac-textarea textarea{background:0 0;border:0}#buddypress .standard-form button,#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=text],#buddypress .standard-form select,#buddypress .standard-form textarea{border-color:rgba(212,208,186,.5);border-width:1px}#buddypress #signup_form.standard-form div.submit input{margin-left:0}#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:none;margin:15px 0}#buddypress div.dir-search form,#buddypress div.message-search form,#buddypress li.groups-members-search form{border:1px solid rgba(212,208,186,.6);overflow:hidden}#buddypress div.dir-search form label,#buddypress div.message-search form label,#buddypress li.groups-members-search form label{float:right;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text]{border:0;border-radius:0;box-shadow:none;box-sizing:border-box;font-size:14px;font-size:.9333333333rem;line-height:1.8;min-height:2rem}#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=text]{border-left:1px solid rgba(212,208,186,.6);float:right;margin:0;padding:0 .2em;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.message-search form input[type=submit],#buddypress li.groups-members-search form input[type=submit]{float:left;font-weight:400;padding:0 1em;text-align:center;text-transform:none;width:30%}@media screen and (min-width:37.5em){#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:left;margin-bottom:5px!important}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.dir-search form label,#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress div.message-search form label,#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text],#buddypress li.groups-members-search form label{width:auto}}@media screen and (min-width:800px){#buddypress .dir-search form input[type=submit],#buddypress .dir-search form input[type=text],#buddypress .message-search form input[type=submit],#buddypress .message-search form input[type=text]{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress table{font-size:14px;font-size:.9333333333rem;margin:25px 0}.bp-user #buddypress table tr th{background:#6f6f6f;border-color:#b7b7b7;color:#fff;font-size:16px;font-size:1.0666666667rem;padding:0 8px;text-transform:capitalize}.bp-user #buddypress table tr td{padding:8px}.bp-user #buddypress table p{margin-bottom:.5em}@media screen and (min-width:55em){.bp-user #buddypress table{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress .messages-notices th,.bp-user #buddypress .notifications th{width:30%}.bp-user #buddypress .messages-notices th.bulk-select-all,.bp-user #buddypress .notifications th.bulk-select-all{text-align:center;width:10%}.bp-user #buddypress .messages-notices .bulk-select-check,.bp-user #buddypress .messages-notices .notification-actions,.bp-user #buddypress .messages-notices .thread-star,.bp-user #buddypress .messages-notices td.thread-options,.bp-user #buddypress .messages-notices th.actions,.bp-user #buddypress .notifications .bulk-select-check,.bp-user #buddypress .notifications .notification-actions,.bp-user #buddypress .notifications .thread-star,.bp-user #buddypress .notifications td.thread-options,.bp-user #buddypress .notifications th.actions{text-align:center}.bp-user #buddypress .messages-notices .notification-actions a,.bp-user #buddypress .messages-notices td.thread-options a,.bp-user #buddypress .notifications .notification-actions a,.bp-user #buddypress .notifications td.thread-options a{display:inline-block;margin:0;padding:0}.bp-user #buddypress .messages-notices td .button,.bp-user #buddypress .notifications td .button{border:0;display:block;padding:0;text-align:center}#buddypress div#message p{font-size:18px;font-size:1.2rem;font-weight:700}#buddypress div#message.info p{background:#c6e4ee;border:1px solid #78bed6;color:#1e5264}#buddypress div#message.updated p{background:#dee6b2;border:1px solid #becc66;color:#454d19}.delete-group #buddypress div#message.info p{background:#db7e7e;border:1px solid #be3535;color:#1f0808}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.css
new file mode 100644
index 000000000..d87c0aad2
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.css
@@ -0,0 +1,2025 @@
+@charset "UTF-8";
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyeleven theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyeleven this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+.buddypress div.clear {
+	display: none;
+}
+
+body.buddypress:not(.page-template-sidebar-page) #content {
+	margin: 0 10% 0;
+	width: auto;
+}
+
+body.buddypress:not(.page-template-sidebar-page) #content .entry-header,
+body.buddypress:not(.page-template-sidebar-page) #content .entry-content {
+	width: auto;
+}
+
+.buddypress.singular.page .hentry {
+	padding-top: 0;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+/* Here we start things off */
+#buddypress div.item-list-tabs ul li.selected a,
+#buddypress div.item-list-tabs ul li.current a {
+	background: inherit;
+	opacity: 1;
+}
+
+#buddypress div.item-list-tabs ul {
+	overflow: hidden;
+	padding: 0;
+}
+
+#buddypress div.item-list-tabs ul li a:focus, #buddypress div.item-list-tabs ul li a:hover {
+	color: #555;
+}
+
+#buddypress div.item-list-tabs ul li a:visited {
+	color: #21759b;
+}
+
+#buddypress div.item-list-tabs ul li a span {
+	border-radius: 25%;
+}
+
+@media screen and (max-width: 450px) {
+	.bp-user #buddypress #object-nav {
+		border: 1px solid #eaeaea;
+		overflow: visible;
+		padding: 5px;
+	}
+	.bp-user #buddypress #object-nav ul {
+		border: 0;
+		height: 0;
+		transition: height 0.3s ease-in-out 0.7s;
+		visibility: hidden;
+	}
+	.bp-user #buddypress #object-nav:before {
+		content: "Menu \021E9";
+		display: inline;
+		opacity: 0.7;
+	}
+	.bp-user #buddypress #object-nav:focus:before, .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:active:before {
+		content: "Menu \021E7";
+	}
+	.bp-user #buddypress #object-nav:focus ul, .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:active ul {
+		min-height: 320px;
+		opacity: 1;
+		visibility: visible;
+	}
+	.bp-user #buddypress #subnav {
+		clear: both;
+	}
+}
+
+/*__ Horizontal menus __*/
+#buddypress #object-nav ul {
+	overflow: hidden;
+}
+
+#buddypress #object-nav ul li {
+	float: none;
+}
+
+@media screen and (max-width: 650px) {
+	#buddypress #object-nav ul li:not(:last-child) {
+		border-bottom: 1px solid #eaeaea;
+	}
+	#buddypress #object-nav ul li:not(.selected):focus, #buddypress #object-nav ul li:not(.selected):hover {
+		background: #f2f2f2;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #object-nav ul li {
+		float: left;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs {
+	margin-top: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul {
+	border-bottom: 0;
+	border-top: 1px solid #d4d0ba;
+	margin-top: 5px;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last {
+	background: #fff;
+	float: right;
+	margin-top: 0;
+	padding: 5px 0 5px;
+	text-align: right;
+	width: 230px;
+}
+
+@media screen and (max-width: 450px) {
+	#buddypress div#subnav.item-list-tabs ul li.last {
+		float: none;
+		width: auto;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last select:focus {
+	background: transparent;
+	border: 0;
+	outline: 0;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last label,
+#buddypress div#subnav.item-list-tabs ul li.last option {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select {
+	font-style: italic;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select option {
+	font-style: normal;
+}
+
+.bp-user #buddypress div#subnav.item-list-tabs li.last {
+	margin-left: 0;
+	text-align: right;
+}
+
+@media screen and (max-width: 450px) {
+	.bp-user #buddypress div#subnav.item-list-tabs li.last {
+		clear: left;
+		float: none;
+		margin-left: 10px;
+		text-align: left;
+	}
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+@media screen and (min-width: 800px) {
+	body.bp-user #buddypress #item-header,
+	body.bp-user #buddypress #item-body {
+		background: #fff;
+	}
+	body.bp-user #buddypress #object-nav {
+		border-right: 1px solid #ddd;
+		float: left;
+		margin-right: -1px;
+		width: 200px;
+	}
+	body.bp-user #buddypress #object-nav ul {
+		background: none;
+		border-bottom: 0;
+		padding: 0;
+	}
+	body.bp-user #buddypress #object-nav ul li {
+		float: none;
+		overflow: hidden;
+	}
+	body.bp-user #buddypress #object-nav ul li.selected {
+		background: #ddd;
+	}
+	body.bp-user #buddypress #object-nav ul li span {
+		background: #fff;
+		border-radius: 10%;
+		float: right;
+		margin-right: 2px;
+	}
+	body.bp-user #buddypress #item-body {
+		border-left: 1px solid #ddd;
+		overflow: hidden;
+		padding: 0 0 0 25px;
+		width: auto;
+	}
+	body.bp-user #buddypress #item-body #subnav {
+		margin: 0 0 0 -25px;
+	}
+	body.bp-user #buddypress #item-body #subnav ul {
+		margin-top: 0;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#main #buddypress #group-create-tabs.item-list-tabs ul:before,
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		content: " ";
+		display: table;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		clear: both;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul {
+		background: none;
+		border: 0;
+		border-bottom: 1px solid #ddd;
+		overflow: visible;
+		padding-bottom: 0;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li {
+		float: left;
+		width: auto;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current {
+		border: 1px solid #ddd;
+		border-bottom-color: #fff;
+		-webkit-border-top-right-radius: 4px;
+		border-top-right-radius: 4px;
+		-webkit-border-top-left-radius: 4px;
+		border-top-left-radius: 4px;
+		background-clip: padding-box;
+		margin-bottom: -1px;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current a {
+		background: none;
+		color: #373737;
+		outline: none;
+	}
+	#main #buddypress #subnav ul {
+		border-bottom: 0;
+	}
+}
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+#buddypress div.pagination {
+	box-shadow: none;
+	min-height: 0;
+}
+
+#buddypress div.pagination:before, #buddypress div.pagination:after {
+	height: 0;
+	width: 0;
+}
+
+#buddypress div.pagination .pag-count {
+	margin-left: 0;
+}
+
+#buddypress div.pagination .pagination-links {
+	margin-right: 0;
+}
+
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a {
+	height: auto;
+	line-height: 1;
+	padding: 5px;
+}
+
+#buddypress div.pagination .pagination-links .prev,
+#buddypress div.pagination .pagination-links .next {
+	background-color: transparent;
+	color: inherit;
+	overflow: visible;
+	width: auto;
+}
+
+#buddypress div.pagination .pagination-links .prev:before,
+#buddypress div.pagination .pagination-links .next:before {
+	display: none;
+}
+
+#buddypress div.pagination .pagination-links .prev {
+	left: auto;
+	position: static;
+}
+
+#buddypress div.pagination .pagination-links .next {
+	position: static;
+	right: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+#buddypress ul.item-list {
+	border-top: 0;
+}
+
+#buddypress ul.item-list li {
+	overflow: hidden !important;
+}
+
+#buddypress ul.item-list li .item-avatar {
+	margin-bottom: 15px;
+	text-align: center;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar {
+		margin-bottom: 0;
+	}
+}
+
+#buddypress ul.item-list li .item-avatar a {
+	border-bottom: 0;
+}
+
+#buddypress ul.item-list li .item-avatar img.avatar {
+	display: inline-block;
+	float: none;
+	margin-bottom: 15px;
+}
+
+@media screen and (min-width: 450px) {
+	#buddypress ul.item-list li .item-avatar img.avatar {
+		display: block;
+		float: left;
+	}
+}
+
+#buddypress ul.item-list li .item {
+	margin-left: 0;
+	overflow: hidden;
+}
+
+#buddypress ul.item-list li .item .item-meta {
+	text-align: center;
+}
+
+@media screen and (min-width: 61.5625em) {
+	#buddypress ul.item-list li .item .item-meta {
+		text-align: left;
+	}
+}
+
+#buddypress ul.item-list li .item span.activity {
+	font-style: italic;
+}
+
+#buddypress ul.item-list li .item .item-desc {
+	margin-left: 0;
+	width: 94%;
+}
+
+#buddypress ul.item-list li .item .item-title {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	line-height: 1.2;
+	text-align: center;
+	width: 100%;
+}
+
+@media screen and (min-width: 450px) {
+	#buddypress ul.item-list li .item .item-title {
+		text-align: left;
+	}
+}
+
+#buddypress ul.item-list li .item .item-title > a {
+	text-decoration: none;
+}
+
+#buddypress ul.item-list li .item .item-title > a:visited {
+	color: #21759b;
+}
+
+#buddypress ul.item-list li .item .item-title .update {
+	display: block;
+	font-size: 12px;
+	font-size: 0.8rem;
+	padding: 15px 0;
+	text-align: left;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-title .update {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar,
+	#buddypress ul.item-list li .item,
+	#buddypress ul.item-list li .action {
+		float: left;
+	}
+	#buddypress ul.item-list li .item {
+		left: 5%;
+		margin-left: 0;
+		position: relative;
+		width: 55%;
+	}
+	#buddypress ul.item-list li .item .item-title {
+		font-size: 18px;
+		font-size: 1.2rem;
+	}
+}
+
+#buddypress ul.item-list li div.action {
+	clear: left;
+	float: none;
+	margin: 0;
+	margin-left: 0;
+	padding: 15px 0 5px;
+	position: relative;
+	text-align: left;
+	top: 0;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action {
+		clear: none;
+		float: right;
+		margin-bottom: 0;
+		padding: 0;
+	}
+}
+
+#buddypress ul.item-list li div.action div {
+	display: inline-block;
+	margin: 5px 0;
+	width: 100%;
+}
+
+#buddypress ul.item-list li div.action div a {
+	display: block;
+}
+
+@media screen and (min-width: 37em) {
+	#buddypress ul.item-list li div.action div {
+		margin: 0 15px 5px 0;
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action div {
+		clear: right;
+		float: right;
+		margin: 0 0 15px 0;
+	}
+}
+
+#buddypress ul.item-list li div.action .meta {
+	font-style: italic;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+#buddypress form#whats-new-form p.activity-greeting {
+	line-height: 1.4;
+}
+
+@media screen and (max-width: 650px) {
+	#buddypress form#whats-new-form #whats-new-content {
+		clear: left;
+		margin: 15px 0 25px;
+		padding: 15px 0 0;
+	}
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+	border: 1px solid rgba(212, 208, 186, 0.5);
+	float: left;
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.6;
+	margin-top: 12px;
+	padding-left: 0.2em;
+	width: 100%;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select {
+	background: none;
+	border: 0;
+	float: right;
+	margin: 0;
+	max-width: 220px;
+	min-height: 1.5em;
+	padding: 0 0 0 0.4em;
+}
+
+@media screen and (min-width: 30em) {
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+		width: auto;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit {
+		font-size: 12px;
+		font-size: 0.8rem;
+		float: right;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input {
+		padding: 0 6px;
+	}
+}
+
+#buddypress #item-body form#whats-new-form {
+	margin: 50px 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream li {
+	padding: 25px 0 15px;
+}
+
+#buddypress #activity-stream li.load-newest a {
+	display: block;
+}
+
+#buddypress #activity-stream li .activity-avatar {
+	float: none;
+	text-align: center;
+}
+
+#buddypress #activity-stream li .activity-avatar a {
+	display: inline-block;
+}
+
+#buddypress #activity-stream li .activity-avatar a img.avatar {
+	display: inline;
+	float: none;
+	height: 60px;
+	margin-bottom: 25px;
+	margin-left: 0;
+	width: 60px;
+}
+
+#buddypress #activity-stream li .activity-content,
+#buddypress #activity-stream li .activity-comments {
+	margin-left: 0;
+}
+
+#buddypress #activity-stream li .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li .activity-header a:visited {
+	color: #21759b;
+}
+
+#buddypress #activity-stream li .activity-inner img {
+	height: auto;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream li .activity-avatar {
+		float: left;
+		margin-right: 15px;
+		text-align: left;
+	}
+	#buddypress #activity-stream li .activity-avatar a {
+		border-bottom: 0;
+	}
+	#buddypress #activity-stream li .activity-content {
+		margin: 0;
+		overflow: hidden;
+	}
+	#buddypress #activity-stream li .activity-content .activity-header {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress #activity-stream li .activity-comments {
+		margin-left: 70px;
+	}
+}
+
+#buddypress #activity-stream li.mini .activity-avatar a img.avatar {
+	height: 30px;
+	margin-left: 15px;
+	width: 30px;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-meta a {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-content {
+	margin-top: -12px;
+}
+
+#buddypress #activity-stream .activity-content .activity-header {
+	line-height: inherit;
+	margin-right: 0;
+}
+
+#buddypress #activity-stream .activity-content .activity-header p {
+	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
+	margin-top: 0;
+	padding: 0 0.2em;
+}
+
+#buddypress #activity-stream .activity-content .activity-header img.avatar {
+	display: inline-block;
+	margin-bottom: 0 !important;
+}
+
+#buddypress #activity-stream .activity-content .activity-meta a {
+	display: block;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin-bottom: 5px;
+	padding: 0.2em 0.5em;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream .activity-content .activity-meta a {
+		float: left;
+		margin-bottom: 0;
+	}
+}
+
+#buddypress #activity-stream .load-more {
+	background: #f7f7f7;
+	border: 1px solid transparent;
+	padding: 15px;
+}
+
+#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
+	background: #f4f4f4;
+	border: 1px solid rgba(159, 209, 226, 0.3);
+}
+
+#buddypress #activity-stream .load-more a {
+	display: block;
+}
+
+/* Single activity view  - activity permalink */
+.activity-permalink #buddypress #activity-stream li.activity-item {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	margin-bottom: 50px;
+}
+
+@media screen and (min-width: 650px) {
+	.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+		font-size: 20px;
+		font-size: 1.3333333333rem;
+	}
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header p {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream .activity-comments {
+	margin-left: 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream .activity-comments {
+	position: relative;
+}
+
+#buddypress #activity-stream .activity-comments > ul {
+	background: rgba(247, 247, 247, 0.6);
+	margin: 15px 0 0 2px;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li:hover * {
+	color: #555;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li .acomment-meta,
+#buddypress #activity-stream .activity-comments > ul > li .acomment-content {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form {
+	border: 1px solid #d4d0ba;
+	box-sizing: border-box;
+	margin: 15px 0;
+	width: 100%;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form input[type="submit"],
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	color: rgba(55, 55, 55, 0.8);
+	display: inline-block;
+	font-family: inherit;
+	font-size: 12px;
+	font-size: 0.8rem;
+	font-weight: normal;
+	line-height: 1.2;
+	padding: 4px 10px;
+	text-transform: lowercase;
+	width: 100px;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	border: 1px solid rgba(212, 208, 186, 0.7);
+	text-align: center;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
+	background: #ededed;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+@media screen and (min-width: 650px) {
+	#buddypress #members-list li .item-avatar,
+	#buddypress #members-list li .item {
+		float: left;
+	}
+	#buddypress #members-list li .action {
+		float: right;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+#buddypress #signup_form.standard-form #profile-details-section,
+#buddypress #signup_form.standard-form #basic-details-section,
+#buddypress #signup_form.standard-form #blog-details-section {
+	float: none;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section,
+	#buddypress #signup_form.standard-form #basic-details-section,
+	#buddypress #signup_form.standard-form #blog-details-section {
+		width: 48%;
+	}
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section {
+		float: right;
+	}
+	#buddypress #signup_form.standard-form #basic-details-section {
+		float: left;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress a:visited {
+	color: #21759b;
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+.bp-user #buddypress #item-header-content #item-meta,
+.single-item.groups #buddypress #item-header-content #item-meta {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	text-align: left;
+}
+
+.bp-user #buddypress #item-header-content #item-meta p,
+.single-item.groups #buddypress #item-header-content #item-meta p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user h1,
+	.bp-user #item-header-content,
+	.single-item.groups h1,
+	.single-item.groups #item-header-content {
+		text-align: center;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user main header.entry-header,
+	.single-item.groups main header.entry-header {
+		padding-bottom: 1rem;
+	}
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress h1,
+	.single-item.groups #buddypress h1 {
+		margin-bottom: 0;
+	}
+	.bp-user #buddypress #item-header-avatar img.avatar,
+	.single-item.groups #buddypress #item-header-avatar img.avatar {
+		margin-right: 0;
+	}
+	.bp-user #buddypress #item-header-content,
+	.single-item.groups #buddypress #item-header-content {
+		width: 100%;
+	}
+	.bp-user #buddypress #item-header-content .user-nicename,
+	.single-item.groups #buddypress #item-header-content .user-nicename {
+		color: #555;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #item-header .generic-button,
+	.single-item.groups #buddypress #item-header .generic-button {
+		float: none;
+		margin: 1.5em 0 0 0;
+	}
+}
+
+@media screen and (max-width: 800px) {
+	#buddypress #item-header-cover-image #item-header-content .user-nicename {
+		color: #555;
+		text-shadow: none;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+@media screen and (max-width: 46.25em) {
+	.single-item.groups #buddypress #item-header #item-meta {
+		margin-bottom: 25px;
+	}
+}
+
+@media screen and (max-width: 50em) {
+	.single-item.groups #buddypress div#item-header {
+		display: flex;
+		flex-direction: column;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar {
+		order: 1;
+		text-align: center;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a {
+		border-bottom: 0;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a img {
+		display: inline-block;
+		float: none;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		order: 2;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions {
+		order: 3;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+		text-align: center;
+	}
+}
+
+.single-item.groups #buddypress div#item-header {
+	padding-bottom: 50px;
+}
+
+.single-item.groups #buddypress div#item-header #item-header-content {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions {
+	margin: 0 !important;
+	width: 100%;
+}
+
+@media screen and (min-width: 50em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		border-left: 1px solid #eaeaea;
+		clear: none;
+		float: right;
+		padding-left: 0.2em;
+		width: 30%;
+	}
+}
+
+@media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions ul {
+	margin-top: 0;
+	padding-left: 0;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	font-weight: bold;
+	line-height: 1.4;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,
+.single-item.groups #buddypress div#item-header div#item-actions #group-mods li {
+	margin: 0;
+}
+
+@media screen and (min-width: 650px) {
+	.single-item.groups #buddypress div#item-header #item-header-avatar,
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		float: left;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		margin-left: 2%;
+		padding: 0 0.5em;
+	}
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		float: right;
+		width: 28%;
+	}
+}
+
+@media screen and (min-width: 64em) {
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+	margin-top: 225px !important;
+}
+
+@media screen and (min-width: 50em) and (max-width: 60em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content {
+		max-width: 60% !important;
+		width: 60% !important;
+	}
+}
+
+@media screen and (max-width: 64em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+		border: 0;
+		clear: both;
+		margin-top: 0 !important;
+		max-width: 100% !important;
+		padding-top: 0 !important;
+		width: auto;
+	}
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+.bp-user #buddypress #item-header #item-header-avatar {
+	text-align: center;
+}
+
+.bp-user #buddypress #item-header #item-header-avatar img.avatar,
+.bp-user #buddypress #item-header #item-header-avatar a {
+	border-bottom: 0;
+	display: inline-block;
+	float: none;
+}
+
+.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button {
+	margin-right: 5px;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress #item-header #item-header-avatar {
+		float: left;
+	}
+	.bp-user #buddypress #item-header #item-header-avatar a {
+		float: left;
+	}
+	.bp-user #buddypress #item-header #item-header-content {
+		float: right;
+		margin-right: 0%;
+		width: 69%;
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+.groups #group-settings-form h4 {
+	background: #555;
+	color: #fff;
+	padding: 0.2em;
+}
+
+.groups.edit-details #group-settings-form label {
+	margin-bottom: 0;
+	padding: 0.2em;
+	width: 80%;
+}
+
+.groups.edit-details #group-settings-form textarea + p label {
+	background: none;
+	color: inherit;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	width: auto;
+}
+
+.groups.edit-details #group-settings-form textarea {
+	height: auto;
+	min-height: 100px;
+	overflow: auto;
+}
+
+.groups.group-settings #group-settings-form div.radio label {
+	font-weight: bold;
+	padding: 0.2em;
+}
+
+.groups.group-settings #group-settings-form div.radio label ul {
+	color: rgba(55, 55, 55, 0.6);
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.groups.group-avatar form > p {
+	margin-top: 25px;
+}
+
+.groups.manage-members #group-settings-form .item-list li {
+	border-bottom: 1px solid #eaeaea;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li img,
+	.groups.manage-members #group-settings-form .item-list li h5 {
+		float: left;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li img > a,
+.groups.manage-members #group-settings-form .item-list li h5 > a {
+	border-bottom: 0;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small {
+	clear: left;
+	display: block;
+	float: none;
+	margin-top: 15px;
+	width: 100%;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small a {
+	display: block;
+	margin: 5px 0;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li span.small a {
+		display: inline-block;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li h5 {
+	margin: 0;
+}
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+.groups.group-members #subnav li {
+	width: 100%;
+}
+
+@media screen and (max-width: 450px) {
+	.groups.group-members #subnav li {
+		background: #fff;
+		padding: 25px 0;
+	}
+}
+
+.groups.group-members #subnav li #search-members-form {
+	float: right;
+	margin: 5px 0 0 0;
+}
+
+.groups.group-members #subnav li #search-members-form label input[type="text"] {
+	box-shadow: none;
+}
+
+@media screen and (max-width: 450px) {
+	.groups.group-members #subnav li #search-members-form label input[type="text"] {
+		width: 100%;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user #buddypress table th {
+	font-size: 13px;
+	font-size: 0.8666666667rem;
+}
+
+.bp-user #buddypress table td {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress table th {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	.bp-user #buddypress table td {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+.bp-user #buddypress .pag-count {
+	font-style: italic;
+}
+
+.bp-user #buddypress .notifications-options-nav,
+.bp-user #buddypress .messages-options-nav {
+	float: left;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav,
+	.bp-user #buddypress .messages-options-nav {
+		width: 40%;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav select,
+.bp-user #buddypress .messages-options-nav input {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	outline: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .messages-options-nav select {
+	float: left;
+	margin-right: 0;
+	width: 49%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav select,
+	.bp-user #buddypress .messages-options-nav select {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav input {
+	float: left;
+	font-family: inherit;
+	line-height: 20px;
+	margin-left: 1%;
+	width: 50%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav input,
+	.bp-user #buddypress .messages-options-nav input {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:focus, .bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:hover,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:focus,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:hover {
+	background: none;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+.bp-user #buddypress .profile .bp-widget h4 {
+	background: #6f6f6f;
+	color: #fff;
+	margin-bottom: 0;
+	padding: 0.4em;
+}
+
+.bp-user #buddypress .profile .bp-widget table {
+	margin-top: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:before,
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	content: " ";
+	display: table;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	clear: both;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav {
+	border-bottom: 1px solid #eaeaea;
+	margin-left: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li {
+	float: left;
+	margin-bottom: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current {
+	border: 1px solid #eaeaea;
+	border-bottom-color: #fff;
+	margin-bottom: -1px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav a {
+	background: none;
+	border: 0;
+	font-size: 18px;
+	font-size: 1.2rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle {
+	margin: 5px 0 25px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle,
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
+	background: #6f6f6f;
+	-webkit-border-radius: 2px;
+	-moz-border-radius: 2px;
+	-ms-border-radius: 2px;
+	border-radius: 2px;
+	background-clip: padding-box;
+	color: #eee;
+	font-weight: bold;
+	padding: 0.1em 0.5em;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover {
+	color: #fff;
+}
+
+.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a {
+	font-size: inherit;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+.bp-user #buddypress #message-thread a {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-thread #message-subject {
+	background: #6f6f6f;
+	color: #fff;
+	padding: 0.3em 0 0.3em 0.2em;
+}
+
+.bp-user #buddypress #message-thread #message-recipients {
+	font-style: italic;
+}
+
+.bp-user #buddypress #message-thread #message-recipients a.confirm {
+	border: 1px solid #eaeaea;
+	font-style: normal;
+}
+
+.bp-user #buddypress #message-thread #message-recipients .highlight {
+	font-size: 100%;
+}
+
+.bp-user #buddypress #message-thread .message-metadata {
+	overflow: hidden;
+}
+
+.bp-user #buddypress #message-thread .message-metadata img.avatar {
+	float: none;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress #message-thread .message-metadata img.avatar {
+		float: left;
+	}
+}
+
+.bp-user #buddypress #message-thread .message-metadata .message-star-actions {
+	float: right;
+	margin-right: 5px;
+	position: static;
+}
+
+.bp-user #buddypress #message-thread .message-content {
+	background: #f7f7f7;
+	border: 1px solid #eaeaea;
+	margin: 15px 0 0 0;
+	padding: 0.3em;
+}
+
+.bp-user #buddypress #message-thread #send-reply .message-content {
+	background: #fff;
+	border: 0;
+}
+
+.bp-user #buddypress #message-thread .alt {
+	background: #fff;
+}
+
+.bp-user #buddypress #message-threads thead tr {
+	background: #6f6f6f;
+}
+
+.bp-user #buddypress #message-threads tr td {
+	background: #fff;
+	box-sizing: border-box;
+	display: inline-block;
+	float: left;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-bottom: 1px solid #ccc;
+	height: 2.4em;
+	padding-bottom: 0.2em;
+	padding-top: 0.2em;
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #message-threads tr td.thread-star,
+	.bp-user #buddypress #message-threads tr td.thread-options {
+		padding-top: 0;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar {
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star span.icon:before {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress #message-threads tr td.bulk-select-check,
+.bp-user #buddypress #message-threads tr td.thread-from {
+	height: 3em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr td.bulk-select-check,
+	.bp-user #buddypress #message-threads tr td.thread-from {
+		height: 5.2em;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-from,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-left: 0 !important;
+	width: -webkit-calc(100% - 30px);
+	width: -moz-calc(100% - 30px);
+	width: calc(100% - 30px);
+	margin-left: 0;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info {
+	padding-left: 41px;
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info a::after {
+	content: " ‖ " attr(title);
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options {
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options a {
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr span.from {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads tr span.activity {
+	display: block;
+	float: right;
+	line-height: 2;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr span.activity {
+		clear: both;
+		font-size: 11px;
+		font-size: 0.7333333333rem;
+		width: 100%;
+	}
+}
+
+.bp-user #buddypress #message-threads tr.unread td {
+	border-color: #eaeaea;
+}
+
+.bp-user #buddypress #message-threads th {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all {
+	border-bottom: 0;
+	display: inline-block;
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all,
+.bp-user #buddypress #message-threads td.bulk-select-check,
+.bp-user #buddypress #message-threads td.thread-star {
+	border-right: 0;
+	width: 30px;
+}
+
+.bp-user #buddypress #send_message_form input,
+.bp-user #buddypress #send_message_form textarea {
+	box-sizing: border-box;
+}
+
+.bp-user #buddypress .acfb-holder {
+	list-style: none;
+}
+
+.bp-user #buddypress .acfb-holder li {
+	margin-left: 0;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab {
+	background: #edf7fa;
+	border: inherit;
+	margin-right: 0;
+	padding: 0.5em;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p {
+	padding-left: 15px;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus, .bp-user #buddypress .acfb-holder li.friend-tab span.p:hover {
+	color: #c82b2b;
+	cursor: pointer;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a {
+	border-bottom: 0;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a img {
+	display: inline;
+	height: 20px;
+	vertical-align: middle;
+	width: 20px !important;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices tr {
+	margin: 3em 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td {
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td strong {
+	background: #6f6f6f;
+	color: #fff;
+	display: block;
+	margin-bottom: 0.4em;
+	padding-left: 0.2em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a {
+	display: inline-block;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a.button {
+	border: 1px solid #d4d0ba;
+	line-height: initial;
+	padding: 0.4em 0.3em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong {
+	margin: -8px -8px 8px;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td span {
+	line-height: 1;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child {
+	line-height: 1;
+	padding-bottom: 1em;
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {
+	line-height: 0;
+	margin-left: 0.7em;
+	text-indent: -999em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after {
+	content: attr(title);
+	display: block;
+	line-height: initial;
+	text-indent: 0;
+}
+
+.bp-user .ac_results {
+	background: #eee;
+	padding-left: 15px;
+}
+
+.bp-user .ac_results li {
+	margin: 15px 0;
+}
+
+.bp-user .ac_results li:focus, .bp-user .ac_results li:hover {
+	cursor: pointer;
+}
+
+.bp-user .ac_results li img {
+	vertical-align: bottom;
+}
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+.bp-user #buddypress #settings-form > p {
+	font-size: 20px;
+	font-size: 1.3333333333rem;
+	margin: 25px 0 15px;
+}
+
+.bp-user #buddypress table.notification-settings td.yes,
+.bp-user #buddypress table.notification-settings td.no {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress table.profile-settings {
+	width: 100%;
+}
+
+.bp-user #buddypress table.profile-settings th.field-group-name,
+.bp-user #buddypress table.profile-settings td.field-name {
+	width: 50%;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress table.profile-settings th.field-group-name,
+	.bp-user #buddypress table.profile-settings td.field-name {
+		width: 70%;
+	}
+}
+
+.bp-user #buddypress table.profile-settings th.title,
+.bp-user #buddypress table.profile-settings td.field-visibility {
+	width: 30%;
+}
+
+.bp-user #buddypress table.profile-settings td.field-visibility select {
+	width: 100%;
+}
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+#main #buddypress .standard-form li {
+	float: none;
+}
+
+#main #buddypress .standard-form input[type='text'],
+#main #buddypress .standard-form input[type='email'],
+#main #buddypress .standard-form input[type='password'],
+#main #buddypress .standard-form textarea {
+	width: 100%;
+}
+
+#buddypress div.activity-comments form .ac-textarea {
+	background: #f7f7f7;
+	border: 1px solid rgba(212, 208, 186, 0.5);
+}
+
+#buddypress div.activity-comments form .ac-textarea textarea {
+	background: none;
+	border: 0;
+}
+
+#buddypress .standard-form input[type="text"],
+#buddypress .standard-form input[type="email"],
+#buddypress .standard-form input[type="password"],
+#buddypress .standard-form button,
+#buddypress .standard-form select,
+#buddypress .standard-form textarea {
+	border-color: rgba(212, 208, 186, 0.5);
+	border-width: 1px;
+}
+
+#buddypress #signup_form.standard-form div.submit {
+	float: none;
+}
+
+#buddypress #signup_form.standard-form div.submit input {
+	margin-right: 0;
+}
+
+#buddypress div.dir-search,
+#buddypress div.message-search,
+#buddypress li.groups-members-search {
+	float: none;
+	margin: 15px 0;
+}
+
+#buddypress div.dir-search form,
+#buddypress div.message-search form,
+#buddypress li.groups-members-search form {
+	border: 1px solid rgba(212, 208, 186, 0.6);
+	overflow: hidden;
+}
+
+#buddypress div.dir-search form label,
+#buddypress div.message-search form label,
+#buddypress li.groups-members-search form label {
+	float: left;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='text'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	border: 0;
+	border-radius: 0;
+	box-shadow: none;
+	box-sizing: border-box;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	line-height: 1.8;
+	min-height: 2rem;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.message-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='text'] {
+	border-right: 1px solid rgba(212, 208, 186, 0.6);
+	float: left;
+	margin: 0;
+	padding: 0 0.2em 0;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	float: right;
+	font-weight: normal;
+	padding: 0 1em;
+	text-align: center;
+	text-transform: none;
+	width: 30%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress div.dir-search,
+	#buddypress div.message-search,
+	#buddypress li.groups-members-search {
+		float: right;
+		margin-bottom: 5px !important;
+	}
+	#buddypress div.dir-search form label,
+	#buddypress div.dir-search form input[type='text'],
+	#buddypress div.dir-search form input[type='submit'],
+	#buddypress div.message-search form label,
+	#buddypress div.message-search form input[type='text'],
+	#buddypress div.message-search form input[type='submit'],
+	#buddypress li.groups-members-search form label,
+	#buddypress li.groups-members-search form input[type='text'],
+	#buddypress li.groups-members-search form input[type='submit'] {
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 800px) {
+	#buddypress .dir-search form input[type='text'],
+	#buddypress .message-search form input[type='text'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress .dir-search form input[type='submit'],
+	#buddypress .message-search form input[type='submit'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress table {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin: 25px 0;
+}
+
+.bp-user #buddypress table tr th {
+	background: #6f6f6f;
+	border-color: #b7b7b7;
+	color: #fff;
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	padding: 0 8px;
+	text-transform: capitalize;
+}
+
+.bp-user #buddypress table tr td {
+	padding: 8px;
+}
+
+.bp-user #buddypress table p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (min-width: 55em) {
+	.bp-user #buddypress table {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+.bp-user #buddypress .notifications th,
+.bp-user #buddypress .messages-notices th {
+	width: 30%;
+}
+
+.bp-user #buddypress .notifications th.bulk-select-all,
+.bp-user #buddypress .messages-notices th.bulk-select-all {
+	text-align: center;
+	width: 10%;
+}
+
+.bp-user #buddypress .notifications th.actions,
+.bp-user #buddypress .messages-notices th.actions {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .bulk-select-check,
+.bp-user #buddypress .notifications .thread-star,
+.bp-user #buddypress .messages-notices .bulk-select-check,
+.bp-user #buddypress .messages-notices .thread-star {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions,
+.bp-user #buddypress .notifications td.thread-options,
+.bp-user #buddypress .messages-notices .notification-actions,
+.bp-user #buddypress .messages-notices td.thread-options {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions a,
+.bp-user #buddypress .notifications td.thread-options a,
+.bp-user #buddypress .messages-notices .notification-actions a,
+.bp-user #buddypress .messages-notices td.thread-options a {
+	display: inline-block;
+	margin: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications td .button,
+.bp-user #buddypress .messages-notices td .button {
+	border: 0;
+	display: block;
+	padding: 0;
+	text-align: center;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+#buddypress div#message p {
+	font-size: 18px;
+	font-size: 1.2rem;
+	font-weight: bold;
+}
+
+#buddypress div#message.info p {
+	background: #c6e4ee;
+	border: 1px solid #78bed6;
+	color: #1e5264;
+}
+
+#buddypress div#message.updated p {
+	background: #dee6b2;
+	border: 1px solid #becc66;
+	color: #454d19;
+}
+
+.delete-group #buddypress div#message.info p {
+	background: #db7e7e;
+	border: 1px solid #be3535;
+	color: #1f0808;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.min.css
new file mode 100644
index 000000000..c04c72aaa
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.buddypress div.clear{display:none}body.buddypress:not(.page-template-sidebar-page) #content{margin:0 10%;width:auto}body.buddypress:not(.page-template-sidebar-page) #content .entry-content,body.buddypress:not(.page-template-sidebar-page) #content .entry-header{width:auto}.buddypress.singular.page .hentry{padding-top:0}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background:inherit;opacity:1}#buddypress div.item-list-tabs ul{overflow:hidden;padding:0}#buddypress div.item-list-tabs ul li a:focus,#buddypress div.item-list-tabs ul li a:hover{color:#555}#buddypress div.item-list-tabs ul li a:visited{color:#21759b}#buddypress div.item-list-tabs ul li a span{border-radius:25%}@media screen and (max-width:450px){.bp-user #buddypress #object-nav{border:1px solid #eaeaea;overflow:visible;padding:5px}.bp-user #buddypress #object-nav ul{border:0;height:0;transition:height .3s ease-in-out .7s;visibility:hidden}.bp-user #buddypress #object-nav:before{content:"Menu \021E9";display:inline;opacity:.7}.bp-user #buddypress #object-nav:active:before,.bp-user #buddypress #object-nav:focus:before,.bp-user #buddypress #object-nav:hover:before{content:"Menu \021E7"}.bp-user #buddypress #object-nav:active ul,.bp-user #buddypress #object-nav:focus ul,.bp-user #buddypress #object-nav:hover ul{min-height:320px;opacity:1;visibility:visible}.bp-user #buddypress #subnav{clear:both}}#buddypress #object-nav ul{overflow:hidden}#buddypress #object-nav ul li{float:none}@media screen and (max-width:650px){#buddypress #object-nav ul li:not(:last-child){border-bottom:1px solid #eaeaea}#buddypress #object-nav ul li:not(.selected):focus,#buddypress #object-nav ul li:not(.selected):hover{background:#f2f2f2}}@media screen and (min-width:650px){#buddypress #object-nav ul li{float:left}}#buddypress div#subnav.item-list-tabs{margin-top:0}#buddypress div#subnav.item-list-tabs ul{border-bottom:0;border-top:1px solid #d4d0ba;margin-top:5px;padding:0}#buddypress div#subnav.item-list-tabs ul li.last{background:#fff;float:right;margin-top:0;padding:5px 0;text-align:right;width:230px}#buddypress div#subnav.item-list-tabs ul li.last select,#buddypress div#subnav.item-list-tabs ul li.last select:focus{background:0 0;border:0;outline:0;padding:0}#buddypress div#subnav.item-list-tabs ul li.last label,#buddypress div#subnav.item-list-tabs ul li.last option,#buddypress div#subnav.item-list-tabs ul li.last select{font-size:14px;font-size:.9333333333rem}#buddypress div#subnav.item-list-tabs ul li.last select{font-style:italic}#buddypress div#subnav.item-list-tabs ul li.last select option{font-style:normal}#buddypress ul.item-list li .item span.activity,#buddypress ul.item-list li div.action .meta,.bp-user #buddypress #message-thread #message-recipients,.bp-user #buddypress .pag-count{font-style:italic}.bp-user #buddypress div#subnav.item-list-tabs li.last{margin-left:0;text-align:right}@media screen and (max-width:450px){#buddypress div#subnav.item-list-tabs ul li.last{float:none;width:auto}.bp-user #buddypress div#subnav.item-list-tabs li.last{clear:left;float:none;margin-left:10px;text-align:left}}@media screen and (min-width:800px){body.bp-user #buddypress #item-body,body.bp-user #buddypress #item-header{background:#fff}body.bp-user #buddypress #object-nav{border-right:1px solid #ddd;float:left;margin-right:-1px;width:200px}body.bp-user #buddypress #object-nav ul{background:0 0;border-bottom:0;padding:0}body.bp-user #buddypress #object-nav ul li{float:none;overflow:hidden}body.bp-user #buddypress #object-nav ul li.selected{background:#ddd}body.bp-user #buddypress #object-nav ul li span{background:#fff;border-radius:10%;float:right;margin-right:2px}body.bp-user #buddypress #item-body{border-left:1px solid #ddd;overflow:hidden;padding:0 0 0 25px;width:auto}body.bp-user #buddypress #item-body #subnav{margin:0 0 0 -25px}body.bp-user #buddypress #item-body #subnav ul{margin-top:0}}@media screen and (min-width:650px){#main #buddypress #group-create-tabs.item-list-tabs ul:after,#main #buddypress #group-create-tabs.item-list-tabs ul:before{content:" ";display:table}#main #buddypress #group-create-tabs.item-list-tabs ul:after{clear:both}#main #buddypress #group-create-tabs.item-list-tabs ul{background:0 0;border:0;border-bottom:1px solid #ddd;overflow:visible;padding-bottom:0}#main #buddypress #group-create-tabs.item-list-tabs ul li{float:left;width:auto}#main #buddypress #group-create-tabs.item-list-tabs ul li.current,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected{border:1px solid #ddd;border-bottom-color:#fff;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;background-clip:padding-box;margin-bottom:-1px}#main #buddypress #group-create-tabs.item-list-tabs ul li.current a,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a{background:0 0;color:#373737;outline:0}#main #buddypress #subnav ul{border-bottom:0}}#buddypress div.pagination{box-shadow:none;min-height:0}#buddypress div.pagination:after,#buddypress div.pagination:before{height:0;width:0}#buddypress div.pagination .pag-count{margin-left:0}#buddypress div.pagination .pagination-links{margin-right:0}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{height:auto;line-height:1;padding:5px}#buddypress div.pagination .pagination-links .next,#buddypress div.pagination .pagination-links .prev{background-color:transparent;color:inherit;overflow:visible;width:auto}#buddypress #activity-stream li .activity-header a:visited,#buddypress ul.item-list li .item .item-title>a:visited{color:#21759b}#buddypress div.pagination .pagination-links .next:before,#buddypress div.pagination .pagination-links .prev:before{display:none}#buddypress div.pagination .pagination-links .prev{left:auto;position:static}#buddypress div.pagination .pagination-links .next{position:static;right:auto}#buddypress ul.item-list{border-top:0}#buddypress ul.item-list li{overflow:hidden!important}#buddypress ul.item-list li .item-avatar{margin-bottom:15px;text-align:center}@media screen and (min-width:650px){#buddypress ul.item-list li .item-avatar{margin-bottom:0}}#buddypress ul.item-list li .item-avatar a{border-bottom:0}#buddypress ul.item-list li .item-avatar img.avatar{display:inline-block;float:none;margin-bottom:15px}#buddypress ul.item-list li .item{margin-left:0;overflow:hidden}#buddypress ul.item-list li .item .item-meta{text-align:center}@media screen and (min-width:61.5625em){#buddypress ul.item-list li .item .item-meta{text-align:left}}#buddypress ul.item-list li .item .item-desc{margin-left:0;width:94%}#buddypress ul.item-list li .item .item-title{font-size:16px;font-size:1.0666666667rem;line-height:1.2;text-align:center;width:100%}@media screen and (min-width:450px){#buddypress ul.item-list li .item-avatar img.avatar{display:block;float:left}#buddypress ul.item-list li .item .item-title{text-align:left}}#buddypress ul.item-list li .item .item-title>a{text-decoration:none}#buddypress ul.item-list li .item .item-title .update{display:block;font-size:12px;font-size:.8rem;padding:15px 0;text-align:left}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-title .update{font-size:14px;font-size:.9333333333rem}#buddypress ul.item-list li .action,#buddypress ul.item-list li .item,#buddypress ul.item-list li .item-avatar{float:left}#buddypress ul.item-list li .item{left:5%;margin-left:0;position:relative;width:55%}#buddypress ul.item-list li .item .item-title{font-size:18px;font-size:1.2rem}}#buddypress ul.item-list li div.action{clear:left;float:none;margin:0;padding:15px 0 5px;position:relative;text-align:left;top:0}@media screen and (min-width:650px){#buddypress ul.item-list li div.action{clear:none;float:right;margin-bottom:0;padding:0}}#buddypress ul.item-list li div.action div{display:inline-block;margin:5px 0;width:100%}#buddypress #activity-stream li.load-newest a,#buddypress ul.item-list li div.action div a{display:block}@media screen and (min-width:37em){#buddypress ul.item-list li div.action div{margin:0 15px 5px 0;width:auto}}@media screen and (min-width:650px){#buddypress ul.item-list li div.action div{clear:right;float:right;margin:0 0 15px}}#buddypress form#whats-new-form p.activity-greeting{line-height:1.4}@media screen and (max-width:650px){#buddypress form#whats-new-form #whats-new-content{clear:left;margin:15px 0 25px;padding:15px 0 0}}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{border:1px solid rgba(212,208,186,.5);float:left;font-size:12px;font-size:.8rem;line-height:1.6;margin-top:12px;padding-left:.2em;width:100%}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select{background:0 0;border:0;float:right;margin:0;max-width:220px;min-height:1.5em;padding:0 0 0 .4em}@media screen and (min-width:30em){#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{width:auto}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit{font-size:12px;font-size:.8rem;float:right}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input{padding:0 6px}}#buddypress #item-body form#whats-new-form{margin:50px 0}#buddypress #activity-stream li{padding:25px 0 15px}#buddypress #activity-stream li .activity-avatar{float:none;text-align:center}#buddypress #activity-stream li .activity-avatar a{display:inline-block}#buddypress #activity-stream li .activity-avatar a img.avatar{display:inline;float:none;height:60px;margin-bottom:25px;margin-left:0;width:60px}#buddypress #activity-stream li .activity-comments,#buddypress #activity-stream li .activity-content{margin-left:0}#buddypress #activity-stream li .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li .activity-inner img{height:auto}@media screen and (min-width:650px){#buddypress #activity-stream li .activity-avatar{float:left;margin-right:15px;text-align:left}#buddypress #activity-stream li .activity-avatar a{border-bottom:0}#buddypress #activity-stream li .activity-content{margin:0;overflow:hidden}#buddypress #activity-stream li .activity-content .activity-header{font-size:16px;font-size:1.0666666667rem}#buddypress #activity-stream li .activity-comments{margin-left:70px}}#buddypress #activity-stream li.mini .activity-avatar a img.avatar{height:30px;margin-left:15px;width:30px}#buddypress #activity-stream li.mini .activity-content .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li.mini .activity-content .activity-meta a{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-content{margin-top:-12px}#buddypress #activity-stream .activity-content .activity-header{line-height:inherit;margin-right:0}#buddypress #activity-stream .activity-content .activity-header p{border-bottom:1px solid rgba(234,234,234,.6);margin-top:0;padding:0 .2em}#buddypress #activity-stream .activity-content .activity-header img.avatar{display:inline-block;margin-bottom:0!important}#buddypress #activity-stream .activity-content .activity-meta a{display:block;font-size:14px;font-size:.9333333333rem;margin-bottom:5px;padding:.2em .5em}@media screen and (min-width:650px){#buddypress #activity-stream .activity-content .activity-meta a{float:left;margin-bottom:0}}#buddypress #activity-stream .load-more{background:#f7f7f7;border:1px solid transparent;padding:15px}.activity-permalink #buddypress #activity-stream li.activity-item,.activity-permalink #buddypress #activity-stream li.mini .activity-header p{padding:25px}#buddypress #activity-stream .load-more:focus,#buddypress #activity-stream .load-more:hover{background:#f4f4f4;border:1px solid rgba(159,209,226,.3)}#buddypress #activity-stream .load-more a{display:block}.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:16px;font-size:1.0666666667rem;margin-bottom:50px}@media screen and (min-width:650px){.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:20px;font-size:1.3333333333rem}#buddypress #members-list li .item,#buddypress #members-list li .item-avatar{float:left}#buddypress #members-list li .action{float:right}}.activity-permalink #buddypress #activity-stream .activity-comments{margin-left:0}#buddypress #activity-stream .activity-comments{position:relative}#buddypress #activity-stream .activity-comments>ul{background:rgba(247,247,247,.6);margin:15px 0 0 2px}#buddypress #activity-stream .activity-comments>ul>li:hover *{color:#555}#buddypress #activity-stream .activity-comments>ul>li .acomment-content,#buddypress #activity-stream .activity-comments>ul>li .acomment-meta{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-comments .ac-form{border:1px solid #d4d0ba;box-sizing:border-box;margin:15px 0;width:100%}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel,#buddypress #activity-stream .activity-comments .ac-form input[type=submit]{color:rgba(55,55,55,.8);display:inline-block;font-family:inherit;font-size:12px;font-size:.8rem;font-weight:400;line-height:1.2;padding:4px 10px;text-transform:lowercase;width:100px}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel{border:1px solid rgba(212,208,186,.7);text-align:center}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover{background:#ededed}#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{float:none;width:100%}@media screen and (min-width:37.5em){#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{width:48%}#buddypress #signup_form.standard-form #profile-details-section{float:right}#buddypress #signup_form.standard-form #basic-details-section{float:left}}.bp-user #buddypress a:visited{color:#21759b}.bp-user #buddypress #item-header-content #item-meta,.single-item.groups #buddypress #item-header-content #item-meta{font-size:14px;font-size:.9333333333rem;text-align:left}.bp-user #buddypress #item-header-content #item-meta p,.single-item.groups #buddypress #item-header-content #item-meta p{margin-bottom:.5em}@media screen and (max-width:37.5em){.bp-user #item-header-content,.bp-user h1,.single-item.groups #item-header-content,.single-item.groups h1{text-align:center}.bp-user #buddypress h1,.single-item.groups #buddypress h1{margin-bottom:0}.bp-user #buddypress #item-header-avatar img.avatar,.single-item.groups #buddypress #item-header-avatar img.avatar{margin-right:0}.bp-user #buddypress #item-header-content,.single-item.groups #buddypress #item-header-content{width:100%}.bp-user #buddypress #item-header-content .user-nicename,.single-item.groups #buddypress #item-header-content .user-nicename{color:#555}}@media screen and (max-width:800px){#buddypress #item-header-cover-image #item-header-content .user-nicename{color:#555;text-shadow:none}}@media screen and (max-width:46.25em){.bp-user main header.entry-header,.single-item.groups main header.entry-header{padding-bottom:1rem}.bp-user #buddypress #item-header .generic-button,.single-item.groups #buddypress #item-header .generic-button{float:none;margin:1.5em 0 0}.single-item.groups #buddypress #item-header #item-meta{margin-bottom:25px}}@media screen and (max-width:50em){.single-item.groups #buddypress div#item-header{display:flex;flex-direction:column}.single-item.groups #buddypress div#item-header #item-header-avatar{order:1;text-align:center}.single-item.groups #buddypress div#item-header #item-header-avatar a{border-bottom:0}.single-item.groups #buddypress div#item-header #item-header-avatar a img{display:inline-block;float:none}.single-item.groups #buddypress div#item-header #item-header-content{order:2}.single-item.groups #buddypress div#item-header #item-actions{order:3}.single-item.groups #buddypress div#item-header #item-actions h3{border-bottom:1px solid #eaeaea;text-align:center}}.single-item.groups #buddypress div#item-header{padding-bottom:50px}.single-item.groups #buddypress div#item-header #item-header-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-item.groups #buddypress div#item-header div#item-actions{margin:0!important;width:100%}@media screen and (min-width:50em){.single-item.groups #buddypress div#item-header div#item-actions{border-left:1px solid #eaeaea;clear:none;float:right;padding-left:.2em;width:30%}}@media screen and (min-width:46.25em){.single-item.groups #buddypress div#item-header div#item-actions{width:40%}}.single-item.groups #buddypress div#item-header div#item-actions ul{margin-top:0;padding-left:0}.single-item.groups #buddypress div#item-header div#item-actions h3{font-size:14px;font-size:.9333333333rem;font-weight:700;line-height:1.4}.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,.single-item.groups #buddypress div#item-header div#item-actions #group-mods li{margin:0}@media screen and (min-width:650px){.single-item.groups #buddypress div#item-header #item-header-avatar,.single-item.groups #buddypress div#item-header #item-header-content{float:left}.single-item.groups #buddypress div#item-header #item-header-content{margin-left:2%;padding:0 .5em}.single-item.groups #buddypress div#item-header div#item-actions{float:right;width:28%}}@media screen and (min-width:64em){.single-item.groups #buddypress div#item-header #item-header-content{width:40%}}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{margin-top:225px!important}@media screen and (min-width:50em) and (max-width:60em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content{max-width:60%!important;width:60%!important}}@media screen and (max-width:64em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{border:0;clear:both;margin-top:0!important;max-width:100%!important;padding-top:0!important;width:auto}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3{border-bottom:1px solid #eaeaea}}.bp-user #buddypress #item-header #item-header-avatar{text-align:center}.bp-user #buddypress #item-header #item-header-avatar a,.bp-user #buddypress #item-header #item-header-avatar img.avatar{border-bottom:0;display:inline-block;float:none}.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button{margin-right:5px}@media screen and (min-width:650px){.bp-user #buddypress #item-header #item-header-avatar,.bp-user #buddypress #item-header #item-header-avatar a{float:left}.bp-user #buddypress #item-header #item-header-content{float:right;margin-right:0;width:69%}.groups.manage-members #group-settings-form .item-list li h5,.groups.manage-members #group-settings-form .item-list li img{float:left}}.groups #group-settings-form h4{background:#555;color:#fff;padding:.2em}.groups.edit-details #group-settings-form label{margin-bottom:0;padding:.2em;width:80%}.groups.edit-details #group-settings-form textarea+p label{background:0 0;color:inherit;font-size:14px;font-size:.9333333333rem;width:auto}.groups.edit-details #group-settings-form textarea{height:auto;min-height:100px;overflow:auto}.groups.group-settings #group-settings-form div.radio label{font-weight:700;padding:.2em}.groups.group-settings #group-settings-form div.radio label ul{color:rgba(55,55,55,.6);font-size:14px;font-size:.9333333333rem}.groups.group-avatar form>p{margin-top:25px}.groups.manage-members #group-settings-form .item-list li{border-bottom:1px solid #eaeaea}.groups.manage-members #group-settings-form .item-list li h5>a,.groups.manage-members #group-settings-form .item-list li img>a{border-bottom:0}.groups.manage-members #group-settings-form .item-list li span.small{clear:left;display:block;float:none;margin-top:15px;width:100%}.groups.manage-members #group-settings-form .item-list li span.small a{display:block;margin:5px 0}.groups.manage-members #group-settings-form .item-list li h5{margin:0}.groups.group-members #subnav li{width:100%}.groups.group-members #subnav li #search-members-form{float:right;margin:5px 0 0}.groups.group-members #subnav li #search-members-form label input[type=text]{box-shadow:none}@media screen and (max-width:450px){.groups.group-members #subnav li{background:#fff;padding:25px 0}.groups.group-members #subnav li #search-members-form label input[type=text]{width:100%}}.bp-user #buddypress table th{font-size:13px;font-size:.8666666667rem}.bp-user #buddypress table td{font-size:12px;font-size:.8rem}@media screen and (min-width:650px){.groups.manage-members #group-settings-form .item-list li span.small a{display:inline-block}.bp-user #buddypress table th{font-size:16px;font-size:1.0666666667rem}.bp-user #buddypress table td{font-size:14px;font-size:.9333333333rem}}.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{float:left;width:100%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{width:40%}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav input,.bp-user #buddypress .notifications-options-nav select{font-size:14px;font-size:.9333333333rem;outline:0;padding:0}.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{float:left;margin-right:0;width:49%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{width:auto}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{float:left;font-family:inherit;line-height:20px;margin-left:1%;width:50%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{width:auto}}.bp-user #buddypress .messages-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .messages-options-nav input[disabled=disabled]:hover,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:hover{background:0 0}.bp-user #buddypress .profile .bp-widget h4{background:#6f6f6f;color:#fff;margin-bottom:0;padding:.4em}.bp-user #buddypress .profile .bp-widget table{margin-top:0}.bp-user #buddypress .profile #profile-edit-form .button-nav:after,.bp-user #buddypress .profile #profile-edit-form .button-nav:before{content:" ";display:table}.bp-user #buddypress .profile #profile-edit-form .button-nav:after{clear:both}.bp-user #buddypress .profile #profile-edit-form ul.button-nav{border-bottom:1px solid #eaeaea;margin-left:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li{float:left;margin-bottom:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current{border:1px solid #eaeaea;border-bottom-color:#fff;margin-bottom:-1px}.bp-user #buddypress .profile #profile-edit-form ul.button-nav a{background:0 0;border:0;font-size:18px;font-size:1.2rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{margin:5px 0 25px}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link{background:#6f6f6f;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;background-clip:padding-box;color:#eee;font-weight:700;padding:.1em .5em;text-decoration:none}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover{color:#fff}.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a{font-size:inherit}.bp-user #buddypress #message-thread a{border-bottom:0}.bp-user #buddypress #message-thread #message-subject{background:#6f6f6f;color:#fff;padding:.3em 0 .3em .2em}.bp-user #buddypress #message-thread #message-recipients a.confirm{border:1px solid #eaeaea;font-style:normal}.bp-user #buddypress #message-thread #message-recipients .highlight{font-size:100%}.bp-user #buddypress #message-thread .message-metadata{overflow:hidden}.bp-user #buddypress #message-thread .message-metadata img.avatar{float:none}@media screen and (min-width:46.25em){.bp-user #buddypress #message-thread .message-metadata img.avatar{float:left}}.bp-user #buddypress #message-thread .message-metadata .message-star-actions{float:right;margin-right:5px;position:static}.bp-user #buddypress #message-thread .message-content{background:#f7f7f7;border:1px solid #eaeaea;margin:15px 0 0;padding:.3em}.bp-user #buddypress #message-thread #send-reply .message-content{background:#fff;border:0}.bp-user #buddypress #message-thread .alt{background:#fff}.bp-user #buddypress #message-threads thead tr{background:#6f6f6f}.bp-user #buddypress #message-threads tr td{background:#fff;box-sizing:border-box;display:inline-block;float:left}.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{border-bottom:1px solid #ccc;height:2.4em;padding-bottom:.2em;padding-top:.2em}@media screen and (max-width:46.25em){.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{padding-top:0}}.bp-user #buddypress #message-threads tr td.thread-star{vertical-align:middle}.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar{line-height:1.2}.bp-user #buddypress #message-threads tr td.thread-star span.icon:before{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:3em}.bp-user #buddypress #message-threads tr td.thread-from,.bp-user #buddypress #message-threads tr td.thread-options{border-left:0!important;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-left:0}.bp-user #buddypress #message-threads tr td.thread-info{padding-left:41px;width:100%}.bp-user #buddypress #message-threads tr td.thread-info a::after{content:" ‖ " attr(title);font-size:12px;font-size:.8rem}.bp-user #buddypress #message-threads tr td.thread-options{text-align:right}.bp-user #buddypress #message-threads tr td.thread-options a{font-size:12px;font-size:.8rem;line-height:1.2}.bp-user #buddypress #message-threads tr span.from{display:none}.bp-user #buddypress #message-threads tr span.activity{display:block;float:right;line-height:2}#buddypress #signup_form.standard-form div.submit,#main #buddypress .standard-form li{float:none}@media screen and (max-width:37.5em){.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:5.2em}.bp-user #buddypress #message-threads tr span.activity{clear:both;font-size:11px;font-size:.7333333333rem;width:100%}}.bp-user #buddypress #message-threads tr.unread td{border-color:#eaeaea}.bp-user #buddypress #message-threads th{display:none}.bp-user #buddypress #message-threads th.bulk-select-all{border-bottom:0;display:inline-block;text-align:left}.bp-user #buddypress #message-threads td.bulk-select-check,.bp-user #buddypress #message-threads td.thread-star,.bp-user #buddypress #message-threads th.bulk-select-all{border-right:0;width:30px}.bp-user #buddypress #send_message_form input,.bp-user #buddypress #send_message_form textarea{box-sizing:border-box}.bp-user #buddypress .acfb-holder{list-style:none}.bp-user #buddypress .acfb-holder li{margin-left:0}.bp-user #buddypress .acfb-holder li.friend-tab{background:#edf7fa;border:inherit;margin-right:0;padding:.5em}.bp-user #buddypress .acfb-holder li.friend-tab span.p{padding-left:15px}.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus,.bp-user #buddypress .acfb-holder li.friend-tab span.p:hover{color:#c82b2b;cursor:pointer}.bp-user #buddypress .acfb-holder li.friend-tab a{border-bottom:0;text-decoration:none}.bp-user #buddypress .acfb-holder li.friend-tab a img{display:inline;height:20px;vertical-align:middle;width:20px!important}.bp-user #buddypress #message-threads.sitewide-notices td,.bp-user #buddypress table.profile-settings{width:100%}.bp-user #buddypress #message-threads.sitewide-notices tr{margin:3em 0}.bp-user #buddypress #message-threads.sitewide-notices td strong{background:#6f6f6f;color:#fff;display:block;margin-bottom:.4em;padding-left:.2em}.bp-user #buddypress #message-threads.sitewide-notices td a{display:inline-block}.bp-user #buddypress #message-threads.sitewide-notices td a.button{border:1px solid #d4d0ba;line-height:initial;padding:.4em .3em}.bp-user #buddypress #message-threads.sitewide-notices td:first-child{display:none}.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong{margin:-8px -8px 8px}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td{border-bottom:0}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td span{line-height:1}.bp-user #buddypress #message-threads.sitewide-notices td:last-child{line-height:1;padding-bottom:1em;text-align:right}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child{line-height:0;margin-left:.7em;text-indent:-999em}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after{content:attr(title);display:block;line-height:initial;text-indent:0}.bp-user .ac_results{background:#eee;padding-left:15px}.bp-user .ac_results li{margin:15px 0}.bp-user .ac_results li:focus,.bp-user .ac_results li:hover{cursor:pointer}.bp-user .ac_results li img{vertical-align:bottom}.bp-user #buddypress #settings-form>p{font-size:20px;font-size:1.3333333333rem;margin:25px 0 15px}.bp-user #buddypress table.notification-settings td.no,.bp-user #buddypress table.notification-settings td.yes{vertical-align:middle}.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:50%}@media screen and (min-width:46.25em){.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:70%}}.bp-user #buddypress table.profile-settings td.field-visibility,.bp-user #buddypress table.profile-settings th.title{width:30%}#main #buddypress .standard-form input[type=password],#main #buddypress .standard-form input[type=text],#main #buddypress .standard-form input[type=email],#main #buddypress .standard-form textarea,.bp-user #buddypress table.profile-settings td.field-visibility select{width:100%}#buddypress div.activity-comments form .ac-textarea{background:#f7f7f7;border:1px solid rgba(212,208,186,.5)}#buddypress div.activity-comments form .ac-textarea textarea{background:0 0;border:0}#buddypress .standard-form button,#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=text],#buddypress .standard-form select,#buddypress .standard-form textarea{border-color:rgba(212,208,186,.5);border-width:1px}#buddypress #signup_form.standard-form div.submit input{margin-right:0}#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:none;margin:15px 0}#buddypress div.dir-search form,#buddypress div.message-search form,#buddypress li.groups-members-search form{border:1px solid rgba(212,208,186,.6);overflow:hidden}#buddypress div.dir-search form label,#buddypress div.message-search form label,#buddypress li.groups-members-search form label{float:left;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text]{border:0;border-radius:0;box-shadow:none;box-sizing:border-box;font-size:14px;font-size:.9333333333rem;line-height:1.8;min-height:2rem}#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=text]{border-right:1px solid rgba(212,208,186,.6);float:left;margin:0;padding:0 .2em;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.message-search form input[type=submit],#buddypress li.groups-members-search form input[type=submit]{float:right;font-weight:400;padding:0 1em;text-align:center;text-transform:none;width:30%}@media screen and (min-width:37.5em){#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:right;margin-bottom:5px!important}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.dir-search form label,#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress div.message-search form label,#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text],#buddypress li.groups-members-search form label{width:auto}}@media screen and (min-width:800px){#buddypress .dir-search form input[type=submit],#buddypress .dir-search form input[type=text],#buddypress .message-search form input[type=submit],#buddypress .message-search form input[type=text]{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress table{font-size:14px;font-size:.9333333333rem;margin:25px 0}.bp-user #buddypress table tr th{background:#6f6f6f;border-color:#b7b7b7;color:#fff;font-size:16px;font-size:1.0666666667rem;padding:0 8px;text-transform:capitalize}.bp-user #buddypress table tr td{padding:8px}.bp-user #buddypress table p{margin-bottom:.5em}@media screen and (min-width:55em){.bp-user #buddypress table{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress .messages-notices th,.bp-user #buddypress .notifications th{width:30%}.bp-user #buddypress .messages-notices th.bulk-select-all,.bp-user #buddypress .notifications th.bulk-select-all{text-align:center;width:10%}.bp-user #buddypress .messages-notices .bulk-select-check,.bp-user #buddypress .messages-notices .notification-actions,.bp-user #buddypress .messages-notices .thread-star,.bp-user #buddypress .messages-notices td.thread-options,.bp-user #buddypress .messages-notices th.actions,.bp-user #buddypress .notifications .bulk-select-check,.bp-user #buddypress .notifications .notification-actions,.bp-user #buddypress .notifications .thread-star,.bp-user #buddypress .notifications td.thread-options,.bp-user #buddypress .notifications th.actions{text-align:center}.bp-user #buddypress .messages-notices .notification-actions a,.bp-user #buddypress .messages-notices td.thread-options a,.bp-user #buddypress .notifications .notification-actions a,.bp-user #buddypress .notifications td.thread-options a{display:inline-block;margin:0;padding:0}.bp-user #buddypress .messages-notices td .button,.bp-user #buddypress .notifications td .button{border:0;display:block;padding:0;text-align:center}#buddypress div#message p{font-size:18px;font-size:1.2rem;font-weight:700}#buddypress div#message.info p{background:#c6e4ee;border:1px solid #78bed6;color:#1e5264}#buddypress div#message.updated p{background:#dee6b2;border:1px solid #becc66;color:#454d19}.delete-group #buddypress div#message.info p{background:#db7e7e;border:1px solid #be3535;color:#1f0808}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.scss b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.scss
new file mode 100644
index 000000000..8b3ea7306
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyeleven.scss
@@ -0,0 +1,2577 @@
+
+// Stylesheet Guidence Notes
+// Table of content represents a guide to sections of the sheet.
+// Note that not all sections may be described in the body of the
+// rulesets only those that require styles for a given theme.
+// Sub sections might not exist but can be added as required
+// as per BP Lists - 'activity' section.
+
+// We follow the dictats of the parent theme in respect of media queries,
+// font sizing etc. Media queries are used in a modular sense (OOCSS)
+// rather than described as blocks to the end of the sheet, this aids ease
+// of managing media queries, scalability & flexibility .
+
+// 2011 Media Queries / Breakpoints.
+// 2011 works breakpoints on a max-width approach
+
+// @media screen and (max-width: 800px)
+// @media screen and (max-width: 650px)
+// @media screen and (max-width: 450px)
+
+// Mixins and Variables
+
+// simplify remembering/writing media queries
+// written as:
+// @include medium-up {
+//  body {property: value;}
+// }
+
+// BP  min width mixins
+
+// max-width 320px
+@mixin small-only {
+	@media screen and (max-width: 320px) {
+		@content;
+	}
+}
+
+// min-width 320px
+@mixin xsmall-up {
+	@media screen and (min-width: 320px) {
+		@content;
+	}
+}
+
+// min-width 450px
+@mixin small-up {
+	@media screen and (min-width: 450px) {
+		@content;
+	}
+}
+
+// min-width 650px (match to 2011 max widths)
+@mixin medium-up {
+	@media screen and (min-width: 650px) {
+		@content;
+	}
+}
+
+// min-width 800px (match to 2011 max widths)
+@mixin large-up {
+	@media screen and (min-width: 800px) {
+		@content;
+	}
+}
+
+// 2011 max-width mixins
+
+// max-width 800px
+@mixin max800 {
+	@media screen and (max-width: 800px) {
+		@content;
+	}
+}
+// max-width 650px
+@mixin max650 {
+	@media screen and (max-width: 650px) {
+		@content;
+	}
+}
+// max-width 450px
+@mixin max450 {
+	@media screen and (max-width: 450px) {
+		@content;
+	}
+}
+
+// Common spacing values
+$spacing-val-lg: 50px;
+$spacing-val-md: 25px;
+$spacing-val-sm: 15px;
+$spacing-val-xs: 5px;
+
+// Twentyeleven sizes fonts using pixel values;
+// we'll continue to set BP sizes via our  rem/pixel mixin.
+
+// A simple mixin to handle font-sizing
+// 2011 sets a html/body size @ 15px
+
+@mixin font-size($font-size: 15) {
+	$rem-font-value: ($font-size / 15);
+	font-size: ($font-size * 1px);
+	font-size: $rem-font-value + rem;
+}
+
+// To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test
+// for specific blocks / rulesets
+// until such time as exemption lists can be built for the scss-lint.yml?
+// Any vendor prefix properties / mixins need to be in this block
+
+// scss-lint:disable VendorPrefix
+
+// Border border-radius mixins
+@mixin border-radius($radius) {
+	-webkit-border-radius: $radius;
+	-moz-border-radius: $radius;
+	-ms-border-radius: $radius;
+	border-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-top-radius($radius) {
+	-webkit-border-top-right-radius: $radius;
+	border-top-right-radius: $radius;
+	-webkit-border-top-left-radius: $radius;
+	border-top-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-right-radius($radius) {
+	-webkit-border-bottom-right-radius: $radius;
+	border-bottom-right-radius: $radius;
+	-webkit-border-top-right-radius: $radius;
+	border-top-right-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-bottom-radius($radius) {
+	-webkit-border-bottom-right-radius: $radius;
+	border-bottom-right-radius: $radius;
+	-webkit-border-bottom-left-radius: $radius;
+	border-bottom-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-left-radius($radius) {
+	-webkit-border-bottom-left-radius: $radius;
+	border-bottom-left-radius: $radius;
+	-webkit-border-top-left-radius: $radius;
+	border-top-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+// Box sizing
+@mixin box-model($box-model) {
+	-webkit-box-sizing: $box-model;
+	-moz-box-sizing: $box-model;
+	box-sizing: $box-model;
+}
+
+// Calc
+@mixin calc($property, $expression) {
+	#{$property}: -webkit-calc(#{$expression});
+	#{$property}: -moz-calc(#{$expression});
+	#{$property}: calc(#{$expression});
+}
+
+// Re-enable the VendorPrefix lint test
+// scss-lint:enable VendorPrefix
+
+// BP message boxes
+@mixin message-box($background, $text-color: null) {
+
+	@if $text-color {
+		// if a param was passed through
+		$text-color: $text-color;
+	} @else {
+		$text-color: darken($background, 50%);
+	}
+
+	background: lighten($background, 10%);
+	border: 1px solid darken($background, 10%);
+	color: $text-color;
+}
+
+// 2011 font family
+@mixin default-font-sans() {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+// Variables: color definitions
+$body-text:          #373737;
+$content-background: #fff;
+$off-white:          lighten(#f9f8ee, 0.7);
+$cream-background:   #f7f5e7;
+$light-background:   #f7f7f7;
+$medium-background:  #ccc;
+$dark-background:    #555;
+$border-color:       #d4d0ba;    // border color is varied using rgba
+$border-light:       #eaeaea; // BP dividers
+$border-med:         #ddd;
+$background-hover:   #db572f; // 2011 link background hover
+$bp-button-hover:    #ededed; // this is the default BP button hover background
+$notice-error:       #c85a6e;
+$notice-warning:     #d05656;
+$notice-info:        #9fd1e2;
+$notice-update:      #ced98c;
+$stripe-odd:         #ebf0ff;
+$stripe-even:        #dbe5ff;
+$unread:             #9dc3c8;
+$link-action:        #c82b2b;
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyeleven theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyeleven this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+
+
+.buddypress {
+	// Remove any empty clearing elements, CSS provides clearing.
+	div.clear {display: none;}
+
+} // .buddypress (body class)
+
+// 2011 page templates do not support sidebars, page entry element kept to a
+// narrow width - we override this to allow bp-user screens to
+// maximise screen real estate.
+
+// Main dir pages: sidebar or not to sidebar
+// If no sidebar lets fatten the contents girth
+// User account single screens never have a sidebar
+body.buddypress:not(.page-template-sidebar-page) {
+
+	#content {
+		margin: 0 10% 0;
+		width: auto;
+
+		.entry-header,
+		.entry-content {
+			width: auto;
+		}
+	}
+}
+
+// Reduce the top padding for single pages, too extreme for BP screens.
+.buddypress.singular.page {
+	.hentry {
+		padding-top: 0;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+
+
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+
+// We have a need to override BP specifity
+// so some rulesets sets will appear over weighted in selectors
+/* Here we start things off */
+#buddypress {
+
+	// active/current states all navs
+	div.item-list-tabs {
+		ul {
+			li.selected,
+			li.current {
+				a {
+					background: inherit;
+					opacity: 1;
+				}
+			}
+		}
+	}
+	// global nav styles
+	div.item-list-tabs {
+		ul {
+			overflow: hidden;
+			padding: 0;
+
+			li {
+				a {
+
+					&:focus,
+					&:hover {
+						color: #555;
+					}
+					// Keep links from inheriting :visited states
+					&:visited {
+						color: #21759b;
+					}
+
+					span {border-radius: 25%;}
+				}
+
+			}
+		}
+	} // close item-list-tabs
+
+} // close #buddypress
+
+// .bp-user #object-nav @ small screen as a dropdown
+
+.bp-user {
+
+	#buddypress {
+
+		@include max450 {
+
+			#object-nav {
+				border: 1px solid $border-light;
+				overflow: visible;
+				padding: $spacing-val-xs;
+
+				ul {
+					border: 0;
+					height: 0;
+					// all latest vendor releases handle transitions, so no prefixes used.
+					transition: height 0.3s ease-in-out 0.7s;
+					visibility: hidden;
+				}
+
+				&:before {
+					content: "Menu \021E9";
+					display: inline;
+					opacity: 0.7;
+				}
+
+				&:focus,
+				&:hover,
+				&:active {
+					&:before {content: "Menu \021E7";}
+
+					ul {
+						min-height: 320px;
+						opacity: 1;
+						visibility: visible;
+					}
+				}
+			}
+
+			#subnav {
+				clear: both;
+			}
+
+		} // close @media
+	}
+}
+
+/*__ Horizontal menus __*/
+#buddypress {
+
+	#object-nav {
+
+		ul {
+			overflow: hidden;
+
+			li {
+				float: none;
+			}
+
+			@include max650 {
+
+				li:not(:last-child) {
+					border-bottom: 1px solid $border-light;
+				}
+
+				li:not(.selected) {
+
+					&:focus,
+					&:hover {
+						background: darken($light-background, 2%);
+					}
+				}
+
+			} // close @media
+
+			@include medium-up {
+
+				li {
+					float: left;
+				}
+			}
+
+		}
+	}
+
+	div#subnav.item-list-tabs {
+		margin-top: 0;
+
+		ul {
+			border-bottom: 0;
+			border-top: 1px solid $border-color;
+			margin-top: $spacing-val-xs;
+			padding: 0;
+
+			li.last {
+				background: $content-background;
+				float: right;
+				margin-top: 0;
+				padding: $spacing-val-xs 0 $spacing-val-xs;
+				text-align: right;
+				width: 230px;
+
+				@include max450 {
+					float: none;
+					width: auto;
+				}
+
+				select,
+				select:focus {
+					background: transparent;
+					border: 0;
+					outline: 0;
+					padding: 0;
+				}
+
+				select,
+				label,
+				option {
+					@include font-size(14);
+				}
+
+				select {
+					font-style: italic;
+
+					option {
+						font-style: normal;
+					}
+				}
+			}
+
+		} // close ul
+	} // close #subnav
+
+} // close #buddypress
+
+.bp-user {
+	#buddypress {
+		div#subnav.item-list-tabs {
+			li.last {
+				margin-left: 0;
+				text-align: right;
+
+				@include max450 {
+					clear: left;
+					float: none;
+					margin-left: 10px;
+					text-align: left;
+				}
+			}
+		}
+	}
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+
+// This block contains rules to re-factor the item-body structural element
+// to sit alongside the vert menu
+
+// The pages templates in 2011 do not support sidebars
+
+@include large-up {
+
+	body.bp-user {
+		#buddypress {
+
+			#item-header,
+			#item-body {
+				background: $content-background;
+			}
+
+			#object-nav {
+				border-right: 1px solid $border-med;
+				float: left;
+				margin-right: -1px;
+				width: 200px;
+
+				ul {
+					background: none;
+					border-bottom: 0;
+					padding: 0;
+
+					li {
+						float: none;
+						overflow: hidden;
+
+						&.selected {
+							background: #ddd;
+						}
+
+						span {
+							background: $content-background;
+							border-radius: 10%;
+							float: right;
+							margin-right: 2px;
+						}
+					}
+				}
+			}
+
+			#item-body {
+				border-left: 1px solid $border-med;
+				overflow: hidden;
+				padding: 0 0 0 $spacing-val-md;
+				width: auto;
+
+				#subnav {
+					margin: 0 0 0 (-$spacing-val-md);
+
+					ul {margin-top: 0;}
+				}
+			}
+
+		} // close  #buddypress
+	} // close body.bp-user
+} // close @media
+
+
+// Tabbed Nav styling
+// Primarilly used for group create screens & ? directory nav.
+
+@include medium-up {
+	#main {
+		#buddypress {
+
+			#group-create-tabs.item-list-tabs {
+
+				ul:before,
+				ul:after {
+					content: " ";
+					display: table;
+				}
+
+				ul:after {
+					clear: both;
+				}
+
+				ul {
+					background: none;
+					border: 0;
+					border-bottom: 1px solid $border-med;
+					overflow: visible;
+					padding-bottom: 0;
+
+					li {
+						float: left;
+						width: auto;
+					}
+
+					li.selected,
+					li.current {
+						border: 1px solid $border-med;
+						border-bottom-color: $content-background;
+						@include border-top-radius(4px);
+						margin-bottom: -1px;
+
+						a {
+							background: none;
+							color: $body-text;
+							outline: none;
+						}
+					}
+				}
+
+			} // close .item-list-tabs
+
+			#subnav {
+				ul {
+					border-bottom: 0;
+				}
+
+			} // close #subnav
+		} // close #buddypress
+	}
+} // close @media
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+
+#buddypress {
+
+	div.pagination {
+		box-shadow: none;
+		min-height: 0;
+
+		&:before,
+		&:after {
+			height: 0;
+			width: 0;
+		}
+
+		.pag-count {margin-left: 0;}
+		.pagination-links {
+			margin-right: 0;
+
+			span,
+			a {
+				height: auto;
+				line-height: 1;
+				padding: 5px;
+			}
+
+			.prev,
+			.next {
+				background-color: transparent;
+				color: inherit;
+				overflow: visible;
+				width: auto;
+				&:before {display: none;}
+			}
+
+			.prev {
+				left: auto;
+				position: static;
+			}
+
+			.next {
+				position: static;
+				right: auto;
+			}
+		} // close .pagination-links
+	} // close .pagination
+} // close #buddypress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+
+// Trying to position the action div absolute has bad consequences where
+// aditional items are displayed, floating is an alternative that
+// allows natural flow expansion.
+// This block:
+// * Manages li items, Stacks them small screen, floated left at wider screens.
+// * Adjusts display of action buttons at small screen mobile up.
+// Adjusts Meta items to match 2011 font-family
+
+#buddypress {
+	ul.item-list {
+		border-top: 0;
+
+		li {
+			overflow: hidden !important;
+
+			// Undo BP floats to center avatars initially mobile up
+			.item-avatar {
+				margin-bottom: $spacing-val-sm;
+
+				@include medium-up {
+					margin-bottom: 0;
+				}
+
+				text-align: center;
+
+				a {border-bottom: 0;}
+
+				img.avatar {
+					display: inline-block;
+					float: none;
+					margin-bottom: $spacing-val-sm;
+
+					// small device: move avatars to the left(right)
+					@include small-up {
+						display: block;
+						float: left;
+					}
+				}
+			} //close .item-avatar
+
+			.item {
+
+				// counter the BP rule
+				margin-left: 0;
+				overflow: hidden;
+
+				.item-meta {
+					text-align: center;
+
+					@media screen and (min-width: 61.5625em) {
+						text-align: left;
+					}
+				}
+
+				span.activity {
+					font-style: italic;
+				}
+
+				.item-desc {
+					margin-left: 0;
+					width: 94%;
+				}
+
+				.item-title {
+					@include font-size(16);
+					line-height: 1.2;
+					text-align: center;
+
+					@include small-up {
+						text-align: left;
+					}
+
+					width: 100%;
+
+					> a {
+						text-decoration: none;
+
+						&:visited { color: #21759b;}
+					}
+
+					.update {
+						display: block;
+						@include font-size(12);
+
+						@include medium-up {
+							@include font-size(14);
+						}
+
+						padding: $spacing-val-sm 0;
+						text-align: left;
+					}
+				}  // close .item-title
+
+			} // close .item
+
+			@include medium-up {
+				.item-avatar,
+				.item,
+				.action {
+					float: left;
+				}
+
+				.item {
+					left: 5%;
+					margin-left: 0;
+					position: relative;
+					width: 55%;
+
+					.item-title {
+						@include font-size(18)
+					}
+				}
+
+			}// close medium-up
+
+			div.action {
+				clear: left;
+				float: none;
+				margin: 0;
+				// remove BP margin left
+				margin-left: 0;
+				padding: $spacing-val-sm 0 $spacing-val-xs;
+
+				// push the actions to the right
+				@include medium-up {
+					clear: none;
+					float: right;
+					margin-bottom: 0;
+					padding: 0;
+				}
+
+				position: relative;
+				text-align: left;
+				top: 0;
+
+				div {
+					display: inline-block;
+					margin: $spacing-val-xs 0;
+					width: 100%;
+
+					a {
+						display: block;
+					}
+					// Provisionally lets keep the 'action' div
+					//position but inline-block the buttons
+
+					@media screen and (min-width: 37em) {
+						// keep buttons to a row small tablet up
+						margin: 0 $spacing-val-sm 5px 0;
+						width: auto;
+					} // close @media
+
+					@include medium-up {
+						// take buttons to block to stack them when floated right
+						clear: right;
+						float: right;
+						margin: 0 0 $spacing-val-sm 0;
+					} // close @media
+
+				} // close div
+
+				.meta {
+					font-style: italic;
+				}
+
+			} // close .action
+
+		} // close li
+	} // close .item-list
+} // close #buddypress
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+
+#buddypress {
+	form#whats-new-form {
+
+		// Line-height issue inherited from BP rules, override.
+		p.activity-greeting {
+			line-height: 1.4;
+		}
+
+		// corrective measure for clipped elements due to JS inline styling
+
+		@include max650 {
+			#whats-new-content {
+				clear: left;
+				margin: $spacing-val-sm 0 $spacing-val-md;
+				padding: $spacing-val-sm 0 0;
+			}
+		}
+
+		#whats-new-content.active {
+			#whats-new-options[style] {
+				#whats-new-post-in-box {
+					border: 1px solid rgba($border-color, 0.5);
+					float: left;
+					@include font-size(12);
+					line-height: 1.6;
+					margin-top: 12px;
+					padding-left: 0.2em;
+					width: 100%;
+
+					select {
+						background: none;
+						border: 0;
+						float: right;
+						margin: 0;
+						max-width: 220px;
+						min-height: 1.5em;
+						padding: 0 0 0 0.4em;
+					}
+				}
+
+				@media screen and (min-width: 30em) {
+					#whats-new-post-in-box {
+						width: auto;
+					}
+
+					#whats-new-submit {
+						@include font-size(12);
+						float: right;
+
+						input {
+							padding: 0 6px;
+						}
+					}
+				}
+
+			} // close #whats-new-options
+		} // close #whats-new-content.active
+
+	} // close #whats-new-form
+
+	// User account form requires matching bp default specificity
+	#item-body {
+		form#whats-new-form {
+			margin: $spacing-val-lg 0;
+		}
+	}
+} // close #buddypress
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+
+#buddypress {
+
+	#activity-stream {
+
+		// re-size activity avatars and stack small screen
+		// refactor main elements positioning medium up.
+		li {
+			padding: 25px 0 15px;
+
+			&.load-newest {
+				a {
+					display: block;
+				}
+			}
+
+			.activity-avatar {
+				float: none;
+				text-align: center;
+
+				a {
+					display: inline-block;
+
+					img.avatar {
+						display: inline;
+						float: none;
+						height: 60px;
+						margin-bottom: $spacing-val-md;
+						margin-left: 0;
+						width: 60px;
+					}
+				}
+			} // close .activity-avatar
+
+			.activity-content,
+			.activity-comments {
+				margin-left: 0;
+			}
+
+			.activity-header {
+				@include font-size(14);
+
+				a:visited {
+					color: #21759b;
+				}
+			}
+
+			.activity-inner {
+				img {height: auto;}
+			}
+
+			@include medium-up {
+
+				.activity-avatar {
+					float: left;
+					margin-right: $spacing-val-sm;
+					text-align: left;
+
+					a {
+						border-bottom: 0;
+					}
+				}
+
+				.activity-content {
+					margin: 0;
+					overflow: hidden;
+
+					.activity-header {
+						@include font-size(16);
+					}
+				}
+
+				.activity-comments {
+					margin-left: 70px;
+				}
+
+			} // close @media
+
+		} // close li
+
+		li.mini {
+			.activity-avatar {
+				a {
+					img.avatar {
+						height: 30px;
+						margin-left: 15px;
+						width: 30px;
+					}
+				}
+			}
+
+			.activity-content {
+				.activity-header {
+					@include font-size(14);
+				}
+
+				.activity-meta {
+					a {
+						@include font-size(12);
+					}
+				}
+			}
+		} // close li.mini
+
+		.activity-content {
+			margin-top: -12px;
+
+			.activity-header {
+				line-height: inherit;
+				margin-right: 0;
+
+				p {
+					border-bottom: 1px solid rgba($border-light, 0.6);
+					margin-top: 0;
+					padding: 0 0.2em;
+				}
+
+				img.avatar {
+					display: inline-block;
+					margin-bottom: 0 !important; // have to match to BP
+				}
+			} // close .activity-header
+
+			.activity-meta {
+				a {
+					display: block;
+					@include font-size(14);
+					margin-bottom: $spacing-val-xs;
+
+					@include medium-up {
+						float: left;
+						margin-bottom: 0;
+					}
+
+					padding: 0.2em 0.5em;
+				}
+			}
+
+		} // close .activity-content
+
+		.load-more {
+			background: $light-background;
+			border: 1px solid transparent;
+			padding: $spacing-val-sm;
+
+			&:focus,
+			&:hover {
+				background: darken($light-background, 1%);
+				border: 1px solid rgba(#9fd1e2, 0.3);
+			}
+
+			a {
+				display: block;
+			}
+		}
+
+	} // close #activity-stream
+} // close #buddypress
+
+/* Single activity view  - activity permalink */
+
+.activity-permalink {
+	#buddypress {
+		#activity-stream {
+
+			li.activity-item {
+				padding: $spacing-val-md;
+			}
+
+			li.mini {
+				.activity-header {
+					@include font-size(16);
+					@include medium-up {
+						@include font-size(20);
+					}
+
+					margin-bottom: $spacing-val-lg;
+					p {padding: $spacing-val-md;}
+				}
+			} // close li.mini
+
+			.activity-comments {
+				margin-left: 0;
+			}
+
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress {
+
+	#activity-stream {
+
+		.activity-comments {
+			position: relative;
+
+			> ul {
+				background: rgba($light-background, 0.6);
+				margin: $spacing-val-sm 0 0 2px;
+
+				> li {
+
+					&:hover * {
+						color: #555;
+					}
+
+					.acomment-meta,
+					.acomment-content {
+						@include font-size(12);
+					}
+
+				}
+
+			}
+
+			.ac-form {
+				border: 1px solid $border-color;
+				box-sizing: border-box;
+				margin: $spacing-val-sm 0;
+				width: 100%;
+
+				input[type="submit"],
+				.ac-reply-cancel {
+					color: rgba($body-text, 0.8);
+					display: inline-block;
+					font-family: inherit;
+					@include font-size(12);
+					font-weight: normal;
+					line-height: 1.2;
+					padding: 4px 10px;
+					text-transform: lowercase;
+					width: 100px;
+				}
+
+				.ac-reply-cancel {
+					border: 1px solid rgba($border-color, 0.7);
+					text-align: center;
+
+					&:focus,
+					&:hover {
+						background: $bp-button-hover;
+					}
+				}
+
+			} // close .ac-form
+
+		} // close .activity-comments
+
+	} // close #activity-steam
+
+} // close #buddypress
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+
+#buddypress {
+	#members-list {
+
+		@include medium-up {
+			li {
+				.item-avatar,
+				.item {
+					float: left;
+				}
+
+				.action {
+					float: right;
+				}
+			}
+		}
+
+	} // close #members-list
+} //close #BuddyPress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+
+#buddypress {
+	#signup_form.standard-form {
+
+		#profile-details-section,
+		#basic-details-section,
+		#blog-details-section {
+			float: none;
+			width: 100%;
+
+			@media screen and (min-width: 37.500em) {
+				width: 48%;
+			}
+		}
+
+		@media screen and (min-width: 37.500em) {
+			#profile-details-section {float: right;}
+			#basic-details-section {float: left;}
+		}
+
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+
+.bp-user {
+	#buddypress {
+		// On object nav links, table links (notifications etc) we don't really need :visited
+		// inheritance, so set pseudo class to :link color.
+		a {
+			&:visited {
+				color: #21759b;
+			}
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+
+.bp-user,
+.single-item.groups {
+	#buddypress {
+		#item-header-content {
+			#item-meta {
+				@include font-size(14);
+				text-align: left;
+
+				p {margin-bottom: 0.5em;}
+			}
+		}
+	}
+
+	@media screen and (max-width: 37.500em) {
+		h1,
+		#item-header-content {
+			text-align: center;
+		}
+	}
+
+	@media screen and (max-width: 46.25em) {
+		main {
+			header.entry-header {
+				padding-bottom: 1rem;
+			}
+		}
+	}
+
+	#buddypress {
+		@media screen and (max-width: 37.500em) {
+			h1 {
+				margin-bottom: 0;
+			}
+
+			#item-header-avatar {
+				img.avatar {
+					margin-right: 0;
+				}
+			}
+
+			#item-header-content {
+				width: 100%;
+
+				.user-nicename {
+					color: #555;
+				}
+			}
+		} // close @media
+
+		@media screen and (max-width: 46.25em) {
+			#item-header {
+				.generic-button {
+					float: none;
+					margin: 1.5em 0 0 0;
+				}
+			}
+		}
+	} // close #buddypress
+
+}
+
+// Manage cover images
+@include max800 {
+	#buddypress {
+		#item-header-cover-image {
+			#item-header-content {
+				.user-nicename {
+					color: #555;
+					text-shadow: none;
+				}
+			}
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+
+.single-item.groups {
+	#buddypress {
+		@media screen and (max-width: 46.25em) {
+			#item-header {
+				#item-meta {
+					margin-bottom: $spacing-val-md;
+				}
+			}
+		}
+
+		// Move visual flow of avatar & item-actions at narrow width,
+		// avatar first after group title
+		@media screen and (max-width: 50em) {
+			div#item-header {
+				display: flex;
+				flex-direction: column;
+
+				#item-header-avatar {
+					order: 1;
+					text-align: center;
+
+					a {
+						border-bottom: 0;
+
+						img {
+							display: inline-block;
+							float: none;
+						}
+					}
+				}
+
+				#item-header-content {
+					order: 2;
+				}
+
+				#item-actions {
+					order: 3;
+
+					h3 {
+						border-bottom: 1px solid $border-light;
+						text-align: center;
+					}
+				}
+			}
+		} // close @media
+
+		div#item-header {
+			padding-bottom: $spacing-val-lg;
+
+			#item-header-content {
+				@include box-model(border-box);
+			}
+
+			div#item-actions {
+				margin: 0 !important;
+				width: 100%;
+
+				@media screen and (min-width: 50em) {
+					border-left: 1px solid $border-light;
+					clear: none;
+					float: right;
+					padding-left: 0.2em;
+					width: 30%;
+				} // close @media
+
+				@media screen and (min-width: 46.25em) {
+					width: 40%;
+				}
+
+				ul {
+					margin-top: 0;
+					padding-left: 0;
+				}
+
+				h3 {
+					@include font-size(14);
+					font-weight: bold;
+					line-height: 1.4;
+				}
+
+				#group-admins,
+				#group-mods {
+					li {
+						margin: 0;
+					}
+				}
+
+			} // close item-actions
+
+			@include medium-up {
+
+				#item-header-avatar,
+				#item-header-content {
+					float: left;
+				}
+
+				#item-header-content {
+					margin-left: 2%;
+					padding: 0 0.5em;
+				}
+
+				div#item-actions {
+					float: right;
+					width: 28%;
+				}
+
+			} // close @media
+
+			@media screen and (min-width: 64em) {
+				#item-header-content {
+					width: 40%;
+				}
+			}
+		} // close #item-header
+	} // close #buddypress
+
+	// These rules handle the specific instance of Cover Images on single groups
+	// activated & attempt to address positioning concerns arising from themes
+	// breakpoints.
+	// Due to cover image styles being applied via embedded styles & thus carrying
+	// heavier weight than linked styles the use of !important to override may be required.
+	#buddypress {
+		#cover-image-container {
+			#item-header-cover-image {
+
+				#item-actions {
+					margin-top: 225px !important;
+				}
+
+				@media screen and (min-width: 50em) and (max-width: 60em) {
+					#item-header-content {
+						max-width: 60% !important;
+						width: 60% !important;
+					}
+				}
+
+				@media screen and (max-width: 64em) {
+
+					#item-actions {
+						border: 0;
+						clear: both;
+						margin-top: 0 !important;
+						max-width: 100% !important;
+						padding-top: 0 !important;
+						width: auto;
+
+						h3 {border-bottom: 1px solid $border-light;}
+					}
+				} // @media
+			}
+		}
+	}
+
+} // close .single-item.groups
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+
+.bp-user {
+	#buddypress {
+		#item-header {
+
+			#item-header-avatar {
+				text-align: center;
+
+				img.avatar,
+				a {
+					border-bottom: 0;
+					display: inline-block;
+					float: none;
+				}
+			}
+
+			#item-header-content {
+				#item-buttons {
+					.generic-button {
+						margin-right: 5px;
+					}
+				}
+			}
+
+			@include medium-up {
+				#item-header-avatar {
+					float: left;
+
+					a {
+						float: left;
+					}
+				}
+
+				#item-header-content {
+					float: right;
+					margin-right: 0%;
+					width: 69%;
+				}
+
+			} // close @media
+
+		} // close #item-header
+
+	} // close #buddypress
+} // close .bp-user
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+
+// headings settings screens & general global settings styles
+.groups {
+	#group-settings-form {
+		h4 {
+			background: $dark-background;
+			color: $content-background;
+			padding: 0.2em;
+		}
+	}
+}
+
+.groups.edit-details {
+	#group-settings-form {
+
+		label {
+			margin-bottom: 0;
+			padding: 0.2em;
+			width: 80%;
+		}
+
+		textarea + p label {
+			background: none;
+			color: inherit;
+			@include font-size(14);
+			width: auto;
+		}
+
+		textarea {
+			height: auto;
+			min-height: 100px;
+			overflow: auto;
+		}
+	}
+} // close .groups.edit-details
+
+.groups.group-settings {
+	#group-settings-form {
+
+		div.radio label {
+			font-weight: bold;
+			padding: 0.2em;
+
+			ul {
+				color: rgba($body-text, 0.6);
+				@include font-size(14);
+			}
+		}
+
+	}
+} // close .groups.group-settings
+
+.groups.group-avatar {
+
+	form > p {
+		margin-top: $spacing-val-md;
+	}
+
+}
+
+.groups.manage-members {
+	#group-settings-form {
+		.item-list {
+			li {
+				border-bottom: 1px solid $border-light;
+
+				img,
+				h5 {
+					@include medium-up {
+						float: left;
+					}
+
+					> a {border-bottom: 0;}
+				}
+
+				span.small {
+					clear: left;
+					display: block;
+					float: none;
+					margin-top: $spacing-val-sm;
+					width: 100%;
+
+					a {
+						display: block;
+						margin: $spacing-val-xs 0;
+
+						@include medium-up {
+							display: inline-block;
+						}
+					}
+				}
+
+				h5 {
+					margin: 0;
+				}
+
+			}
+		}
+	}
+} // close .groups.manage-members
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+
+// Massage the members search for groups nav specifically.
+.groups.group-members {
+	#subnav {
+		li {
+			@include max450 {
+				background: $content-background;
+				padding: $spacing-val-md 0;
+			}
+
+			width: 100%;
+
+			#search-members-form {
+				float: right;
+
+				label {
+					input[type="text"] {
+						box-shadow: none;
+
+						@include max450 {
+							width: 100%;
+						}
+					}
+				}
+
+				margin: $spacing-val-xs 0 0 0;
+			}
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user {
+
+	#buddypress {
+
+		table {
+			th {@include font-size(13)}
+			td {@include font-size(12)}
+
+			@include medium-up {
+				th {@include font-size(16)}
+				td {@include font-size(14)}
+			}
+		}
+
+		.pag-count {font-style: italic;}
+
+		.notifications-options-nav,
+		.messages-options-nav {
+			float: left;
+			width: 100%;
+
+			@media screen and (min-width: 37.500em) {
+				width: 40%;
+			}
+
+			select,
+			input {
+				@include font-size(14);
+				outline: 0;
+				padding: 0;
+			}
+
+			select {
+				float: left;
+				margin-right: 0;
+				width: 49%;
+
+				@media screen and (min-width: 37.500em) {
+					width: auto;
+				}
+			}
+
+			input {
+				float: left;
+				font-family: inherit;
+				line-height: 20px;
+				margin-left: 1%;
+				width: 50%;
+
+				@media screen and (min-width: 37.500em) {
+					width: auto;
+				}
+
+				&[disabled="disabled"]:focus,
+				&[disabled="disabled"]:hover {
+					background: none;
+				}
+			}
+
+		} // close .notifications-options-nav/messages-options-nav
+
+	} //close #buddypress
+} // close .bp-user
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		.profile {
+			.bp-widget {
+				h4 {
+					background: lighten($dark-background, 10%);
+					color: #fff;
+					margin-bottom: 0;
+					padding: 0.4em;
+				}
+
+				table {margin-top: 0;}
+			}
+
+			// Edit profile
+
+			#profile-edit-form {
+				.button-nav:before,
+				.button-nav:after {
+					content: " ";
+					display: table;
+				}
+
+				.button-nav:after {
+					clear: both;
+				}
+
+				ul.button-nav {
+					border-bottom: 1px solid $border-light;
+					margin-left: 0;
+
+					li {
+						float: left;
+						margin-bottom: 0;
+
+						&.current {
+							border: 1px solid $border-light;
+							border-bottom-color: #fff;
+							margin-bottom: -1px;
+						}
+					} // li
+
+					a {
+						background: none;
+						border: 0;
+						@include font-size(18)
+					}
+				} //.button-nav
+
+				.field-visibility-settings-toggle {
+					margin: $spacing-val-xs 0 $spacing-val-md;
+				}
+
+				.field-visibility-settings-toggle,
+				.field-visibility-settings {
+					@include font-size(14);
+				}
+
+				.field-visibility-settings-close,
+				.visibility-toggle-link {
+					background: lighten($dark-background, 10%);
+					@include border-radius(2px);
+					color: #eee;
+					font-weight: bold;
+					padding: 0.1em 0.5em;
+					text-decoration: none;
+
+					&:focus,
+					&:hover {
+						color: #fff;
+					}
+				}
+			} // close profile form
+
+			.bp-avatar {
+				#bp-delete-avatar {
+					a {font-size: inherit; }
+				}
+			}
+		} // close .profile
+
+	} // close #buddypress
+} // close .bp-user
+
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		#message-thread {
+			//Single message view
+			a {
+				border-bottom: 0;
+			}
+
+			#message-subject {
+				background: lighten($dark-background, 10%);
+				color: $content-background;
+				padding: 0.3em 0 0.3em 0.2em;
+			}
+
+			#message-recipients {
+				font-style: italic;
+
+				a.confirm {
+					border: 1px solid $border-light;
+					font-style: normal;
+				}
+
+				.highlight {
+					font-size: 100%;
+				}
+			}
+
+			.message-metadata {
+				overflow: hidden;
+
+				img.avatar {
+					float: none;
+				}
+
+				@media screen and (min-width: 46.25em) {
+					img.avatar {
+						float: left;
+					}
+				}
+
+				.message-star-actions {
+					float: right;
+					margin-right: $spacing-val-xs;
+					position: static;
+				}
+			} // close .message-meta
+
+			.message-content {
+				background: $light-background;
+				border: 1px solid $border-light;
+				margin: $spacing-val-sm 0 0 0;
+				padding: 0.3em;
+			}
+
+			#send-reply {
+				.message-content {
+					background: $content-background;
+					border: 0;
+				}
+			}
+
+			.alt {
+				background: $content-background;
+			}
+
+		} // close message-thread  Singular view!
+
+		#message-threads {
+
+			thead {
+				tr {
+					background: lighten($dark-background, 10%);
+				}
+			}
+
+			tr {
+				td {
+					background: $content-background;
+					box-sizing: border-box;
+					display: inline-block;
+					float: left;
+				}
+
+				td.thread-star,
+				td.thread-options {
+					border-bottom: 1px solid $medium-background;
+					height: 2.4em;
+					padding-bottom: 0.2em;
+					padding-top: 0.2em;
+
+					@media screen and (max-width: 46.25em) {
+						padding-top: 0;
+					}
+				}
+
+				td.thread-star {
+					vertical-align: middle;
+
+					.message-action-star,
+					.message-action-unstar {
+						line-height: 1.2;
+					}
+
+					span.icon:before {
+						@include font-size(14);
+					}
+				}
+
+				td.bulk-select-check,
+				td.thread-from {
+					height: 3em;
+
+					@media screen and (max-width: 37.500em) {
+						height: 5.2em;
+					}
+				}
+
+				td.thread-from,
+				td.thread-options {
+					border-left: 0 !important;
+					@include calc(width, "100% - 30px");
+					margin-left: 0;
+				}
+
+				td.thread-info {
+					padding-left: 41px;
+					width: 100%;
+
+					a::after {
+						content: " \2016 \00a0"attr(title);
+						@include font-size(12);
+					}
+				}
+
+				td.thread-options {
+					text-align: right;
+
+					a {
+						@include font-size(12);
+						line-height: 1.2;
+					}
+				}
+
+				span.from {
+					display: none;
+				}
+
+				span.activity {
+					display: block;
+					float: right;
+					line-height: 2;
+
+					@media screen and (max-width: 37.500em) {
+						clear: both;
+						@include font-size(11);
+						width: 100%;
+					}
+				}
+			}
+
+			tr.unread {
+				td {
+					border-color: $border-light;
+				}
+			}
+
+			th {
+				display: none;
+			}
+
+			th.bulk-select-all {
+				border-bottom: 0;
+				display: inline-block;
+				text-align: left;
+			}
+
+			th.bulk-select-all,
+			td.bulk-select-check,
+			td.thread-star {
+				border-right: 0;
+				width: 30px;
+			}
+		}
+
+		#send_message_form {
+			input,
+			textarea {
+				box-sizing: border-box;
+			}
+		}
+
+		.acfb-holder {
+			list-style: none;
+
+			li {margin-left: 0;}
+
+			li.friend-tab {
+				background: lighten($notice-info, 20%);
+				border: inherit;
+				margin-right: 0;
+				padding: 0.5em;
+
+				span.p {
+					// the 'X' close
+					padding-left: $spacing-val-sm;
+
+					&:focus,
+					&:hover {
+						color: $link-action;
+						cursor: pointer;
+					}
+				}
+
+				a {
+					border-bottom: 0;
+					text-decoration: none;
+
+					img {
+						// this is the tiny user avatar
+						display: inline;
+						height: 20px;
+						vertical-align: middle;
+						width: 20px !important; // override inline style
+					}
+				}
+			}
+		}
+
+		#message-threads.sitewide-notices {
+			tr {margin: 3em 0;}
+			td {
+				width: 100%;
+
+				strong {
+					background: lighten($dark-background, 10%);
+					color: $content-background;
+					display: block;
+					margin-bottom: 0.4em;
+					padding-left: 0.2em;
+				}
+
+				a {
+					display: inline-block;
+				}
+
+				a.button {
+					border: 1px solid $border-color;
+					line-height: initial;
+					padding: 0.4em 0.3em;
+				}
+			}
+
+			td:first-child {
+				display: none;
+			}
+
+			td:nth-child(2) {
+				strong {
+					margin: -8px -8px 8px;
+				}
+			}
+
+			td:first-child + td + td {
+				// notice date
+				border-bottom: 0;
+
+				span {
+					line-height: 1;
+				}
+			}
+
+			td:last-child {
+				// notice actions
+				line-height: 1;
+				padding-bottom: 1em;
+				text-align: right;
+
+				a:last-child {
+					// hide the 'x' text
+					line-height: 0;
+					margin-left: 0.7em;
+					text-indent: -999em;
+				}
+
+				a:last-child::after {
+					content: attr(title);
+					display: block;
+					line-height: initial;
+					text-indent: 0;
+				}
+			}
+		}
+
+	} // #buddypress
+
+	// acfb auto complete name list sits in doc footer before body close
+	.ac_results {
+		background: #eee;
+		padding-left: $spacing-val-sm;
+
+		li {
+			margin: $spacing-val-sm 0;
+
+			&:focus,
+			&:hover {
+				cursor: pointer;
+			}
+
+			img { vertical-align: bottom;}
+
+		}
+	}
+
+} // close .bp-user
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		#settings-form {
+
+			// 'p' = email notification screen sub heading
+			> p {
+				@include font-size(20);
+				margin: $spacing-val-md 0 $spacing-val-sm;
+			}
+		}
+
+		table.notification-settings {
+			td.yes,
+			td.no {
+				vertical-align: middle;
+			}
+		}
+
+		// Profile table td widths
+		table.profile-settings {
+			width: 100%;
+
+			th.field-group-name,
+			td.field-name {
+				width: 50%;
+			}
+
+			@media screen and (min-width: 46.25em) {
+				th.field-group-name,
+				td.field-name {
+					width: 70%;
+				}
+			}
+
+			th.title,
+			td.field-visibility {
+				width: 30%;
+			}
+
+			td.field-visibility {
+				select {width: 100%;}
+			}
+		}
+
+	} // close #buddyPress
+
+} // close .bp-user
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+
+
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+
+// Attempt to reset form control widths
+#main {
+	#buddypress {
+		.standard-form {
+
+			li {float: none;}
+			input[type='text'],
+			input[type='email'],
+			input[type='password'],
+			textarea {
+				width: 100%;
+			}
+		}
+	}
+}
+
+
+#buddypress {
+
+	// Match BP form elements to Themes(2012) styling where styles
+	// are not inherited or being overriden.
+	div.activity-comments {
+
+		form {
+			.ac-textarea {
+				background: $light-background;
+				border: 1px solid rgba($border-color, 0.5);
+
+				textarea {
+					background: none;
+					border: 0;
+				}
+			}
+		}
+	}
+
+	.standard-form {
+
+		// Keep BP form element borders to 1px rather than 2013 2px
+		input[type="text"],
+		input[type="email"],
+		input[type="password"],
+		button,
+		select,
+		textarea {
+			border-color: rgba($border-color, 0.5);
+			border-width: 1px;
+		}
+
+	} // close .standard-form
+
+	#signup_form.standard-form {
+		div.submit {
+			float: none;
+
+			input {margin-right: 0;}
+		}
+	}
+
+} // close #buddypress
+
+#buddypress {
+	div.dir-search,
+	div.message-search,
+	li.groups-members-search {
+		float: none;
+		margin: $spacing-val-sm 0;
+
+		form { // *sigh* only to bludgeon over specified rules
+			border: 1px solid rgba($border-color, 0.6);
+			overflow: hidden;
+
+			label {
+				float: left;
+				width: 70%;
+			}
+
+			input[type='text'],
+			input[type='submit'] {
+				border: 0;
+				border-radius: 0;
+				box-shadow: none;
+				box-sizing: border-box;
+				@include font-size(14);
+				line-height: 1.8;
+				min-height: 2rem;
+			}
+
+			input[type='text'] {
+				border-right: 1px solid rgba($border-color, 0.6);
+				float: left;
+				margin: 0;
+				padding: 0 0.2em 0;
+				width: 70%;
+			}
+
+			input[type='submit'] {
+				float: right;
+				font-weight: normal;
+				padding: 0 1em;
+				text-align: center;
+				text-transform: none;
+				width: 30%;
+			}
+		} // close form
+
+	} // close .dir-search, .message-search
+
+	// Shift the search parent to the right and allow to shrinkwrap
+
+	@media screen and (min-width: 37.500em) {
+		div.dir-search,
+		div.message-search,
+		li.groups-members-search {
+			float: right;
+			margin-bottom: 5px !important;
+
+			form {
+				label,
+				input[type='text'],
+				input[type='submit'] {
+					width: auto;
+				}
+			}
+		}
+
+	} // close @media
+
+
+	@include large-up {
+
+		.dir-search,
+		.message-search {
+			form {
+				input[type='text'] { @include font-size(16) ;}
+				input[type='submit'] { @include font-size(16) ;}
+			}
+		}
+	}
+
+} // close #buddypress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user {
+	#buddypress {
+
+		table {
+			@include font-size(14);
+			margin: $spacing-val-md 0;
+
+			tr th {
+				background: lighten($dark-background, 10%);
+				border-color: darken($border-light, 20%);
+				color: $content-background;
+				@include font-size(16);
+				padding: 0 8px;
+				text-transform: capitalize;
+			}
+
+			tr td {
+				padding: 8px;
+			}
+
+			// Reduce the themes inherited paragraph margins in tables
+			p {margin-bottom: 0.5em;}
+		}
+
+		@media screen and (min-width: 55em) {
+			table {@include font-size(16);}
+		}
+
+		// Manage some table cells widths that are disproportionate to their content
+		.notifications,
+		.messages-notices {
+			th {
+				width: 30%;
+
+				&.bulk-select-all {
+					text-align: center;
+					width: 10%;
+				}
+			}
+
+			th.actions {
+				text-align: center;
+			}
+
+			.bulk-select-check,
+			.thread-star {
+				text-align: center;
+			}
+
+			.notification-actions,
+			td.thread-options {
+				text-align: center;
+
+				a {
+					display: inline-block;
+					margin: 0;
+					padding: 0;
+				}
+			}
+
+			// Notices action buttons, this maybe better moved, temp for now to address
+			// styling issues - this will need styling ideas
+			td {
+				.button {
+					border: 0;
+					display: block;
+					padding: 0;
+					text-align: center;
+				}
+			}
+
+		} // .notifications, .message-notices
+
+	} // #buddypress
+} // .bp-user
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+
+// message args ($variable-color, text-color)
+// Leave text-color undefined to automagically set text color
+// to background color darker by 50%
+
+#buddypress {
+	div#message {
+		p {
+			@include font-size(18);
+			font-weight: bold;
+		}
+
+		&.info {
+			p {
+				@include message-box($notice-info);
+			}
+		}
+
+		&.updated {
+			p {
+				@include message-box($notice-update);
+			}
+		}
+
+	} // close #message
+
+} // close  #buddypress
+
+// Without direct classes on our mesages ( 'warning' )
+// we need to use the body classes
+// todo: If this is class .warning is included in main BP styles remove from here
+.delete-group {
+	#buddypress {
+		div#message.info {
+			p {
+				@include message-box($notice-warning);
+			}
+		}
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentysixteen.scss b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentysixteen.scss
index 3d9bcf686..7c8be09a5 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentysixteen.scss
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentysixteen.scss
@@ -1356,8 +1356,6 @@ http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
 				}
 
 				h3 {
-					//background: $dark-background;
-					//color: $content-background;
 					@include font-size(14);
 
 					@media screen and (min-width: 46.25em) {
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.css
new file mode 100644
index 000000000..c463d466c
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.css
@@ -0,0 +1,1976 @@
+@charset "UTF-8";
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyten theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyten this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+.buddypress div.clear {
+	display: none;
+}
+
+body.page-template-onecolumn-page #main #container {
+	margin: 0;
+}
+
+body.page-template-onecolumn-page #content {
+	margin: 0 10% 0;
+	width: auto;
+}
+
+body.page-template-onecolumn-page #content .entry-header,
+body.page-template-onecolumn-page #content .entry-content {
+	width: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+/* Here we start things off */
+#buddypress div.item-list-tabs ul li.selected a,
+#buddypress div.item-list-tabs ul li.current a {
+	background: inherit;
+	opacity: 1;
+}
+
+#buddypress div.item-list-tabs ul {
+	overflow: hidden;
+	padding: 0;
+}
+
+#buddypress div.item-list-tabs ul li a:focus, #buddypress div.item-list-tabs ul li a:hover {
+	color: #555;
+}
+
+#buddypress div.item-list-tabs ul li a:visited {
+	color: #21759b;
+}
+
+#buddypress div.item-list-tabs ul li a span {
+	padding: 0 4px !important;
+}
+
+/*__ Horizontal menus __*/
+#buddypress #object-nav ul {
+	overflow: hidden;
+}
+
+#buddypress #object-nav ul li {
+	float: none;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #object-nav ul li {
+		float: right;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs {
+	margin-top: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul {
+	border-bottom: 0;
+	border-top: 1px solid #d4d0ba;
+	margin-top: 5px;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last {
+	background: #fff;
+	float: left;
+	margin-top: 0;
+	padding: 5px 0 5px;
+	text-align: left;
+	width: 230px;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last select:focus {
+	background: transparent;
+	border: 0;
+	outline: 0;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last label,
+#buddypress div#subnav.item-list-tabs ul li.last option {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select {
+	font-style: italic;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select option {
+	font-style: normal;
+}
+
+.bp-user #buddypress div#subnav.item-list-tabs li.last {
+	margin-right: 0;
+	text-align: left;
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+@media screen and (min-width: 800px) {
+	body.bp-user #buddypress #item-header,
+	body.bp-user #buddypress #item-body {
+		background: #fff;
+	}
+	body.bp-user #buddypress #object-nav {
+		border-left: 1px solid #ddd;
+		float: right;
+		margin-left: -1px;
+		width: 200px;
+	}
+	body.bp-user #buddypress #object-nav ul {
+		background: none;
+		border-bottom: 0;
+		padding: 0;
+	}
+	body.bp-user #buddypress #object-nav ul li {
+		float: none;
+		margin-bottom: 5px;
+	}
+	body.bp-user #buddypress #object-nav ul li a {
+		overflow: hidden;
+	}
+	body.bp-user #buddypress #object-nav ul li.selected {
+		background: #ddd;
+	}
+	body.bp-user #buddypress #object-nav ul li span {
+		background: #fff;
+		border-radius: 10%;
+		float: left;
+		margin-left: 2px;
+	}
+	body.bp-user #buddypress #item-body {
+		border-right: 1px solid #ddd;
+		overflow: hidden;
+		padding: 0 25px 0 0;
+		width: auto;
+	}
+	body.bp-user #buddypress #item-body #subnav {
+		margin: 0 -25px 0 0;
+	}
+	body.bp-user #buddypress #item-body #subnav ul {
+		margin-top: 0;
+	}
+}
+
+@media only screen and (min-device-width: 375px) {
+	#main #buddypress #group-create-tabs.item-list-tabs ul:before,
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		content: " ";
+		display: table;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		clear: both;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul {
+		background: none;
+		border: 0;
+		border-bottom: 1px solid #ddd;
+		overflow: visible;
+		padding-bottom: 0;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li {
+		float: right;
+		width: auto;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current {
+		border: 1px solid #ddd;
+		border-bottom-color: #fff;
+		-webkit-border-top-left-radius: 4px;
+		border-top-left-radius: 4px;
+		-webkit-border-top-right-radius: 4px;
+		border-top-right-radius: 4px;
+		background-clip: padding-box;
+		margin-bottom: -1px;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current a {
+		background: none;
+		color: #373737;
+		outline: none;
+	}
+	#main #buddypress #subnav ul {
+		border-bottom: 0;
+	}
+}
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+#buddypress div.pagination {
+	box-shadow: none;
+	min-height: 0;
+}
+
+#buddypress div.pagination:before, #buddypress div.pagination:after {
+	height: 0;
+	width: 0;
+}
+
+#buddypress div.pagination .pag-count {
+	margin-right: 0;
+}
+
+#buddypress div.pagination .pagination-links {
+	margin-left: 0;
+}
+
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a {
+	height: auto;
+	line-height: 1;
+	padding: 5px;
+}
+
+#buddypress div.pagination .pagination-links .prev,
+#buddypress div.pagination .pagination-links .next {
+	background-color: transparent;
+	color: inherit;
+	overflow: visible;
+	width: auto;
+}
+
+#buddypress div.pagination .pagination-links .prev:before,
+#buddypress div.pagination .pagination-links .next:before {
+	display: none;
+}
+
+#buddypress div.pagination .pagination-links .prev {
+	right: auto;
+	position: static;
+}
+
+#buddypress div.pagination .pagination-links .next {
+	position: static;
+	left: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+#buddypress ul.item-list {
+	border-top: 0;
+}
+
+#buddypress ul.item-list li {
+	overflow: hidden !important;
+}
+
+#buddypress ul.item-list li .item-avatar {
+	margin-bottom: 15px;
+	text-align: center;
+}
+
+@media only screen and (min-device-width: 375px) {
+	#buddypress ul.item-list li .item-avatar {
+		margin-bottom: 0;
+	}
+}
+
+#buddypress ul.item-list li .item-avatar a {
+	border-bottom: 0;
+}
+
+#buddypress ul.item-list li .item-avatar img.avatar {
+	display: inline-block;
+	float: none;
+	margin-bottom: 15px;
+}
+
+@media only screen and (min-device-width: 450px) {
+	#buddypress ul.item-list li .item-avatar img.avatar {
+		display: block;
+		float: right;
+		opacity: 1;
+	}
+}
+
+#buddypress ul.item-list li .item {
+	margin-right: 0;
+	overflow: hidden;
+}
+
+#buddypress ul.item-list li .item .item-meta {
+	text-align: center;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-meta {
+		text-align: right;
+	}
+}
+
+#buddypress ul.item-list li .item span.activity {
+	font-style: italic;
+}
+
+#buddypress ul.item-list li .item .item-desc {
+	margin-right: 0;
+	width: 94%;
+}
+
+#buddypress ul.item-list li .item .item-title {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	line-height: 1.2;
+	text-align: center;
+	width: 100%;
+}
+
+@media screen and (min-device-width: 450px) {
+	#buddypress ul.item-list li .item .item-title {
+		text-align: right;
+	}
+}
+
+#buddypress ul.item-list li .item .item-title > a {
+	text-decoration: none;
+}
+
+#buddypress ul.item-list li .item .item-title > a:visited {
+	color: #21759b;
+}
+
+#buddypress ul.item-list li .item .item-title .update {
+	display: block;
+	font-size: 12px;
+	font-size: 0.8rem;
+	padding: 15px 0;
+	text-align: right;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-title .update {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar,
+	#buddypress ul.item-list li .item,
+	#buddypress ul.item-list li .action {
+		float: right;
+	}
+	#buddypress ul.item-list li .item {
+		right: 5%;
+		margin-right: 0;
+		position: relative;
+		width: 55%;
+	}
+	#buddypress ul.item-list li .item .item-title {
+		font-size: 18px;
+		font-size: 1.2rem;
+	}
+}
+
+#buddypress ul.item-list li div.action {
+	clear: right;
+	float: none;
+	margin: 0;
+	margin-right: 0;
+	padding: 15px 0 5px;
+	position: relative;
+	text-align: right;
+	top: 0;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action {
+		clear: none;
+		float: left;
+		margin-bottom: 0;
+		padding: 0;
+	}
+}
+
+#buddypress ul.item-list li div.action div {
+	display: inline-block;
+	margin: 5px 0;
+	width: 100%;
+}
+
+#buddypress ul.item-list li div.action div a {
+	display: block;
+}
+
+@media only screen and (min-device-width: 375px) {
+	#buddypress ul.item-list li div.action div {
+		margin: 0 0 5px 15px;
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action div {
+		clear: left;
+		float: left;
+		margin: 0 0 15px 0;
+	}
+}
+
+#buddypress ul.item-list li div.action .meta {
+	font-style: italic;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+#buddypress form#whats-new-form p.activity-greeting {
+	line-height: 1.4;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+	border: 1px solid rgba(212, 208, 186, 0.5);
+	float: right;
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.6;
+	margin-top: 12px;
+	padding-right: 0.2em;
+	width: 100%;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select {
+	background: none;
+	border: 0;
+	float: left;
+	margin: 0;
+	max-width: 220px;
+	min-height: 1.5em;
+	padding: 0 0.4em 0 0;
+}
+
+@media screen and (min-width: 30em) {
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+		width: auto;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit {
+		font-size: 12px;
+		font-size: 0.8rem;
+		float: left;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input {
+		padding: 0 6px;
+	}
+}
+
+#buddypress #item-body form#whats-new-form {
+	margin: 50px 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream li {
+	padding: 25px 0 15px;
+}
+
+#buddypress #activity-stream li.load-newest a {
+	display: block;
+}
+
+#buddypress #activity-stream li .activity-avatar {
+	float: none;
+	text-align: center;
+}
+
+#buddypress #activity-stream li .activity-avatar a {
+	display: inline-block;
+}
+
+#buddypress #activity-stream li .activity-avatar a img.avatar {
+	display: inline;
+	float: none;
+	height: 60px;
+	margin-bottom: 25px;
+	margin-right: 0;
+	width: 60px;
+}
+
+#buddypress #activity-stream li .activity-content,
+#buddypress #activity-stream li .activity-comments {
+	margin-right: 0;
+}
+
+#buddypress #activity-stream li .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li .activity-header a:visited {
+	color: #21759b;
+}
+
+#buddypress #activity-stream li .activity-inner img {
+	height: auto;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream li .activity-avatar {
+		float: right;
+		margin-left: 15px;
+		text-align: right;
+	}
+	#buddypress #activity-stream li .activity-avatar a {
+		border-bottom: 0;
+	}
+	#buddypress #activity-stream li .activity-content {
+		margin: 0;
+		overflow: hidden;
+	}
+	#buddypress #activity-stream li .activity-content .activity-header {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress #activity-stream li .activity-comments {
+		margin-right: 70px;
+	}
+}
+
+#buddypress #activity-stream li.mini .activity-avatar a img.avatar {
+	height: 30px;
+	margin-right: 15px;
+	width: 30px;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-meta a {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-content {
+	margin-top: -12px;
+}
+
+#buddypress #activity-stream .activity-content .activity-header {
+	line-height: inherit;
+	margin-left: 0;
+}
+
+#buddypress #activity-stream .activity-content .activity-header p {
+	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
+	margin-top: 0;
+	padding: 0 0.2em;
+}
+
+#buddypress #activity-stream .activity-content .activity-header img.avatar {
+	display: inline-block;
+	margin-bottom: 0 !important;
+}
+
+#buddypress #activity-stream .activity-content .activity-meta a {
+	display: block;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin-bottom: 5px;
+	padding: 0.2em 0.5em;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream .activity-content .activity-meta a {
+		float: right;
+		margin-bottom: 0;
+	}
+}
+
+#buddypress #activity-stream .load-more {
+	background: #f7f7f7;
+	border: 1px solid transparent;
+	padding: 15px;
+}
+
+#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
+	background: #f4f4f4;
+	border: 1px solid rgba(159, 209, 226, 0.3);
+}
+
+#buddypress #activity-stream .load-more a {
+	display: block;
+}
+
+/* Single activity view  - activity permalink */
+.activity-permalink #buddypress #activity-stream li.activity-item {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	margin-bottom: 50px;
+}
+
+@media screen and (min-width: 650px) {
+	.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+		font-size: 20px;
+		font-size: 1.3333333333rem;
+	}
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header p {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream .activity-comments {
+	margin-right: 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream .activity-comments {
+	position: relative;
+}
+
+#buddypress #activity-stream .activity-comments > ul {
+	background: rgba(247, 247, 247, 0.6);
+	margin: 15px 2px 0 0;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li:hover * {
+	color: #555;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li .acomment-meta,
+#buddypress #activity-stream .activity-comments > ul > li .acomment-content {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form {
+	border: 1px solid #d4d0ba;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	margin: 15px 0;
+	width: 100%;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form input[type="submit"],
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	color: rgba(55, 55, 55, 0.8);
+	display: inline-block;
+	font-family: inherit;
+	font-size: 12px;
+	font-size: 0.8rem;
+	font-weight: normal;
+	line-height: 1.2;
+	padding: 4px 10px;
+	text-transform: lowercase;
+	width: 100px;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	border: 1px solid rgba(212, 208, 186, 0.7);
+	text-align: center;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
+	background: #ededed;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+@media screen and (min-width: 650px) {
+	#buddypress #members-list li .item-avatar,
+	#buddypress #members-list li .item {
+		float: right;
+	}
+	#buddypress #members-list li .action {
+		float: left;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+#buddypress #signup_form.standard-form #profile-details-section,
+#buddypress #signup_form.standard-form #basic-details-section,
+#buddypress #signup_form.standard-form #blog-details-section {
+	float: none;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section,
+	#buddypress #signup_form.standard-form #basic-details-section,
+	#buddypress #signup_form.standard-form #blog-details-section {
+		width: 48%;
+	}
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section {
+		float: left;
+	}
+	#buddypress #signup_form.standard-form #basic-details-section {
+		float: right;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress a:visited {
+	color: #21759b;
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+.bp-user #buddypress #item-header-content #item-meta,
+.single-item.groups #buddypress #item-header-content #item-meta {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	text-align: right;
+}
+
+.bp-user #buddypress #item-header-content #item-meta p,
+.single-item.groups #buddypress #item-header-content #item-meta p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user h1,
+	.bp-user #item-header-content,
+	.single-item.groups h1,
+	.single-item.groups #item-header-content {
+		text-align: center;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user main header.entry-header,
+	.single-item.groups main header.entry-header {
+		padding-bottom: 1rem;
+	}
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress h1,
+	.single-item.groups #buddypress h1 {
+		margin-bottom: 0;
+	}
+	.bp-user #buddypress #item-header-avatar img.avatar,
+	.single-item.groups #buddypress #item-header-avatar img.avatar {
+		margin-left: 0;
+	}
+	.bp-user #buddypress #item-header-content,
+	.single-item.groups #buddypress #item-header-content {
+		width: 100%;
+	}
+	.bp-user #buddypress #item-header-content .user-nicename,
+	.single-item.groups #buddypress #item-header-content .user-nicename {
+		color: #555;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #item-header .generic-button,
+	.single-item.groups #buddypress #item-header .generic-button {
+		float: none;
+		margin: 1.5em 0 0 0;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+@media screen and (max-width: 46.25em) {
+	.single-item.groups #buddypress #item-header #item-meta {
+		margin-bottom: 25px;
+	}
+}
+
+@media screen and (max-width: 50em) {
+	.single-item.groups #buddypress div#item-header {
+		display: flex;
+		flex-direction: column;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar {
+		order: 1;
+		text-align: center;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a {
+		border-bottom: 0;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a img {
+		display: inline-block;
+		float: none;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		order: 2;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions {
+		order: 3;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+		text-align: center;
+	}
+}
+
+.single-item.groups #buddypress div#item-header {
+	padding-bottom: 50px;
+}
+
+.single-item.groups #buddypress div#item-header #item-header-content {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions {
+	margin: 0 !important;
+	width: 100%;
+}
+
+@media screen and (min-width: 50em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		border-right: 1px solid #eaeaea;
+		clear: none;
+		float: left;
+		padding-right: 0.2em;
+		width: 30%;
+	}
+}
+
+@media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions ul {
+	margin-top: 0;
+	padding-right: 0;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	font-weight: bold;
+	line-height: 1.4;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,
+.single-item.groups #buddypress div#item-header div#item-actions #group-mods li {
+	margin: 0;
+}
+
+@media screen and (min-width: 650px) {
+	.single-item.groups #buddypress div#item-header #item-header-avatar,
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		float: right;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		margin-right: 2%;
+		padding: 0 0.5em;
+	}
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		float: left;
+		width: 28%;
+	}
+}
+
+@media screen and (min-width: 64em) {
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+	margin-top: 225px !important;
+}
+
+@media screen and (min-width: 50em) and (max-width: 60em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content {
+		max-width: 60% !important;
+		width: 60% !important;
+	}
+}
+
+@media screen and (max-width: 64em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+		border: 0;
+		clear: both;
+		margin-top: 0 !important;
+		max-width: 100% !important;
+		padding-top: 0 !important;
+		width: auto;
+	}
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+.bp-user #buddypress #item-header #item-header-avatar {
+	text-align: center;
+}
+
+.bp-user #buddypress #item-header #item-header-avatar img.avatar,
+.bp-user #buddypress #item-header #item-header-avatar a {
+	border-bottom: 0;
+	display: inline-block;
+	float: none;
+}
+
+.bp-user #buddypress #item-header #item-header-cover-image .user-nicename {
+	color: inherit;
+	text-shadow: none;
+}
+
+@media screen and (min-width: 800px) {
+	.bp-user #buddypress #item-header #item-header-cover-image .user-nicename {
+		color: #fff;
+		text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
+	}
+}
+
+.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button {
+	margin-left: 5px;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress #item-header #item-header-avatar {
+		float: right;
+	}
+	.bp-user #buddypress #item-header #item-header-avatar a {
+		float: right;
+	}
+	.bp-user #buddypress #item-header #item-header-content {
+		float: left;
+		margin-left: 0%;
+		width: 69%;
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+.groups #group-settings-form h4 {
+	background: #555;
+	color: #fff;
+	padding: 0.2em;
+}
+
+.groups.edit-details #group-settings-form label {
+	margin-bottom: 0;
+	padding: 0.2em;
+	width: 80%;
+}
+
+.groups.edit-details #group-settings-form textarea + p label {
+	background: none;
+	color: inherit;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	width: auto;
+}
+
+.groups.edit-details #group-settings-form textarea {
+	height: auto;
+	min-height: 100px;
+	overflow: auto;
+}
+
+.groups.group-settings #group-settings-form div.radio label {
+	font-weight: bold;
+	padding: 0.2em;
+}
+
+.groups.group-settings #group-settings-form div.radio label ul {
+	color: rgba(55, 55, 55, 0.6);
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.groups.group-avatar form > p {
+	margin-top: 25px;
+}
+
+.groups.manage-members #group-settings-form .item-list li {
+	border-bottom: 1px solid #eaeaea;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li img,
+	.groups.manage-members #group-settings-form .item-list li h5 {
+		float: right;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li img > a,
+.groups.manage-members #group-settings-form .item-list li h5 > a {
+	border-bottom: 0;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small {
+	clear: right;
+	display: block;
+	float: none;
+	margin-top: 15px;
+	width: 100%;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small a {
+	display: block;
+	margin: 5px 0;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li span.small a {
+		display: inline-block;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li h5 {
+	margin: 0;
+}
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+.groups.group-members #subnav li {
+	width: 100%;
+}
+
+.groups.group-members #subnav li #search-members-form {
+	float: left;
+	margin: 5px 0 0 0;
+}
+
+.groups.group-members #subnav li #search-members-form label input[type="text"] {
+	box-shadow: none;
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user #buddypress table th {
+	font-size: 13px;
+	font-size: 0.8666666667rem;
+}
+
+.bp-user #buddypress table td {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress table th {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	.bp-user #buddypress table td {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+.bp-user #buddypress .pag-count {
+	font-style: italic;
+}
+
+.bp-user #buddypress .notifications-options-nav,
+.bp-user #buddypress .messages-options-nav {
+	float: right;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav,
+	.bp-user #buddypress .messages-options-nav {
+		width: 60%;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav select,
+.bp-user #buddypress .messages-options-nav input {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	outline: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .messages-options-nav select {
+	float: right;
+	margin-left: 0;
+	width: 49%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav select,
+	.bp-user #buddypress .messages-options-nav select {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav input {
+	float: right;
+	font-family: inherit;
+	line-height: 20px;
+	margin-right: 1%;
+	width: 50%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav input,
+	.bp-user #buddypress .messages-options-nav input {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:focus, .bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:hover,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:focus,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:hover {
+	background: none;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+.bp-user #buddypress .profile .bp-widget h4 {
+	background: #6f6f6f;
+	color: #fff;
+	margin-bottom: 0;
+	padding: 0.4em;
+}
+
+.bp-user #buddypress .profile .bp-widget table {
+	margin-top: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:before,
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	content: " ";
+	display: table;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	clear: both;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav {
+	border-bottom: 1px solid #eaeaea;
+	margin-right: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li {
+	float: right;
+	margin-bottom: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current {
+	border: 1px solid #eaeaea;
+	border-bottom-color: #fff;
+	margin-bottom: -1px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav a {
+	background: none;
+	border: 0;
+	font-size: 18px;
+	font-size: 1.2rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle {
+	margin: 5px 0 25px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle,
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
+	background: #6f6f6f;
+	-webkit-border-radius: 2px;
+	-moz-border-radius: 2px;
+	-ms-border-radius: 2px;
+	border-radius: 2px;
+	background-clip: padding-box;
+	color: #eee;
+	font-weight: bold;
+	padding: 0.1em 0.5em;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover {
+	color: #fff;
+}
+
+.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a {
+	font-size: inherit;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+.bp-user #buddypress #message-thread a {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-thread #message-subject {
+	background: #6f6f6f;
+	color: #fff;
+	padding: 0.3em 0.2em 0.3em 0;
+}
+
+.bp-user #buddypress #message-thread #message-recipients {
+	font-style: italic;
+}
+
+.bp-user #buddypress #message-thread #message-recipients a.confirm {
+	border: 1px solid #eaeaea;
+	font-style: normal;
+}
+
+.bp-user #buddypress #message-thread #message-recipients .highlight {
+	font-size: 100%;
+}
+
+.bp-user #buddypress #message-thread .message-metadata {
+	overflow: hidden;
+}
+
+.bp-user #buddypress #message-thread .message-metadata img.avatar {
+	float: none;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress #message-thread .message-metadata img.avatar {
+		float: right;
+	}
+}
+
+.bp-user #buddypress #message-thread .message-metadata .message-star-actions {
+	float: left;
+	margin-left: 5px;
+	position: static;
+}
+
+.bp-user #buddypress #message-thread .message-content {
+	background: #f7f7f7;
+	border: 1px solid #eaeaea;
+	margin: 15px 0 0 0;
+	padding: 0.3em;
+}
+
+.bp-user #buddypress #message-thread #send-reply .message-content {
+	background: #fff;
+	border: 0;
+}
+
+.bp-user #buddypress #message-thread .alt {
+	background: #fff;
+}
+
+.bp-user #buddypress #message-threads thead tr {
+	background: #6f6f6f;
+}
+
+.bp-user #buddypress #message-threads tr td {
+	background: #fff;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	display: inline-block;
+	float: right;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-bottom: 1px solid #ccc;
+	height: 2.4em;
+	padding-bottom: 0.2em;
+	padding-top: 0.2em;
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #message-threads tr td.thread-star,
+	.bp-user #buddypress #message-threads tr td.thread-options {
+		padding-top: 0;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar {
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star span.icon:before {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress #message-threads tr td.bulk-select-check,
+.bp-user #buddypress #message-threads tr td.thread-from {
+	height: 3em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr td.bulk-select-check,
+	.bp-user #buddypress #message-threads tr td.thread-from {
+		height: 5.2em;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-from,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-right: 0 !important;
+	width: -webkit-calc(100% - 30px);
+	width: -moz-calc(100% - 30px);
+	width: calc(100% - 30px);
+	margin-right: 0;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info {
+	padding-right: 41px;
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info a::after {
+	content: " ‖ " attr(title);
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options {
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options a {
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr span.from {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads tr span.activity {
+	display: block;
+	float: left;
+	line-height: 2;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr span.activity {
+		clear: both;
+		font-size: 11px;
+		font-size: 0.7333333333rem;
+		width: 100%;
+	}
+}
+
+.bp-user #buddypress #message-threads tr.unread td {
+	border-color: #eaeaea;
+}
+
+.bp-user #buddypress #message-threads th {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all {
+	border-bottom: 0;
+	display: inline-block;
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all,
+.bp-user #buddypress #message-threads td.bulk-select-check,
+.bp-user #buddypress #message-threads td.thread-star {
+	border-left: 0;
+	width: 30px;
+}
+
+.bp-user #buddypress #send_message_form input,
+.bp-user #buddypress #send_message_form textarea {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.bp-user #buddypress .acfb-holder {
+	list-style: none;
+}
+
+.bp-user #buddypress .acfb-holder li {
+	margin-right: 0;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab {
+	background: #edf7fa;
+	border: inherit;
+	margin-left: 0;
+	padding: 0.5em;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p {
+	padding-right: 15px;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus, .bp-user #buddypress .acfb-holder li.friend-tab span.p:hover {
+	color: #c82b2b;
+	cursor: pointer;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a {
+	border-bottom: 0;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a img {
+	display: inline;
+	height: 20px;
+	vertical-align: middle;
+	width: 20px !important;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices tr {
+	margin: 3em 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td {
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td strong {
+	background: #6f6f6f;
+	color: #fff;
+	display: block;
+	margin-bottom: 0.4em;
+	padding-right: 0.2em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a {
+	display: inline-block;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a.button {
+	border: 1px solid #d4d0ba;
+	line-height: initial;
+	padding: 0.4em 0.3em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong {
+	margin: -8px -8px 8px;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td span {
+	line-height: 1;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child {
+	line-height: 1;
+	padding-bottom: 1em;
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {
+	line-height: 0;
+	margin-right: 0.7em;
+	text-indent: -999em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after {
+	content: attr(title);
+	display: block;
+	line-height: initial;
+	text-indent: 0;
+}
+
+.bp-user .ac_results {
+	background: #eee;
+	padding-right: 15px;
+}
+
+.bp-user .ac_results li {
+	margin: 15px 0;
+}
+
+.bp-user .ac_results li:focus, .bp-user .ac_results li:hover {
+	cursor: pointer;
+}
+
+.bp-user .ac_results li img {
+	vertical-align: bottom;
+}
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+.bp-user #buddypress #settings-form > p {
+	font-size: 20px;
+	font-size: 1.3333333333rem;
+	margin: 25px 0 15px;
+}
+
+.bp-user #buddypress table.notification-settings td.yes,
+.bp-user #buddypress table.notification-settings td.no {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress table.profile-settings {
+	width: 100%;
+}
+
+.bp-user #buddypress table.profile-settings th.field-group-name,
+.bp-user #buddypress table.profile-settings td.field-name {
+	width: 50%;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress table.profile-settings th.field-group-name,
+	.bp-user #buddypress table.profile-settings td.field-name {
+		width: 70%;
+	}
+}
+
+.bp-user #buddypress table.profile-settings th.title,
+.bp-user #buddypress table.profile-settings td.field-visibility {
+	width: 30%;
+}
+
+.bp-user #buddypress table.profile-settings td.field-visibility select {
+	width: 100%;
+}
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+#main #buddypress .standard-form li {
+	float: none;
+}
+
+#main #buddypress .standard-form input[type='text'],
+#main #buddypress .standard-form input[type='email'],
+#main #buddypress .standard-form input[type='password'],
+#main #buddypress .standard-form textarea {
+	border-width: 1px;
+	box-shadow: none;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	width: 100%;
+}
+
+#buddypress div.activity-comments form .ac-textarea {
+	background: #f7f7f7;
+	border: 1px solid rgba(212, 208, 186, 0.5);
+}
+
+#buddypress div.activity-comments form .ac-textarea textarea {
+	background: none;
+	border: 0;
+}
+
+#buddypress .standard-form input[type="text"],
+#buddypress .standard-form input[type="email"],
+#buddypress .standard-form input[type="password"],
+#buddypress .standard-form button,
+#buddypress .standard-form select,
+#buddypress .standard-form textarea {
+	border-color: rgba(212, 208, 186, 0.5);
+	border-width: 1px;
+}
+
+#buddypress #signup_form.standard-form div.submit {
+	float: none;
+}
+
+#buddypress #signup_form.standard-form div.submit input {
+	margin-left: 0;
+}
+
+#buddypress div.dir-search,
+#buddypress div.message-search,
+#buddypress li.groups-members-search {
+	float: none;
+	margin: 15px 0;
+}
+
+#buddypress div.dir-search form,
+#buddypress div.message-search form,
+#buddypress li.groups-members-search form {
+	border: 1px solid rgba(212, 208, 186, 0.6);
+	overflow: hidden;
+}
+
+#buddypress div.dir-search form label,
+#buddypress div.message-search form label,
+#buddypress li.groups-members-search form label {
+	float: right;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='text'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	border: 0;
+	border-radius: 0;
+	box-shadow: none;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	line-height: 1.8;
+	margin: 0;
+	min-height: 2rem;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.message-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='text'] {
+	border-left: 1px solid rgba(212, 208, 186, 0.6);
+	float: right;
+	margin: 0;
+	padding: 0 0.2em 0;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	float: left;
+	font-weight: normal;
+	padding: 0 1em;
+	text-align: center;
+	text-transform: none;
+	width: 30%;
+}
+
+@media screen and (min-device-width: 450px) {
+	#buddypress div.dir-search,
+	#buddypress div.message-search,
+	#buddypress li.groups-members-search {
+		float: left;
+		margin-bottom: 5px !important;
+	}
+	#buddypress div.dir-search form label,
+	#buddypress div.dir-search form input[type='text'],
+	#buddypress div.dir-search form input[type='submit'],
+	#buddypress div.message-search form label,
+	#buddypress div.message-search form input[type='text'],
+	#buddypress div.message-search form input[type='submit'],
+	#buddypress li.groups-members-search form label,
+	#buddypress li.groups-members-search form input[type='text'],
+	#buddypress li.groups-members-search form input[type='submit'] {
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 800px) {
+	#buddypress .dir-search form input[type='text'],
+	#buddypress .message-search form input[type='text'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress .dir-search form input[type='submit'],
+	#buddypress .message-search form input[type='submit'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress table {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin: 25px 0;
+}
+
+.bp-user #buddypress table input {
+	margin: 0;
+}
+
+.bp-user #buddypress table tr th {
+	background: #6f6f6f;
+	border-color: #b7b7b7;
+	color: #fff;
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	padding: 4px 8px;
+	text-transform: capitalize;
+}
+
+.bp-user #buddypress table tr td {
+	padding: 8px;
+}
+
+.bp-user #buddypress table p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (min-width: 55em) {
+	.bp-user #buddypress table {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+.bp-user #buddypress .notifications th,
+.bp-user #buddypress .messages-notices th {
+	width: 30%;
+}
+
+.bp-user #buddypress .notifications th.bulk-select-all,
+.bp-user #buddypress .messages-notices th.bulk-select-all {
+	text-align: center;
+	width: 10%;
+}
+
+.bp-user #buddypress .notifications th.actions,
+.bp-user #buddypress .messages-notices th.actions {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .bulk-select-check,
+.bp-user #buddypress .notifications .thread-star,
+.bp-user #buddypress .messages-notices .bulk-select-check,
+.bp-user #buddypress .messages-notices .thread-star {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions,
+.bp-user #buddypress .notifications td.thread-options,
+.bp-user #buddypress .messages-notices .notification-actions,
+.bp-user #buddypress .messages-notices td.thread-options {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions a,
+.bp-user #buddypress .notifications td.thread-options a,
+.bp-user #buddypress .messages-notices .notification-actions a,
+.bp-user #buddypress .messages-notices td.thread-options a {
+	display: inline-block;
+	margin: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications td .button,
+.bp-user #buddypress .messages-notices td .button {
+	border: 0;
+	display: block;
+	padding: 0;
+	text-align: center;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+#buddypress div#message p {
+	font-size: 18px;
+	font-size: 1.2rem;
+	font-weight: bold;
+}
+
+#buddypress div#message.info p {
+	background: #c6e4ee;
+	border: 1px solid #78bed6;
+	color: #1e5264;
+}
+
+#buddypress div#message.updated p {
+	background: #dee6b2;
+	border: 1px solid #becc66;
+	color: #454d19;
+}
+
+.delete-group #buddypress div#message.info p {
+	background: #db7e7e;
+	border: 1px solid #be3535;
+	color: #1f0808;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.min.css
new file mode 100644
index 000000000..77ef3c0f6
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten-rtl.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.buddypress div.clear{display:none}body.page-template-onecolumn-page #main #container{margin:0}body.page-template-onecolumn-page #content{margin:0 10%;width:auto}body.page-template-onecolumn-page #content .entry-content,body.page-template-onecolumn-page #content .entry-header{width:auto}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background:inherit;opacity:1}#buddypress div.item-list-tabs ul{overflow:hidden;padding:0}#buddypress div.item-list-tabs ul li a:focus,#buddypress div.item-list-tabs ul li a:hover{color:#555}#buddypress div.item-list-tabs ul li a:visited{color:#21759b}#buddypress div.item-list-tabs ul li a span{padding:0 4px!important}#buddypress #object-nav ul{overflow:hidden}#buddypress #object-nav ul li{float:none}@media screen and (min-width:650px){#buddypress #object-nav ul li{float:right}}#buddypress div#subnav.item-list-tabs{margin-top:0}#buddypress div#subnav.item-list-tabs ul{border-bottom:0;border-top:1px solid #d4d0ba;margin-top:5px;padding:0}#buddypress div#subnav.item-list-tabs ul li.last{background:#fff;float:left;margin-top:0;padding:5px 0;text-align:left;width:230px}#buddypress div#subnav.item-list-tabs ul li.last select,#buddypress div#subnav.item-list-tabs ul li.last select:focus{background:0 0;border:0;outline:0;padding:0}#buddypress div#subnav.item-list-tabs ul li.last label,#buddypress div#subnav.item-list-tabs ul li.last option,#buddypress div#subnav.item-list-tabs ul li.last select{font-size:14px;font-size:.9333333333rem}#buddypress div#subnav.item-list-tabs ul li.last select{font-style:italic}#buddypress div#subnav.item-list-tabs ul li.last select option{font-style:normal}#buddypress ul.item-list li .item span.activity,#buddypress ul.item-list li div.action .meta,.bp-user #buddypress #message-thread #message-recipients,.bp-user #buddypress .pag-count{font-style:italic}.bp-user #buddypress div#subnav.item-list-tabs li.last{margin-right:0;text-align:left}@media screen and (min-width:800px){body.bp-user #buddypress #item-body,body.bp-user #buddypress #item-header{background:#fff}body.bp-user #buddypress #object-nav{border-left:1px solid #ddd;float:right;margin-left:-1px;width:200px}body.bp-user #buddypress #object-nav ul{background:0 0;border-bottom:0;padding:0}body.bp-user #buddypress #object-nav ul li{float:none;margin-bottom:5px}body.bp-user #buddypress #object-nav ul li a{overflow:hidden}body.bp-user #buddypress #object-nav ul li.selected{background:#ddd}body.bp-user #buddypress #object-nav ul li span{background:#fff;border-radius:10%;float:left;margin-left:2px}body.bp-user #buddypress #item-body{border-right:1px solid #ddd;overflow:hidden;padding:0 25px 0 0;width:auto}body.bp-user #buddypress #item-body #subnav{margin:0 -25px 0 0}body.bp-user #buddypress #item-body #subnav ul{margin-top:0}}@media only screen and (min-device-width:375px){#main #buddypress #group-create-tabs.item-list-tabs ul:after,#main #buddypress #group-create-tabs.item-list-tabs ul:before{content:" ";display:table}#main #buddypress #group-create-tabs.item-list-tabs ul:after{clear:both}#main #buddypress #group-create-tabs.item-list-tabs ul{background:0 0;border:0;border-bottom:1px solid #ddd;overflow:visible;padding-bottom:0}#main #buddypress #group-create-tabs.item-list-tabs ul li{float:right;width:auto}#main #buddypress #group-create-tabs.item-list-tabs ul li.current,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected{border:1px solid #ddd;border-bottom-color:#fff;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;background-clip:padding-box;margin-bottom:-1px}#main #buddypress #group-create-tabs.item-list-tabs ul li.current a,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a{background:0 0;color:#373737;outline:0}#main #buddypress #subnav ul{border-bottom:0}}#buddypress div.pagination{box-shadow:none;min-height:0}#buddypress div.pagination:after,#buddypress div.pagination:before{height:0;width:0}#buddypress div.pagination .pag-count{margin-right:0}#buddypress div.pagination .pagination-links{margin-left:0}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{height:auto;line-height:1;padding:5px}#buddypress div.pagination .pagination-links .next,#buddypress div.pagination .pagination-links .prev{background-color:transparent;color:inherit;overflow:visible;width:auto}#buddypress #activity-stream li .activity-header a:visited,#buddypress ul.item-list li .item .item-title>a:visited{color:#21759b}#buddypress div.pagination .pagination-links .next:before,#buddypress div.pagination .pagination-links .prev:before{display:none}#buddypress div.pagination .pagination-links .prev{right:auto;position:static}#buddypress div.pagination .pagination-links .next{position:static;left:auto}#buddypress ul.item-list{border-top:0}#buddypress ul.item-list li{overflow:hidden!important}#buddypress ul.item-list li .item-avatar{margin-bottom:15px;text-align:center}@media only screen and (min-device-width:375px){#buddypress ul.item-list li .item-avatar{margin-bottom:0}}#buddypress ul.item-list li .item-avatar a{border-bottom:0}#buddypress ul.item-list li .item-avatar img.avatar{display:inline-block;float:none;margin-bottom:15px}@media only screen and (min-device-width:450px){#buddypress ul.item-list li .item-avatar img.avatar{display:block;float:right;opacity:1}}#buddypress ul.item-list li .item{margin-right:0;overflow:hidden}#buddypress ul.item-list li .item .item-meta{text-align:center}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-meta{text-align:right}}#buddypress ul.item-list li .item .item-desc{margin-right:0;width:94%}#buddypress ul.item-list li .item .item-title{font-size:16px;font-size:1.0666666667rem;line-height:1.2;text-align:center;width:100%}@media screen and (min-device-width:450px){#buddypress ul.item-list li .item .item-title{text-align:right}}#buddypress ul.item-list li .item .item-title>a{text-decoration:none}#buddypress ul.item-list li .item .item-title .update{display:block;font-size:12px;font-size:.8rem;padding:15px 0;text-align:right}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-title .update{font-size:14px;font-size:.9333333333rem}#buddypress ul.item-list li .action,#buddypress ul.item-list li .item,#buddypress ul.item-list li .item-avatar{float:right}#buddypress ul.item-list li .item{right:5%;margin-right:0;position:relative;width:55%}#buddypress ul.item-list li .item .item-title{font-size:18px;font-size:1.2rem}}#buddypress ul.item-list li div.action{clear:right;float:none;margin:0;padding:15px 0 5px;position:relative;text-align:right;top:0}@media screen and (min-width:650px){#buddypress ul.item-list li div.action{clear:none;float:left;margin-bottom:0;padding:0}}#buddypress ul.item-list li div.action div{display:inline-block;margin:5px 0;width:100%}#buddypress #activity-stream li.load-newest a,#buddypress ul.item-list li div.action div a{display:block}@media only screen and (min-device-width:375px){#buddypress ul.item-list li div.action div{margin:0 0 5px 15px;width:auto}}@media screen and (min-width:650px){#buddypress ul.item-list li div.action div{clear:left;float:left;margin:0 0 15px}}#buddypress form#whats-new-form p.activity-greeting{line-height:1.4}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{border:1px solid rgba(212,208,186,.5);float:right;font-size:12px;font-size:.8rem;line-height:1.6;margin-top:12px;padding-right:.2em;width:100%}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select{background:0 0;border:0;float:left;margin:0;max-width:220px;min-height:1.5em;padding:0 .4em 0 0}@media screen and (min-width:30em){#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{width:auto}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit{font-size:12px;font-size:.8rem;float:left}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input{padding:0 6px}}#buddypress #item-body form#whats-new-form{margin:50px 0}#buddypress #activity-stream li{padding:25px 0 15px}#buddypress #activity-stream li .activity-avatar{float:none;text-align:center}#buddypress #activity-stream li .activity-avatar a{display:inline-block}#buddypress #activity-stream li .activity-avatar a img.avatar{display:inline;float:none;height:60px;margin-bottom:25px;margin-right:0;width:60px}#buddypress #activity-stream li .activity-comments,#buddypress #activity-stream li .activity-content{margin-right:0}#buddypress #activity-stream li .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li .activity-inner img{height:auto}@media screen and (min-width:650px){#buddypress #activity-stream li .activity-avatar{float:right;margin-left:15px;text-align:right}#buddypress #activity-stream li .activity-avatar a{border-bottom:0}#buddypress #activity-stream li .activity-content{margin:0;overflow:hidden}#buddypress #activity-stream li .activity-content .activity-header{font-size:16px;font-size:1.0666666667rem}#buddypress #activity-stream li .activity-comments{margin-right:70px}}#buddypress #activity-stream li.mini .activity-avatar a img.avatar{height:30px;margin-right:15px;width:30px}#buddypress #activity-stream li.mini .activity-content .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li.mini .activity-content .activity-meta a{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-content{margin-top:-12px}#buddypress #activity-stream .activity-content .activity-header{line-height:inherit;margin-left:0}#buddypress #activity-stream .activity-content .activity-header p{border-bottom:1px solid rgba(234,234,234,.6);margin-top:0;padding:0 .2em}#buddypress #activity-stream .activity-content .activity-header img.avatar{display:inline-block;margin-bottom:0!important}#buddypress #activity-stream .activity-content .activity-meta a{display:block;font-size:14px;font-size:.9333333333rem;margin-bottom:5px;padding:.2em .5em}@media screen and (min-width:650px){#buddypress #activity-stream .activity-content .activity-meta a{float:right;margin-bottom:0}}#buddypress #activity-stream .load-more{background:#f7f7f7;border:1px solid transparent;padding:15px}.activity-permalink #buddypress #activity-stream li.activity-item,.activity-permalink #buddypress #activity-stream li.mini .activity-header p{padding:25px}#buddypress #activity-stream .load-more:focus,#buddypress #activity-stream .load-more:hover{background:#f4f4f4;border:1px solid rgba(159,209,226,.3)}#buddypress #activity-stream .load-more a{display:block}.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:16px;font-size:1.0666666667rem;margin-bottom:50px}@media screen and (min-width:650px){.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:20px;font-size:1.3333333333rem}#buddypress #members-list li .item,#buddypress #members-list li .item-avatar{float:right}#buddypress #members-list li .action{float:left}}.activity-permalink #buddypress #activity-stream .activity-comments{margin-right:0}#buddypress #activity-stream .activity-comments{position:relative}#buddypress #activity-stream .activity-comments>ul{background:rgba(247,247,247,.6);margin:15px 2px 0 0}#buddypress #activity-stream .activity-comments>ul>li:hover *{color:#555}#buddypress #activity-stream .activity-comments>ul>li .acomment-content,#buddypress #activity-stream .activity-comments>ul>li .acomment-meta{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-comments .ac-form{border:1px solid #d4d0ba;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:15px 0;width:100%}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel,#buddypress #activity-stream .activity-comments .ac-form input[type=submit]{color:rgba(55,55,55,.8);display:inline-block;font-family:inherit;font-size:12px;font-size:.8rem;font-weight:400;line-height:1.2;padding:4px 10px;text-transform:lowercase;width:100px}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel{border:1px solid rgba(212,208,186,.7);text-align:center}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover{background:#ededed}#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{float:none;width:100%}@media screen and (min-width:37.5em){#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{width:48%}#buddypress #signup_form.standard-form #profile-details-section{float:left}#buddypress #signup_form.standard-form #basic-details-section{float:right}}.bp-user #buddypress a:visited{color:#21759b}.bp-user #buddypress #item-header-content #item-meta,.single-item.groups #buddypress #item-header-content #item-meta{font-size:14px;font-size:.9333333333rem;text-align:right}.bp-user #buddypress #item-header-content #item-meta p,.single-item.groups #buddypress #item-header-content #item-meta p{margin-bottom:.5em}@media screen and (max-width:37.5em){.bp-user #item-header-content,.bp-user h1,.single-item.groups #item-header-content,.single-item.groups h1{text-align:center}.bp-user #buddypress h1,.single-item.groups #buddypress h1{margin-bottom:0}.bp-user #buddypress #item-header-avatar img.avatar,.single-item.groups #buddypress #item-header-avatar img.avatar{margin-left:0}.bp-user #buddypress #item-header-content,.single-item.groups #buddypress #item-header-content{width:100%}.bp-user #buddypress #item-header-content .user-nicename,.single-item.groups #buddypress #item-header-content .user-nicename{color:#555}}@media screen and (max-width:46.25em){.bp-user main header.entry-header,.single-item.groups main header.entry-header{padding-bottom:1rem}.bp-user #buddypress #item-header .generic-button,.single-item.groups #buddypress #item-header .generic-button{float:none;margin:1.5em 0 0}.single-item.groups #buddypress #item-header #item-meta{margin-bottom:25px}}@media screen and (max-width:50em){.single-item.groups #buddypress div#item-header{display:flex;flex-direction:column}.single-item.groups #buddypress div#item-header #item-header-avatar{order:1;text-align:center}.single-item.groups #buddypress div#item-header #item-header-avatar a{border-bottom:0}.single-item.groups #buddypress div#item-header #item-header-avatar a img{display:inline-block;float:none}.single-item.groups #buddypress div#item-header #item-header-content{order:2}.single-item.groups #buddypress div#item-header #item-actions{order:3}.single-item.groups #buddypress div#item-header #item-actions h3{border-bottom:1px solid #eaeaea;text-align:center}}.single-item.groups #buddypress div#item-header{padding-bottom:50px}.single-item.groups #buddypress div#item-header #item-header-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-item.groups #buddypress div#item-header div#item-actions{margin:0!important;width:100%}@media screen and (min-width:50em){.single-item.groups #buddypress div#item-header div#item-actions{border-right:1px solid #eaeaea;clear:none;float:left;padding-right:.2em;width:30%}}@media screen and (min-width:46.25em){.single-item.groups #buddypress div#item-header div#item-actions{width:40%}}.single-item.groups #buddypress div#item-header div#item-actions ul{margin-top:0;padding-right:0}.single-item.groups #buddypress div#item-header div#item-actions h3{font-size:14px;font-size:.9333333333rem;font-weight:700;line-height:1.4}.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,.single-item.groups #buddypress div#item-header div#item-actions #group-mods li{margin:0}@media screen and (min-width:650px){.single-item.groups #buddypress div#item-header #item-header-avatar,.single-item.groups #buddypress div#item-header #item-header-content{float:right}.single-item.groups #buddypress div#item-header #item-header-content{margin-right:2%;padding:0 .5em}.single-item.groups #buddypress div#item-header div#item-actions{float:left;width:28%}}@media screen and (min-width:64em){.single-item.groups #buddypress div#item-header #item-header-content{width:40%}}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{margin-top:225px!important}@media screen and (min-width:50em) and (max-width:60em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content{max-width:60%!important;width:60%!important}}@media screen and (max-width:64em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{border:0;clear:both;margin-top:0!important;max-width:100%!important;padding-top:0!important;width:auto}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3{border-bottom:1px solid #eaeaea}}.bp-user #buddypress #item-header #item-header-avatar{text-align:center}.bp-user #buddypress #item-header #item-header-avatar a,.bp-user #buddypress #item-header #item-header-avatar img.avatar{border-bottom:0;display:inline-block;float:none}.bp-user #buddypress #item-header #item-header-cover-image .user-nicename{color:inherit;text-shadow:none}@media screen and (min-width:800px){.bp-user #buddypress #item-header #item-header-cover-image .user-nicename{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8)}}.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button{margin-left:5px}@media screen and (min-width:650px){.bp-user #buddypress #item-header #item-header-avatar,.bp-user #buddypress #item-header #item-header-avatar a{float:right}.bp-user #buddypress #item-header #item-header-content{float:left;margin-left:0;width:69%}.groups.manage-members #group-settings-form .item-list li h5,.groups.manage-members #group-settings-form .item-list li img{float:right}}.groups #group-settings-form h4{background:#555;color:#fff;padding:.2em}.groups.edit-details #group-settings-form label{margin-bottom:0;padding:.2em;width:80%}.groups.edit-details #group-settings-form textarea+p label{background:0 0;color:inherit;font-size:14px;font-size:.9333333333rem;width:auto}.groups.edit-details #group-settings-form textarea{height:auto;min-height:100px;overflow:auto}.groups.group-settings #group-settings-form div.radio label{font-weight:700;padding:.2em}.groups.group-settings #group-settings-form div.radio label ul{color:rgba(55,55,55,.6);font-size:14px;font-size:.9333333333rem}.groups.group-avatar form>p{margin-top:25px}.groups.manage-members #group-settings-form .item-list li{border-bottom:1px solid #eaeaea}.groups.manage-members #group-settings-form .item-list li h5>a,.groups.manage-members #group-settings-form .item-list li img>a{border-bottom:0}.groups.manage-members #group-settings-form .item-list li span.small{clear:right;display:block;float:none;margin-top:15px;width:100%}.groups.manage-members #group-settings-form .item-list li span.small a{display:block;margin:5px 0}.groups.manage-members #group-settings-form .item-list li h5{margin:0}.groups.group-members #subnav li{width:100%}.groups.group-members #subnav li #search-members-form{float:left;margin:5px 0 0}.groups.group-members #subnav li #search-members-form label input[type=text]{box-shadow:none}.bp-user #buddypress table th{font-size:13px;font-size:.8666666667rem}.bp-user #buddypress table td{font-size:12px;font-size:.8rem}@media screen and (min-width:650px){.groups.manage-members #group-settings-form .item-list li span.small a{display:inline-block}.bp-user #buddypress table th{font-size:16px;font-size:1.0666666667rem}.bp-user #buddypress table td{font-size:14px;font-size:.9333333333rem}}.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{float:right;width:100%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{width:60%}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav input,.bp-user #buddypress .notifications-options-nav select{font-size:14px;font-size:.9333333333rem;outline:0;padding:0}.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{float:right;margin-left:0;width:49%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{width:auto}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{float:right;font-family:inherit;line-height:20px;margin-right:1%;width:50%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{width:auto}}.bp-user #buddypress .messages-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .messages-options-nav input[disabled=disabled]:hover,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:hover{background:0 0}.bp-user #buddypress .profile .bp-widget h4{background:#6f6f6f;color:#fff;margin-bottom:0;padding:.4em}.bp-user #buddypress .profile .bp-widget table{margin-top:0}.bp-user #buddypress .profile #profile-edit-form .button-nav:after,.bp-user #buddypress .profile #profile-edit-form .button-nav:before{content:" ";display:table}.bp-user #buddypress .profile #profile-edit-form .button-nav:after{clear:both}.bp-user #buddypress .profile #profile-edit-form ul.button-nav{border-bottom:1px solid #eaeaea;margin-right:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li{float:right;margin-bottom:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current{border:1px solid #eaeaea;border-bottom-color:#fff;margin-bottom:-1px}.bp-user #buddypress .profile #profile-edit-form ul.button-nav a{background:0 0;border:0;font-size:18px;font-size:1.2rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{margin:5px 0 25px}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link{background:#6f6f6f;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;background-clip:padding-box;color:#eee;font-weight:700;padding:.1em .5em;text-decoration:none}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover{color:#fff}.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a{font-size:inherit}.bp-user #buddypress #message-thread a{border-bottom:0}.bp-user #buddypress #message-thread #message-subject{background:#6f6f6f;color:#fff;padding:.3em .2em .3em 0}.bp-user #buddypress #message-thread #message-recipients a.confirm{border:1px solid #eaeaea;font-style:normal}.bp-user #buddypress #message-thread #message-recipients .highlight{font-size:100%}.bp-user #buddypress #message-thread .message-metadata{overflow:hidden}.bp-user #buddypress #message-thread .message-metadata img.avatar{float:none}@media screen and (min-width:46.25em){.bp-user #buddypress #message-thread .message-metadata img.avatar{float:right}}.bp-user #buddypress #message-thread .message-metadata .message-star-actions{float:left;margin-left:5px;position:static}.bp-user #buddypress #message-thread .message-content{background:#f7f7f7;border:1px solid #eaeaea;margin:15px 0 0;padding:.3em}.bp-user #buddypress #message-thread #send-reply .message-content{background:#fff;border:0}.bp-user #buddypress #message-thread .alt{background:#fff}.bp-user #buddypress #message-threads thead tr{background:#6f6f6f}.bp-user #buddypress #message-threads tr td{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;float:right}.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{border-bottom:1px solid #ccc;height:2.4em;padding-bottom:.2em;padding-top:.2em}@media screen and (max-width:46.25em){.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{padding-top:0}}.bp-user #buddypress #message-threads tr td.thread-star{vertical-align:middle}.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar{line-height:1.2}.bp-user #buddypress #message-threads tr td.thread-star span.icon:before{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:3em}.bp-user #buddypress #message-threads tr td.thread-from,.bp-user #buddypress #message-threads tr td.thread-options{border-right:0!important;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-right:0}.bp-user #buddypress #message-threads tr td.thread-info{padding-right:41px;width:100%}.bp-user #buddypress #message-threads tr td.thread-info a::after{content:" ‖ " attr(title);font-size:12px;font-size:.8rem}.bp-user #buddypress #message-threads tr td.thread-options{text-align:left}.bp-user #buddypress #message-threads tr td.thread-options a{font-size:12px;font-size:.8rem;line-height:1.2}.bp-user #buddypress #message-threads tr span.from{display:none}.bp-user #buddypress #message-threads tr span.activity{display:block;float:left;line-height:2}#buddypress #signup_form.standard-form div.submit,#main #buddypress .standard-form li{float:none}@media screen and (max-width:37.5em){.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:5.2em}.bp-user #buddypress #message-threads tr span.activity{clear:both;font-size:11px;font-size:.7333333333rem;width:100%}}.bp-user #buddypress #message-threads tr.unread td{border-color:#eaeaea}.bp-user #buddypress #message-threads th{display:none}.bp-user #buddypress #message-threads th.bulk-select-all{border-bottom:0;display:inline-block;text-align:right}.bp-user #buddypress #message-threads td.bulk-select-check,.bp-user #buddypress #message-threads td.thread-star,.bp-user #buddypress #message-threads th.bulk-select-all{border-left:0;width:30px}.bp-user #buddypress #send_message_form input,.bp-user #buddypress #send_message_form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bp-user #buddypress .acfb-holder{list-style:none}.bp-user #buddypress .acfb-holder li{margin-right:0}.bp-user #buddypress .acfb-holder li.friend-tab{background:#edf7fa;border:inherit;margin-left:0;padding:.5em}.bp-user #buddypress .acfb-holder li.friend-tab span.p{padding-right:15px}.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus,.bp-user #buddypress .acfb-holder li.friend-tab span.p:hover{color:#c82b2b;cursor:pointer}.bp-user #buddypress .acfb-holder li.friend-tab a{border-bottom:0;text-decoration:none}.bp-user #buddypress .acfb-holder li.friend-tab a img{display:inline;height:20px;vertical-align:middle;width:20px!important}.bp-user #buddypress #message-threads.sitewide-notices td,.bp-user #buddypress table.profile-settings{width:100%}.bp-user #buddypress #message-threads.sitewide-notices tr{margin:3em 0}.bp-user #buddypress #message-threads.sitewide-notices td strong{background:#6f6f6f;color:#fff;display:block;margin-bottom:.4em;padding-right:.2em}.bp-user #buddypress #message-threads.sitewide-notices td a{display:inline-block}.bp-user #buddypress #message-threads.sitewide-notices td a.button{border:1px solid #d4d0ba;line-height:initial;padding:.4em .3em}.bp-user #buddypress #message-threads.sitewide-notices td:first-child{display:none}.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong{margin:-8px -8px 8px}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td{border-bottom:0}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td span{line-height:1}.bp-user #buddypress #message-threads.sitewide-notices td:last-child{line-height:1;padding-bottom:1em;text-align:left}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child{line-height:0;margin-right:.7em;text-indent:-999em}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after{content:attr(title);display:block;line-height:initial;text-indent:0}.bp-user .ac_results{background:#eee;padding-right:15px}.bp-user .ac_results li{margin:15px 0}.bp-user .ac_results li:focus,.bp-user .ac_results li:hover{cursor:pointer}.bp-user .ac_results li img{vertical-align:bottom}.bp-user #buddypress #settings-form>p{font-size:20px;font-size:1.3333333333rem;margin:25px 0 15px}.bp-user #buddypress table.notification-settings td.no,.bp-user #buddypress table.notification-settings td.yes{vertical-align:middle}.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:50%}@media screen and (min-width:46.25em){.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:70%}}.bp-user #buddypress table.profile-settings td.field-visibility,.bp-user #buddypress table.profile-settings th.title{width:30%}.bp-user #buddypress table.profile-settings td.field-visibility select{width:100%}#main #buddypress .standard-form input[type=text],#main #buddypress .standard-form input[type=email],#main #buddypress .standard-form input[type=password],#main #buddypress .standard-form textarea{border-width:1px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#buddypress div.activity-comments form .ac-textarea{background:#f7f7f7;border:1px solid rgba(212,208,186,.5)}#buddypress div.activity-comments form .ac-textarea textarea{background:0 0;border:0}#buddypress .standard-form button,#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=email],#buddypress .standard-form select,#buddypress .standard-form textarea{border-color:rgba(212,208,186,.5);border-width:1px}#buddypress #signup_form.standard-form div.submit input{margin-left:0}#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:none;margin:15px 0}#buddypress div.dir-search form,#buddypress div.message-search form,#buddypress li.groups-members-search form{border:1px solid rgba(212,208,186,.6);overflow:hidden}#buddypress div.dir-search form label,#buddypress div.message-search form label,#buddypress li.groups-members-search form label{float:right;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text]{border:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-size:.9333333333rem;line-height:1.8;margin:0;min-height:2rem}#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=text]{border-left:1px solid rgba(212,208,186,.6);float:right;margin:0;padding:0 .2em;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.message-search form input[type=submit],#buddypress li.groups-members-search form input[type=submit]{float:left;font-weight:400;padding:0 1em;text-align:center;text-transform:none;width:30%}@media screen and (min-device-width:450px){#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:left;margin-bottom:5px!important}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.dir-search form label,#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress div.message-search form label,#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text],#buddypress li.groups-members-search form label{width:auto}}@media screen and (min-width:800px){#buddypress .dir-search form input[type=submit],#buddypress .dir-search form input[type=text],#buddypress .message-search form input[type=submit],#buddypress .message-search form input[type=text]{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress table{font-size:14px;font-size:.9333333333rem;margin:25px 0}.bp-user #buddypress table input{margin:0}.bp-user #buddypress table tr th{background:#6f6f6f;border-color:#b7b7b7;color:#fff;font-size:16px;font-size:1.0666666667rem;padding:4px 8px;text-transform:capitalize}.bp-user #buddypress table tr td{padding:8px}.bp-user #buddypress table p{margin-bottom:.5em}@media screen and (min-width:55em){.bp-user #buddypress table{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress .messages-notices th,.bp-user #buddypress .notifications th{width:30%}.bp-user #buddypress .messages-notices th.bulk-select-all,.bp-user #buddypress .notifications th.bulk-select-all{text-align:center;width:10%}.bp-user #buddypress .messages-notices .bulk-select-check,.bp-user #buddypress .messages-notices .notification-actions,.bp-user #buddypress .messages-notices .thread-star,.bp-user #buddypress .messages-notices td.thread-options,.bp-user #buddypress .messages-notices th.actions,.bp-user #buddypress .notifications .bulk-select-check,.bp-user #buddypress .notifications .notification-actions,.bp-user #buddypress .notifications .thread-star,.bp-user #buddypress .notifications td.thread-options,.bp-user #buddypress .notifications th.actions{text-align:center}.bp-user #buddypress .messages-notices .notification-actions a,.bp-user #buddypress .messages-notices td.thread-options a,.bp-user #buddypress .notifications .notification-actions a,.bp-user #buddypress .notifications td.thread-options a{display:inline-block;margin:0;padding:0}.bp-user #buddypress .messages-notices td .button,.bp-user #buddypress .notifications td .button{border:0;display:block;padding:0;text-align:center}#buddypress div#message p{font-size:18px;font-size:1.2rem;font-weight:700}#buddypress div#message.info p{background:#c6e4ee;border:1px solid #78bed6;color:#1e5264}#buddypress div#message.updated p{background:#dee6b2;border:1px solid #becc66;color:#454d19}.delete-group #buddypress div#message.info p{background:#db7e7e;border:1px solid #be3535;color:#1f0808}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.css
new file mode 100644
index 000000000..1b7e99c32
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.css
@@ -0,0 +1,1976 @@
+@charset "UTF-8";
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyten theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyten this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+.buddypress div.clear {
+	display: none;
+}
+
+body.page-template-onecolumn-page #main #container {
+	margin: 0;
+}
+
+body.page-template-onecolumn-page #content {
+	margin: 0 10% 0;
+	width: auto;
+}
+
+body.page-template-onecolumn-page #content .entry-header,
+body.page-template-onecolumn-page #content .entry-content {
+	width: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+/* Here we start things off */
+#buddypress div.item-list-tabs ul li.selected a,
+#buddypress div.item-list-tabs ul li.current a {
+	background: inherit;
+	opacity: 1;
+}
+
+#buddypress div.item-list-tabs ul {
+	overflow: hidden;
+	padding: 0;
+}
+
+#buddypress div.item-list-tabs ul li a:focus, #buddypress div.item-list-tabs ul li a:hover {
+	color: #555;
+}
+
+#buddypress div.item-list-tabs ul li a:visited {
+	color: #21759b;
+}
+
+#buddypress div.item-list-tabs ul li a span {
+	padding: 0 4px !important;
+}
+
+/*__ Horizontal menus __*/
+#buddypress #object-nav ul {
+	overflow: hidden;
+}
+
+#buddypress #object-nav ul li {
+	float: none;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #object-nav ul li {
+		float: left;
+	}
+}
+
+#buddypress div#subnav.item-list-tabs {
+	margin-top: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul {
+	border-bottom: 0;
+	border-top: 1px solid #d4d0ba;
+	margin-top: 5px;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last {
+	background: #fff;
+	float: right;
+	margin-top: 0;
+	padding: 5px 0 5px;
+	text-align: right;
+	width: 230px;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last select:focus {
+	background: transparent;
+	border: 0;
+	outline: 0;
+	padding: 0;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select,
+#buddypress div#subnav.item-list-tabs ul li.last label,
+#buddypress div#subnav.item-list-tabs ul li.last option {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select {
+	font-style: italic;
+}
+
+#buddypress div#subnav.item-list-tabs ul li.last select option {
+	font-style: normal;
+}
+
+.bp-user #buddypress div#subnav.item-list-tabs li.last {
+	margin-left: 0;
+	text-align: right;
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+@media screen and (min-width: 800px) {
+	body.bp-user #buddypress #item-header,
+	body.bp-user #buddypress #item-body {
+		background: #fff;
+	}
+	body.bp-user #buddypress #object-nav {
+		border-right: 1px solid #ddd;
+		float: left;
+		margin-right: -1px;
+		width: 200px;
+	}
+	body.bp-user #buddypress #object-nav ul {
+		background: none;
+		border-bottom: 0;
+		padding: 0;
+	}
+	body.bp-user #buddypress #object-nav ul li {
+		float: none;
+		margin-bottom: 5px;
+	}
+	body.bp-user #buddypress #object-nav ul li a {
+		overflow: hidden;
+	}
+	body.bp-user #buddypress #object-nav ul li.selected {
+		background: #ddd;
+	}
+	body.bp-user #buddypress #object-nav ul li span {
+		background: #fff;
+		border-radius: 10%;
+		float: right;
+		margin-right: 2px;
+	}
+	body.bp-user #buddypress #item-body {
+		border-left: 1px solid #ddd;
+		overflow: hidden;
+		padding: 0 0 0 25px;
+		width: auto;
+	}
+	body.bp-user #buddypress #item-body #subnav {
+		margin: 0 0 0 -25px;
+	}
+	body.bp-user #buddypress #item-body #subnav ul {
+		margin-top: 0;
+	}
+}
+
+@media only screen and (min-device-width: 375px) {
+	#main #buddypress #group-create-tabs.item-list-tabs ul:before,
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		content: " ";
+		display: table;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul:after {
+		clear: both;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul {
+		background: none;
+		border: 0;
+		border-bottom: 1px solid #ddd;
+		overflow: visible;
+		padding-bottom: 0;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li {
+		float: left;
+		width: auto;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current {
+		border: 1px solid #ddd;
+		border-bottom-color: #fff;
+		-webkit-border-top-right-radius: 4px;
+		border-top-right-radius: 4px;
+		-webkit-border-top-left-radius: 4px;
+		border-top-left-radius: 4px;
+		background-clip: padding-box;
+		margin-bottom: -1px;
+	}
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a,
+	#main #buddypress #group-create-tabs.item-list-tabs ul li.current a {
+		background: none;
+		color: #373737;
+		outline: none;
+	}
+	#main #buddypress #subnav ul {
+		border-bottom: 0;
+	}
+}
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+#buddypress div.pagination {
+	box-shadow: none;
+	min-height: 0;
+}
+
+#buddypress div.pagination:before, #buddypress div.pagination:after {
+	height: 0;
+	width: 0;
+}
+
+#buddypress div.pagination .pag-count {
+	margin-left: 0;
+}
+
+#buddypress div.pagination .pagination-links {
+	margin-right: 0;
+}
+
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a {
+	height: auto;
+	line-height: 1;
+	padding: 5px;
+}
+
+#buddypress div.pagination .pagination-links .prev,
+#buddypress div.pagination .pagination-links .next {
+	background-color: transparent;
+	color: inherit;
+	overflow: visible;
+	width: auto;
+}
+
+#buddypress div.pagination .pagination-links .prev:before,
+#buddypress div.pagination .pagination-links .next:before {
+	display: none;
+}
+
+#buddypress div.pagination .pagination-links .prev {
+	left: auto;
+	position: static;
+}
+
+#buddypress div.pagination .pagination-links .next {
+	position: static;
+	right: auto;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+#buddypress ul.item-list {
+	border-top: 0;
+}
+
+#buddypress ul.item-list li {
+	overflow: hidden !important;
+}
+
+#buddypress ul.item-list li .item-avatar {
+	margin-bottom: 15px;
+	text-align: center;
+}
+
+@media only screen and (min-device-width: 375px) {
+	#buddypress ul.item-list li .item-avatar {
+		margin-bottom: 0;
+	}
+}
+
+#buddypress ul.item-list li .item-avatar a {
+	border-bottom: 0;
+}
+
+#buddypress ul.item-list li .item-avatar img.avatar {
+	display: inline-block;
+	float: none;
+	margin-bottom: 15px;
+}
+
+@media only screen and (min-device-width: 450px) {
+	#buddypress ul.item-list li .item-avatar img.avatar {
+		display: block;
+		float: left;
+		opacity: 1;
+	}
+}
+
+#buddypress ul.item-list li .item {
+	margin-left: 0;
+	overflow: hidden;
+}
+
+#buddypress ul.item-list li .item .item-meta {
+	text-align: center;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-meta {
+		text-align: left;
+	}
+}
+
+#buddypress ul.item-list li .item span.activity {
+	font-style: italic;
+}
+
+#buddypress ul.item-list li .item .item-desc {
+	margin-left: 0;
+	width: 94%;
+}
+
+#buddypress ul.item-list li .item .item-title {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	line-height: 1.2;
+	text-align: center;
+	width: 100%;
+}
+
+@media screen and (min-device-width: 450px) {
+	#buddypress ul.item-list li .item .item-title {
+		text-align: left;
+	}
+}
+
+#buddypress ul.item-list li .item .item-title > a {
+	text-decoration: none;
+}
+
+#buddypress ul.item-list li .item .item-title > a:visited {
+	color: #21759b;
+}
+
+#buddypress ul.item-list li .item .item-title .update {
+	display: block;
+	font-size: 12px;
+	font-size: 0.8rem;
+	padding: 15px 0;
+	text-align: left;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item .item-title .update {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li .item-avatar,
+	#buddypress ul.item-list li .item,
+	#buddypress ul.item-list li .action {
+		float: left;
+	}
+	#buddypress ul.item-list li .item {
+		left: 5%;
+		margin-left: 0;
+		position: relative;
+		width: 55%;
+	}
+	#buddypress ul.item-list li .item .item-title {
+		font-size: 18px;
+		font-size: 1.2rem;
+	}
+}
+
+#buddypress ul.item-list li div.action {
+	clear: left;
+	float: none;
+	margin: 0;
+	margin-left: 0;
+	padding: 15px 0 5px;
+	position: relative;
+	text-align: left;
+	top: 0;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action {
+		clear: none;
+		float: right;
+		margin-bottom: 0;
+		padding: 0;
+	}
+}
+
+#buddypress ul.item-list li div.action div {
+	display: inline-block;
+	margin: 5px 0;
+	width: 100%;
+}
+
+#buddypress ul.item-list li div.action div a {
+	display: block;
+}
+
+@media only screen and (min-device-width: 375px) {
+	#buddypress ul.item-list li div.action div {
+		margin: 0 15px 5px 0;
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress ul.item-list li div.action div {
+		clear: right;
+		float: right;
+		margin: 0 0 15px 0;
+	}
+}
+
+#buddypress ul.item-list li div.action .meta {
+	font-style: italic;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+#buddypress form#whats-new-form p.activity-greeting {
+	line-height: 1.4;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+	border: 1px solid rgba(212, 208, 186, 0.5);
+	float: left;
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.6;
+	margin-top: 12px;
+	padding-left: 0.2em;
+	width: 100%;
+}
+
+#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select {
+	background: none;
+	border: 0;
+	float: right;
+	margin: 0;
+	max-width: 220px;
+	min-height: 1.5em;
+	padding: 0 0 0 0.4em;
+}
+
+@media screen and (min-width: 30em) {
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box {
+		width: auto;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit {
+		font-size: 12px;
+		font-size: 0.8rem;
+		float: right;
+	}
+	#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input {
+		padding: 0 6px;
+	}
+}
+
+#buddypress #item-body form#whats-new-form {
+	margin: 50px 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream li {
+	padding: 25px 0 15px;
+}
+
+#buddypress #activity-stream li.load-newest a {
+	display: block;
+}
+
+#buddypress #activity-stream li .activity-avatar {
+	float: none;
+	text-align: center;
+}
+
+#buddypress #activity-stream li .activity-avatar a {
+	display: inline-block;
+}
+
+#buddypress #activity-stream li .activity-avatar a img.avatar {
+	display: inline;
+	float: none;
+	height: 60px;
+	margin-bottom: 25px;
+	margin-left: 0;
+	width: 60px;
+}
+
+#buddypress #activity-stream li .activity-content,
+#buddypress #activity-stream li .activity-comments {
+	margin-left: 0;
+}
+
+#buddypress #activity-stream li .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li .activity-header a:visited {
+	color: #21759b;
+}
+
+#buddypress #activity-stream li .activity-inner img {
+	height: auto;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream li .activity-avatar {
+		float: left;
+		margin-right: 15px;
+		text-align: left;
+	}
+	#buddypress #activity-stream li .activity-avatar a {
+		border-bottom: 0;
+	}
+	#buddypress #activity-stream li .activity-content {
+		margin: 0;
+		overflow: hidden;
+	}
+	#buddypress #activity-stream li .activity-content .activity-header {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress #activity-stream li .activity-comments {
+		margin-left: 70px;
+	}
+}
+
+#buddypress #activity-stream li.mini .activity-avatar a img.avatar {
+	height: 30px;
+	margin-left: 15px;
+	width: 30px;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-header {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+#buddypress #activity-stream li.mini .activity-content .activity-meta a {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-content {
+	margin-top: -12px;
+}
+
+#buddypress #activity-stream .activity-content .activity-header {
+	line-height: inherit;
+	margin-right: 0;
+}
+
+#buddypress #activity-stream .activity-content .activity-header p {
+	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
+	margin-top: 0;
+	padding: 0 0.2em;
+}
+
+#buddypress #activity-stream .activity-content .activity-header img.avatar {
+	display: inline-block;
+	margin-bottom: 0 !important;
+}
+
+#buddypress #activity-stream .activity-content .activity-meta a {
+	display: block;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin-bottom: 5px;
+	padding: 0.2em 0.5em;
+}
+
+@media screen and (min-width: 650px) {
+	#buddypress #activity-stream .activity-content .activity-meta a {
+		float: left;
+		margin-bottom: 0;
+	}
+}
+
+#buddypress #activity-stream .load-more {
+	background: #f7f7f7;
+	border: 1px solid transparent;
+	padding: 15px;
+}
+
+#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
+	background: #f4f4f4;
+	border: 1px solid rgba(159, 209, 226, 0.3);
+}
+
+#buddypress #activity-stream .load-more a {
+	display: block;
+}
+
+/* Single activity view  - activity permalink */
+.activity-permalink #buddypress #activity-stream li.activity-item {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	margin-bottom: 50px;
+}
+
+@media screen and (min-width: 650px) {
+	.activity-permalink #buddypress #activity-stream li.mini .activity-header {
+		font-size: 20px;
+		font-size: 1.3333333333rem;
+	}
+}
+
+.activity-permalink #buddypress #activity-stream li.mini .activity-header p {
+	padding: 25px;
+}
+
+.activity-permalink #buddypress #activity-stream .activity-comments {
+	margin-left: 0;
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress #activity-stream .activity-comments {
+	position: relative;
+}
+
+#buddypress #activity-stream .activity-comments > ul {
+	background: rgba(247, 247, 247, 0.6);
+	margin: 15px 0 0 2px;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li:hover * {
+	color: #555;
+}
+
+#buddypress #activity-stream .activity-comments > ul > li .acomment-meta,
+#buddypress #activity-stream .activity-comments > ul > li .acomment-content {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form {
+	border: 1px solid #d4d0ba;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	margin: 15px 0;
+	width: 100%;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form input[type="submit"],
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	color: rgba(55, 55, 55, 0.8);
+	display: inline-block;
+	font-family: inherit;
+	font-size: 12px;
+	font-size: 0.8rem;
+	font-weight: normal;
+	line-height: 1.2;
+	padding: 4px 10px;
+	text-transform: lowercase;
+	width: 100px;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel {
+	border: 1px solid rgba(212, 208, 186, 0.7);
+	text-align: center;
+}
+
+#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
+	background: #ededed;
+}
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+@media screen and (min-width: 650px) {
+	#buddypress #members-list li .item-avatar,
+	#buddypress #members-list li .item {
+		float: left;
+	}
+	#buddypress #members-list li .action {
+		float: right;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+#buddypress #signup_form.standard-form #profile-details-section,
+#buddypress #signup_form.standard-form #basic-details-section,
+#buddypress #signup_form.standard-form #blog-details-section {
+	float: none;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section,
+	#buddypress #signup_form.standard-form #basic-details-section,
+	#buddypress #signup_form.standard-form #blog-details-section {
+		width: 48%;
+	}
+}
+
+@media screen and (min-width: 37.5em) {
+	#buddypress #signup_form.standard-form #profile-details-section {
+		float: right;
+	}
+	#buddypress #signup_form.standard-form #basic-details-section {
+		float: left;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress a:visited {
+	color: #21759b;
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+.bp-user #buddypress #item-header-content #item-meta,
+.single-item.groups #buddypress #item-header-content #item-meta {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	text-align: left;
+}
+
+.bp-user #buddypress #item-header-content #item-meta p,
+.single-item.groups #buddypress #item-header-content #item-meta p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user h1,
+	.bp-user #item-header-content,
+	.single-item.groups h1,
+	.single-item.groups #item-header-content {
+		text-align: center;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user main header.entry-header,
+	.single-item.groups main header.entry-header {
+		padding-bottom: 1rem;
+	}
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress h1,
+	.single-item.groups #buddypress h1 {
+		margin-bottom: 0;
+	}
+	.bp-user #buddypress #item-header-avatar img.avatar,
+	.single-item.groups #buddypress #item-header-avatar img.avatar {
+		margin-right: 0;
+	}
+	.bp-user #buddypress #item-header-content,
+	.single-item.groups #buddypress #item-header-content {
+		width: 100%;
+	}
+	.bp-user #buddypress #item-header-content .user-nicename,
+	.single-item.groups #buddypress #item-header-content .user-nicename {
+		color: #555;
+	}
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #item-header .generic-button,
+	.single-item.groups #buddypress #item-header .generic-button {
+		float: none;
+		margin: 1.5em 0 0 0;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+@media screen and (max-width: 46.25em) {
+	.single-item.groups #buddypress #item-header #item-meta {
+		margin-bottom: 25px;
+	}
+}
+
+@media screen and (max-width: 50em) {
+	.single-item.groups #buddypress div#item-header {
+		display: flex;
+		flex-direction: column;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar {
+		order: 1;
+		text-align: center;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a {
+		border-bottom: 0;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-avatar a img {
+		display: inline-block;
+		float: none;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		order: 2;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions {
+		order: 3;
+	}
+	.single-item.groups #buddypress div#item-header #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+		text-align: center;
+	}
+}
+
+.single-item.groups #buddypress div#item-header {
+	padding-bottom: 50px;
+}
+
+.single-item.groups #buddypress div#item-header #item-header-content {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions {
+	margin: 0 !important;
+	width: 100%;
+}
+
+@media screen and (min-width: 50em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		border-left: 1px solid #eaeaea;
+		clear: none;
+		float: right;
+		padding-left: 0.2em;
+		width: 30%;
+	}
+}
+
+@media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions ul {
+	margin-top: 0;
+	padding-left: 0;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	font-weight: bold;
+	line-height: 1.4;
+}
+
+.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,
+.single-item.groups #buddypress div#item-header div#item-actions #group-mods li {
+	margin: 0;
+}
+
+@media screen and (min-width: 650px) {
+	.single-item.groups #buddypress div#item-header #item-header-avatar,
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		float: left;
+	}
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		margin-left: 2%;
+		padding: 0 0.5em;
+	}
+	.single-item.groups #buddypress div#item-header div#item-actions {
+		float: right;
+		width: 28%;
+	}
+}
+
+@media screen and (min-width: 64em) {
+	.single-item.groups #buddypress div#item-header #item-header-content {
+		width: 40%;
+	}
+}
+
+.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+	margin-top: 225px !important;
+}
+
+@media screen and (min-width: 50em) and (max-width: 60em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content {
+		max-width: 60% !important;
+		width: 60% !important;
+	}
+}
+
+@media screen and (max-width: 64em) {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions {
+		border: 0;
+		clear: both;
+		margin-top: 0 !important;
+		max-width: 100% !important;
+		padding-top: 0 !important;
+		width: auto;
+	}
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+		border-bottom: 1px solid #eaeaea;
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+.bp-user #buddypress #item-header #item-header-avatar {
+	text-align: center;
+}
+
+.bp-user #buddypress #item-header #item-header-avatar img.avatar,
+.bp-user #buddypress #item-header #item-header-avatar a {
+	border-bottom: 0;
+	display: inline-block;
+	float: none;
+}
+
+.bp-user #buddypress #item-header #item-header-cover-image .user-nicename {
+	color: inherit;
+	text-shadow: none;
+}
+
+@media screen and (min-width: 800px) {
+	.bp-user #buddypress #item-header #item-header-cover-image .user-nicename {
+		color: #fff;
+		text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
+	}
+}
+
+.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button {
+	margin-right: 5px;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress #item-header #item-header-avatar {
+		float: left;
+	}
+	.bp-user #buddypress #item-header #item-header-avatar a {
+		float: left;
+	}
+	.bp-user #buddypress #item-header #item-header-content {
+		float: right;
+		margin-right: 0%;
+		width: 69%;
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+.groups #group-settings-form h4 {
+	background: #555;
+	color: #fff;
+	padding: 0.2em;
+}
+
+.groups.edit-details #group-settings-form label {
+	margin-bottom: 0;
+	padding: 0.2em;
+	width: 80%;
+}
+
+.groups.edit-details #group-settings-form textarea + p label {
+	background: none;
+	color: inherit;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	width: auto;
+}
+
+.groups.edit-details #group-settings-form textarea {
+	height: auto;
+	min-height: 100px;
+	overflow: auto;
+}
+
+.groups.group-settings #group-settings-form div.radio label {
+	font-weight: bold;
+	padding: 0.2em;
+}
+
+.groups.group-settings #group-settings-form div.radio label ul {
+	color: rgba(55, 55, 55, 0.6);
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.groups.group-avatar form > p {
+	margin-top: 25px;
+}
+
+.groups.manage-members #group-settings-form .item-list li {
+	border-bottom: 1px solid #eaeaea;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li img,
+	.groups.manage-members #group-settings-form .item-list li h5 {
+		float: left;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li img > a,
+.groups.manage-members #group-settings-form .item-list li h5 > a {
+	border-bottom: 0;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small {
+	clear: left;
+	display: block;
+	float: none;
+	margin-top: 15px;
+	width: 100%;
+}
+
+.groups.manage-members #group-settings-form .item-list li span.small a {
+	display: block;
+	margin: 5px 0;
+}
+
+@media screen and (min-width: 650px) {
+	.groups.manage-members #group-settings-form .item-list li span.small a {
+		display: inline-block;
+	}
+}
+
+.groups.manage-members #group-settings-form .item-list li h5 {
+	margin: 0;
+}
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+.groups.group-members #subnav li {
+	width: 100%;
+}
+
+.groups.group-members #subnav li #search-members-form {
+	float: right;
+	margin: 5px 0 0 0;
+}
+
+.groups.group-members #subnav li #search-members-form label input[type="text"] {
+	box-shadow: none;
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user #buddypress table th {
+	font-size: 13px;
+	font-size: 0.8666666667rem;
+}
+
+.bp-user #buddypress table td {
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+@media screen and (min-width: 650px) {
+	.bp-user #buddypress table th {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	.bp-user #buddypress table td {
+		font-size: 14px;
+		font-size: 0.9333333333rem;
+	}
+}
+
+.bp-user #buddypress .pag-count {
+	font-style: italic;
+}
+
+.bp-user #buddypress .notifications-options-nav,
+.bp-user #buddypress .messages-options-nav {
+	float: left;
+	width: 100%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav,
+	.bp-user #buddypress .messages-options-nav {
+		width: 60%;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav select,
+.bp-user #buddypress .messages-options-nav input {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	outline: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications-options-nav select,
+.bp-user #buddypress .messages-options-nav select {
+	float: left;
+	margin-right: 0;
+	width: 49%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav select,
+	.bp-user #buddypress .messages-options-nav select {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input,
+.bp-user #buddypress .messages-options-nav input {
+	float: left;
+	font-family: inherit;
+	line-height: 20px;
+	margin-left: 1%;
+	width: 50%;
+}
+
+@media screen and (min-width: 37.5em) {
+	.bp-user #buddypress .notifications-options-nav input,
+	.bp-user #buddypress .messages-options-nav input {
+		width: auto;
+	}
+}
+
+.bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:focus, .bp-user #buddypress .notifications-options-nav input[disabled="disabled"]:hover,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:focus,
+.bp-user #buddypress .messages-options-nav input[disabled="disabled"]:hover {
+	background: none;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+.bp-user #buddypress .profile .bp-widget h4 {
+	background: #6f6f6f;
+	color: #fff;
+	margin-bottom: 0;
+	padding: 0.4em;
+}
+
+.bp-user #buddypress .profile .bp-widget table {
+	margin-top: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:before,
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	content: " ";
+	display: table;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .button-nav:after {
+	clear: both;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav {
+	border-bottom: 1px solid #eaeaea;
+	margin-left: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li {
+	float: left;
+	margin-bottom: 0;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current {
+	border: 1px solid #eaeaea;
+	border-bottom-color: #fff;
+	margin-bottom: -1px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form ul.button-nav a {
+	background: none;
+	border: 0;
+	font-size: 18px;
+	font-size: 1.2rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle {
+	margin: 5px 0 25px;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle,
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
+	background: #6f6f6f;
+	-webkit-border-radius: 2px;
+	-moz-border-radius: 2px;
+	-ms-border-radius: 2px;
+	border-radius: 2px;
+	background-clip: padding-box;
+	color: #eee;
+	font-weight: bold;
+	padding: 0.1em 0.5em;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,
+.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover {
+	color: #fff;
+}
+
+.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a {
+	font-size: inherit;
+}
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+.bp-user #buddypress #message-thread a {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-thread #message-subject {
+	background: #6f6f6f;
+	color: #fff;
+	padding: 0.3em 0 0.3em 0.2em;
+}
+
+.bp-user #buddypress #message-thread #message-recipients {
+	font-style: italic;
+}
+
+.bp-user #buddypress #message-thread #message-recipients a.confirm {
+	border: 1px solid #eaeaea;
+	font-style: normal;
+}
+
+.bp-user #buddypress #message-thread #message-recipients .highlight {
+	font-size: 100%;
+}
+
+.bp-user #buddypress #message-thread .message-metadata {
+	overflow: hidden;
+}
+
+.bp-user #buddypress #message-thread .message-metadata img.avatar {
+	float: none;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress #message-thread .message-metadata img.avatar {
+		float: left;
+	}
+}
+
+.bp-user #buddypress #message-thread .message-metadata .message-star-actions {
+	float: right;
+	margin-right: 5px;
+	position: static;
+}
+
+.bp-user #buddypress #message-thread .message-content {
+	background: #f7f7f7;
+	border: 1px solid #eaeaea;
+	margin: 15px 0 0 0;
+	padding: 0.3em;
+}
+
+.bp-user #buddypress #message-thread #send-reply .message-content {
+	background: #fff;
+	border: 0;
+}
+
+.bp-user #buddypress #message-thread .alt {
+	background: #fff;
+}
+
+.bp-user #buddypress #message-threads thead tr {
+	background: #6f6f6f;
+}
+
+.bp-user #buddypress #message-threads tr td {
+	background: #fff;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	display: inline-block;
+	float: left;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-bottom: 1px solid #ccc;
+	height: 2.4em;
+	padding-bottom: 0.2em;
+	padding-top: 0.2em;
+}
+
+@media screen and (max-width: 46.25em) {
+	.bp-user #buddypress #message-threads tr td.thread-star,
+	.bp-user #buddypress #message-threads tr td.thread-options {
+		padding-top: 0;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,
+.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar {
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-star span.icon:before {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+}
+
+.bp-user #buddypress #message-threads tr td.bulk-select-check,
+.bp-user #buddypress #message-threads tr td.thread-from {
+	height: 3em;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr td.bulk-select-check,
+	.bp-user #buddypress #message-threads tr td.thread-from {
+		height: 5.2em;
+	}
+}
+
+.bp-user #buddypress #message-threads tr td.thread-from,
+.bp-user #buddypress #message-threads tr td.thread-options {
+	border-left: 0 !important;
+	width: -webkit-calc(100% - 30px);
+	width: -moz-calc(100% - 30px);
+	width: calc(100% - 30px);
+	margin-left: 0;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info {
+	padding-left: 41px;
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-info a::after {
+	content: " ‖ " attr(title);
+	font-size: 12px;
+	font-size: 0.8rem;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options {
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads tr td.thread-options a {
+	font-size: 12px;
+	font-size: 0.8rem;
+	line-height: 1.2;
+}
+
+.bp-user #buddypress #message-threads tr span.from {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads tr span.activity {
+	display: block;
+	float: right;
+	line-height: 2;
+}
+
+@media screen and (max-width: 37.5em) {
+	.bp-user #buddypress #message-threads tr span.activity {
+		clear: both;
+		font-size: 11px;
+		font-size: 0.7333333333rem;
+		width: 100%;
+	}
+}
+
+.bp-user #buddypress #message-threads tr.unread td {
+	border-color: #eaeaea;
+}
+
+.bp-user #buddypress #message-threads th {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all {
+	border-bottom: 0;
+	display: inline-block;
+	text-align: left;
+}
+
+.bp-user #buddypress #message-threads th.bulk-select-all,
+.bp-user #buddypress #message-threads td.bulk-select-check,
+.bp-user #buddypress #message-threads td.thread-star {
+	border-right: 0;
+	width: 30px;
+}
+
+.bp-user #buddypress #send_message_form input,
+.bp-user #buddypress #send_message_form textarea {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+}
+
+.bp-user #buddypress .acfb-holder {
+	list-style: none;
+}
+
+.bp-user #buddypress .acfb-holder li {
+	margin-left: 0;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab {
+	background: #edf7fa;
+	border: inherit;
+	margin-right: 0;
+	padding: 0.5em;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p {
+	padding-left: 15px;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus, .bp-user #buddypress .acfb-holder li.friend-tab span.p:hover {
+	color: #c82b2b;
+	cursor: pointer;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a {
+	border-bottom: 0;
+	text-decoration: none;
+}
+
+.bp-user #buddypress .acfb-holder li.friend-tab a img {
+	display: inline;
+	height: 20px;
+	vertical-align: middle;
+	width: 20px !important;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices tr {
+	margin: 3em 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td {
+	width: 100%;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td strong {
+	background: #6f6f6f;
+	color: #fff;
+	display: block;
+	margin-bottom: 0.4em;
+	padding-left: 0.2em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a {
+	display: inline-block;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td a.button {
+	border: 1px solid #d4d0ba;
+	line-height: initial;
+	padding: 0.4em 0.3em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child {
+	display: none;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong {
+	margin: -8px -8px 8px;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td {
+	border-bottom: 0;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:first-child + td + td span {
+	line-height: 1;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child {
+	line-height: 1;
+	padding-bottom: 1em;
+	text-align: right;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {
+	line-height: 0;
+	margin-left: 0.7em;
+	text-indent: -999em;
+}
+
+.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after {
+	content: attr(title);
+	display: block;
+	line-height: initial;
+	text-indent: 0;
+}
+
+.bp-user .ac_results {
+	background: #eee;
+	padding-left: 15px;
+}
+
+.bp-user .ac_results li {
+	margin: 15px 0;
+}
+
+.bp-user .ac_results li:focus, .bp-user .ac_results li:hover {
+	cursor: pointer;
+}
+
+.bp-user .ac_results li img {
+	vertical-align: bottom;
+}
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+.bp-user #buddypress #settings-form > p {
+	font-size: 20px;
+	font-size: 1.3333333333rem;
+	margin: 25px 0 15px;
+}
+
+.bp-user #buddypress table.notification-settings td.yes,
+.bp-user #buddypress table.notification-settings td.no {
+	vertical-align: middle;
+}
+
+.bp-user #buddypress table.profile-settings {
+	width: 100%;
+}
+
+.bp-user #buddypress table.profile-settings th.field-group-name,
+.bp-user #buddypress table.profile-settings td.field-name {
+	width: 50%;
+}
+
+@media screen and (min-width: 46.25em) {
+	.bp-user #buddypress table.profile-settings th.field-group-name,
+	.bp-user #buddypress table.profile-settings td.field-name {
+		width: 70%;
+	}
+}
+
+.bp-user #buddypress table.profile-settings th.title,
+.bp-user #buddypress table.profile-settings td.field-visibility {
+	width: 30%;
+}
+
+.bp-user #buddypress table.profile-settings td.field-visibility select {
+	width: 100%;
+}
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+#main #buddypress .standard-form li {
+	float: none;
+}
+
+#main #buddypress .standard-form input[type='text'],
+#main #buddypress .standard-form input[type='email'],
+#main #buddypress .standard-form input[type='password'],
+#main #buddypress .standard-form textarea {
+	border-width: 1px;
+	box-shadow: none;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	width: 100%;
+}
+
+#buddypress div.activity-comments form .ac-textarea {
+	background: #f7f7f7;
+	border: 1px solid rgba(212, 208, 186, 0.5);
+}
+
+#buddypress div.activity-comments form .ac-textarea textarea {
+	background: none;
+	border: 0;
+}
+
+#buddypress .standard-form input[type="text"],
+#buddypress .standard-form input[type="email"],
+#buddypress .standard-form input[type="password"],
+#buddypress .standard-form button,
+#buddypress .standard-form select,
+#buddypress .standard-form textarea {
+	border-color: rgba(212, 208, 186, 0.5);
+	border-width: 1px;
+}
+
+#buddypress #signup_form.standard-form div.submit {
+	float: none;
+}
+
+#buddypress #signup_form.standard-form div.submit input {
+	margin-right: 0;
+}
+
+#buddypress div.dir-search,
+#buddypress div.message-search,
+#buddypress li.groups-members-search {
+	float: none;
+	margin: 15px 0;
+}
+
+#buddypress div.dir-search form,
+#buddypress div.message-search form,
+#buddypress li.groups-members-search form {
+	border: 1px solid rgba(212, 208, 186, 0.6);
+	overflow: hidden;
+}
+
+#buddypress div.dir-search form label,
+#buddypress div.message-search form label,
+#buddypress li.groups-members-search form label {
+	float: left;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='text'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	border: 0;
+	border-radius: 0;
+	box-shadow: none;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	line-height: 1.8;
+	margin: 0;
+	min-height: 2rem;
+}
+
+#buddypress div.dir-search form input[type='text'],
+#buddypress div.message-search form input[type='text'],
+#buddypress li.groups-members-search form input[type='text'] {
+	border-right: 1px solid rgba(212, 208, 186, 0.6);
+	float: left;
+	margin: 0;
+	padding: 0 0.2em 0;
+	width: 70%;
+}
+
+#buddypress div.dir-search form input[type='submit'],
+#buddypress div.message-search form input[type='submit'],
+#buddypress li.groups-members-search form input[type='submit'] {
+	float: right;
+	font-weight: normal;
+	padding: 0 1em;
+	text-align: center;
+	text-transform: none;
+	width: 30%;
+}
+
+@media screen and (min-device-width: 450px) {
+	#buddypress div.dir-search,
+	#buddypress div.message-search,
+	#buddypress li.groups-members-search {
+		float: right;
+		margin-bottom: 5px !important;
+	}
+	#buddypress div.dir-search form label,
+	#buddypress div.dir-search form input[type='text'],
+	#buddypress div.dir-search form input[type='submit'],
+	#buddypress div.message-search form label,
+	#buddypress div.message-search form input[type='text'],
+	#buddypress div.message-search form input[type='submit'],
+	#buddypress li.groups-members-search form label,
+	#buddypress li.groups-members-search form input[type='text'],
+	#buddypress li.groups-members-search form input[type='submit'] {
+		width: auto;
+	}
+}
+
+@media screen and (min-width: 800px) {
+	#buddypress .dir-search form input[type='text'],
+	#buddypress .message-search form input[type='text'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+	#buddypress .dir-search form input[type='submit'],
+	#buddypress .message-search form input[type='submit'] {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user #buddypress table {
+	font-size: 14px;
+	font-size: 0.9333333333rem;
+	margin: 25px 0;
+}
+
+.bp-user #buddypress table input {
+	margin: 0;
+}
+
+.bp-user #buddypress table tr th {
+	background: #6f6f6f;
+	border-color: #b7b7b7;
+	color: #fff;
+	font-size: 16px;
+	font-size: 1.0666666667rem;
+	padding: 4px 8px;
+	text-transform: capitalize;
+}
+
+.bp-user #buddypress table tr td {
+	padding: 8px;
+}
+
+.bp-user #buddypress table p {
+	margin-bottom: 0.5em;
+}
+
+@media screen and (min-width: 55em) {
+	.bp-user #buddypress table {
+		font-size: 16px;
+		font-size: 1.0666666667rem;
+	}
+}
+
+.bp-user #buddypress .notifications th,
+.bp-user #buddypress .messages-notices th {
+	width: 30%;
+}
+
+.bp-user #buddypress .notifications th.bulk-select-all,
+.bp-user #buddypress .messages-notices th.bulk-select-all {
+	text-align: center;
+	width: 10%;
+}
+
+.bp-user #buddypress .notifications th.actions,
+.bp-user #buddypress .messages-notices th.actions {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .bulk-select-check,
+.bp-user #buddypress .notifications .thread-star,
+.bp-user #buddypress .messages-notices .bulk-select-check,
+.bp-user #buddypress .messages-notices .thread-star {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions,
+.bp-user #buddypress .notifications td.thread-options,
+.bp-user #buddypress .messages-notices .notification-actions,
+.bp-user #buddypress .messages-notices td.thread-options {
+	text-align: center;
+}
+
+.bp-user #buddypress .notifications .notification-actions a,
+.bp-user #buddypress .notifications td.thread-options a,
+.bp-user #buddypress .messages-notices .notification-actions a,
+.bp-user #buddypress .messages-notices td.thread-options a {
+	display: inline-block;
+	margin: 0;
+	padding: 0;
+}
+
+.bp-user #buddypress .notifications td .button,
+.bp-user #buddypress .messages-notices td .button {
+	border: 0;
+	display: block;
+	padding: 0;
+	text-align: center;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+#buddypress div#message p {
+	font-size: 18px;
+	font-size: 1.2rem;
+	font-weight: bold;
+}
+
+#buddypress div#message.info p {
+	background: #c6e4ee;
+	border: 1px solid #78bed6;
+	color: #1e5264;
+}
+
+#buddypress div#message.updated p {
+	background: #dee6b2;
+	border: 1px solid #becc66;
+	color: #454d19;
+}
+
+.delete-group #buddypress div#message.info p {
+	background: #db7e7e;
+	border: 1px solid #be3535;
+	color: #1f0808;
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.min.css b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.min.css
new file mode 100644
index 000000000..a53f12ad0
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.min.css
@@ -0,0 +1 @@
+@charset "UTF-8";.buddypress div.clear{display:none}body.page-template-onecolumn-page #main #container{margin:0}body.page-template-onecolumn-page #content{margin:0 10%;width:auto}body.page-template-onecolumn-page #content .entry-content,body.page-template-onecolumn-page #content .entry-header{width:auto}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background:inherit;opacity:1}#buddypress div.item-list-tabs ul{overflow:hidden;padding:0}#buddypress div.item-list-tabs ul li a:focus,#buddypress div.item-list-tabs ul li a:hover{color:#555}#buddypress div.item-list-tabs ul li a:visited{color:#21759b}#buddypress div.item-list-tabs ul li a span{padding:0 4px!important}#buddypress #object-nav ul{overflow:hidden}#buddypress #object-nav ul li{float:none}@media screen and (min-width:650px){#buddypress #object-nav ul li{float:left}}#buddypress div#subnav.item-list-tabs{margin-top:0}#buddypress div#subnav.item-list-tabs ul{border-bottom:0;border-top:1px solid #d4d0ba;margin-top:5px;padding:0}#buddypress div#subnav.item-list-tabs ul li.last{background:#fff;float:right;margin-top:0;padding:5px 0;text-align:right;width:230px}#buddypress div#subnav.item-list-tabs ul li.last select,#buddypress div#subnav.item-list-tabs ul li.last select:focus{background:0 0;border:0;outline:0;padding:0}#buddypress div#subnav.item-list-tabs ul li.last label,#buddypress div#subnav.item-list-tabs ul li.last option,#buddypress div#subnav.item-list-tabs ul li.last select{font-size:14px;font-size:.9333333333rem}#buddypress div#subnav.item-list-tabs ul li.last select{font-style:italic}#buddypress div#subnav.item-list-tabs ul li.last select option{font-style:normal}#buddypress ul.item-list li .item span.activity,#buddypress ul.item-list li div.action .meta,.bp-user #buddypress #message-thread #message-recipients,.bp-user #buddypress .pag-count{font-style:italic}.bp-user #buddypress div#subnav.item-list-tabs li.last{margin-left:0;text-align:right}@media screen and (min-width:800px){body.bp-user #buddypress #item-body,body.bp-user #buddypress #item-header{background:#fff}body.bp-user #buddypress #object-nav{border-right:1px solid #ddd;float:left;margin-right:-1px;width:200px}body.bp-user #buddypress #object-nav ul{background:0 0;border-bottom:0;padding:0}body.bp-user #buddypress #object-nav ul li{float:none;margin-bottom:5px}body.bp-user #buddypress #object-nav ul li a{overflow:hidden}body.bp-user #buddypress #object-nav ul li.selected{background:#ddd}body.bp-user #buddypress #object-nav ul li span{background:#fff;border-radius:10%;float:right;margin-right:2px}body.bp-user #buddypress #item-body{border-left:1px solid #ddd;overflow:hidden;padding:0 0 0 25px;width:auto}body.bp-user #buddypress #item-body #subnav{margin:0 0 0 -25px}body.bp-user #buddypress #item-body #subnav ul{margin-top:0}}@media only screen and (min-device-width:375px){#main #buddypress #group-create-tabs.item-list-tabs ul:after,#main #buddypress #group-create-tabs.item-list-tabs ul:before{content:" ";display:table}#main #buddypress #group-create-tabs.item-list-tabs ul:after{clear:both}#main #buddypress #group-create-tabs.item-list-tabs ul{background:0 0;border:0;border-bottom:1px solid #ddd;overflow:visible;padding-bottom:0}#main #buddypress #group-create-tabs.item-list-tabs ul li{float:left;width:auto}#main #buddypress #group-create-tabs.item-list-tabs ul li.current,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected{border:1px solid #ddd;border-bottom-color:#fff;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;background-clip:padding-box;margin-bottom:-1px}#main #buddypress #group-create-tabs.item-list-tabs ul li.current a,#main #buddypress #group-create-tabs.item-list-tabs ul li.selected a{background:0 0;color:#373737;outline:0}#main #buddypress #subnav ul{border-bottom:0}}#buddypress div.pagination{box-shadow:none;min-height:0}#buddypress div.pagination:after,#buddypress div.pagination:before{height:0;width:0}#buddypress div.pagination .pag-count{margin-left:0}#buddypress div.pagination .pagination-links{margin-right:0}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{height:auto;line-height:1;padding:5px}#buddypress div.pagination .pagination-links .next,#buddypress div.pagination .pagination-links .prev{background-color:transparent;color:inherit;overflow:visible;width:auto}#buddypress #activity-stream li .activity-header a:visited,#buddypress ul.item-list li .item .item-title>a:visited{color:#21759b}#buddypress div.pagination .pagination-links .next:before,#buddypress div.pagination .pagination-links .prev:before{display:none}#buddypress div.pagination .pagination-links .prev{left:auto;position:static}#buddypress div.pagination .pagination-links .next{position:static;right:auto}#buddypress ul.item-list{border-top:0}#buddypress ul.item-list li{overflow:hidden!important}#buddypress ul.item-list li .item-avatar{margin-bottom:15px;text-align:center}@media only screen and (min-device-width:375px){#buddypress ul.item-list li .item-avatar{margin-bottom:0}}#buddypress ul.item-list li .item-avatar a{border-bottom:0}#buddypress ul.item-list li .item-avatar img.avatar{display:inline-block;float:none;margin-bottom:15px}@media only screen and (min-device-width:450px){#buddypress ul.item-list li .item-avatar img.avatar{display:block;float:left;opacity:1}}#buddypress ul.item-list li .item{margin-left:0;overflow:hidden}#buddypress ul.item-list li .item .item-meta{text-align:center}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-meta{text-align:left}}#buddypress ul.item-list li .item .item-desc{margin-left:0;width:94%}#buddypress ul.item-list li .item .item-title{font-size:16px;font-size:1.0666666667rem;line-height:1.2;text-align:center;width:100%}@media screen and (min-device-width:450px){#buddypress ul.item-list li .item .item-title{text-align:left}}#buddypress ul.item-list li .item .item-title>a{text-decoration:none}#buddypress ul.item-list li .item .item-title .update{display:block;font-size:12px;font-size:.8rem;padding:15px 0;text-align:left}@media screen and (min-width:650px){#buddypress ul.item-list li .item .item-title .update{font-size:14px;font-size:.9333333333rem}#buddypress ul.item-list li .action,#buddypress ul.item-list li .item,#buddypress ul.item-list li .item-avatar{float:left}#buddypress ul.item-list li .item{left:5%;margin-left:0;position:relative;width:55%}#buddypress ul.item-list li .item .item-title{font-size:18px;font-size:1.2rem}}#buddypress ul.item-list li div.action{clear:left;float:none;margin:0;padding:15px 0 5px;position:relative;text-align:left;top:0}@media screen and (min-width:650px){#buddypress ul.item-list li div.action{clear:none;float:right;margin-bottom:0;padding:0}}#buddypress ul.item-list li div.action div{display:inline-block;margin:5px 0;width:100%}#buddypress #activity-stream li.load-newest a,#buddypress ul.item-list li div.action div a{display:block}@media only screen and (min-device-width:375px){#buddypress ul.item-list li div.action div{margin:0 15px 5px 0;width:auto}}@media screen and (min-width:650px){#buddypress ul.item-list li div.action div{clear:right;float:right;margin:0 0 15px}}#buddypress form#whats-new-form p.activity-greeting{line-height:1.4}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{border:1px solid rgba(212,208,186,.5);float:left;font-size:12px;font-size:.8rem;line-height:1.6;margin-top:12px;padding-left:.2em;width:100%}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box select{background:0 0;border:0;float:right;margin:0;max-width:220px;min-height:1.5em;padding:0 0 0 .4em}@media screen and (min-width:30em){#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-post-in-box{width:auto}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit{font-size:12px;font-size:.8rem;float:right}#buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input{padding:0 6px}}#buddypress #item-body form#whats-new-form{margin:50px 0}#buddypress #activity-stream li{padding:25px 0 15px}#buddypress #activity-stream li .activity-avatar{float:none;text-align:center}#buddypress #activity-stream li .activity-avatar a{display:inline-block}#buddypress #activity-stream li .activity-avatar a img.avatar{display:inline;float:none;height:60px;margin-bottom:25px;margin-left:0;width:60px}#buddypress #activity-stream li .activity-comments,#buddypress #activity-stream li .activity-content{margin-left:0}#buddypress #activity-stream li .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li .activity-inner img{height:auto}@media screen and (min-width:650px){#buddypress #activity-stream li .activity-avatar{float:left;margin-right:15px;text-align:left}#buddypress #activity-stream li .activity-avatar a{border-bottom:0}#buddypress #activity-stream li .activity-content{margin:0;overflow:hidden}#buddypress #activity-stream li .activity-content .activity-header{font-size:16px;font-size:1.0666666667rem}#buddypress #activity-stream li .activity-comments{margin-left:70px}}#buddypress #activity-stream li.mini .activity-avatar a img.avatar{height:30px;margin-left:15px;width:30px}#buddypress #activity-stream li.mini .activity-content .activity-header{font-size:14px;font-size:.9333333333rem}#buddypress #activity-stream li.mini .activity-content .activity-meta a{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-content{margin-top:-12px}#buddypress #activity-stream .activity-content .activity-header{line-height:inherit;margin-right:0}#buddypress #activity-stream .activity-content .activity-header p{border-bottom:1px solid rgba(234,234,234,.6);margin-top:0;padding:0 .2em}#buddypress #activity-stream .activity-content .activity-header img.avatar{display:inline-block;margin-bottom:0!important}#buddypress #activity-stream .activity-content .activity-meta a{display:block;font-size:14px;font-size:.9333333333rem;margin-bottom:5px;padding:.2em .5em}@media screen and (min-width:650px){#buddypress #activity-stream .activity-content .activity-meta a{float:left;margin-bottom:0}}#buddypress #activity-stream .load-more{background:#f7f7f7;border:1px solid transparent;padding:15px}.activity-permalink #buddypress #activity-stream li.activity-item,.activity-permalink #buddypress #activity-stream li.mini .activity-header p{padding:25px}#buddypress #activity-stream .load-more:focus,#buddypress #activity-stream .load-more:hover{background:#f4f4f4;border:1px solid rgba(159,209,226,.3)}#buddypress #activity-stream .load-more a{display:block}.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:16px;font-size:1.0666666667rem;margin-bottom:50px}@media screen and (min-width:650px){.activity-permalink #buddypress #activity-stream li.mini .activity-header{font-size:20px;font-size:1.3333333333rem}#buddypress #members-list li .item,#buddypress #members-list li .item-avatar{float:left}#buddypress #members-list li .action{float:right}}.activity-permalink #buddypress #activity-stream .activity-comments{margin-left:0}#buddypress #activity-stream .activity-comments{position:relative}#buddypress #activity-stream .activity-comments>ul{background:rgba(247,247,247,.6);margin:15px 0 0 2px}#buddypress #activity-stream .activity-comments>ul>li:hover *{color:#555}#buddypress #activity-stream .activity-comments>ul>li .acomment-content,#buddypress #activity-stream .activity-comments>ul>li .acomment-meta{font-size:12px;font-size:.8rem}#buddypress #activity-stream .activity-comments .ac-form{border:1px solid #d4d0ba;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:15px 0;width:100%}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel,#buddypress #activity-stream .activity-comments .ac-form input[type=submit]{color:rgba(55,55,55,.8);display:inline-block;font-family:inherit;font-size:12px;font-size:.8rem;font-weight:400;line-height:1.2;padding:4px 10px;text-transform:lowercase;width:100px}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel{border:1px solid rgba(212,208,186,.7);text-align:center}#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover{background:#ededed}#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{float:none;width:100%}@media screen and (min-width:37.5em){#buddypress #signup_form.standard-form #basic-details-section,#buddypress #signup_form.standard-form #blog-details-section,#buddypress #signup_form.standard-form #profile-details-section{width:48%}#buddypress #signup_form.standard-form #profile-details-section{float:right}#buddypress #signup_form.standard-form #basic-details-section{float:left}}.bp-user #buddypress a:visited{color:#21759b}.bp-user #buddypress #item-header-content #item-meta,.single-item.groups #buddypress #item-header-content #item-meta{font-size:14px;font-size:.9333333333rem;text-align:left}.bp-user #buddypress #item-header-content #item-meta p,.single-item.groups #buddypress #item-header-content #item-meta p{margin-bottom:.5em}@media screen and (max-width:37.5em){.bp-user #item-header-content,.bp-user h1,.single-item.groups #item-header-content,.single-item.groups h1{text-align:center}.bp-user #buddypress h1,.single-item.groups #buddypress h1{margin-bottom:0}.bp-user #buddypress #item-header-avatar img.avatar,.single-item.groups #buddypress #item-header-avatar img.avatar{margin-right:0}.bp-user #buddypress #item-header-content,.single-item.groups #buddypress #item-header-content{width:100%}.bp-user #buddypress #item-header-content .user-nicename,.single-item.groups #buddypress #item-header-content .user-nicename{color:#555}}@media screen and (max-width:46.25em){.bp-user main header.entry-header,.single-item.groups main header.entry-header{padding-bottom:1rem}.bp-user #buddypress #item-header .generic-button,.single-item.groups #buddypress #item-header .generic-button{float:none;margin:1.5em 0 0}.single-item.groups #buddypress #item-header #item-meta{margin-bottom:25px}}@media screen and (max-width:50em){.single-item.groups #buddypress div#item-header{display:flex;flex-direction:column}.single-item.groups #buddypress div#item-header #item-header-avatar{order:1;text-align:center}.single-item.groups #buddypress div#item-header #item-header-avatar a{border-bottom:0}.single-item.groups #buddypress div#item-header #item-header-avatar a img{display:inline-block;float:none}.single-item.groups #buddypress div#item-header #item-header-content{order:2}.single-item.groups #buddypress div#item-header #item-actions{order:3}.single-item.groups #buddypress div#item-header #item-actions h3{border-bottom:1px solid #eaeaea;text-align:center}}.single-item.groups #buddypress div#item-header{padding-bottom:50px}.single-item.groups #buddypress div#item-header #item-header-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-item.groups #buddypress div#item-header div#item-actions{margin:0!important;width:100%}@media screen and (min-width:50em){.single-item.groups #buddypress div#item-header div#item-actions{border-left:1px solid #eaeaea;clear:none;float:right;padding-left:.2em;width:30%}}@media screen and (min-width:46.25em){.single-item.groups #buddypress div#item-header div#item-actions{width:40%}}.single-item.groups #buddypress div#item-header div#item-actions ul{margin-top:0;padding-left:0}.single-item.groups #buddypress div#item-header div#item-actions h3{font-size:14px;font-size:.9333333333rem;font-weight:700;line-height:1.4}.single-item.groups #buddypress div#item-header div#item-actions #group-admins li,.single-item.groups #buddypress div#item-header div#item-actions #group-mods li{margin:0}@media screen and (min-width:650px){.single-item.groups #buddypress div#item-header #item-header-avatar,.single-item.groups #buddypress div#item-header #item-header-content{float:left}.single-item.groups #buddypress div#item-header #item-header-content{margin-left:2%;padding:0 .5em}.single-item.groups #buddypress div#item-header div#item-actions{float:right;width:28%}}@media screen and (min-width:64em){.single-item.groups #buddypress div#item-header #item-header-content{width:40%}}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{margin-top:225px!important}@media screen and (min-width:50em) and (max-width:60em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content{max-width:60%!important;width:60%!important}}@media screen and (max-width:64em){.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions{border:0;clear:both;margin-top:0!important;max-width:100%!important;padding-top:0!important;width:auto}.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3{border-bottom:1px solid #eaeaea}}.bp-user #buddypress #item-header #item-header-avatar{text-align:center}.bp-user #buddypress #item-header #item-header-avatar a,.bp-user #buddypress #item-header #item-header-avatar img.avatar{border-bottom:0;display:inline-block;float:none}.bp-user #buddypress #item-header #item-header-cover-image .user-nicename{color:inherit;text-shadow:none}@media screen and (min-width:800px){.bp-user #buddypress #item-header #item-header-cover-image .user-nicename{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8)}}.bp-user #buddypress #item-header #item-header-content #item-buttons .generic-button{margin-right:5px}@media screen and (min-width:650px){.bp-user #buddypress #item-header #item-header-avatar,.bp-user #buddypress #item-header #item-header-avatar a{float:left}.bp-user #buddypress #item-header #item-header-content{float:right;margin-right:0;width:69%}.groups.manage-members #group-settings-form .item-list li h5,.groups.manage-members #group-settings-form .item-list li img{float:left}}.groups #group-settings-form h4{background:#555;color:#fff;padding:.2em}.groups.edit-details #group-settings-form label{margin-bottom:0;padding:.2em;width:80%}.groups.edit-details #group-settings-form textarea+p label{background:0 0;color:inherit;font-size:14px;font-size:.9333333333rem;width:auto}.groups.edit-details #group-settings-form textarea{height:auto;min-height:100px;overflow:auto}.groups.group-settings #group-settings-form div.radio label{font-weight:700;padding:.2em}.groups.group-settings #group-settings-form div.radio label ul{color:rgba(55,55,55,.6);font-size:14px;font-size:.9333333333rem}.groups.group-avatar form>p{margin-top:25px}.groups.manage-members #group-settings-form .item-list li{border-bottom:1px solid #eaeaea}.groups.manage-members #group-settings-form .item-list li h5>a,.groups.manage-members #group-settings-form .item-list li img>a{border-bottom:0}.groups.manage-members #group-settings-form .item-list li span.small{clear:left;display:block;float:none;margin-top:15px;width:100%}.groups.manage-members #group-settings-form .item-list li span.small a{display:block;margin:5px 0}.groups.manage-members #group-settings-form .item-list li h5{margin:0}.groups.group-members #subnav li{width:100%}.groups.group-members #subnav li #search-members-form{float:right;margin:5px 0 0}.groups.group-members #subnav li #search-members-form label input[type=text]{box-shadow:none}.bp-user #buddypress table th{font-size:13px;font-size:.8666666667rem}.bp-user #buddypress table td{font-size:12px;font-size:.8rem}@media screen and (min-width:650px){.groups.manage-members #group-settings-form .item-list li span.small a{display:inline-block}.bp-user #buddypress table th{font-size:16px;font-size:1.0666666667rem}.bp-user #buddypress table td{font-size:14px;font-size:.9333333333rem}}.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{float:left;width:100%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav,.bp-user #buddypress .notifications-options-nav{width:60%}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav input,.bp-user #buddypress .notifications-options-nav select{font-size:14px;font-size:.9333333333rem;outline:0;padding:0}.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{float:left;margin-right:0;width:49%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav select,.bp-user #buddypress .notifications-options-nav select{width:auto}}.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{float:left;font-family:inherit;line-height:20px;margin-left:1%;width:50%}@media screen and (min-width:37.5em){.bp-user #buddypress .messages-options-nav input,.bp-user #buddypress .notifications-options-nav input{width:auto}}.bp-user #buddypress .messages-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .messages-options-nav input[disabled=disabled]:hover,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:focus,.bp-user #buddypress .notifications-options-nav input[disabled=disabled]:hover{background:0 0}.bp-user #buddypress .profile .bp-widget h4{background:#6f6f6f;color:#fff;margin-bottom:0;padding:.4em}.bp-user #buddypress .profile .bp-widget table{margin-top:0}.bp-user #buddypress .profile #profile-edit-form .button-nav:after,.bp-user #buddypress .profile #profile-edit-form .button-nav:before{content:" ";display:table}.bp-user #buddypress .profile #profile-edit-form .button-nav:after{clear:both}.bp-user #buddypress .profile #profile-edit-form ul.button-nav{border-bottom:1px solid #eaeaea;margin-left:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li{float:left;margin-bottom:0}.bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current{border:1px solid #eaeaea;border-bottom-color:#fff;margin-bottom:-1px}.bp-user #buddypress .profile #profile-edit-form ul.button-nav a{background:0 0;border:0;font-size:18px;font-size:1.2rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{margin:5px 0 25px}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link{background:#6f6f6f;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;background-clip:padding-box;color:#eee;font-weight:700;padding:.1em .5em;text-decoration:none}.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus,.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus,.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover{color:#fff}.bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a{font-size:inherit}.bp-user #buddypress #message-thread a{border-bottom:0}.bp-user #buddypress #message-thread #message-subject{background:#6f6f6f;color:#fff;padding:.3em 0 .3em .2em}.bp-user #buddypress #message-thread #message-recipients a.confirm{border:1px solid #eaeaea;font-style:normal}.bp-user #buddypress #message-thread #message-recipients .highlight{font-size:100%}.bp-user #buddypress #message-thread .message-metadata{overflow:hidden}.bp-user #buddypress #message-thread .message-metadata img.avatar{float:none}@media screen and (min-width:46.25em){.bp-user #buddypress #message-thread .message-metadata img.avatar{float:left}}.bp-user #buddypress #message-thread .message-metadata .message-star-actions{float:right;margin-right:5px;position:static}.bp-user #buddypress #message-thread .message-content{background:#f7f7f7;border:1px solid #eaeaea;margin:15px 0 0;padding:.3em}.bp-user #buddypress #message-thread #send-reply .message-content{background:#fff;border:0}.bp-user #buddypress #message-thread .alt{background:#fff}.bp-user #buddypress #message-threads thead tr{background:#6f6f6f}.bp-user #buddypress #message-threads tr td{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;float:left}.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{border-bottom:1px solid #ccc;height:2.4em;padding-bottom:.2em;padding-top:.2em}@media screen and (max-width:46.25em){.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{padding-top:0}}.bp-user #buddypress #message-threads tr td.thread-star{vertical-align:middle}.bp-user #buddypress #message-threads tr td.thread-star .message-action-star,.bp-user #buddypress #message-threads tr td.thread-star .message-action-unstar{line-height:1.2}.bp-user #buddypress #message-threads tr td.thread-star span.icon:before{font-size:14px;font-size:.9333333333rem}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:3em}.bp-user #buddypress #message-threads tr td.thread-from,.bp-user #buddypress #message-threads tr td.thread-options{border-left:0!important;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-left:0}.bp-user #buddypress #message-threads tr td.thread-info{padding-left:41px;width:100%}.bp-user #buddypress #message-threads tr td.thread-info a::after{content:" ‖ " attr(title);font-size:12px;font-size:.8rem}.bp-user #buddypress #message-threads tr td.thread-options{text-align:right}.bp-user #buddypress #message-threads tr td.thread-options a{font-size:12px;font-size:.8rem;line-height:1.2}.bp-user #buddypress #message-threads tr span.from{display:none}.bp-user #buddypress #message-threads tr span.activity{display:block;float:right;line-height:2}#buddypress #signup_form.standard-form div.submit,#main #buddypress .standard-form li{float:none}@media screen and (max-width:37.5em){.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:5.2em}.bp-user #buddypress #message-threads tr span.activity{clear:both;font-size:11px;font-size:.7333333333rem;width:100%}}.bp-user #buddypress #message-threads tr.unread td{border-color:#eaeaea}.bp-user #buddypress #message-threads th{display:none}.bp-user #buddypress #message-threads th.bulk-select-all{border-bottom:0;display:inline-block;text-align:left}.bp-user #buddypress #message-threads td.bulk-select-check,.bp-user #buddypress #message-threads td.thread-star,.bp-user #buddypress #message-threads th.bulk-select-all{border-right:0;width:30px}.bp-user #buddypress #send_message_form input,.bp-user #buddypress #send_message_form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bp-user #buddypress .acfb-holder{list-style:none}.bp-user #buddypress .acfb-holder li{margin-left:0}.bp-user #buddypress .acfb-holder li.friend-tab{background:#edf7fa;border:inherit;margin-right:0;padding:.5em}.bp-user #buddypress .acfb-holder li.friend-tab span.p{padding-left:15px}.bp-user #buddypress .acfb-holder li.friend-tab span.p:focus,.bp-user #buddypress .acfb-holder li.friend-tab span.p:hover{color:#c82b2b;cursor:pointer}.bp-user #buddypress .acfb-holder li.friend-tab a{border-bottom:0;text-decoration:none}.bp-user #buddypress .acfb-holder li.friend-tab a img{display:inline;height:20px;vertical-align:middle;width:20px!important}.bp-user #buddypress #message-threads.sitewide-notices td,.bp-user #buddypress table.profile-settings{width:100%}.bp-user #buddypress #message-threads.sitewide-notices tr{margin:3em 0}.bp-user #buddypress #message-threads.sitewide-notices td strong{background:#6f6f6f;color:#fff;display:block;margin-bottom:.4em;padding-left:.2em}.bp-user #buddypress #message-threads.sitewide-notices td a{display:inline-block}.bp-user #buddypress #message-threads.sitewide-notices td a.button{border:1px solid #d4d0ba;line-height:initial;padding:.4em .3em}.bp-user #buddypress #message-threads.sitewide-notices td:first-child{display:none}.bp-user #buddypress #message-threads.sitewide-notices td:nth-child(2) strong{margin:-8px -8px 8px}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td{border-bottom:0}.bp-user #buddypress #message-threads.sitewide-notices td:first-child+td+td span{line-height:1}.bp-user #buddypress #message-threads.sitewide-notices td:last-child{line-height:1;padding-bottom:1em;text-align:right}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child{line-height:0;margin-left:.7em;text-indent:-999em}.bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after{content:attr(title);display:block;line-height:initial;text-indent:0}.bp-user .ac_results{background:#eee;padding-left:15px}.bp-user .ac_results li{margin:15px 0}.bp-user .ac_results li:focus,.bp-user .ac_results li:hover{cursor:pointer}.bp-user .ac_results li img{vertical-align:bottom}.bp-user #buddypress #settings-form>p{font-size:20px;font-size:1.3333333333rem;margin:25px 0 15px}.bp-user #buddypress table.notification-settings td.no,.bp-user #buddypress table.notification-settings td.yes{vertical-align:middle}.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:50%}@media screen and (min-width:46.25em){.bp-user #buddypress table.profile-settings td.field-name,.bp-user #buddypress table.profile-settings th.field-group-name{width:70%}}.bp-user #buddypress table.profile-settings td.field-visibility,.bp-user #buddypress table.profile-settings th.title{width:30%}.bp-user #buddypress table.profile-settings td.field-visibility select{width:100%}#main #buddypress .standard-form input[type=text],#main #buddypress .standard-form input[type=email],#main #buddypress .standard-form input[type=password],#main #buddypress .standard-form textarea{border-width:1px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#buddypress div.activity-comments form .ac-textarea{background:#f7f7f7;border:1px solid rgba(212,208,186,.5)}#buddypress div.activity-comments form .ac-textarea textarea{background:0 0;border:0}#buddypress .standard-form button,#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=email],#buddypress .standard-form select,#buddypress .standard-form textarea{border-color:rgba(212,208,186,.5);border-width:1px}#buddypress #signup_form.standard-form div.submit input{margin-right:0}#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:none;margin:15px 0}#buddypress div.dir-search form,#buddypress div.message-search form,#buddypress li.groups-members-search form{border:1px solid rgba(212,208,186,.6);overflow:hidden}#buddypress div.dir-search form label,#buddypress div.message-search form label,#buddypress li.groups-members-search form label{float:left;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text]{border:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-size:.9333333333rem;line-height:1.8;margin:0;min-height:2rem}#buddypress div.dir-search form input[type=text],#buddypress div.message-search form input[type=text],#buddypress li.groups-members-search form input[type=text]{border-right:1px solid rgba(212,208,186,.6);float:left;margin:0;padding:0 .2em;width:70%}#buddypress div.dir-search form input[type=submit],#buddypress div.message-search form input[type=submit],#buddypress li.groups-members-search form input[type=submit]{float:right;font-weight:400;padding:0 1em;text-align:center;text-transform:none;width:30%}@media screen and (min-device-width:450px){#buddypress div.dir-search,#buddypress div.message-search,#buddypress li.groups-members-search{float:right;margin-bottom:5px!important}#buddypress div.dir-search form input[type=submit],#buddypress div.dir-search form input[type=text],#buddypress div.dir-search form label,#buddypress div.message-search form input[type=submit],#buddypress div.message-search form input[type=text],#buddypress div.message-search form label,#buddypress li.groups-members-search form input[type=submit],#buddypress li.groups-members-search form input[type=text],#buddypress li.groups-members-search form label{width:auto}}@media screen and (min-width:800px){#buddypress .dir-search form input[type=submit],#buddypress .dir-search form input[type=text],#buddypress .message-search form input[type=submit],#buddypress .message-search form input[type=text]{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress table{font-size:14px;font-size:.9333333333rem;margin:25px 0}.bp-user #buddypress table input{margin:0}.bp-user #buddypress table tr th{background:#6f6f6f;border-color:#b7b7b7;color:#fff;font-size:16px;font-size:1.0666666667rem;padding:4px 8px;text-transform:capitalize}.bp-user #buddypress table tr td{padding:8px}.bp-user #buddypress table p{margin-bottom:.5em}@media screen and (min-width:55em){.bp-user #buddypress table{font-size:16px;font-size:1.0666666667rem}}.bp-user #buddypress .messages-notices th,.bp-user #buddypress .notifications th{width:30%}.bp-user #buddypress .messages-notices th.bulk-select-all,.bp-user #buddypress .notifications th.bulk-select-all{text-align:center;width:10%}.bp-user #buddypress .messages-notices .bulk-select-check,.bp-user #buddypress .messages-notices .notification-actions,.bp-user #buddypress .messages-notices .thread-star,.bp-user #buddypress .messages-notices td.thread-options,.bp-user #buddypress .messages-notices th.actions,.bp-user #buddypress .notifications .bulk-select-check,.bp-user #buddypress .notifications .notification-actions,.bp-user #buddypress .notifications .thread-star,.bp-user #buddypress .notifications td.thread-options,.bp-user #buddypress .notifications th.actions{text-align:center}.bp-user #buddypress .messages-notices .notification-actions a,.bp-user #buddypress .messages-notices td.thread-options a,.bp-user #buddypress .notifications .notification-actions a,.bp-user #buddypress .notifications td.thread-options a{display:inline-block;margin:0;padding:0}.bp-user #buddypress .messages-notices td .button,.bp-user #buddypress .notifications td .button{border:0;display:block;padding:0;text-align:center}#buddypress div#message p{font-size:18px;font-size:1.2rem;font-weight:700}#buddypress div#message.info p{background:#c6e4ee;border:1px solid #78bed6;color:#1e5264}#buddypress div#message.updated p{background:#dee6b2;border:1px solid #becc66;color:#454d19}.delete-group #buddypress div#message.info p{background:#db7e7e;border:1px solid #be3535;color:#1f0808}
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.scss b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.scss
new file mode 100644
index 000000000..f4286fefe
--- /dev/null
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/css/twentyten.scss
@@ -0,0 +1,2478 @@
+
+// Stylesheet Guidence Notes
+// Table of content represents a guide to sections of the sheet.
+// Note that not all sections may be described in the body of the
+// rulesets only those that require styles for a given theme.
+// Sub sections might not exist but can be added as required
+// as per BP Lists - 'activity' section.
+
+// We follow the dictats of the parent theme in respect of media queries,
+// font sizing etc. Media queries are used in a modular sense (OOCSS)
+// rather than described as blocks to the end of the sheet, this aids ease
+// of managing media queries, scalability & flexibility .
+
+// 2010 Media Queries / Breakpoints.
+// 2010 is a fixed layout  with no fluid elements.
+// We will provide some simple breakpoints to manage BP elements
+// on a limited basis.
+
+
+
+// Mixins and Variables
+
+// simplify remembering/writing media queries
+// written as:
+// @include medium-up {
+//  body {property: value;}
+// }
+
+// BP  min/max width mixins
+
+// As layout is fixed width 'device' is needed to tell phones to work with breakpoints
+// provided is a 'up to' max-width and min-width as device widths for mobiles
+// This is not a perfect solution but provides a degree of layout control for BP elements.
+// But not used to any great degree.
+
+@mixin small-device-up {
+	@media only screen and (min-device-width: 375px) {
+		@content;
+	}
+}
+
+@mixin small-device-max {
+	@media only screen and (max-device-width: 375px) {
+		@content;
+	}
+}
+
+@mixin medium-device-up {
+	@media only screen and (min-device-width: 450px) {
+		@content;
+	}
+}
+
+// min-width 450px
+@mixin small-up {
+	@media screen and (min-device-width: 450px) {
+		@content;
+	}
+}
+
+// min-width 650px
+@mixin medium-up {
+	@media screen and (min-width: 650px) {
+		@content;
+	}
+}
+
+// min-width 800px
+@mixin large-up {
+	@media screen and (min-width: 800px) {
+		@content;
+	}
+}
+
+// Common spacing values
+$spacing-val-lg: 50px;
+$spacing-val-md: 25px;
+$spacing-val-sm: 15px;
+$spacing-val-xs: 5px;
+
+// A simple mixin to handle font-sizing
+// 2010 sets a html/body size @ 15px
+
+@mixin font-size($font-size: 15) {
+	$rem-font-value: ($font-size / 15);
+	font-size: ($font-size * 1px);
+	font-size: $rem-font-value + rem;
+}
+
+// To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test
+// for specific blocks / rulesets
+// until such time as exemption lists can be built for the scss-lint.yml?
+// Any vendor prefix properties / mixins need to be in this block
+
+// scss-lint:disable VendorPrefix
+
+// Border border-radius mixins
+@mixin border-radius($radius) {
+	-webkit-border-radius: $radius;
+	-moz-border-radius: $radius;
+	-ms-border-radius: $radius;
+	border-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-top-radius($radius) {
+	-webkit-border-top-right-radius: $radius;
+	border-top-right-radius: $radius;
+	-webkit-border-top-left-radius: $radius;
+	border-top-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-right-radius($radius) {
+	-webkit-border-bottom-right-radius: $radius;
+	border-bottom-right-radius: $radius;
+	-webkit-border-top-right-radius: $radius;
+	border-top-right-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-bottom-radius($radius) {
+	-webkit-border-bottom-right-radius: $radius;
+	border-bottom-right-radius: $radius;
+	-webkit-border-bottom-left-radius: $radius;
+	border-bottom-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+@mixin border-left-radius($radius) {
+	-webkit-border-bottom-left-radius: $radius;
+	border-bottom-left-radius: $radius;
+	-webkit-border-top-left-radius: $radius;
+	border-top-left-radius: $radius;
+	background-clip: padding-box;
+}
+
+// Box sizing
+@mixin box-model($model-type) {
+	-webkit-box-sizing: $model-type;
+	-moz-box-sizing: $model-type;
+	box-sizing: $model-type;
+}
+
+// Calc
+@mixin calc($property, $expression) {
+	#{$property}: -webkit-calc(#{$expression});
+	#{$property}: -moz-calc(#{$expression});
+	#{$property}: calc(#{$expression});
+}
+
+// Re-enable the VendorPrefix lint test
+// scss-lint:enable VendorPrefix
+
+// BP message boxes
+@mixin message-box($background, $text-color: null) {
+
+	@if $text-color {
+		// if a param was passed through
+		$text-color: $text-color;
+	} @else {
+		$text-color: darken($background, 50%);
+	}
+
+	background: lighten($background, 10%);
+	border: 1px solid darken($background, 10%);
+	color: $text-color;
+}
+
+// 2010 font family
+@mixin default-font-sans() {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+// Variables: color definitions
+$body-text:          #373737;
+$content-background: #fff;
+$off-white:          lighten(#f9f8ee, 0.7);
+$cream-background:   #f7f5e7;
+$light-background:   #f7f7f7;
+$medium-background:  #ccc;
+$dark-background:    #555;
+$border-color:       #d4d0ba;    // border color is varied using rgba
+$border-light:       #eaeaea; // BP dividers
+$border-med:         #ddd;
+$background-hover:   #db572f; // 2010 link background hover
+$bp-button-hover:    #ededed; // this is the default BP button hover background
+$notice-error:       #c85a6e;
+$notice-warning:     #d05656;
+$notice-info:        #9fd1e2;
+$notice-update:      #ced98c;
+$stripe-odd:         #ebf0ff;
+$stripe-even:        #dbe5ff;
+$unread:             #9dc3c8;
+$link-action:        #c82b2b;
+/*--------------------------------------------------------------
+
+This is the BuddyPress companion stylesheet for
+the WordPress Twentyten theme.
+
+This sheet supports the primary BuddyPress styles in buddypress.css
+
+If you are running as a child theme of twentyten this stylesheet will be
+loaded by default. If you want to modify the styles the normal BP Theme Compat
+hierarchy works and you can copy the file to buddypress/css/ or community/css/
+in your child themes root & either start over or modify the rulesets.
+
+If you do not require the styles you can dequeue them from the themes functions file.
+
+Please see this codex article for more information:
+http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 Theme Structural Elements & overrides
+2.0 - Navigation - General
+	2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
+	2.2 - Pagination
+3.0 - Images
+4.0 - BP Lists / Loops Generic
+	4.1 - Activity Loop
+		4.1.1 Whats New Activity
+		4.1.2 - Activity Listing
+		4.1.3 - Activity Comments
+	4.2 - Members Loop
+	4.3 - Groups Loop
+	4.4 - Blogs Loop
+5.0 - Directories - Members, Groups, Blogs, Register, activation
+6.0 - Single Item screens: User Account & Single Group Screens
+	6.1 - Item Headers: Global
+		6.1.1 - item-header: Groups
+		6.1.2 - item-header: User Accounts
+	6.2 - Item Body: Global
+		6.2.1 - item-body: Groups
+			6.2.1.1 - Management settings screens
+			6.2.1.2 - Group members list
+		6.2.2 - item-body: User Accounts
+			6.2.2.1 - classes, pag, filters
+			6.2.2.2 - Extended Profiles
+			6.2.2.3 - Groups
+			6.2.2.4 - friends
+			6.2.2.5 - Private Messaging Threads
+			6.2.2.6 - Settings
+			6.2.2.7 - Notifications
+7.0 - Forms  -  General
+8.0 - Tables -  General
+9.0 - Error / Success Messages
+10.0 - Ajax Loading, Widgets, General classes
+--------------------------------------------------------------*/
+
+/**
+*-------------------------------------------------------------------------------
+* @section 1.0 - Theme - Structural Elements. overrides, Globals
+*-------------------------------------------------------------------------------
+*/
+
+.buddypress {
+	// Remove any empty clearing elements, CSS provides clearing.
+	div.clear {display: none;}
+
+} // .buddypress (body class)
+
+
+// Main dir pages: sidebar or not to sidebar
+// If no sidebar lets correct some odd layout rules
+
+body.page-template-onecolumn-page {
+
+	#main {
+		#container {
+			margin: 0;
+		}
+	}
+
+	#content {
+		margin: 0 10% 0;
+		width: auto;
+
+		.entry-header,
+		.entry-content {
+			width: auto;
+		}
+	}
+}
+
+
+/**
+*-------------------------------------------------------------------------------
+* @section 2.0 - Navigation - General
+*-------------------------------------------------------------------------------
+*/
+
+
+/**
+*----------------------------------------------------------
+* @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs)
+*
+* The main navigational elements for all BP screens
+*----------------------------------------------------------
+*/
+
+// We have a need to override BP specifity
+// so some rulesets sets will appear over weighted in selectors
+/* Here we start things off */
+#buddypress {
+
+	// active/current states all navs
+	div.item-list-tabs {
+		ul {
+			li.selected,
+			li.current {
+				a {
+					background: inherit;
+					opacity: 1;
+				}
+			}
+		}
+	}
+	// global nav styles
+	div.item-list-tabs {
+		ul {
+			overflow: hidden;
+			padding: 0;
+
+			li {
+				a {
+
+					&:focus,
+					&:hover {
+						color: #555;
+					}
+					// Keep links from inheriting :visited states
+					&:visited {
+						color: #21759b;
+					}
+
+					span {
+						padding: 0 4px !important;
+					}
+				}
+
+			}
+		}
+	} // close item-list-tabs
+
+} // close #buddypress
+
+
+
+/*__ Horizontal menus __*/
+#buddypress {
+
+	#object-nav {
+
+		ul {
+			overflow: hidden;
+
+			li {
+				float: none;
+			}
+
+			@include medium-up {
+
+				li {
+					float: left;
+				}
+			}
+
+		}
+	}
+
+	div#subnav.item-list-tabs {
+		margin-top: 0;
+
+		ul {
+			border-bottom: 0;
+			border-top: 1px solid $border-color;
+			margin-top: $spacing-val-xs;
+			padding: 0;
+
+			li.last {
+				background: $content-background;
+				float: right;
+				margin-top: 0;
+				padding: $spacing-val-xs 0 $spacing-val-xs;
+				text-align: right;
+				width: 230px;
+
+				select,
+				select:focus {
+					background: transparent;
+					border: 0;
+					outline: 0;
+					padding: 0;
+				}
+
+				select,
+				label,
+				option {
+					@include font-size(14);
+				}
+
+				select {
+					font-style: italic;
+
+					option {
+						font-style: normal;
+					}
+				}
+			}
+
+		} // close ul
+	} // close #subnav
+
+} // close #buddypress
+
+.bp-user {
+	#buddypress {
+		div#subnav.item-list-tabs {
+			li.last {
+				margin-left: 0;
+				text-align: right;
+			}
+		}
+	}
+}
+
+/*__ Vertical menu User Account / Group single screens __*/
+
+// This block contains rules to re-factor the item-body structural element
+// to sit alongside the vert menu
+
+@include large-up {
+
+	body.bp-user {
+		#buddypress {
+
+			#item-header,
+			#item-body {
+				background: $content-background;
+			}
+
+			#object-nav {
+				border-right: 1px solid $border-med;
+				float: left;
+				margin-right: -1px;
+				width: 200px;
+
+				ul {
+					background: none;
+					border-bottom: 0;
+					padding: 0;
+
+					li {
+						float: none;
+						margin-bottom: 5px;
+
+						a {
+							overflow: hidden;
+						}
+
+						&.selected {
+							background: #ddd;
+						}
+
+						span {
+							background: $content-background;
+							border-radius: 10%;
+							float: right;
+							margin-right: 2px;
+						}
+					}
+				}
+			}
+
+			#item-body {
+				border-left: 1px solid $border-med;
+				overflow: hidden;
+				padding: 0 0 0 $spacing-val-md;
+				width: auto;
+
+				#subnav {
+					margin: 0 0 0 (-$spacing-val-md);
+
+					ul {margin-top: 0;}
+				}
+			}
+
+		} // close  #buddypress
+	} // close body.bp-user
+} // close @media
+
+
+// Tabbed Nav styling
+// Primarilly used for group create screens & ? directory nav.
+
+@include small-device-up {
+	#main {
+		#buddypress {
+
+			#group-create-tabs.item-list-tabs {
+
+				ul:before,
+				ul:after {
+					content: " ";
+					display: table;
+				}
+
+				ul:after {
+					clear: both;
+				}
+
+				ul {
+					background: none;
+					border: 0;
+					border-bottom: 1px solid $border-med;
+					overflow: visible;
+					padding-bottom: 0;
+
+					li {
+						float: left;
+						width: auto;
+					}
+
+					li.selected,
+					li.current {
+						border: 1px solid $border-med;
+						border-bottom-color: $content-background;
+						@include border-top-radius(4px);
+						margin-bottom: -1px;
+
+						a {
+							background: none;
+							color: $body-text;
+							outline: none;
+						}
+					}
+				}
+
+			} // close .item-list-tabs
+
+			#subnav {
+				ul {
+					border-bottom: 0;
+				}
+
+			} // close #subnav
+		} // close #buddypress
+	}
+} // close @media
+
+/**
+*----------------------------------------------------------
+* @section 2.2 - Pagination
+*----------------------------------------------------------
+*/
+
+#buddypress {
+
+	div.pagination {
+		box-shadow: none;
+		min-height: 0;
+
+		&:before,
+		&:after {
+			height: 0;
+			width: 0;
+		}
+
+		.pag-count {margin-left: 0;}
+		.pagination-links {
+			margin-right: 0;
+
+			span,
+			a {
+				height: auto;
+				line-height: 1;
+				padding: 5px;
+			}
+
+			.prev,
+			.next {
+				background-color: transparent;
+				color: inherit;
+				overflow: visible;
+				width: auto;
+				&:before {display: none;}
+			}
+
+			.prev {
+				left: auto;
+				position: static;
+			}
+
+			.next {
+				position: static;
+				right: auto;
+			}
+		} // close .pagination-links
+	} // close .pagination
+} // close #buddypress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 4.0 - BP Lists / Loops Generic
+*-------------------------------------------------------------------------------
+*/
+
+// Trying to position the action div absolute has bad consequences where
+// aditional items are displayed, floating is an alternative that
+// allows natural flow expansion.
+// This block:
+// * Manages li items, Stacks them small screen, floated left at wider screens.
+// * Adjusts display of action buttons at small screen mobile up.
+// Adjusts Meta items to match 2010 font-family
+
+#buddypress {
+	ul.item-list {
+		border-top: 0;
+
+		li {
+			overflow: hidden !important;
+
+			// Undo BP floats to center avatars initially mobile up
+			.item-avatar {
+				margin-bottom: $spacing-val-sm;
+
+				@include small-device-up {
+					margin-bottom: 0;
+				}
+
+				text-align: center;
+
+				a {border-bottom: 0;}
+
+				img.avatar {
+					display: inline-block;
+					float: none;
+					margin-bottom: $spacing-val-sm;
+
+					// small device: move avatars to the left(right)
+					@include medium-device-up {
+						display: block;
+						float: left;
+						opacity: 1;
+					}
+				}
+			} //close .item-avatar
+
+			.item {
+
+				// counter the BP rule
+				margin-left: 0;
+				overflow: hidden;
+
+				.item-meta {
+					text-align: center;
+
+					@include medium-up {
+						text-align: left;
+					}
+				}
+
+				span.activity {
+					font-style: italic;
+				}
+
+				.item-desc {
+					margin-left: 0;
+					width: 94%;
+				}
+
+				.item-title {
+					@include font-size(16);
+					line-height: 1.2;
+					text-align: center;
+
+					@include small-up {
+						text-align: left;
+					}
+
+					width: 100%;
+
+					> a {
+						text-decoration: none;
+
+						&:visited { color: #21759b;}
+					}
+
+					.update {
+						display: block;
+						@include font-size(12);
+
+						@include medium-up {
+							@include font-size(14);
+						}
+
+						padding: $spacing-val-sm 0;
+						text-align: left;
+					}
+				}  // close .item-title
+
+			} // close .item
+
+			@include medium-up {
+				.item-avatar,
+				.item,
+				.action {
+					float: left;
+				}
+
+				.item {
+					left: 5%;
+					margin-left: 0;
+					position: relative;
+					width: 55%;
+
+					.item-title {
+						@include font-size(18)
+					}
+				}
+
+			}// close medium-up
+
+			div.action {
+				clear: left;
+				float: none;
+				margin: 0;
+				// remove BP margin left
+				margin-left: 0;
+				padding: $spacing-val-sm 0 $spacing-val-xs;
+
+				// push the actions to the right
+				@include medium-up {
+					clear: none;
+					float: right;
+					margin-bottom: 0;
+					padding: 0;
+				}
+
+				position: relative;
+				text-align: left;
+				top: 0;
+
+				div {
+					display: inline-block;
+					margin: $spacing-val-xs 0;
+					width: 100%;
+
+					a {
+						display: block;
+					}
+					// Provisionally lets keep the 'action' div
+					//position but inline-block the buttons
+
+					@include small-device-up {
+						// keep buttons to a row small tablet up
+						margin: 0 $spacing-val-sm 5px 0;
+						width: auto;
+					} // close @media
+
+					@include medium-up {
+						// take buttons to block to stack them when floated right
+						clear: right;
+						float: right;
+						margin: 0 0 $spacing-val-sm 0;
+					} // close @media
+
+				} // close div
+
+				.meta {
+					font-style: italic;
+				}
+
+			} // close .action
+
+		} // close li
+	} // close .item-list
+} // close #buddypress
+
+/**
+*----------------------------------------------------------
+* @section 4.1 - Activity
+*----------------------------------------------------------
+*/
+
+/**
+*-----------------------------------------------------
+* @section 4.1.1 - Activity Whats New
+*-----------------------------------------------------
+*/
+
+#buddypress {
+	form#whats-new-form {
+
+		// Line-height issue inherited from BP rules, override.
+		p.activity-greeting {
+			line-height: 1.4;
+		}
+
+		// corrective measure for clipped elements due to JS inline styling
+
+		#whats-new-content.active {
+			#whats-new-options[style] {
+				#whats-new-post-in-box {
+					border: 1px solid rgba($border-color, 0.5);
+					float: left;
+					@include font-size(12);
+					line-height: 1.6;
+					margin-top: 12px;
+					padding-left: 0.2em;
+					width: 100%;
+
+					select {
+						background: none;
+						border: 0;
+						float: right;
+						margin: 0;
+						max-width: 220px;
+						min-height: 1.5em;
+						padding: 0 0 0 0.4em;
+					}
+				}
+
+				@media screen and (min-width: 30em) {
+					#whats-new-post-in-box {
+						width: auto;
+					}
+
+					#whats-new-submit {
+						@include font-size(12);
+						float: right;
+
+						input {
+							padding: 0 6px;
+						}
+					}
+				}
+
+			} // close #whats-new-options
+		} // close #whats-new-content.active
+
+	} // close #whats-new-form
+
+	// User account form requires matching bp default specificity
+	#item-body {
+		form#whats-new-form {
+			margin: $spacing-val-lg 0;
+		}
+	}
+} // close #buddypress
+
+/**
+*-----------------------------------------------------
+* @section 4.1.2 - Activity Listing
+*-----------------------------------------------------
+*/
+
+#buddypress {
+
+	#activity-stream {
+
+		// re-size activity avatars and stack small screen
+		// refactor main elements positioning medium up.
+		li {
+			padding: 25px 0 15px;
+
+			&.load-newest {
+				a {
+					display: block;
+				}
+			}
+
+			.activity-avatar {
+				float: none;
+				text-align: center;
+
+				a {
+					display: inline-block;
+
+					img.avatar {
+						display: inline;
+						float: none;
+						height: 60px;
+						margin-bottom: $spacing-val-md;
+						margin-left: 0;
+						width: 60px;
+					}
+				}
+			} // close .activity-avatar
+
+			.activity-content,
+			.activity-comments {
+				margin-left: 0;
+			}
+
+			.activity-header {
+				@include font-size(14);
+
+				a:visited {
+					color: #21759b;
+				}
+			}
+
+			.activity-inner {
+				img {height: auto;}
+			}
+
+			@include medium-up {
+
+				.activity-avatar {
+					float: left;
+					margin-right: $spacing-val-sm;
+					text-align: left;
+
+					a {
+						border-bottom: 0;
+					}
+				}
+
+				.activity-content {
+					margin: 0;
+					overflow: hidden;
+
+					.activity-header {
+						@include font-size(16);
+					}
+				}
+
+				.activity-comments {
+					margin-left: 70px;
+				}
+
+			} // close @media
+
+		} // close li
+
+		li.mini {
+			.activity-avatar {
+				a {
+					img.avatar {
+						height: 30px;
+						margin-left: 15px;
+						width: 30px;
+					}
+				}
+			}
+
+			.activity-content {
+				.activity-header {
+					@include font-size(14);
+				}
+
+				.activity-meta {
+					a {
+						@include font-size(12);
+					}
+				}
+			}
+		} // close li.mini
+
+		.activity-content {
+			margin-top: -12px;
+
+			.activity-header {
+				line-height: inherit;
+				margin-right: 0;
+
+				p {
+					border-bottom: 1px solid rgba($border-light, 0.6);
+					margin-top: 0;
+					padding: 0 0.2em;
+				}
+
+				img.avatar {
+					display: inline-block;
+					margin-bottom: 0 !important; // have to match to BP
+				}
+			} // close .activity-header
+
+			.activity-meta {
+				a {
+					display: block;
+					@include font-size(14);
+					margin-bottom: $spacing-val-xs;
+
+					@include medium-up {
+						float: left;
+						margin-bottom: 0;
+					}
+
+					padding: 0.2em 0.5em;
+				}
+			}
+
+		} // close .activity-content
+
+		.load-more {
+			background: $light-background;
+			border: 1px solid transparent;
+			padding: $spacing-val-sm;
+
+			&:focus,
+			&:hover {
+				background: darken($light-background, 1%);
+				border: 1px solid rgba(#9fd1e2, 0.3);
+			}
+
+			a {
+				display: block;
+			}
+		}
+
+	} // close #activity-stream
+} // close #buddypress
+
+/* Single activity view  - activity permalink */
+
+.activity-permalink {
+	#buddypress {
+		#activity-stream {
+
+			li.activity-item {
+				padding: $spacing-val-md;
+			}
+
+			li.mini {
+				.activity-header {
+					@include font-size(16);
+					@include medium-up {
+						@include font-size(20);
+					}
+
+					margin-bottom: $spacing-val-lg;
+					p {padding: $spacing-val-md;}
+				}
+			} // close li.mini
+
+			.activity-comments {
+				margin-left: 0;
+			}
+
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @section 4.1.3 - Activity Comments
+*-----------------------------------------------------
+*/
+#buddypress {
+
+	#activity-stream {
+
+		.activity-comments {
+			position: relative;
+
+			> ul {
+				background: rgba($light-background, 0.6);
+				margin: $spacing-val-sm 0 0 2px;
+
+				> li {
+
+					&:hover * {
+						color: #555;
+					}
+
+					.acomment-meta,
+					.acomment-content {
+						@include font-size(12);
+					}
+
+				}
+
+			}
+
+			.ac-form {
+				border: 1px solid $border-color;
+				@include box-model(border-box);
+				margin: $spacing-val-sm 0;
+				width: 100%;
+
+				input[type="submit"],
+				.ac-reply-cancel {
+					color: rgba($body-text, 0.8);
+					display: inline-block;
+					font-family: inherit;
+					@include font-size(12);
+					font-weight: normal;
+					line-height: 1.2;
+					padding: 4px 10px;
+					text-transform: lowercase;
+					width: 100px;
+				}
+
+				.ac-reply-cancel {
+					border: 1px solid rgba($border-color, 0.7);
+					text-align: center;
+
+					&:focus,
+					&:hover {
+						background: $bp-button-hover;
+					}
+				}
+
+			} // close .ac-form
+
+		} // close .activity-comments
+
+	} // close #activity-steam
+
+} // close #buddypress
+
+/**
+*----------------------------------------------------------
+* @section 4.2 - Members Loop
+*----------------------------------------------------------
+*/
+
+#buddypress {
+	#members-list {
+
+		@include medium-up {
+			li {
+				.item-avatar,
+				.item {
+					float: left;
+				}
+
+				.action {
+					float: right;
+				}
+			}
+		}
+
+	} // close #members-list
+} //close #BuddyPress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 5.0 - Directories
+*-------------------------------------------------------------------------------
+*/
+
+/**
+*-----------------------------------------------------------
+* @subsection Registration
+*-----------------------------------------------------------
+*/
+
+#buddypress {
+	#signup_form.standard-form {
+
+		#profile-details-section,
+		#basic-details-section,
+		#blog-details-section {
+			float: none;
+			width: 100%;
+
+			@media screen and (min-width: 37.500em) {
+				width: 48%;
+			}
+		}
+
+		@media screen and (min-width: 37.500em) {
+			#profile-details-section {float: right;}
+			#basic-details-section {float: left;}
+		}
+
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 6.0 - Single Item screens: User Account & Single Group Screens
+*-------------------------------------------------------------------------------
+*/
+
+.bp-user {
+	#buddypress {
+		// On object nav links, table links (notifications etc) we don't really need :visited
+		// inheritance, so set pseudo class to :link color.
+		a {
+			&:visited {
+				color: #21759b;
+			}
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.1 - Item Header Global
+*-----------------------------------------------------------
+*/
+
+.bp-user,
+.single-item.groups {
+	#buddypress {
+		#item-header-content {
+			#item-meta {
+				@include font-size(14);
+				text-align: left;
+
+				p {margin-bottom: 0.5em;}
+			}
+		}
+	}
+
+	@media screen and (max-width: 37.500em) {
+		h1,
+		#item-header-content {
+			text-align: center;
+		}
+	}
+
+	@media screen and (max-width: 46.25em) {
+		main {
+			header.entry-header {
+				padding-bottom: 1rem;
+			}
+		}
+	}
+
+	#buddypress {
+		@media screen and (max-width: 37.500em) {
+			h1 {
+				margin-bottom: 0;
+			}
+
+			#item-header-avatar {
+				img.avatar {
+					margin-right: 0;
+				}
+			}
+
+			#item-header-content {
+				width: 100%;
+
+				.user-nicename {
+					color: #555;
+				}
+			}
+		} // close @media
+
+		@media screen and (max-width: 46.25em) {
+			#item-header {
+				.generic-button {
+					float: none;
+					margin: 1.5em 0 0 0;
+				}
+			}
+		}
+	} // close #buddypress
+
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.1 - item-header Groups
+*
+* Group Specific Item Header
+*-----------------------------------------------------
+*/
+
+.single-item.groups {
+	#buddypress {
+		@media screen and (max-width: 46.25em) {
+			#item-header {
+				#item-meta {
+					margin-bottom: $spacing-val-md;
+				}
+			}
+		}
+
+		// Move visual flow of avatar & item-actions at narrow width,
+		// avatar first after group title
+		@media screen and (max-width: 50em) {
+			div#item-header {
+				display: flex;
+				flex-direction: column;
+
+				#item-header-avatar {
+					order: 1;
+					text-align: center;
+
+					a {
+						border-bottom: 0;
+
+						img {
+							display: inline-block;
+							float: none;
+						}
+					}
+				}
+
+				#item-header-content {
+					order: 2;
+				}
+
+				#item-actions {
+					order: 3;
+
+					h3 {
+						border-bottom: 1px solid $border-light;
+						text-align: center;
+					}
+				}
+			}
+		} // close @media
+
+		div#item-header {
+			padding-bottom: $spacing-val-lg;
+
+			#item-header-content {
+				@include box-model(border-box);
+			}
+
+			div#item-actions {
+				margin: 0 !important;
+				width: 100%;
+
+				@media screen and (min-width: 50em) {
+					border-left: 1px solid $border-light;
+					clear: none;
+					float: right;
+					padding-left: 0.2em;
+					width: 30%;
+				} // close @media
+
+				@media screen and (min-width: 46.25em) {
+					width: 40%;
+				}
+
+				ul {
+					margin-top: 0;
+					padding-left: 0;
+				}
+
+				h3 {
+					@include font-size(14);
+					font-weight: bold;
+					line-height: 1.4;
+				}
+
+				#group-admins,
+				#group-mods {
+					li {
+						margin: 0;
+					}
+				}
+
+			} // close item-actions
+
+			@include medium-up {
+
+				#item-header-avatar,
+				#item-header-content {
+					float: left;
+				}
+
+				#item-header-content {
+					margin-left: 2%;
+					padding: 0 0.5em;
+				}
+
+				div#item-actions {
+					float: right;
+					width: 28%;
+				}
+
+			} // close @media
+
+			@media screen and (min-width: 64em) {
+				#item-header-content {
+					width: 40%;
+				}
+			}
+		} // close #item-header
+	} // close #buddypress
+
+	// These rules handle the specific instance of Cover Images on single groups
+	// activated & attempt to address positioning concerns arising from themes
+	// breakpoints.
+	// Due to cover image styles being applied via embedded styles & thus carrying
+	// heavier weight than linked styles the use of !important to override may be required.
+	#buddypress {
+		#cover-image-container {
+			#item-header-cover-image {
+
+				#item-actions {
+					margin-top: 225px !important;
+				}
+
+				@media screen and (min-width: 50em) and (max-width: 60em) {
+					#item-header-content {
+						max-width: 60% !important;
+						width: 60% !important;
+					}
+				}
+
+				@media screen and (max-width: 64em) {
+
+					#item-actions {
+						border: 0;
+						clear: both;
+						margin-top: 0 !important;
+						max-width: 100% !important;
+						padding-top: 0 !important;
+						width: auto;
+
+						h3 {border-bottom: 1px solid $border-light;}
+					}
+				} // @media
+			}
+		}
+	}
+
+} // close .single-item.groups
+
+/**
+*-----------------------------------------------------
+* @subsection 6.1.2 - Item Header User Accounts
+*
+* User Accounts Specific Item Header
+*-----------------------------------------------------
+*/
+
+.bp-user {
+	#buddypress {
+		#item-header {
+
+			#item-header-avatar {
+				text-align: center;
+
+				img.avatar,
+				a {
+					border-bottom: 0;
+					display: inline-block;
+					float: none;
+				}
+			}
+
+			#item-header-cover-image {
+				.user-nicename {
+					color: inherit;
+					text-shadow: none;
+
+					@include large-up {
+						color: #fff;
+						text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
+					}
+				}
+			}
+
+			#item-header-content {
+
+				#item-buttons {
+					.generic-button {
+						margin-right: 5px;
+					}
+				}
+			}
+
+			@include medium-up {
+				#item-header-avatar {
+					float: left;
+
+					a {
+						float: left;
+					}
+				}
+
+				#item-header-content {
+					float: right;
+					margin-right: 0%;
+					width: 69%;
+				}
+
+			} // close @media
+
+		} // close #item-header
+
+	} // close #buddypress
+} // close .bp-user
+
+/**
+*-----------------------------------------------------------
+* @subsection 6.2 - Item Body: Global
+*-----------------------------------------------------------
+*/
+
+/**
+*----------------------------------------------------
+* @subsection 6.2.1 - Item Body Groups
+*
+* Groups specific item body rules -  screens
+*----------------------------------------------------
+*/
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.1 - Group Management
+*-----------------------------------------
+*/
+
+// headings settings screens & general global settings styles
+.groups {
+	#group-settings-form {
+		h4 {
+			background: $dark-background;
+			color: $content-background;
+			padding: 0.2em;
+		}
+	}
+}
+
+.groups.edit-details {
+	#group-settings-form {
+
+		label {
+			margin-bottom: 0;
+			padding: 0.2em;
+			width: 80%;
+		}
+
+		textarea + p label {
+			background: none;
+			color: inherit;
+			@include font-size(14);
+			width: auto;
+		}
+
+		textarea {
+			height: auto;
+			min-height: 100px;
+			overflow: auto;
+		}
+	}
+} // close .groups.edit-details
+
+.groups.group-settings {
+	#group-settings-form {
+
+		div.radio label {
+			font-weight: bold;
+			padding: 0.2em;
+
+			ul {
+				color: rgba($body-text, 0.6);
+				@include font-size(14);
+			}
+		}
+
+	}
+} // close .groups.group-settings
+
+.groups.group-avatar {
+
+	form > p {
+		margin-top: $spacing-val-md;
+	}
+
+}
+
+.groups.manage-members {
+	#group-settings-form {
+		.item-list {
+			li {
+				border-bottom: 1px solid $border-light;
+
+				img,
+				h5 {
+					@include medium-up {
+						float: left;
+					}
+
+					> a {border-bottom: 0;}
+				}
+
+				span.small {
+					clear: left;
+					display: block;
+					float: none;
+					margin-top: $spacing-val-sm;
+					width: 100%;
+
+					a {
+						display: block;
+						margin: $spacing-val-xs 0;
+
+						@include medium-up {
+							display: inline-block;
+						}
+					}
+				}
+
+				h5 {
+					margin: 0;
+				}
+
+			}
+		}
+	}
+} // close .groups.manage-members
+
+/**
+*-----------------------------------------
+* @subsection 6.2.1.2 - Group members
+*-----------------------------------------
+*/
+
+// Massage the members search for groups nav specifically.
+.groups.group-members {
+	#subnav {
+		li {
+			width: 100%;
+
+			#search-members-form {
+				float: right;
+				margin: $spacing-val-xs 0 0 0;
+
+				label {
+					input[type="text"] {
+						box-shadow: none;
+					}
+				}
+			}
+		}
+	}
+}
+
+/**
+*-----------------------------------------------------
+* @subsection 6.2.2 - Item Body User Accounts
+*
+* User Account specific component item body rules
+*-----------------------------------------------------
+*/
+
+/**
+*--------------------------------------------
+* @subsection 6.2.2.1 - classes, pag, filters
+*--------------------------------------------
+*/
+.bp-user {
+
+	#buddypress {
+
+		table {
+			th {@include font-size(13)}
+			td {@include font-size(12)}
+
+			@include medium-up {
+				th {@include font-size(16)}
+				td {@include font-size(14)}
+			}
+		}
+
+		.pag-count {font-style: italic;}
+
+		.notifications-options-nav,
+		.messages-options-nav {
+			float: left;
+			width: 100%;
+
+			@media screen and (min-width: 37.500em) {
+				width: 60%;
+			}
+
+			select,
+			input {
+				@include font-size(14);
+				outline: 0;
+				padding: 0;
+			}
+
+			select {
+				float: left;
+				margin-right: 0;
+				width: 49%;
+
+				@media screen and (min-width: 37.500em) {
+					width: auto;
+				}
+			}
+
+			input {
+				float: left;
+				font-family: inherit;
+				line-height: 20px;
+				margin-left: 1%;
+				width: 50%;
+
+				@media screen and (min-width: 37.500em) {
+					width: auto;
+				}
+
+				&[disabled="disabled"]:focus,
+				&[disabled="disabled"]:hover {
+					background: none;
+				}
+			}
+
+		} // close .notifications-options-nav/messages-options-nav
+
+	} //close #buddypress
+} // close .bp-user
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.2 - Extended Profiles
+	*-------------------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		.profile {
+			.bp-widget {
+				h4 {
+					background: lighten($dark-background, 10%);
+					color: #fff;
+					margin-bottom: 0;
+					padding: 0.4em;
+				}
+
+				table {margin-top: 0;}
+			}
+
+			// Edit profile
+
+			#profile-edit-form {
+				.button-nav:before,
+				.button-nav:after {
+					content: " ";
+					display: table;
+				}
+
+				.button-nav:after {
+					clear: both;
+				}
+
+				ul.button-nav {
+					border-bottom: 1px solid $border-light;
+					margin-left: 0;
+
+					li {
+						float: left;
+						margin-bottom: 0;
+
+						&.current {
+							border: 1px solid $border-light;
+							border-bottom-color: #fff;
+							margin-bottom: -1px;
+						}
+					} // li
+
+					a {
+						background: none;
+						border: 0;
+						@include font-size(18)
+					}
+				} //.button-nav
+
+				.field-visibility-settings-toggle {
+					margin: $spacing-val-xs 0 $spacing-val-md;
+				}
+
+				.field-visibility-settings-toggle,
+				.field-visibility-settings {
+					@include font-size(14);
+				}
+
+				.field-visibility-settings-close,
+				.visibility-toggle-link {
+					background: lighten($dark-background, 10%);
+					@include border-radius(2px);
+					color: #eee;
+					font-weight: bold;
+					padding: 0.1em 0.5em;
+					text-decoration: none;
+
+					&:focus,
+					&:hover {
+						color: #fff;
+					}
+				}
+			} // close profile form
+
+			.bp-avatar {
+				#bp-delete-avatar {
+					a {font-size: inherit; }
+				}
+			}
+		} // close .profile
+
+	} // close #buddypress
+} // close .bp-user
+
+
+/**
+	*-------------------------------------------
+	* @subsection 6.2.2.5 - Private Messaging
+	*-------------------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		#message-thread {
+			//Single message view
+			a {
+				border-bottom: 0;
+			}
+
+			#message-subject {
+				background: lighten($dark-background, 10%);
+				color: $content-background;
+				padding: 0.3em 0 0.3em 0.2em;
+			}
+
+			#message-recipients {
+				font-style: italic;
+
+				a.confirm {
+					border: 1px solid $border-light;
+					font-style: normal;
+				}
+
+				.highlight {
+					font-size: 100%;
+				}
+			}
+
+			.message-metadata {
+				overflow: hidden;
+
+				img.avatar {
+					float: none;
+				}
+
+				@media screen and (min-width: 46.25em) {
+					img.avatar {
+						float: left;
+					}
+				}
+
+				.message-star-actions {
+					float: right;
+					margin-right: $spacing-val-xs;
+					position: static;
+				}
+			} // close .message-meta
+
+			.message-content {
+				background: $light-background;
+				border: 1px solid $border-light;
+				margin: $spacing-val-sm 0 0 0;
+				padding: 0.3em;
+			}
+
+			#send-reply {
+				.message-content {
+					background: $content-background;
+					border: 0;
+				}
+			}
+
+			.alt {
+				background: $content-background;
+			}
+
+		} // close message-thread  Singular view!
+
+		#message-threads {
+
+			thead {
+				tr {
+					background: lighten($dark-background, 10%);
+				}
+			}
+
+			tr {
+				td {
+					background: $content-background;
+					@include box-model(border-box);
+					display: inline-block;
+					float: left;
+				}
+
+				td.thread-star,
+				td.thread-options {
+					border-bottom: 1px solid $medium-background;
+					height: 2.4em;
+					padding-bottom: 0.2em;
+					padding-top: 0.2em;
+
+					@media screen and (max-width: 46.25em) {
+						padding-top: 0;
+					}
+				}
+
+				td.thread-star {
+					vertical-align: middle;
+
+					.message-action-star,
+					.message-action-unstar {
+						line-height: 1.2;
+					}
+
+					span.icon:before {
+						@include font-size(14);
+					}
+				}
+
+				td.bulk-select-check,
+				td.thread-from {
+					height: 3em;
+
+					@media screen and (max-width: 37.500em) {
+						height: 5.2em;
+					}
+				}
+
+				td.thread-from,
+				td.thread-options {
+					border-left: 0 !important;
+					@include calc(width, "100% - 30px");
+					margin-left: 0;
+				}
+
+				td.thread-info {
+					padding-left: 41px;
+					width: 100%;
+
+					a::after {
+						content: " \2016 \00a0"attr(title);
+						@include font-size(12);
+					}
+				}
+
+				td.thread-options {
+					text-align: right;
+
+					a {
+						@include font-size(12);
+						line-height: 1.2;
+					}
+				}
+
+				span.from {
+					display: none;
+				}
+
+				span.activity {
+					display: block;
+					float: right;
+					line-height: 2;
+
+					@media screen and (max-width: 37.500em) {
+						clear: both;
+						@include font-size(11);
+						width: 100%;
+					}
+				}
+			}
+
+			tr.unread {
+				td {
+					border-color: $border-light;
+				}
+			}
+
+			th {
+				display: none;
+			}
+
+			th.bulk-select-all {
+				border-bottom: 0;
+				display: inline-block;
+				text-align: left;
+			}
+
+			th.bulk-select-all,
+			td.bulk-select-check,
+			td.thread-star {
+				border-right: 0;
+				width: 30px;
+			}
+		}
+
+		#send_message_form {
+			input,
+			textarea {
+				@include box-model(border-box);
+			}
+		}
+
+		.acfb-holder {
+			list-style: none;
+
+			li {margin-left: 0;}
+
+			li.friend-tab {
+				background: lighten($notice-info, 20%);
+				border: inherit;
+				margin-right: 0;
+				padding: 0.5em;
+
+				span.p {
+					// the 'X' close
+					padding-left: $spacing-val-sm;
+
+					&:focus,
+					&:hover {
+						color: $link-action;
+						cursor: pointer;
+					}
+				}
+
+				a {
+					border-bottom: 0;
+					text-decoration: none;
+
+					img {
+						// this is the tiny user avatar
+						display: inline;
+						height: 20px;
+						vertical-align: middle;
+						width: 20px !important; // override inline style
+					}
+				}
+			}
+		}
+
+		#message-threads.sitewide-notices {
+			tr {margin: 3em 0;}
+			td {
+				width: 100%;
+
+				strong {
+					background: lighten($dark-background, 10%);
+					color: $content-background;
+					display: block;
+					margin-bottom: 0.4em;
+					padding-left: 0.2em;
+				}
+
+				a {
+					display: inline-block;
+				}
+
+				a.button {
+					border: 1px solid $border-color;
+					line-height: initial;
+					padding: 0.4em 0.3em;
+				}
+			}
+
+			td:first-child {
+				display: none;
+			}
+
+			td:nth-child(2) {
+				strong {
+					margin: -8px -8px 8px;
+				}
+			}
+
+			td:first-child + td + td {
+				// notice date
+				border-bottom: 0;
+
+				span {
+					line-height: 1;
+				}
+			}
+
+			td:last-child {
+				// notice actions
+				line-height: 1;
+				padding-bottom: 1em;
+				text-align: right;
+
+				a:last-child {
+					// hide the 'x' text
+					line-height: 0;
+					margin-left: 0.7em;
+					text-indent: -999em;
+				}
+
+				a:last-child::after {
+					content: attr(title);
+					display: block;
+					line-height: initial;
+					text-indent: 0;
+				}
+			}
+		}
+
+	} // #buddypress
+
+	// acfb auto complete name list sits in doc footer before body close
+	.ac_results {
+		background: #eee;
+		padding-left: $spacing-val-sm;
+
+		li {
+			margin: $spacing-val-sm 0;
+
+			&:focus,
+			&:hover {
+				cursor: pointer;
+			}
+
+			img { vertical-align: bottom;}
+
+		}
+	}
+
+} // close .bp-user
+
+/**
+	*------------------------------
+	* @subsection 6.2.2.6 - Settings
+	*------------------------------
+	*/
+
+.bp-user {
+
+	#buddypress {
+
+		#settings-form {
+
+			// 'p' = email notification screen sub heading
+			> p {
+				@include font-size(20);
+				margin: $spacing-val-md 0 $spacing-val-sm;
+			}
+		}
+
+		table.notification-settings {
+			td.yes,
+			td.no {
+				vertical-align: middle;
+			}
+		}
+
+		// Profile table td widths
+		table.profile-settings {
+			width: 100%;
+
+			th.field-group-name,
+			td.field-name {
+				width: 50%;
+			}
+
+			@media screen and (min-width: 46.25em) {
+				th.field-group-name,
+				td.field-name {
+					width: 70%;
+				}
+			}
+
+			th.title,
+			td.field-visibility {
+				width: 30%;
+			}
+
+			td.field-visibility {
+				select {width: 100%;}
+			}
+		}
+
+	} // close #buddyPress
+
+} // close .bp-user
+
+/**
+	*------------------------------------
+	* @subsection 6.2.2.6 - Notifications
+	*------------------------------------
+	*/
+
+
+/**
+*-------------------------------------------------------------------------------
+* @section 7.0 - Forms  - General
+*-------------------------------------------------------------------------------
+*/
+
+// Attempt to reset form control widths
+#main {
+	#buddypress {
+		.standard-form {
+
+			li {float: none;}
+			input[type='text'],
+			input[type='email'],
+			input[type='password'],
+			textarea {
+				border-width: 1px;
+				box-shadow: none;
+				@include box-model(border-box);
+				width: 100%;
+			}
+		}
+	}
+}
+
+
+#buddypress {
+
+	// Match BP form elements to Themes(2012) styling where styles
+	// are not inherited or being overriden.
+	div.activity-comments {
+
+		form {
+			.ac-textarea {
+				background: $light-background;
+				border: 1px solid rgba($border-color, 0.5);
+
+				textarea {
+					background: none;
+					border: 0;
+				}
+			}
+		}
+	}
+
+	.standard-form {
+
+		// Keep BP form element borders to 1px rather than 2013 2px
+		input[type="text"],
+		input[type="email"],
+		input[type="password"],
+		button,
+		select,
+		textarea {
+			border-color: rgba($border-color, 0.5);
+			border-width: 1px;
+		}
+
+	} // close .standard-form
+
+	#signup_form.standard-form {
+		div.submit {
+			float: none;
+
+			input {margin-right: 0;}
+		}
+	}
+
+} // close #buddypress
+
+#buddypress {
+	div.dir-search,
+	div.message-search,
+	li.groups-members-search {
+		float: none;
+		margin: $spacing-val-sm 0;
+
+		form { // *sigh* only to bludgeon over specified rules
+			border: 1px solid rgba($border-color, 0.6);
+			overflow: hidden;
+
+			label {
+				float: left;
+				width: 70%;
+			}
+
+			input[type='text'],
+			input[type='submit'] {
+				border: 0;
+				border-radius: 0;
+				box-shadow: none;
+				@include box-model(border-box);
+				@include font-size(14);
+				line-height: 1.8;
+				margin: 0;
+				min-height: 2rem;
+			}
+
+			input[type='text'] {
+				border-right: 1px solid rgba($border-color, 0.6);
+				float: left;
+				margin: 0;
+				padding: 0 0.2em 0;
+				width: 70%;
+			}
+
+			input[type='submit'] {
+				float: right;
+				font-weight: normal;
+				padding: 0 1em;
+				text-align: center;
+				text-transform: none;
+				width: 30%;
+			}
+		} // close form
+
+	} // close .dir-search, .message-search
+
+	// Shift the search parent to the right and allow to shrinkwrap
+
+	@include small-up {
+		div.dir-search,
+		div.message-search,
+		li.groups-members-search {
+			float: right;
+			margin-bottom: 5px !important;
+
+			form {
+				label,
+				input[type='text'],
+				input[type='submit'] {
+					width: auto;
+				}
+			}
+		}
+
+	} // close @media
+
+	@include large-up {
+
+		.dir-search,
+		.message-search {
+			form {
+				input[type='text'] { @include font-size(16) ;}
+				input[type='submit'] { @include font-size(16) ;}
+			}
+		}
+	}
+
+} // close #buddypress
+
+/**
+*-------------------------------------------------------------------------------
+* @section 8.0 - Tables - General
+*-------------------------------------------------------------------------------
+*/
+.bp-user {
+	#buddypress {
+
+		table {
+			@include font-size(14);
+			margin: $spacing-val-md 0;
+
+			// 2010 adds huge bottom margin to input controls unwanted in the table paradigm
+			input {
+				margin: 0;
+			}
+
+			tr th {
+				background: lighten($dark-background, 10%);
+				border-color: darken($border-light, 20%);
+				color: $content-background;
+				@include font-size(16);
+				padding: 4px 8px;
+				text-transform: capitalize;
+			}
+
+			tr td {
+				padding: 8px;
+			}
+
+			// Reduce the themes inherited paragraph margins in tables
+			p {margin-bottom: 0.5em;}
+		}
+
+		@media screen and (min-width: 55em) {
+			table {@include font-size(16);}
+		}
+
+		// Manage some table cells widths that are disproportionate to their content
+		.notifications,
+		.messages-notices {
+			th {
+				width: 30%;
+
+				&.bulk-select-all {
+					text-align: center;
+					width: 10%;
+				}
+			}
+
+			th.actions {
+				text-align: center;
+			}
+
+			.bulk-select-check,
+			.thread-star {
+				text-align: center;
+			}
+
+			.notification-actions,
+			td.thread-options {
+				text-align: center;
+
+				a {
+					display: inline-block;
+					margin: 0;
+					padding: 0;
+				}
+			}
+
+			// Notices action buttons, this maybe better moved, temp for now to address
+			// styling issues - this will need styling ideas
+			td {
+				.button {
+					border: 0;
+					display: block;
+					padding: 0;
+					text-align: center;
+				}
+			}
+
+		} // .notifications, .message-notices
+
+	} // #buddypress
+} // .bp-user
+
+/**
+*-------------------------------------------------------------------------------
+* @section 9.0 - Error / Success messages
+*-------------------------------------------------------------------------------
+*/
+
+// message args ($variable-color, text-color)
+// Leave text-color undefined to automagically set text color
+// to background color darker by 50%
+
+#buddypress {
+	div#message {
+		p {
+			@include font-size(18);
+			font-weight: bold;
+		}
+
+		&.info {
+			p {
+				@include message-box($notice-info);
+			}
+		}
+
+		&.updated {
+			p {
+				@include message-box($notice-update);
+			}
+		}
+
+	} // close #message
+
+} // close  #buddypress
+
+// Without direct classes on our mesages ( 'warning' )
+// we need to use the body classes
+// todo: If this is class .warning is included in main BP styles remove from here
+.delete-group {
+	#buddypress {
+		div#message.info {
+			p {
+				@include message-box($notice-warning);
+			}
+		}
+	}
+}
+
+/**
+*-------------------------------------------------------------------------------
+* @section 10.0 - Ajax Loading, Widgets, General classes
+*-------------------------------------------------------------------------------
+*/
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js
index 0966774d2..40cfcaa99 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js
@@ -265,7 +265,8 @@ jq(document).ready( function() {
 
 		/* Reset the page */
 		jq.cookie( 'bp-activity-oldestpage', 1, {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		} );
 
 		/* Activity Stream Tabs */
@@ -438,7 +439,8 @@ jq(document).ready( function() {
 
 			if ( null === jq.cookie('bp-activity-oldestpage') ) {
 				jq.cookie('bp-activity-oldestpage', 1, {
-					path: '/'
+					path: '/',
+					secure: ( 'https:' === window.location.protocol )
 				} );
 			}
 
@@ -467,7 +469,8 @@ jq(document).ready( function() {
 			{
 				jq('#buddypress li.load-more').removeClass('loading');
 				jq.cookie( 'bp-activity-oldestpage', oldest_page, {
-					path: '/'
+					path: '/',
+					secure: ( 'https:' === window.location.protocol )
 				} );
 				jq('#buddypress ul.activity-list').append(response.contents);
 
@@ -1756,25 +1759,31 @@ jq(document).ready( function() {
 	/* Clear BP cookies on logout */
 	jq('#wp-admin-bar-logout, a.logout').on( 'click', function() {
 		jq.removeCookie('bp-activity-scope', {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		});
 		jq.removeCookie('bp-activity-filter', {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		});
 		jq.removeCookie('bp-activity-oldestpage', {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		});
 
 		var objects = [ 'members', 'groups', 'blogs', 'forums' ];
 		jq(objects).each( function(i) {
 			jq.removeCookie('bp-' + objects[i] + '-scope', {
-				path: '/'
+				path: '/',
+				secure: ( 'https:' === window.location.protocol )
 			} );
 			jq.removeCookie('bp-' + objects[i] + '-filter', {
-				path: '/'
+				path: '/',
+				secure: ( 'https:' === window.location.protocol )
 			} );
 			jq.removeCookie('bp-' + objects[i] + '-extras', {
-				path: '/'
+				path: '/',
+				secure: ( 'https:' === window.location.protocol )
 			} );
 		});
 	});
@@ -1850,7 +1859,8 @@ jq(document).ready( function() {
 function bp_init_activity() {
 	/* Reset the page */
 	jq.cookie( 'bp-activity-oldestpage', 1, {
-		path: '/'
+		path: '/',
+		secure: ( 'https:' === window.location.protocol )
 	} );
 
 	if ( undefined !== jq.cookie('bp-activity-filter') && jq('#activity-filter-select').length ) {
@@ -1894,13 +1904,16 @@ function bp_filter_request( object, filter, scope, target, search_terms, page, e
 
 	/* Save the settings we want to remain persistent to a cookie */
 	jq.cookie( 'bp-' + object + '-scope', scope, {
-		path: '/'
+		path: '/',
+		secure: ( 'https:' === window.location.protocol )
 	} );
 	jq.cookie( 'bp-' + object + '-filter', filter, {
-		path: '/'
+		path: '/',
+		secure: ( 'https:' === window.location.protocol )
 	} );
 	jq.cookie( 'bp-' + object + '-extras', extras, {
-		path: '/'
+		path: '/',
+		secure: ( 'https:' === window.location.protocol )
 	} );
 
 	/* Set the correct selected nav and filter */
@@ -1958,16 +1971,19 @@ function bp_activity_request(scope, filter) {
 	/* Save the type and filter to a session cookie */
 	if ( null !== scope ) {
 		jq.cookie( 'bp-activity-scope', scope, {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		} );
 	}
 	if ( null !== filter ) {
 		jq.cookie( 'bp-activity-filter', filter, {
-			path: '/'
+			path: '/',
+			secure: ( 'https:' === window.location.protocol )
 		} );
 	}
 	jq.cookie( 'bp-activity-oldestpage', 1, {
-		path: '/'
+		path: '/',
+		secure: ( 'https:' === window.location.protocol )
 	} );
 
 	/* Remove selected and loading classes from tabs */
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js
index 226e9cd74..e84b14638 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js
@@ -1,3 +1,2 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
-function bp_init_activity(){jq.cookie("bp-activity-oldestpage",1,{path:"/"}),void 0!==jq.cookie("bp-activity-filter")&&jq("#activity-filter-select").length&&jq('#activity-filter-select select option[value="'+jq.cookie("bp-activity-filter")+'"]').prop("selected",!0),void 0!==jq.cookie("bp-activity-scope")&&jq(".activity-type-tabs").length&&(jq(".activity-type-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#activity-"+jq.cookie("bp-activity-scope")+", .item-list-tabs li.current").addClass("selected"))}function bp_init_objects(a){jq(a).each(function(b){void 0!==jq.cookie("bp-"+a[b]+"-filter")&&jq("#"+a[b]+"-order-select select").length&&jq("#"+a[b]+'-order-select select option[value="'+jq.cookie("bp-"+a[b]+"-filter")+'"]').prop("selected",!0),void 0!==jq.cookie("bp-"+a[b]+"-scope")&&jq("div."+a[b]).length&&(jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#"+a[b]+"-"+jq.cookie("bp-"+a[b]+"-scope")+", #object-nav li.current").addClass("selected"))})}function bp_filter_request(a,b,c,d,e,f,g,h,i){return"activity"===a?!1:(null===c&&(c="all"),jq.cookie("bp-"+a+"-scope",c,{path:"/"}),jq.cookie("bp-"+a+"-filter",b,{path:"/"}),jq.cookie("bp-"+a+"-extras",g,{path:"/"}),jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#"+a+"-"+c+", #object-nav li.current").addClass("selected"),jq(".item-list-tabs li.selected").addClass("loading"),jq('.item-list-tabs select option[value="'+b+'"]').prop("selected",!0),("friends"===a||"group_members"===a)&&(a="members"),bp_ajax_request&&bp_ajax_request.abort(),void(bp_ajax_request=jq.post(ajaxurl,{action:a+"_filter",cookie:bp_get_cookies(),object:a,filter:b,search_terms:e,scope:c,page:f,extras:g,template:i},function(a){if("pag-bottom"===h&&jq("#subnav").length){var b=jq("#subnav").parent();jq("html,body").animate({scrollTop:b.offset().top},"slow",function(){jq(d).fadeOut(100,function(){jq(this).html(a),jq(this).fadeIn(100)})})}else jq(d).fadeOut(100,function(){jq(this).html(a),jq(this).fadeIn(100)});jq(".item-list-tabs li.selected").removeClass("loading")})))}function bp_activity_request(a,b){null!==a&&jq.cookie("bp-activity-scope",a,{path:"/"}),null!==b&&jq.cookie("bp-activity-filter",b,{path:"/"}),jq.cookie("bp-activity-oldestpage",1,{path:"/"}),jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected loading")}),jq("#activity-"+a+", .item-list-tabs li.current").addClass("selected"),jq("#object-nav.item-list-tabs li.selected, div.activity-type-tabs li.selected").addClass("loading"),jq('#activity-filter-select select option[value="'+b+'"]').prop("selected",!0),jq(".widget_bp_activity_widget h2 span.ajax-loader").show(),bp_ajax_request&&bp_ajax_request.abort(),bp_ajax_request=jq.post(ajaxurl,{action:"activity_widget_filter",cookie:bp_get_cookies(),_wpnonce_activity_filter:jq("#_wpnonce_activity_filter").val(),scope:a,filter:b},function(a){jq(".widget_bp_activity_widget h2 span.ajax-loader").hide(),jq("div.activity").fadeOut(100,function(){jq(this).html(a.contents),jq(this).fadeIn(100),bp_legacy_theme_hide_comments()}),void 0!==a.feed_url&&jq(".directory #subnav li.feed a, .home-page #subnav li.feed a").attr("href",a.feed_url),jq(".item-list-tabs li.selected").removeClass("loading")},"json")}function bp_legacy_theme_hide_comments(){var a,b,c,d=jq("div.activity-comments");return d.length?void d.each(function(){jq(this).children("ul").children("li").length<5||(comments_div=jq(this),a=comments_div.parents("#activity-stream > li"),b=jq(this).children("ul").children("li"),c=" ",jq("#"+a.attr("id")+" a.acomment-reply span").length&&(c=jq("#"+a.attr("id")+" a.acomment-reply span").html()),b.each(function(d){d<b.length-5&&(jq(this).addClass("hidden"),jq(this).toggle(),d||jq(this).before('<li class="show-all"><a href="#'+a.attr("id")+'/show-all/" title="'+BP_DTheme.show_all_comments+'">'+BP_DTheme.show_x_comments.replace("%d",c)+"</a></li>"))}))}):!1}function checkAll(){var a,b=document.getElementsByTagName("input");for(a=0;a<b.length;a++)"checkbox"===b[a].type&&(""===$("check_all").checked?b[a].checked="":b[a].checked="checked")}function clear(a){if(a=document.getElementById(a)){var b=a.getElementsByTagName("INPUT"),c=a.getElementsByTagName("OPTION"),d=0;if(b)for(d=0;d<b.length;d++)b[d].checked="";if(c)for(d=0;d<c.length;d++)c[d].selected=!1}}function bp_get_cookies(){var a,b,c,d,e,f=document.cookie.split(";"),g={},h="bp-";for(a=0;a<f.length;a++)b=f[a],c=b.indexOf("="),d=jq.trim(unescape(b.slice(0,c))),e=unescape(b.slice(c+1)),0===d.indexOf(h)&&(g[d]=e);return encodeURIComponent(jq.param(g))}var jq=jQuery,bp_ajax_request=null,newest_activities="",activity_last_recorded=0;jq(document).ready(function(){"-1"===window.location.search.indexOf("new")&&jq("div.forums").length?jq("#new-topic-post").hide():jq("#new-topic-post").show(),bp_init_activity();var a=["members","groups","blogs","forums","group_members"],b=jq("#whats-new");if(bp_init_objects(a),b.length&&bp_get_querystring("r")){var c=b.val();jq("#whats-new-options").slideDown(),b.animate({height:"3.8em"}),jq.scrollTo(b,500,{offset:-125,easing:"swing"}),b.val("").focus().val(c)}else jq("#whats-new-options").hide();if(b.focus(function(){jq("#whats-new-options").slideDown(),jq(this).animate({height:"3.8em"}),jq("#aw-whats-new-submit").prop("disabled",!1),jq(this).parent().addClass("active"),jq("#whats-new-content").addClass("active");var a=jq("form#whats-new-form"),b=jq("#activity-all");a.hasClass("submitted")&&a.removeClass("submitted"),b.length&&(b.hasClass("selected")?"-1"!==jq("#activity-filter-select select").val()&&(jq("#activity-filter-select select").val("-1"),jq("#activity-filter-select select").trigger("change")):(jq("#activity-filter-select select").val("-1"),b.children("a").trigger("click")))}),jq("#whats-new-form").on("focusout",function(a){var c=jq(this);setTimeout(function(){if(!c.find(":hover").length){if(""!==b.val())return;b.animate({height:"2.2em"}),jq("#whats-new-options").slideUp(),jq("#aw-whats-new-submit").prop("disabled",!0),jq("#whats-new-content").removeClass("active"),b.parent().removeClass("active")}},0)}),jq("#aw-whats-new-submit").on("click",function(){var a,b=0,c=jq(this),d=c.closest("form#whats-new-form"),e={};return jq.each(d.serializeArray(),function(a,b){"_"!==b.name.substr(0,1)&&"whats-new"!==b.name.substr(0,9)&&(e[b.name]?jq.isArray(e[b.name])?e[b.name].push(b.value):e[b.name]=new Array(e[b.name],b.value):e[b.name]=b.value)}),d.find("*").each(function(){(jq.nodeName(this,"textarea")||jq.nodeName(this,"input"))&&jq(this).prop("disabled",!0)}),jq("div.error").remove(),c.addClass("loading"),c.prop("disabled",!0),d.addClass("submitted"),object="",item_id=jq("#whats-new-post-in").val(),content=jq("#whats-new").val(),firstrow=jq("#buddypress ul.activity-list li").first(),activity_row=firstrow,timestamp=null,firstrow.length&&(activity_row.hasClass("load-newest")&&(activity_row=firstrow.next()),timestamp=activity_row.prop("class").match(/date-recorded-([0-9]+)/)),timestamp&&(b=timestamp[1]),item_id>0&&(object=jq("#whats-new-post-object").val()),a=jq.extend({action:"post_update",cookie:bp_get_cookies(),_wpnonce_post_update:jq("#_wpnonce_post_update").val(),content:content,object:object,item_id:item_id,since:b,_bp_as_nonce:jq("#_bp_as_nonce").val()||""},e),jq.post(ajaxurl,a,function(a){if(d.find("*").each(function(){(jq.nodeName(this,"textarea")||jq.nodeName(this,"input"))&&jq(this).prop("disabled",!1)}),a[0]+a[1]==="-1")d.prepend(a.substr(2,a.length)),jq("#"+d.attr("id")+" div.error").hide().fadeIn(200);else{if(0===jq("ul.activity-list").length&&(jq("div.error").slideUp(100).remove(),jq("#message").slideUp(100).remove(),jq("div.activity").append('<ul id="activity-stream" class="activity-list item-list">')),firstrow.hasClass("load-newest")&&firstrow.remove(),jq("#activity-stream").prepend(a),b||jq("#activity-stream li:first").addClass("new-update just-posted"),0!==jq("#latest-update").length){var c=jq("#activity-stream li.new-update .activity-content .activity-inner p").html(),e=jq("#activity-stream li.new-update .activity-content .activity-header p a.view").attr("href"),f=jq("#activity-stream li.new-update .activity-content .activity-inner p").text(),g="";""!==f&&(g=c+" "),g+='<a href="'+e+'" rel="nofollow">'+BP_DTheme.view+"</a>",jq("#latest-update").slideUp(300,function(){jq("#latest-update").html(g),jq("#latest-update").slideDown(300)})}jq("li.new-update").hide().slideDown(300),jq("li.new-update").removeClass("new-update"),jq("#whats-new").val(""),d.get(0).reset(),newest_activities="",activity_last_recorded=0}jq("#whats-new-options").slideUp(),jq("#whats-new-form textarea").animate({height:"2.2em"}),jq("#aw-whats-new-submit").prop("disabled",!0).removeClass("loading"),jq("#whats-new-content").removeClass("active")}),!1}),jq("div.activity-type-tabs").on("click",function(a){var b,c,d=jq(a.target).parent();if("STRONG"===a.target.nodeName||"SPAN"===a.target.nodeName)d=d.parent();else if("A"!==a.target.nodeName)return!1;return jq.cookie("bp-activity-oldestpage",1,{path:"/"}),b=d.attr("id").substr(9,d.attr("id").length),c=jq("#activity-filter-select select").val(),"mentions"===b&&jq("#"+d.attr("id")+" a strong").remove(),bp_activity_request(b,c),!1}),jq("#activity-filter-select select").change(function(){var a,b=jq("div.activity-type-tabs li.selected"),c=jq(this).val();return a=b.length?b.attr("id").substr(9,b.attr("id").length):null,bp_activity_request(a,c),!1}),jq("div.activity").on("click",function(a){var b,c,d,e,f,g,h,i,j,k,l=jq(a.target);return l.hasClass("fav")||l.hasClass("unfav")?(b=l.hasClass("fav")?"fav":"unfav",c=l.closest(".activity-item"),d=c.attr("id").substr(9,c.attr("id").length),l.addClass("loading"),jq.post(ajaxurl,{action:"activity_mark_"+b,cookie:bp_get_cookies(),id:d},function(a){l.removeClass("loading"),l.fadeOut(200,function(){jq(this).html(a),jq(this).attr("title","fav"===b?BP_DTheme.remove_fav:BP_DTheme.mark_as_fav),jq(this).fadeIn(200)}),"fav"===b?(jq(".item-list-tabs #activity-favs-personal-li").length||(jq(".item-list-tabs #activity-favorites").length||jq(".item-list-tabs ul #activity-mentions").before('<li id="activity-favorites"><a href="#">'+BP_DTheme.my_favs+" <span>0</span></a></li>"),jq(".item-list-tabs ul #activity-favorites span").html(Number(jq(".item-list-tabs ul #activity-favorites span").html())+1)),l.removeClass("fav"),l.addClass("unfav")):(l.removeClass("unfav"),l.addClass("fav"),jq(".item-list-tabs ul #activity-favorites span").html(Number(jq(".item-list-tabs ul #activity-favorites span").html())-1),Number(jq(".item-list-tabs ul #activity-favorites span").html())||(jq(".item-list-tabs ul #activity-favorites").hasClass("selected")&&bp_activity_request(null,null),jq(".item-list-tabs ul #activity-favorites").remove())),"activity-favorites"===jq(".item-list-tabs li.selected").attr("id")&&l.closest(".activity-item").slideUp(100)}),!1):l.hasClass("delete-activity")?(e=l.parents("div.activity ul li"),f=e.attr("id").substr(9,e.attr("id").length),g=l.attr("href"),h=g.split("_wpnonce="),i=e.prop("class").match(/date-recorded-([0-9]+)/),h=h[1],l.addClass("loading"),jq.post(ajaxurl,{action:"delete_activity",cookie:bp_get_cookies(),id:f,_wpnonce:h},function(a){a[0]+a[1]==="-1"?(e.prepend(a.substr(2,a.length)),e.children("#message").hide().fadeIn(300)):(e.slideUp(300),i&&activity_last_recorded===i[1]&&(newest_activities="",activity_last_recorded=0))}),!1):l.hasClass("spam-activity")?(e=l.parents("div.activity ul li"),i=e.prop("class").match(/date-recorded-([0-9]+)/),l.addClass("loading"),jq.post(ajaxurl,{action:"bp_spam_activity",cookie:encodeURIComponent(document.cookie),id:e.attr("id").substr(9,e.attr("id").length),_wpnonce:l.attr("href").split("_wpnonce=")[1]},function(a){a[0]+a[1]==="-1"?(e.prepend(a.substr(2,a.length)),e.children("#message").hide().fadeIn(300)):(e.slideUp(300),i&&activity_last_recorded===i[1]&&(newest_activities="",activity_last_recorded=0))}),!1):l.parent().hasClass("load-more")?(bp_ajax_request&&bp_ajax_request.abort(),jq("#buddypress li.load-more").addClass("loading"),null===jq.cookie("bp-activity-oldestpage")&&jq.cookie("bp-activity-oldestpage",1,{path:"/"}),j=1*jq.cookie("bp-activity-oldestpage")+1,k=[],jq(".activity-list li.just-posted").each(function(){k.push(jq(this).attr("id").replace("activity-",""))}),load_more_args={action:"activity_get_older_updates",cookie:bp_get_cookies(),page:j,exclude_just_posted:k.join(",")},load_more_search=bp_get_querystring("s"),load_more_search&&(load_more_args.search_terms=load_more_search),bp_ajax_request=jq.post(ajaxurl,load_more_args,function(a){jq("#buddypress li.load-more").removeClass("loading"),jq.cookie("bp-activity-oldestpage",j,{path:"/"}),jq("#buddypress ul.activity-list").append(a.contents),l.parent().hide()},"json"),!1):void(l.parent().hasClass("load-newest")&&(a.preventDefault(),l.parent().hide(),activity_html=jq.parseHTML(newest_activities),jq.each(activity_html,function(a,b){"LI"===b.nodeName&&jq(b).hasClass("just-posted")&&jq("#"+jq(b).attr("id")).length&&jq("#"+jq(b).attr("id")).remove()}),jq("#buddypress ul.activity-list").prepend(newest_activities),newest_activities=""))}),jq("div.activity").on("click",".activity-read-more a",function(a){var b,c,d=jq(a.target),e=d.parent().attr("id").split("-"),f=e[3],g=e[0];return b="acomment"===g?"acomment-content":"activity-inner",c=jq("#"+g+"-"+f+" ."+b+":first"),jq(d).addClass("loading"),jq.post(ajaxurl,{action:"get_single_activity_content",activity_id:f},function(a){jq(c).slideUp(300).html(a).slideDown(300)}),!1}),jq("form.ac-form").hide(),jq(".activity-comments").length&&bp_legacy_theme_hide_comments(),jq("div.activity").on("click",function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r=jq(a.target);return r.hasClass("acomment-reply")||r.parent().hasClass("acomment-reply")?(r.parent().hasClass("acomment-reply")&&(r=r.parent()),b=r.attr("id"),c=b.split("-"),d=c[2],e=r.attr("href").substr(10,r.attr("href").length),f=jq("#ac-form-"+d),f.css("display","none"),f.removeClass("root"),jq(".ac-form").hide(),f.children("div").each(function(){jq(this).hasClass("error")&&jq(this).hide()}),"comment"!==c[1]?jq("#acomment-"+e).append(f):jq("#activity-"+d+" .activity-comments").append(f),f.parent().hasClass("activity-comments")&&f.addClass("root"),f.slideDown(200),jq.scrollTo(f,500,{offset:-100,easing:"swing"}),jq("#ac-form-"+c[2]+" textarea").focus(),!1):"ac_form_submit"===r.attr("name")?(f=r.parents("form"),g=f.parent(),h=f.attr("id").split("-"),g.hasClass("activity-comments")?j=h[2]:(i=g.attr("id").split("-"),j=i[1]),content=jq("#"+f.attr("id")+" textarea"),jq("#"+f.attr("id")+" div.error").hide(),r.addClass("loading").prop("disabled",!0),content.addClass("loading").prop("disabled",!0),k={action:"new_activity_comment",cookie:bp_get_cookies(),_wpnonce_new_activity_comment:jq("#_wpnonce_new_activity_comment").val(),comment_id:j,form_id:h[2],content:content.val()},l=jq("#_bp_as_nonce_"+j).val(),l&&(k["_bp_as_nonce_"+j]=l),jq.post(ajaxurl,k,function(a){if(r.removeClass("loading"),content.removeClass("loading"),a[0]+a[1]==="-1")f.append(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b=f.parent();f.fadeOut(200,function(){0===b.children("ul").length&&(b.hasClass("activity-comments")?b.prepend("<ul></ul>"):b.append("<ul></ul>"));var c=jq.trim(a);b.children("ul").append(jq(c).hide().fadeIn(200)),f.children("textarea").val(""),b.parent().addClass("has-comments")}),jq("#"+f.attr("id")+" textarea").val(""),jq("#activity-"+h[2]+" a.acomment-reply span").html(Number(jq("#activity-"+h[2]+" a.acomment-reply span").html())+1),m=b.find(".show-all").find("a"),m&&(n=jq("li#activity-"+h[2]+" a.acomment-reply span").html(),m.html(BP_DTheme.show_x_comments.replace("%d",n)))}jq(r).prop("disabled",!1),jq(content).prop("disabled",!1)}),!1):r.hasClass("acomment-delete")?(o=r.attr("href"),p=r.parent().parent(),f=p.parents("div.activity-comments").children("form"),q=o.split("_wpnonce="),q=q[1],j=o.split("cid="),j=j[1].split("&"),j=j[0],r.addClass("loading"),jq(".activity-comments ul .error").remove(),p.parents(".activity-comments").append(f),jq.post(ajaxurl,{action:"delete_activity_comment",cookie:bp_get_cookies(),_wpnonce:q,id:j},function(a){if(a[0]+a[1]==="-1")p.prepend(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b,c,d,e=jq("#"+p.attr("id")+" ul").children("li"),f=0;jq(e).each(function(){jq(this).is(":hidden")||f++}),p.fadeOut(200,function(){p.remove()}),b=jq("#"+p.parents("#activity-stream > li").attr("id")+" a.acomment-reply span"),c=b.html()-(1+f),b.html(c),d=p.siblings(".show-all").find("a"),d&&d.html(BP_DTheme.show_x_comments.replace("%d",c)),0===c&&jq(p.parents("#activity-stream > li")).removeClass("has-comments")}}),!1):r.hasClass("spam-activity-comment")?(o=r.attr("href"),p=r.parent().parent(),r.addClass("loading"),jq(".activity-comments ul div.error").remove(),p.parents(".activity-comments").append(p.parents(".activity-comments").children("form")),jq.post(ajaxurl,{action:"bp_spam_activity_comment",cookie:encodeURIComponent(document.cookie),_wpnonce:o.split("_wpnonce=")[1],id:o.split("cid=")[1].split("&")[0]},function(a){if(a[0]+a[1]==="-1")p.prepend(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b,c=jq("#"+p.attr("id")+" ul").children("li"),d=0;jq(c).each(function(){jq(this).is(":hidden")||d++}),p.fadeOut(200),b=p.parents("#activity-stream > li"),jq("#"+b.attr("id")+" a.acomment-reply span").html(jq("#"+b.attr("id")+" a.acomment-reply span").html()-(1+d))}}),!1):r.parent().hasClass("show-all")?(r.parent().addClass("loading"),setTimeout(function(){r.parent().parent().children("li").fadeIn(200,function(){r.parent().remove()})},600),!1):r.hasClass("ac-reply-cancel")?(jq(r).closest(".ac-form").slideUp(200),!1):void 0}),jq(document).keydown(function(a){if(a=a||window.event,a.target?element=a.target:a.srcElement&&(element=a.srcElement),3===element.nodeType&&(element=element.parentNode),a.ctrlKey!==!0&&a.altKey!==!0&&a.metaKey!==!0){var b=a.keyCode?a.keyCode:a.which;27===b&&"TEXTAREA"===element.tagName&&jq(element).hasClass("ac-input")&&jq(element).parent().parent().parent().slideUp(200)}}),jq(".dir-search, .groups-members-search").on("click",function(a){if(!jq(this).hasClass("no-ajax")){var b,c,d,e=jq(a.target);return"submit"===e.attr("type")?(b=jq(".item-list-tabs li.selected").attr("id").split("-"),c=b[0],d=null,"groups-members-search"===a.currentTarget.className&&(c="group_members",d="groups/single/members"),bp_filter_request(c,jq.cookie("bp-"+c+"-filter"),jq.cookie("bp-"+c+"-scope"),"div."+c,e.parent().children("label").children("input").val(),1,jq.cookie("bp-"+c+"-extras"),null,d),!1):void 0}}),jq("div.item-list-tabs").on("click",function(a){if(!jq(this).hasClass("no-ajax")&&!jq(a.target).hasClass("no-ajax")){var b,c,d,e,f,g="SPAN"===a.target.nodeName?a.target.parentNode:a.target,h=jq(g).parent();return"LI"!==h[0].nodeName||h.hasClass("last")?void 0:(b=h.attr("id").split("-"),c=b[0],"activity"===c?!1:(d=b[1],e=jq("#"+c+"-order-select select").val(),f=jq("#"+c+"_search").val(),bp_filter_request(c,e,d,"div."+c,f,1,jq.cookie("bp-"+c+"-extras")),!1))}}),jq("li.filter select").change(function(){var a,b,c,d,e,f,g,h;return a=jq(jq(".item-list-tabs li.selected").length?".item-list-tabs li.selected":this),b=a.attr("id").split("-"),c=b[0],d=b[1],e=jq(this).val(),f=!1,g=null,jq(".dir-search input").length&&(f=jq(".dir-search input").val()),h=jq(".groups-members-search input"),h.length&&(f=h.val(),c="members",d="groups"),"members"===c&&"groups"===d&&(c="group_members",g="groups/single/members"),"friends"===c&&(c="members"),bp_filter_request(c,e,d,"div."+c,f,1,jq.cookie("bp-"+c+"-extras"),null,g),!1}),jq("#buddypress").on("click",function(a){var b,c,d,e,f,g,h,i,j,k=jq(a.target);return k.hasClass("button")?!0:k.parent().parent().hasClass("pagination")&&!k.parent().parent().hasClass("no-ajax")?k.hasClass("dots")||k.hasClass("current")?!1:(b=jq(jq(".item-list-tabs li.selected").length?".item-list-tabs li.selected":"li.filter select"),c=b.attr("id").split("-"),d=c[0],e=!1,f=jq(k).closest(".pagination-links").attr("id"),g=null,jq("div.dir-search input").length&&(e=jq(".dir-search input"),e=!e.val()&&bp_get_querystring(e.attr("name"))?jq(".dir-search input").prop("placeholder"):e.val()),h=jq(k).hasClass("next")||jq(k).hasClass("prev")?jq(".pagination span.current").html():jq(k).html(),h=Number(h.replace(/\D/g,"")),jq(k).hasClass("next")?h++:jq(k).hasClass("prev")&&h--,i=jq(".groups-members-search input"),i.length&&(e=i.val(),d="members"),"members"===d&&"groups"===c[1]&&(d="group_members",g="groups/single/members"),"admin"===d&&jq("body").hasClass("membership-requests")&&(d="requests"),j=-1!==f.indexOf("pag-bottom")?"pag-bottom":null,bp_filter_request(d,jq.cookie("bp-"+d+"-filter"),jq.cookie("bp-"+d+"-scope"),"div."+d,e,h,jq.cookie("bp-"+d+"-extras"),j,g),!1):void 0}),jq("a.show-hide-new").on("click",function(){return jq("#new-topic-post").length?(jq("#new-topic-post").is(":visible")?jq("#new-topic-post").slideUp(200):jq("#new-topic-post").slideDown(200,function(){jq("#topic_title").focus()}),!1):!1}),jq("#submit_topic_cancel").on("click",function(){return jq("#new-topic-post").length?(jq("#new-topic-post").slideUp(200),!1):!1}),jq("#forum-directory-tags a").on("click",function(){return bp_filter_request("forums","tags",jq.cookie("bp-forums-scope"),"div.forums",jq(this).html().replace(/&nbsp;/g,"-"),1,jq.cookie("bp-forums-extras")),!1}),jq("#send-invite-form").on("click","#invite-list input",function(){var a,b,c=jq("#send-invite-form > .invite").length;jq(".ajax-loader").toggle(),c&&jq(this).parents("ul").find("input").prop("disabled",!0),a=jq(this).val(),b=jq(this).prop("checked")===!0?"invite":"uninvite",c||jq(".item-list-tabs li.selected").addClass("loading"),jq.post(ajaxurl,{action:"groups_invite_user",friend_action:b,cookie:bp_get_cookies(),_wpnonce:jq("#_wpnonce_invite_uninvite_user").val(),friend_id:a,group_id:jq("#group_id").val()},function(d){jq("#message")&&jq("#message").hide(),c?bp_filter_request("invite","bp-invite-filter","bp-invite-scope","div.invite",!1,1,"","",""):(jq(".ajax-loader").toggle(),"invite"===b?jq("#friend-list").append(d):"uninvite"===b&&jq("#friend-list li#uid-"+a).remove(),jq(".item-list-tabs li.selected").removeClass("loading"))})}),jq("#send-invite-form").on("click","a.remove",function(){var a=jq("#send-invite-form > .invite").length,b=jq(this).attr("id");return jq(".ajax-loader").toggle(),b=b.split("-"),b=b[1],jq.post(ajaxurl,{action:"groups_invite_user",friend_action:"uninvite",cookie:bp_get_cookies(),_wpnonce:jq("#_wpnonce_invite_uninvite_user").val(),friend_id:b,group_id:jq("#group_id").val()},function(c){a?bp_filter_request("invite","bp-invite-filter","bp-invite-scope","div.invite",!1,1,"","",""):(jq(".ajax-loader").toggle(),jq("#friend-list #uid-"+b).remove(),jq("#invite-list #f-"+b).prop("checked",!1))}),!1}),jq(".visibility-toggle-link").on("click",function(a){a.preventDefault(),jq(this).parent().hide().addClass("field-visibility-settings-hide").siblings(".field-visibility-settings").show().addClass("field-visibility-settings-open")}),jq(".field-visibility-settings-close").on("click",function(a){a.preventDefault();var b=jq(this).parent(),c=b.find("input:checked").parent().text();b.hide().removeClass("field-visibility-settings-open").siblings(".field-visibility-settings-toggle").children(".current-visibility-level").text(c).end().show().removeClass("field-visibility-settings-hide")}),jq("#profile-edit-form input:not(:submit), #profile-edit-form textarea, #profile-edit-form select, #signup_form input:not(:submit), #signup_form textarea, #signup_form select").change(function(){var a=!0;jq("#profile-edit-form input:submit, #signup_form input:submit").on("click",function(){a=!1}),window.onbeforeunload=function(b){return a?BP_DTheme.unsaved_changes:void 0}}),jq("#friend-list a.accept, #friend-list a.reject").on("click",function(){var a,b=jq(this),c=jq(this).parents("#friend-list li"),d=jq(this).parents("li div.action"),e=c.attr("id").substr(11,c.attr("id").length),f=b.attr("href"),g=f.split("_wpnonce=")[1];return jq(this).hasClass("accepted")||jq(this).hasClass("rejected")?!1:(jq(this).hasClass("accept")?(a="accept_friendship",d.children("a.reject").css("visibility","hidden")):(a="reject_friendship",d.children("a.accept").css("visibility","hidden")),b.addClass("loading"),jq.post(ajaxurl,{action:a,cookie:bp_get_cookies(),id:e,_wpnonce:g},function(a){b.removeClass("loading"),a[0]+a[1]==="-1"?(c.prepend(a.substr(2,a.length)),c.children("#message").hide().fadeIn(200)):b.fadeOut(100,function(){jq(this).hasClass("accept")?(d.children("a.reject").hide(),jq(this).html(BP_DTheme.accepted).contents().unwrap()):(d.children("a.accept").hide(),jq(this).html(BP_DTheme.rejected).contents().unwrap())})}),!1)}),jq("#members-dir-list, #members-group-list, #item-header").on("click",".friendship-button a",function(){jq(this).parent().addClass("loading");var a=jq(this).attr("id"),b=jq(this).attr("href"),c=jq(this);return a=a.split("-"),a=a[1],b=b.split("?_wpnonce="),b=b[1].split("&"),b=b[0],jq.post(ajaxurl,{action:"addremove_friend",cookie:bp_get_cookies(),fid:a,_wpnonce:b},function(a){var b=c.attr("rel");parentdiv=c.parent(),"add"===b?jq(parentdiv).fadeOut(200,function(){parentdiv.removeClass("add_friend"),parentdiv.removeClass("loading"),parentdiv.addClass("pending_friend"),parentdiv.fadeIn(200).html(a)}):"remove"===b&&jq(parentdiv).fadeOut(200,function(){parentdiv.removeClass("remove_friend"),parentdiv.removeClass("loading"),parentdiv.addClass("add"),parentdiv.fadeIn(200).html(a)})}),!1}),jq("#buddypress").on("click",".group-button .leave-group",function(){return!1===confirm(BP_DTheme.leave_group_confirm)?!1:void 0}),jq("#groups-dir-list").on("click",".group-button a",function(){var a=jq(this).parent().attr("id"),b=jq(this).attr("href"),c=jq(this);return a=a.split("-"),a=a[1],b=b.split("?_wpnonce="),b=b[1].split("&"),b=b[0],c.hasClass("leave-group")&&!1===confirm(BP_DTheme.leave_group_confirm)?!1:(jq.post(ajaxurl,{action:"joinleave_group",cookie:bp_get_cookies(),gid:a,_wpnonce:b},function(a){var b=c.parent();jq("body.directory").length?jq(b).fadeOut(200,function(){b.fadeIn(200).html(a);var d=jq("#groups-personal span"),e=1;c.hasClass("leave-group")?(b.hasClass("hidden")&&b.closest("li").slideUp(200),e=0):c.hasClass("request-membership")&&(e=!1),d.length&&e!==!1&&(e?d.text((d.text()>>0)+1):d.text((d.text()>>0)-1))}):window.location.reload()}),!1)}),jq("#buddypress").on("click",".pending",function(){return!1}),jq("body").hasClass("register")){var d=jq("#signup_with_blog");d.prop("checked")||jq("#blog-details").toggle(),d.change(function(){jq("#blog-details").toggle()})}jq(".message-search").on("click",function(a){if(!jq(this).hasClass("no-ajax")){var b,c=jq(a.target);return"submit"===c.attr("type")||"button"===c.attr("type")?(b="messages",bp_filter_request(b,jq.cookie("bp-"+b+"-filter"),jq.cookie("bp-"+b+"-scope"),"div."+b,jq("#messages_search").val(),1,jq.cookie("bp-"+b+"-extras")),!1):void 0}}),jq("#send_reply_button").click(function(){var a=jq("#messages_order").val()||"ASC",b=jq("#message-recipients").offset(),c=jq("#send_reply_button");return jq(c).addClass("loading"),jq.post(ajaxurl,{action:"messages_send_reply",cookie:bp_get_cookies(),_wpnonce:jq("#send_message_nonce").val(),content:jq("#message_content").val(),send_to:jq("#send_to").val(),subject:jq("#subject").val(),thread_id:jq("#thread_id").val()},function(d){d[0]+d[1]==="-1"?jq("#send-reply").prepend(d.substr(2,d.length)):(jq("#send-reply #message").remove(),jq("#message_content").val(""),"ASC"===a?jq("#send-reply").before(d):(jq("#message-recipients").after(d),jq(window).scrollTop(b.top)),jq(".new-message").hide().slideDown(200,function(){jq(".new-message").removeClass("new-message")})),jq(c).removeClass("loading")}),!1}),jq("#mark_as_read, #mark_as_unread").click(function(){var a,b,c,d,e,f,g,h,i="",j=jq('#message-threads tr td input[type="checkbox"]');return"mark_as_unread"===jq(this).attr("id")?(a="read",b="unread",c=1,d=0,e="inline",f="messages_markunread"):(a="unread",b="read",c=0,d=1,e="none",f="messages_markread"),j.each(function(d){jq(this).is(":checked")&&jq("#m-"+jq(this).attr("value")).hasClass(a)&&(i+=jq(this).attr("value"),jq("#m-"+jq(this).attr("value")).removeClass(a),jq("#m-"+jq(this).attr("value")).addClass(b),h=jq("#m-"+jq(this).attr("value")+" td span.unread-count").html(),jq("#m-"+jq(this).attr("value")+" td span.unread-count").html(c),jq("#m-"+jq(this).attr("value")+" td span.unread-count").css("display",e),g=jq("tr.unread").length,jq("#user-messages span").html(g),d!==j.length-1&&(i+=","))}),jq.post(ajaxurl,{action:f,thread_ids:i}),!1}),jq("body.messages #item-body div.messages").on("change","#message-type-select",function(){var a=this.value,b=jq('td input[type="checkbox"]'),c="checked";switch(b.each(function(a){b[a].checked=""}),a){case"unread":b=jq('tr.unread td input[type="checkbox"]');break;case"read":b=jq('tr.read td input[type="checkbox"]');break;case"":c=""}b.each(function(a){b[a].checked=c})}),jq("body.messages #item-body div.messages").on("click",".messages-options-nav a",function(){return-1!==jq.inArray(this.id,Array("delete_sentbox_messages","delete_inbox_messages"))?(checkboxes_tosend="",checkboxes=jq('#message-threads tr td input[type="checkbox"]'),jq("#message").remove(),jq(this).addClass("loading"),jq(checkboxes).each(function(a){jq(this).is(":checked")&&(checkboxes_tosend+=jq(this).attr("value")+",")}),""===checkboxes_tosend?(jq(this).removeClass("loading"),!1):(jq.post(ajaxurl,{action:"messages_delete",thread_ids:checkboxes_tosend},function(a){a[0]+a[1]==="-1"?jq("#message-threads").prepend(a.substr(2,a.length)):(jq("#message-threads").before('<div id="message" class="updated"><p>'+a+"</p></div>"),jq(checkboxes).each(function(a){jq(this).is(":checked")&&(jq(this).attr("checked",!1),jq(this).parent().parent().fadeOut(150))})),jq("#message").hide().slideDown(150),jq("#delete_inbox_messages, #delete_sentbox_messages").removeClass("loading")}),!1)):void 0}),jq("#select-all-messages").click(function(a){this.checked?jq(".message-check").each(function(){this.checked=!0}):jq(".message-check").each(function(){this.checked=!1})}),jq("#messages-bulk-manage").attr("disabled","disabled"),jq("#messages-select").on("change",function(){jq("#messages-bulk-manage").attr("disabled",jq(this).val().length<=0)}),starAction=function(){var a=jq(this);return jq.post(ajaxurl,{action:"messages_star",message_id:a.data("message-id"),star_status:a.data("star-status"),nonce:a.data("star-nonce"),bulk:a.data("star-bulk")},function(b){1===parseInt(b,10)&&("unstar"===a.data("star-status")?(a.data("star-status","star"),a.removeClass("message-action-unstar").addClass("message-action-star"),a.find(".bp-screen-reader-text").text(BP_PM_Star.strings.text_star),1===BP_PM_Star.is_single_thread?a.prop("title",BP_PM_Star.strings.title_star):a.prop("title",BP_PM_Star.strings.title_star_thread)):(a.data("star-status","unstar"),a.removeClass("message-action-star").addClass("message-action-unstar"),a.find(".bp-screen-reader-text").text(BP_PM_Star.strings.text_unstar),1===BP_PM_Star.is_single_thread?a.prop("title",BP_PM_Star.strings.title_unstar):a.prop("title",BP_PM_Star.strings.title_unstar_thread)))}),!1},jq("#message-threads").on("click","td.thread-star a",starAction),jq("#message-thread").on("click",".message-star-actions a",starAction),jq("#message-threads td.bulk-select-check :checkbox").on("change",function(){var a=jq(this),b=a.closest("tr").find(".thread-star a");a.prop("checked")?"unstar"===b.data("star-status")?BP_PM_Star.star_counter++:BP_PM_Star.unstar_counter++:"unstar"===b.data("star-status")?BP_PM_Star.star_counter--:BP_PM_Star.unstar_counter--,BP_PM_Star.star_counter>0&&0===parseInt(BP_PM_Star.unstar_counter,10)?jq('option[value="star"]').hide():jq('option[value="star"]').show(),BP_PM_Star.unstar_counter>0&&0===parseInt(BP_PM_Star.star_counter,10)?jq('option[value="unstar"]').hide():jq('option[value="unstar"]').show()}),jq("#select-all-notifications").click(function(a){this.checked?jq(".notification-check").each(function(){
-this.checked=!0}):jq(".notification-check").each(function(){this.checked=!1})}),jq("#notification-bulk-manage").attr("disabled","disabled"),jq("#notification-select").on("change",function(){jq("#notification-bulk-manage").attr("disabled",jq(this).val().length<=0)}),jq("#close-notice").on("click",function(){return jq(this).addClass("loading"),jq("#sidebar div.error").remove(),jq.post(ajaxurl,{action:"messages_close_notice",notice_id:jq(".notice").attr("rel").substr(2,jq(".notice").attr("rel").length)},function(a){jq("#close-notice").removeClass("loading"),a[0]+a[1]==="-1"?(jq(".notice").prepend(a.substr(2,a.length)),jq("#sidebar div.error").hide().fadeIn(200)):jq(".notice").slideUp(100)}),!1}),jq("#wp-admin-bar ul.main-nav li, #nav li").mouseover(function(){jq(this).addClass("sfhover")}),jq("#wp-admin-bar ul.main-nav li, #nav li").mouseout(function(){jq(this).removeClass("sfhover")}),jq("#wp-admin-bar-logout, a.logout").on("click",function(){jq.removeCookie("bp-activity-scope",{path:"/"}),jq.removeCookie("bp-activity-filter",{path:"/"}),jq.removeCookie("bp-activity-oldestpage",{path:"/"});var a=["members","groups","blogs","forums"];jq(a).each(function(b){jq.removeCookie("bp-"+a[b]+"-scope",{path:"/"}),jq.removeCookie("bp-"+a[b]+"-filter",{path:"/"}),jq.removeCookie("bp-"+a[b]+"-extras",{path:"/"})})}),jq("body").hasClass("no-js")&&jq("body").attr("class",jq("body").attr("class").replace(/no-js/,"js")),"undefined"!=typeof wp&&"undefined"!=typeof wp.heartbeat&&"undefined"!=typeof BP_DTheme.pulse&&(wp.heartbeat.interval(Number(BP_DTheme.pulse)),jq.fn.extend({"heartbeat-send":function(){return this.bind("heartbeat-send.buddypress")}}));var e=0;jq(document).on("heartbeat-send.buddypress",function(a,b){e=0,jq("#buddypress ul.activity-list li").first().prop("id")&&(timestamp=jq("#buddypress ul.activity-list li").first().prop("class").match(/date-recorded-([0-9]+)/),timestamp&&(e=timestamp[1])),(0===activity_last_recorded||Number(e)>activity_last_recorded)&&(activity_last_recorded=Number(e)),b.bp_activity_last_recorded=activity_last_recorded,last_recorded_search=bp_get_querystring("s"),last_recorded_search&&(b.bp_activity_last_recorded_search_terms=last_recorded_search)}),jq(document).on("heartbeat-tick",function(a,b){b.bp_activity_newest_activities&&(newest_activities=b.bp_activity_newest_activities.activities+newest_activities,activity_last_recorded=Number(b.bp_activity_newest_activities.last_recorded),jq("#buddypress ul.activity-list li").first().hasClass("load-newest")||jq("#buddypress ul.activity-list").prepend('<li class="load-newest"><a href="#newest">'+BP_DTheme.newest+"</a></li>"))})});
\ No newline at end of file
+function bp_init_activity(){jq.cookie("bp-activity-oldestpage",1,{path:"/",secure:"https:"===window.location.protocol}),void 0!==jq.cookie("bp-activity-filter")&&jq("#activity-filter-select").length&&jq('#activity-filter-select select option[value="'+jq.cookie("bp-activity-filter")+'"]').prop("selected",!0),void 0!==jq.cookie("bp-activity-scope")&&jq(".activity-type-tabs").length&&(jq(".activity-type-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#activity-"+jq.cookie("bp-activity-scope")+", .item-list-tabs li.current").addClass("selected"))}function bp_init_objects(a){jq(a).each(function(b){void 0!==jq.cookie("bp-"+a[b]+"-filter")&&jq("#"+a[b]+"-order-select select").length&&jq("#"+a[b]+'-order-select select option[value="'+jq.cookie("bp-"+a[b]+"-filter")+'"]').prop("selected",!0),void 0!==jq.cookie("bp-"+a[b]+"-scope")&&jq("div."+a[b]).length&&(jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#"+a[b]+"-"+jq.cookie("bp-"+a[b]+"-scope")+", #object-nav li.current").addClass("selected"))})}function bp_filter_request(a,b,c,d,e,f,g,h,i){return"activity"===a?!1:(null===c&&(c="all"),jq.cookie("bp-"+a+"-scope",c,{path:"/",secure:"https:"===window.location.protocol}),jq.cookie("bp-"+a+"-filter",b,{path:"/",secure:"https:"===window.location.protocol}),jq.cookie("bp-"+a+"-extras",g,{path:"/",secure:"https:"===window.location.protocol}),jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected")}),jq("#"+a+"-"+c+", #object-nav li.current").addClass("selected"),jq(".item-list-tabs li.selected").addClass("loading"),jq('.item-list-tabs select option[value="'+b+'"]').prop("selected",!0),("friends"===a||"group_members"===a)&&(a="members"),bp_ajax_request&&bp_ajax_request.abort(),void(bp_ajax_request=jq.post(ajaxurl,{action:a+"_filter",cookie:bp_get_cookies(),object:a,filter:b,search_terms:e,scope:c,page:f,extras:g,template:i},function(a){if("pag-bottom"===h&&jq("#subnav").length){var b=jq("#subnav").parent();jq("html,body").animate({scrollTop:b.offset().top},"slow",function(){jq(d).fadeOut(100,function(){jq(this).html(a),jq(this).fadeIn(100)})})}else jq(d).fadeOut(100,function(){jq(this).html(a),jq(this).fadeIn(100)});jq(".item-list-tabs li.selected").removeClass("loading")})))}function bp_activity_request(a,b){null!==a&&jq.cookie("bp-activity-scope",a,{path:"/",secure:"https:"===window.location.protocol}),null!==b&&jq.cookie("bp-activity-filter",b,{path:"/",secure:"https:"===window.location.protocol}),jq.cookie("bp-activity-oldestpage",1,{path:"/",secure:"https:"===window.location.protocol}),jq(".item-list-tabs li").each(function(){jq(this).removeClass("selected loading")}),jq("#activity-"+a+", .item-list-tabs li.current").addClass("selected"),jq("#object-nav.item-list-tabs li.selected, div.activity-type-tabs li.selected").addClass("loading"),jq('#activity-filter-select select option[value="'+b+'"]').prop("selected",!0),jq(".widget_bp_activity_widget h2 span.ajax-loader").show(),bp_ajax_request&&bp_ajax_request.abort(),bp_ajax_request=jq.post(ajaxurl,{action:"activity_widget_filter",cookie:bp_get_cookies(),_wpnonce_activity_filter:jq("#_wpnonce_activity_filter").val(),scope:a,filter:b},function(a){jq(".widget_bp_activity_widget h2 span.ajax-loader").hide(),jq("div.activity").fadeOut(100,function(){jq(this).html(a.contents),jq(this).fadeIn(100),bp_legacy_theme_hide_comments()}),void 0!==a.feed_url&&jq(".directory #subnav li.feed a, .home-page #subnav li.feed a").attr("href",a.feed_url),jq(".item-list-tabs li.selected").removeClass("loading")},"json")}function bp_legacy_theme_hide_comments(){var a,b,c,d=jq("div.activity-comments");return d.length?void d.each(function(){jq(this).children("ul").children("li").length<5||(comments_div=jq(this),a=comments_div.parents("#activity-stream > li"),b=jq(this).children("ul").children("li"),c=" ",jq("#"+a.attr("id")+" a.acomment-reply span").length&&(c=jq("#"+a.attr("id")+" a.acomment-reply span").html()),b.each(function(d){d<b.length-5&&(jq(this).addClass("hidden"),jq(this).toggle(),d||jq(this).before('<li class="show-all"><a href="#'+a.attr("id")+'/show-all/" title="'+BP_DTheme.show_all_comments+'">'+BP_DTheme.show_x_comments.replace("%d",c)+"</a></li>"))}))}):!1}function checkAll(){var a,b=document.getElementsByTagName("input");for(a=0;a<b.length;a++)"checkbox"===b[a].type&&(""===$("check_all").checked?b[a].checked="":b[a].checked="checked")}function clear(a){if(a=document.getElementById(a)){var b=a.getElementsByTagName("INPUT"),c=a.getElementsByTagName("OPTION"),d=0;if(b)for(d=0;d<b.length;d++)b[d].checked="";if(c)for(d=0;d<c.length;d++)c[d].selected=!1}}function bp_get_cookies(){var a,b,c,d,e,f=document.cookie.split(";"),g={},h="bp-";for(a=0;a<f.length;a++)b=f[a],c=b.indexOf("="),d=jq.trim(unescape(b.slice(0,c))),e=unescape(b.slice(c+1)),0===d.indexOf(h)&&(g[d]=e);return encodeURIComponent(jq.param(g))}var jq=jQuery,bp_ajax_request=null,newest_activities="",activity_last_recorded=0;jq(document).ready(function(){"-1"===window.location.search.indexOf("new")&&jq("div.forums").length?jq("#new-topic-post").hide():jq("#new-topic-post").show(),bp_init_activity();var a=["members","groups","blogs","forums","group_members"],b=jq("#whats-new");if(bp_init_objects(a),b.length&&bp_get_querystring("r")){var c=b.val();jq("#whats-new-options").slideDown(),b.animate({height:"3.8em"}),jq.scrollTo(b,500,{offset:-125,easing:"swing"}),b.val("").focus().val(c)}else jq("#whats-new-options").hide();if(b.focus(function(){jq("#whats-new-options").slideDown(),jq(this).animate({height:"3.8em"}),jq("#aw-whats-new-submit").prop("disabled",!1),jq(this).parent().addClass("active"),jq("#whats-new-content").addClass("active");var a=jq("form#whats-new-form"),b=jq("#activity-all");a.hasClass("submitted")&&a.removeClass("submitted"),b.length&&(b.hasClass("selected")?"-1"!==jq("#activity-filter-select select").val()&&(jq("#activity-filter-select select").val("-1"),jq("#activity-filter-select select").trigger("change")):(jq("#activity-filter-select select").val("-1"),b.children("a").trigger("click")))}),jq("#whats-new-form").on("focusout",function(a){var c=jq(this);setTimeout(function(){if(!c.find(":hover").length){if(""!==b.val())return;b.animate({height:"2.2em"}),jq("#whats-new-options").slideUp(),jq("#aw-whats-new-submit").prop("disabled",!0),jq("#whats-new-content").removeClass("active"),b.parent().removeClass("active")}},0)}),jq("#aw-whats-new-submit").on("click",function(){var a,b=0,c=jq(this),d=c.closest("form#whats-new-form"),e={};return jq.each(d.serializeArray(),function(a,b){"_"!==b.name.substr(0,1)&&"whats-new"!==b.name.substr(0,9)&&(e[b.name]?jq.isArray(e[b.name])?e[b.name].push(b.value):e[b.name]=new Array(e[b.name],b.value):e[b.name]=b.value)}),d.find("*").each(function(){(jq.nodeName(this,"textarea")||jq.nodeName(this,"input"))&&jq(this).prop("disabled",!0)}),jq("div.error").remove(),c.addClass("loading"),c.prop("disabled",!0),d.addClass("submitted"),object="",item_id=jq("#whats-new-post-in").val(),content=jq("#whats-new").val(),firstrow=jq("#buddypress ul.activity-list li").first(),activity_row=firstrow,timestamp=null,firstrow.length&&(activity_row.hasClass("load-newest")&&(activity_row=firstrow.next()),timestamp=activity_row.prop("class").match(/date-recorded-([0-9]+)/)),timestamp&&(b=timestamp[1]),item_id>0&&(object=jq("#whats-new-post-object").val()),a=jq.extend({action:"post_update",cookie:bp_get_cookies(),_wpnonce_post_update:jq("#_wpnonce_post_update").val(),content:content,object:object,item_id:item_id,since:b,_bp_as_nonce:jq("#_bp_as_nonce").val()||""},e),jq.post(ajaxurl,a,function(a){if(d.find("*").each(function(){(jq.nodeName(this,"textarea")||jq.nodeName(this,"input"))&&jq(this).prop("disabled",!1)}),a[0]+a[1]==="-1")d.prepend(a.substr(2,a.length)),jq("#"+d.attr("id")+" div.error").hide().fadeIn(200);else{if(0===jq("ul.activity-list").length&&(jq("div.error").slideUp(100).remove(),jq("#message").slideUp(100).remove(),jq("div.activity").append('<ul id="activity-stream" class="activity-list item-list">')),firstrow.hasClass("load-newest")&&firstrow.remove(),jq("#activity-stream").prepend(a),b||jq("#activity-stream li:first").addClass("new-update just-posted"),0!==jq("#latest-update").length){var c=jq("#activity-stream li.new-update .activity-content .activity-inner p").html(),e=jq("#activity-stream li.new-update .activity-content .activity-header p a.view").attr("href"),f=jq("#activity-stream li.new-update .activity-content .activity-inner p").text(),g="";""!==f&&(g=c+" "),g+='<a href="'+e+'" rel="nofollow">'+BP_DTheme.view+"</a>",jq("#latest-update").slideUp(300,function(){jq("#latest-update").html(g),jq("#latest-update").slideDown(300)})}jq("li.new-update").hide().slideDown(300),jq("li.new-update").removeClass("new-update"),jq("#whats-new").val(""),d.get(0).reset(),newest_activities="",activity_last_recorded=0}jq("#whats-new-options").slideUp(),jq("#whats-new-form textarea").animate({height:"2.2em"}),jq("#aw-whats-new-submit").prop("disabled",!0).removeClass("loading"),jq("#whats-new-content").removeClass("active")}),!1}),jq("div.activity-type-tabs").on("click",function(a){var b,c,d=jq(a.target).parent();if("STRONG"===a.target.nodeName||"SPAN"===a.target.nodeName)d=d.parent();else if("A"!==a.target.nodeName)return!1;return jq.cookie("bp-activity-oldestpage",1,{path:"/",secure:"https:"===window.location.protocol}),b=d.attr("id").substr(9,d.attr("id").length),c=jq("#activity-filter-select select").val(),"mentions"===b&&jq("#"+d.attr("id")+" a strong").remove(),bp_activity_request(b,c),!1}),jq("#activity-filter-select select").change(function(){var a,b=jq("div.activity-type-tabs li.selected"),c=jq(this).val();return a=b.length?b.attr("id").substr(9,b.attr("id").length):null,bp_activity_request(a,c),!1}),jq("div.activity").on("click",function(a){var b,c,d,e,f,g,h,i,j,k,l=jq(a.target);return l.hasClass("fav")||l.hasClass("unfav")?(b=l.hasClass("fav")?"fav":"unfav",c=l.closest(".activity-item"),d=c.attr("id").substr(9,c.attr("id").length),l.addClass("loading"),jq.post(ajaxurl,{action:"activity_mark_"+b,cookie:bp_get_cookies(),id:d},function(a){l.removeClass("loading"),l.fadeOut(200,function(){jq(this).html(a),jq(this).attr("title","fav"===b?BP_DTheme.remove_fav:BP_DTheme.mark_as_fav),jq(this).fadeIn(200)}),"fav"===b?(jq(".item-list-tabs #activity-favs-personal-li").length||(jq(".item-list-tabs #activity-favorites").length||jq(".item-list-tabs ul #activity-mentions").before('<li id="activity-favorites"><a href="#">'+BP_DTheme.my_favs+" <span>0</span></a></li>"),jq(".item-list-tabs ul #activity-favorites span").html(Number(jq(".item-list-tabs ul #activity-favorites span").html())+1)),l.removeClass("fav"),l.addClass("unfav")):(l.removeClass("unfav"),l.addClass("fav"),jq(".item-list-tabs ul #activity-favorites span").html(Number(jq(".item-list-tabs ul #activity-favorites span").html())-1),Number(jq(".item-list-tabs ul #activity-favorites span").html())||(jq(".item-list-tabs ul #activity-favorites").hasClass("selected")&&bp_activity_request(null,null),jq(".item-list-tabs ul #activity-favorites").remove())),"activity-favorites"===jq(".item-list-tabs li.selected").attr("id")&&l.closest(".activity-item").slideUp(100)}),!1):l.hasClass("delete-activity")?(e=l.parents("div.activity ul li"),f=e.attr("id").substr(9,e.attr("id").length),g=l.attr("href"),h=g.split("_wpnonce="),i=e.prop("class").match(/date-recorded-([0-9]+)/),h=h[1],l.addClass("loading"),jq.post(ajaxurl,{action:"delete_activity",cookie:bp_get_cookies(),id:f,_wpnonce:h},function(a){a[0]+a[1]==="-1"?(e.prepend(a.substr(2,a.length)),e.children("#message").hide().fadeIn(300)):(e.slideUp(300),i&&activity_last_recorded===i[1]&&(newest_activities="",activity_last_recorded=0))}),!1):l.hasClass("spam-activity")?(e=l.parents("div.activity ul li"),i=e.prop("class").match(/date-recorded-([0-9]+)/),l.addClass("loading"),jq.post(ajaxurl,{action:"bp_spam_activity",cookie:encodeURIComponent(document.cookie),id:e.attr("id").substr(9,e.attr("id").length),_wpnonce:l.attr("href").split("_wpnonce=")[1]},function(a){a[0]+a[1]==="-1"?(e.prepend(a.substr(2,a.length)),e.children("#message").hide().fadeIn(300)):(e.slideUp(300),i&&activity_last_recorded===i[1]&&(newest_activities="",activity_last_recorded=0))}),!1):l.parent().hasClass("load-more")?(bp_ajax_request&&bp_ajax_request.abort(),jq("#buddypress li.load-more").addClass("loading"),null===jq.cookie("bp-activity-oldestpage")&&jq.cookie("bp-activity-oldestpage",1,{path:"/",secure:"https:"===window.location.protocol}),j=1*jq.cookie("bp-activity-oldestpage")+1,k=[],jq(".activity-list li.just-posted").each(function(){k.push(jq(this).attr("id").replace("activity-",""))}),load_more_args={action:"activity_get_older_updates",cookie:bp_get_cookies(),page:j,exclude_just_posted:k.join(",")},load_more_search=bp_get_querystring("s"),load_more_search&&(load_more_args.search_terms=load_more_search),bp_ajax_request=jq.post(ajaxurl,load_more_args,function(a){jq("#buddypress li.load-more").removeClass("loading"),jq.cookie("bp-activity-oldestpage",j,{path:"/",secure:"https:"===window.location.protocol}),jq("#buddypress ul.activity-list").append(a.contents),l.parent().hide()},"json"),!1):void(l.parent().hasClass("load-newest")&&(a.preventDefault(),l.parent().hide(),activity_html=jq.parseHTML(newest_activities),jq.each(activity_html,function(a,b){"LI"===b.nodeName&&jq(b).hasClass("just-posted")&&jq("#"+jq(b).attr("id")).length&&jq("#"+jq(b).attr("id")).remove()}),jq("#buddypress ul.activity-list").prepend(newest_activities),newest_activities=""))}),jq("div.activity").on("click",".activity-read-more a",function(a){var b,c,d=jq(a.target),e=d.parent().attr("id").split("-"),f=e[3],g=e[0];return b="acomment"===g?"acomment-content":"activity-inner",c=jq("#"+g+"-"+f+" ."+b+":first"),jq(d).addClass("loading"),jq.post(ajaxurl,{action:"get_single_activity_content",activity_id:f},function(a){jq(c).slideUp(300).html(a).slideDown(300)}),!1}),jq("form.ac-form").hide(),jq(".activity-comments").length&&bp_legacy_theme_hide_comments(),jq("div.activity").on("click",function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r=jq(a.target);return r.hasClass("acomment-reply")||r.parent().hasClass("acomment-reply")?(r.parent().hasClass("acomment-reply")&&(r=r.parent()),b=r.attr("id"),c=b.split("-"),d=c[2],e=r.attr("href").substr(10,r.attr("href").length),f=jq("#ac-form-"+d),f.css("display","none"),f.removeClass("root"),jq(".ac-form").hide(),f.children("div").each(function(){jq(this).hasClass("error")&&jq(this).hide()}),"comment"!==c[1]?jq("#acomment-"+e).append(f):jq("#activity-"+d+" .activity-comments").append(f),f.parent().hasClass("activity-comments")&&f.addClass("root"),f.slideDown(200),jq.scrollTo(f,500,{offset:-100,easing:"swing"}),jq("#ac-form-"+c[2]+" textarea").focus(),!1):"ac_form_submit"===r.attr("name")?(f=r.parents("form"),g=f.parent(),h=f.attr("id").split("-"),g.hasClass("activity-comments")?j=h[2]:(i=g.attr("id").split("-"),j=i[1]),content=jq("#"+f.attr("id")+" textarea"),jq("#"+f.attr("id")+" div.error").hide(),r.addClass("loading").prop("disabled",!0),content.addClass("loading").prop("disabled",!0),k={action:"new_activity_comment",cookie:bp_get_cookies(),_wpnonce_new_activity_comment:jq("#_wpnonce_new_activity_comment").val(),comment_id:j,form_id:h[2],content:content.val()},l=jq("#_bp_as_nonce_"+j).val(),l&&(k["_bp_as_nonce_"+j]=l),jq.post(ajaxurl,k,function(a){if(r.removeClass("loading"),content.removeClass("loading"),a[0]+a[1]==="-1")f.append(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b=f.parent();f.fadeOut(200,function(){0===b.children("ul").length&&(b.hasClass("activity-comments")?b.prepend("<ul></ul>"):b.append("<ul></ul>"));var c=jq.trim(a);b.children("ul").append(jq(c).hide().fadeIn(200)),f.children("textarea").val(""),b.parent().addClass("has-comments")}),jq("#"+f.attr("id")+" textarea").val(""),jq("#activity-"+h[2]+" a.acomment-reply span").html(Number(jq("#activity-"+h[2]+" a.acomment-reply span").html())+1),m=b.find(".show-all").find("a"),m&&(n=jq("li#activity-"+h[2]+" a.acomment-reply span").html(),m.html(BP_DTheme.show_x_comments.replace("%d",n)))}jq(r).prop("disabled",!1),jq(content).prop("disabled",!1)}),!1):r.hasClass("acomment-delete")?(o=r.attr("href"),p=r.parent().parent(),f=p.parents("div.activity-comments").children("form"),q=o.split("_wpnonce="),q=q[1],j=o.split("cid="),j=j[1].split("&"),j=j[0],r.addClass("loading"),jq(".activity-comments ul .error").remove(),p.parents(".activity-comments").append(f),jq.post(ajaxurl,{action:"delete_activity_comment",cookie:bp_get_cookies(),_wpnonce:q,id:j},function(a){if(a[0]+a[1]==="-1")p.prepend(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b,c,d,e=jq("#"+p.attr("id")+" ul").children("li"),f=0;jq(e).each(function(){jq(this).is(":hidden")||f++}),p.fadeOut(200,function(){p.remove()}),b=jq("#"+p.parents("#activity-stream > li").attr("id")+" a.acomment-reply span"),c=b.html()-(1+f),b.html(c),d=p.siblings(".show-all").find("a"),d&&d.html(BP_DTheme.show_x_comments.replace("%d",c)),0===c&&jq(p.parents("#activity-stream > li")).removeClass("has-comments")}}),!1):r.hasClass("spam-activity-comment")?(o=r.attr("href"),p=r.parent().parent(),r.addClass("loading"),jq(".activity-comments ul div.error").remove(),p.parents(".activity-comments").append(p.parents(".activity-comments").children("form")),jq.post(ajaxurl,{action:"bp_spam_activity_comment",cookie:encodeURIComponent(document.cookie),_wpnonce:o.split("_wpnonce=")[1],id:o.split("cid=")[1].split("&")[0]},function(a){if(a[0]+a[1]==="-1")p.prepend(jq(a.substr(2,a.length)).hide().fadeIn(200));else{var b,c=jq("#"+p.attr("id")+" ul").children("li"),d=0;jq(c).each(function(){jq(this).is(":hidden")||d++}),p.fadeOut(200),b=p.parents("#activity-stream > li"),jq("#"+b.attr("id")+" a.acomment-reply span").html(jq("#"+b.attr("id")+" a.acomment-reply span").html()-(1+d))}}),!1):r.parent().hasClass("show-all")?(r.parent().addClass("loading"),setTimeout(function(){r.parent().parent().children("li").fadeIn(200,function(){r.parent().remove()})},600),!1):r.hasClass("ac-reply-cancel")?(jq(r).closest(".ac-form").slideUp(200),!1):void 0}),jq(document).keydown(function(a){if(a=a||window.event,a.target?element=a.target:a.srcElement&&(element=a.srcElement),3===element.nodeType&&(element=element.parentNode),a.ctrlKey!==!0&&a.altKey!==!0&&a.metaKey!==!0){var b=a.keyCode?a.keyCode:a.which;27===b&&"TEXTAREA"===element.tagName&&jq(element).hasClass("ac-input")&&jq(element).parent().parent().parent().slideUp(200)}}),jq(".dir-search, .groups-members-search").on("click",function(a){if(!jq(this).hasClass("no-ajax")){var b,c,d,e=jq(a.target);return"submit"===e.attr("type")?(b=jq(".item-list-tabs li.selected").attr("id").split("-"),c=b[0],d=null,"groups-members-search"===a.currentTarget.className&&(c="group_members",d="groups/single/members"),bp_filter_request(c,jq.cookie("bp-"+c+"-filter"),jq.cookie("bp-"+c+"-scope"),"div."+c,e.parent().children("label").children("input").val(),1,jq.cookie("bp-"+c+"-extras"),null,d),!1):void 0}}),jq("div.item-list-tabs").on("click",function(a){if(!jq(this).hasClass("no-ajax")&&!jq(a.target).hasClass("no-ajax")){var b,c,d,e,f,g="SPAN"===a.target.nodeName?a.target.parentNode:a.target,h=jq(g).parent();return"LI"!==h[0].nodeName||h.hasClass("last")?void 0:(b=h.attr("id").split("-"),c=b[0],"activity"===c?!1:(d=b[1],e=jq("#"+c+"-order-select select").val(),f=jq("#"+c+"_search").val(),bp_filter_request(c,e,d,"div."+c,f,1,jq.cookie("bp-"+c+"-extras")),!1))}}),jq("li.filter select").change(function(){var a,b,c,d,e,f,g,h;return a=jq(jq(".item-list-tabs li.selected").length?".item-list-tabs li.selected":this),b=a.attr("id").split("-"),c=b[0],d=b[1],e=jq(this).val(),f=!1,g=null,jq(".dir-search input").length&&(f=jq(".dir-search input").val()),h=jq(".groups-members-search input"),h.length&&(f=h.val(),c="members",d="groups"),"members"===c&&"groups"===d&&(c="group_members",g="groups/single/members"),"friends"===c&&(c="members"),bp_filter_request(c,e,d,"div."+c,f,1,jq.cookie("bp-"+c+"-extras"),null,g),!1}),jq("#buddypress").on("click",function(a){var b,c,d,e,f,g,h,i,j,k=jq(a.target);return k.hasClass("button")?!0:k.parent().parent().hasClass("pagination")&&!k.parent().parent().hasClass("no-ajax")?k.hasClass("dots")||k.hasClass("current")?!1:(b=jq(jq(".item-list-tabs li.selected").length?".item-list-tabs li.selected":"li.filter select"),c=b.attr("id").split("-"),d=c[0],e=!1,f=jq(k).closest(".pagination-links").attr("id"),g=null,jq("div.dir-search input").length&&(e=jq(".dir-search input"),e=!e.val()&&bp_get_querystring(e.attr("name"))?jq(".dir-search input").prop("placeholder"):e.val()),h=jq(k).hasClass("next")||jq(k).hasClass("prev")?jq(".pagination span.current").html():jq(k).html(),h=Number(h.replace(/\D/g,"")),jq(k).hasClass("next")?h++:jq(k).hasClass("prev")&&h--,i=jq(".groups-members-search input"),i.length&&(e=i.val(),d="members"),"members"===d&&"groups"===c[1]&&(d="group_members",g="groups/single/members"),"admin"===d&&jq("body").hasClass("membership-requests")&&(d="requests"),j=-1!==f.indexOf("pag-bottom")?"pag-bottom":null,bp_filter_request(d,jq.cookie("bp-"+d+"-filter"),jq.cookie("bp-"+d+"-scope"),"div."+d,e,h,jq.cookie("bp-"+d+"-extras"),j,g),!1):void 0}),jq("a.show-hide-new").on("click",function(){return jq("#new-topic-post").length?(jq("#new-topic-post").is(":visible")?jq("#new-topic-post").slideUp(200):jq("#new-topic-post").slideDown(200,function(){jq("#topic_title").focus()}),!1):!1}),jq("#submit_topic_cancel").on("click",function(){return jq("#new-topic-post").length?(jq("#new-topic-post").slideUp(200),!1):!1}),jq("#forum-directory-tags a").on("click",function(){return bp_filter_request("forums","tags",jq.cookie("bp-forums-scope"),"div.forums",jq(this).html().replace(/&nbsp;/g,"-"),1,jq.cookie("bp-forums-extras")),!1}),jq("#send-invite-form").on("click","#invite-list input",function(){var a,b,c=jq("#send-invite-form > .invite").length;jq(".ajax-loader").toggle(),c&&jq(this).parents("ul").find("input").prop("disabled",!0),a=jq(this).val(),b=jq(this).prop("checked")===!0?"invite":"uninvite",c||jq(".item-list-tabs li.selected").addClass("loading"),jq.post(ajaxurl,{action:"groups_invite_user",friend_action:b,cookie:bp_get_cookies(),_wpnonce:jq("#_wpnonce_invite_uninvite_user").val(),friend_id:a,group_id:jq("#group_id").val()},function(d){jq("#message")&&jq("#message").hide(),c?bp_filter_request("invite","bp-invite-filter","bp-invite-scope","div.invite",!1,1,"","",""):(jq(".ajax-loader").toggle(),"invite"===b?jq("#friend-list").append(d):"uninvite"===b&&jq("#friend-list li#uid-"+a).remove(),jq(".item-list-tabs li.selected").removeClass("loading"))})}),jq("#send-invite-form").on("click","a.remove",function(){var a=jq("#send-invite-form > .invite").length,b=jq(this).attr("id");return jq(".ajax-loader").toggle(),b=b.split("-"),b=b[1],jq.post(ajaxurl,{action:"groups_invite_user",friend_action:"uninvite",cookie:bp_get_cookies(),_wpnonce:jq("#_wpnonce_invite_uninvite_user").val(),friend_id:b,group_id:jq("#group_id").val()},function(c){a?bp_filter_request("invite","bp-invite-filter","bp-invite-scope","div.invite",!1,1,"","",""):(jq(".ajax-loader").toggle(),jq("#friend-list #uid-"+b).remove(),jq("#invite-list #f-"+b).prop("checked",!1))}),!1}),jq(".visibility-toggle-link").on("click",function(a){a.preventDefault(),jq(this).parent().hide().addClass("field-visibility-settings-hide").siblings(".field-visibility-settings").show().addClass("field-visibility-settings-open")}),jq(".field-visibility-settings-close").on("click",function(a){a.preventDefault();var b=jq(this).parent(),c=b.find("input:checked").parent().text();b.hide().removeClass("field-visibility-settings-open").siblings(".field-visibility-settings-toggle").children(".current-visibility-level").text(c).end().show().removeClass("field-visibility-settings-hide")}),jq("#profile-edit-form input:not(:submit), #profile-edit-form textarea, #profile-edit-form select, #signup_form input:not(:submit), #signup_form textarea, #signup_form select").change(function(){var a=!0;jq("#profile-edit-form input:submit, #signup_form input:submit").on("click",function(){a=!1}),window.onbeforeunload=function(b){return a?BP_DTheme.unsaved_changes:void 0}}),jq("#friend-list a.accept, #friend-list a.reject").on("click",function(){var a,b=jq(this),c=jq(this).parents("#friend-list li"),d=jq(this).parents("li div.action"),e=c.attr("id").substr(11,c.attr("id").length),f=b.attr("href"),g=f.split("_wpnonce=")[1];return jq(this).hasClass("accepted")||jq(this).hasClass("rejected")?!1:(jq(this).hasClass("accept")?(a="accept_friendship",d.children("a.reject").css("visibility","hidden")):(a="reject_friendship",d.children("a.accept").css("visibility","hidden")),b.addClass("loading"),jq.post(ajaxurl,{action:a,cookie:bp_get_cookies(),id:e,_wpnonce:g},function(a){b.removeClass("loading"),a[0]+a[1]==="-1"?(c.prepend(a.substr(2,a.length)),c.children("#message").hide().fadeIn(200)):b.fadeOut(100,function(){jq(this).hasClass("accept")?(d.children("a.reject").hide(),jq(this).html(BP_DTheme.accepted).contents().unwrap()):(d.children("a.accept").hide(),jq(this).html(BP_DTheme.rejected).contents().unwrap())})}),!1)}),jq("#members-dir-list, #members-group-list, #item-header").on("click",".friendship-button a",function(){jq(this).parent().addClass("loading");var a=jq(this).attr("id"),b=jq(this).attr("href"),c=jq(this);return a=a.split("-"),a=a[1],b=b.split("?_wpnonce="),b=b[1].split("&"),b=b[0],jq.post(ajaxurl,{action:"addremove_friend",cookie:bp_get_cookies(),fid:a,_wpnonce:b},function(a){var b=c.attr("rel");parentdiv=c.parent(),"add"===b?jq(parentdiv).fadeOut(200,function(){parentdiv.removeClass("add_friend"),parentdiv.removeClass("loading"),parentdiv.addClass("pending_friend"),parentdiv.fadeIn(200).html(a)}):"remove"===b&&jq(parentdiv).fadeOut(200,function(){parentdiv.removeClass("remove_friend"),parentdiv.removeClass("loading"),parentdiv.addClass("add"),parentdiv.fadeIn(200).html(a)})}),!1}),jq("#buddypress").on("click",".group-button .leave-group",function(){return!1===confirm(BP_DTheme.leave_group_confirm)?!1:void 0}),jq("#groups-dir-list").on("click",".group-button a",function(){var a=jq(this).parent().attr("id"),b=jq(this).attr("href"),c=jq(this);return a=a.split("-"),a=a[1],b=b.split("?_wpnonce="),b=b[1].split("&"),b=b[0],c.hasClass("leave-group")&&!1===confirm(BP_DTheme.leave_group_confirm)?!1:(jq.post(ajaxurl,{action:"joinleave_group",cookie:bp_get_cookies(),gid:a,_wpnonce:b},function(a){var b=c.parent();jq("body.directory").length?jq(b).fadeOut(200,function(){b.fadeIn(200).html(a);var d=jq("#groups-personal span"),e=1;c.hasClass("leave-group")?(b.hasClass("hidden")&&b.closest("li").slideUp(200),e=0):c.hasClass("request-membership")&&(e=!1),d.length&&e!==!1&&(e?d.text((d.text()>>0)+1):d.text((d.text()>>0)-1))}):window.location.reload()}),!1)}),jq("#buddypress").on("click",".pending",function(){return!1}),jq("body").hasClass("register")){var d=jq("#signup_with_blog");d.prop("checked")||jq("#blog-details").toggle(),d.change(function(){jq("#blog-details").toggle()})}jq(".message-search").on("click",function(a){if(!jq(this).hasClass("no-ajax")){var b,c=jq(a.target);return"submit"===c.attr("type")||"button"===c.attr("type")?(b="messages",bp_filter_request(b,jq.cookie("bp-"+b+"-filter"),jq.cookie("bp-"+b+"-scope"),"div."+b,jq("#messages_search").val(),1,jq.cookie("bp-"+b+"-extras")),!1):void 0}}),jq("#send_reply_button").click(function(){var a=jq("#messages_order").val()||"ASC",b=jq("#message-recipients").offset(),c=jq("#send_reply_button");return jq(c).addClass("loading"),jq.post(ajaxurl,{action:"messages_send_reply",cookie:bp_get_cookies(),_wpnonce:jq("#send_message_nonce").val(),content:jq("#message_content").val(),send_to:jq("#send_to").val(),subject:jq("#subject").val(),thread_id:jq("#thread_id").val()},function(d){d[0]+d[1]==="-1"?jq("#send-reply").prepend(d.substr(2,d.length)):(jq("#send-reply #message").remove(),jq("#message_content").val(""),"ASC"===a?jq("#send-reply").before(d):(jq("#message-recipients").after(d),jq(window).scrollTop(b.top)),jq(".new-message").hide().slideDown(200,function(){jq(".new-message").removeClass("new-message")})),jq(c).removeClass("loading")}),!1}),jq("#mark_as_read, #mark_as_unread").click(function(){var a,b,c,d,e,f,g,h,i="",j=jq('#message-threads tr td input[type="checkbox"]');return"mark_as_unread"===jq(this).attr("id")?(a="read",b="unread",c=1,d=0,e="inline",f="messages_markunread"):(a="unread",b="read",c=0,d=1,e="none",f="messages_markread"),j.each(function(d){jq(this).is(":checked")&&jq("#m-"+jq(this).attr("value")).hasClass(a)&&(i+=jq(this).attr("value"),jq("#m-"+jq(this).attr("value")).removeClass(a),jq("#m-"+jq(this).attr("value")).addClass(b),h=jq("#m-"+jq(this).attr("value")+" td span.unread-count").html(),jq("#m-"+jq(this).attr("value")+" td span.unread-count").html(c),jq("#m-"+jq(this).attr("value")+" td span.unread-count").css("display",e),g=jq("tr.unread").length,jq("#user-messages span").html(g),d!==j.length-1&&(i+=","))}),jq.post(ajaxurl,{action:f,thread_ids:i}),!1}),jq("body.messages #item-body div.messages").on("change","#message-type-select",function(){var a=this.value,b=jq('td input[type="checkbox"]'),c="checked";switch(b.each(function(a){b[a].checked=""}),a){case"unread":b=jq('tr.unread td input[type="checkbox"]');break;case"read":b=jq('tr.read td input[type="checkbox"]');break;case"":c=""}b.each(function(a){b[a].checked=c})}),jq("body.messages #item-body div.messages").on("click",".messages-options-nav a",function(){return-1!==jq.inArray(this.id,Array("delete_sentbox_messages","delete_inbox_messages"))?(checkboxes_tosend="",checkboxes=jq('#message-threads tr td input[type="checkbox"]'),jq("#message").remove(),jq(this).addClass("loading"),jq(checkboxes).each(function(a){jq(this).is(":checked")&&(checkboxes_tosend+=jq(this).attr("value")+",")}),""===checkboxes_tosend?(jq(this).removeClass("loading"),!1):(jq.post(ajaxurl,{action:"messages_delete",thread_ids:checkboxes_tosend},function(a){a[0]+a[1]==="-1"?jq("#message-threads").prepend(a.substr(2,a.length)):(jq("#message-threads").before('<div id="message" class="updated"><p>'+a+"</p></div>"),jq(checkboxes).each(function(a){jq(this).is(":checked")&&(jq(this).attr("checked",!1),jq(this).parent().parent().fadeOut(150))})),jq("#message").hide().slideDown(150),jq("#delete_inbox_messages, #delete_sentbox_messages").removeClass("loading")}),!1)):void 0}),jq("#select-all-messages").click(function(a){this.checked?jq(".message-check").each(function(){this.checked=!0}):jq(".message-check").each(function(){this.checked=!1})}),jq("#messages-bulk-manage").attr("disabled","disabled"),jq("#messages-select").on("change",function(){jq("#messages-bulk-manage").attr("disabled",jq(this).val().length<=0)}),starAction=function(){var a=jq(this);return jq.post(ajaxurl,{action:"messages_star",message_id:a.data("message-id"),star_status:a.data("star-status"),nonce:a.data("star-nonce"),bulk:a.data("star-bulk")},function(b){1===parseInt(b,10)&&("unstar"===a.data("star-status")?(a.data("star-status","star"),a.removeClass("message-action-unstar").addClass("message-action-star"),a.find(".bp-screen-reader-text").text(BP_PM_Star.strings.text_star),1===BP_PM_Star.is_single_thread?a.prop("title",BP_PM_Star.strings.title_star):a.prop("title",BP_PM_Star.strings.title_star_thread)):(a.data("star-status","unstar"),a.removeClass("message-action-star").addClass("message-action-unstar"),a.find(".bp-screen-reader-text").text(BP_PM_Star.strings.text_unstar),1===BP_PM_Star.is_single_thread?a.prop("title",BP_PM_Star.strings.title_unstar):a.prop("title",BP_PM_Star.strings.title_unstar_thread)))}),!1},jq("#message-threads").on("click","td.thread-star a",starAction),jq("#message-thread").on("click",".message-star-actions a",starAction),jq("#message-threads td.bulk-select-check :checkbox").on("change",function(){var a=jq(this),b=a.closest("tr").find(".thread-star a");a.prop("checked")?"unstar"===b.data("star-status")?BP_PM_Star.star_counter++:BP_PM_Star.unstar_counter++:"unstar"===b.data("star-status")?BP_PM_Star.star_counter--:BP_PM_Star.unstar_counter--,
+BP_PM_Star.star_counter>0&&0===parseInt(BP_PM_Star.unstar_counter,10)?jq('option[value="star"]').hide():jq('option[value="star"]').show(),BP_PM_Star.unstar_counter>0&&0===parseInt(BP_PM_Star.star_counter,10)?jq('option[value="unstar"]').hide():jq('option[value="unstar"]').show()}),jq("#select-all-notifications").click(function(a){this.checked?jq(".notification-check").each(function(){this.checked=!0}):jq(".notification-check").each(function(){this.checked=!1})}),jq("#notification-bulk-manage").attr("disabled","disabled"),jq("#notification-select").on("change",function(){jq("#notification-bulk-manage").attr("disabled",jq(this).val().length<=0)}),jq("#close-notice").on("click",function(){return jq(this).addClass("loading"),jq("#sidebar div.error").remove(),jq.post(ajaxurl,{action:"messages_close_notice",notice_id:jq(".notice").attr("rel").substr(2,jq(".notice").attr("rel").length)},function(a){jq("#close-notice").removeClass("loading"),a[0]+a[1]==="-1"?(jq(".notice").prepend(a.substr(2,a.length)),jq("#sidebar div.error").hide().fadeIn(200)):jq(".notice").slideUp(100)}),!1}),jq("#wp-admin-bar ul.main-nav li, #nav li").mouseover(function(){jq(this).addClass("sfhover")}),jq("#wp-admin-bar ul.main-nav li, #nav li").mouseout(function(){jq(this).removeClass("sfhover")}),jq("#wp-admin-bar-logout, a.logout").on("click",function(){jq.removeCookie("bp-activity-scope",{path:"/",secure:"https:"===window.location.protocol}),jq.removeCookie("bp-activity-filter",{path:"/",secure:"https:"===window.location.protocol}),jq.removeCookie("bp-activity-oldestpage",{path:"/",secure:"https:"===window.location.protocol});var a=["members","groups","blogs","forums"];jq(a).each(function(b){jq.removeCookie("bp-"+a[b]+"-scope",{path:"/",secure:"https:"===window.location.protocol}),jq.removeCookie("bp-"+a[b]+"-filter",{path:"/",secure:"https:"===window.location.protocol}),jq.removeCookie("bp-"+a[b]+"-extras",{path:"/",secure:"https:"===window.location.protocol})})}),jq("body").hasClass("no-js")&&jq("body").attr("class",jq("body").attr("class").replace(/no-js/,"js")),"undefined"!=typeof wp&&"undefined"!=typeof wp.heartbeat&&"undefined"!=typeof BP_DTheme.pulse&&(wp.heartbeat.interval(Number(BP_DTheme.pulse)),jq.fn.extend({"heartbeat-send":function(){return this.bind("heartbeat-send.buddypress")}}));var e=0;jq(document).on("heartbeat-send.buddypress",function(a,b){e=0,jq("#buddypress ul.activity-list li").first().prop("id")&&(timestamp=jq("#buddypress ul.activity-list li").first().prop("class").match(/date-recorded-([0-9]+)/),timestamp&&(e=timestamp[1])),(0===activity_last_recorded||Number(e)>activity_last_recorded)&&(activity_last_recorded=Number(e)),b.bp_activity_last_recorded=activity_last_recorded,last_recorded_search=bp_get_querystring("s"),last_recorded_search&&(b.bp_activity_last_recorded_search_terms=last_recorded_search)}),jq(document).on("heartbeat-tick",function(a,b){b.bp_activity_newest_activities&&(newest_activities=b.bp_activity_newest_activities.activities+newest_activities,activity_last_recorded=Number(b.bp_activity_newest_activities.last_recorded),jq("#buddypress ul.activity-list li").first().hasClass("load-newest")||jq("#buddypress ul.activity-list").prepend('<li class="load-newest"><a href="#newest">'+BP_DTheme.newest+"</a></li>"))})});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/password-verify.min.js b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/password-verify.min.js
index 3763242c8..211ce56b2 100644
--- a/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/password-verify.min.js
+++ b/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/password-verify.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 !function(a){function b(){var b,c=a(".password-entry").val(),d=a(".password-entry-confirm").val();if(a("#pass-strength-result").removeClass("short bad good strong"),!c)return void a("#pass-strength-result").html(pwsL10n.empty);switch(b=wp.passwordStrength.meter(c,wp.passwordStrength.userInputBlacklist(),d)){case 2:a("#pass-strength-result").addClass("bad").html(pwsL10n.bad);break;case 3:a("#pass-strength-result").addClass("good").html(pwsL10n.good);break;case 4:a("#pass-strength-result").addClass("strong").html(pwsL10n.strong);break;case 5:a("#pass-strength-result").addClass("short").html(pwsL10n.mismatch);break;default:a("#pass-strength-result").addClass("short").html(pwsL10n["short"])}}a(document).ready(function(){a(".password-entry").val("").keyup(b),a(".password-entry-confirm").val("").keyup(b)})}(jQuery);
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-themes/bp-default/groups/single/home.php b/wp-content/plugins/buddypress/bp-themes/bp-default/groups/single/home.php
index 977c354bd..b4f1af190 100644
--- a/wp-content/plugins/buddypress/bp-themes/bp-default/groups/single/home.php
+++ b/wp-content/plugins/buddypress/bp-themes/bp-default/groups/single/home.php
@@ -72,6 +72,9 @@
 						// Old group forums
 						elseif ( bp_is_group_forum()      ) : locate_template( array( 'groups/single/forum.php'        ), true );
 
+						// Membership request
+						elseif ( bp_is_group_membership_request() ) : locate_template( array( 'groups/single/request-membership.php' ), true );
+
 						// Anything else (plugins mostly)
 						else                                : locate_template( array( 'groups/single/plugins.php'      ), true );
 
diff --git a/wp-content/plugins/buddypress/bp-xprofile/admin/js/admin.min.js b/wp-content/plugins/buddypress/bp-xprofile/admin/js/admin.min.js
index b9d654cd7..c545c3f6f 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/admin/js/admin.min.js
+++ b/wp-content/plugins/buddypress/bp-xprofile/admin/js/admin.min.js
@@ -1,2 +1 @@
-/*! buddypress - v2.5.3 - 2016-05-24 5:17:45 PM UTC - https://wordpress.org/plugins/buddypress/ */
 function add_option(a){var b=document.getElementById(a+"_more"),c=document.getElementById(a+"_option_number").value,d=document.createElement("div"),e=document.createElement("span"),f=document.createElement("input"),g=document.createElement("label"),h=document.createElement("input"),i=document.createTextNode("Default Value"),j=document.createTextNode("Delete"),k=document.createElement("div"),l=document.createElement("a");d.setAttribute("id",a+"_div"+c),d.setAttribute("class","bp-option sortable"),e.setAttribute("class","bp-option-icon grabber"),f.setAttribute("type","text"),f.setAttribute("name",a+"_option["+c+"]"),f.setAttribute("id",a+"_option"+c),"checkbox"===a||"multiselectbox"===a?(h.setAttribute("type","checkbox"),h.setAttribute("name","isDefault_"+a+"_option["+c+"]")):(h.setAttribute("type","radio"),h.setAttribute("name","isDefault_"+a+"_option")),h.setAttribute("value",c),l.setAttribute("href",'javascript:hide("'+a+"_div"+c+'")'),l.setAttribute("class","delete"),l.appendChild(j),k.setAttribute("class","delete-button"),k.appendChild(l),g.appendChild(document.createTextNode(" ")),g.appendChild(h),g.appendChild(document.createTextNode(" ")),g.appendChild(i),g.appendChild(document.createTextNode(" ")),d.appendChild(e),d.appendChild(document.createTextNode(" ")),d.appendChild(f),d.appendChild(g),d.appendChild(k),b.appendChild(d),enableSortableFieldOptions(a),document.getElementById(a+"_option"+c).focus(),c++,document.getElementById(a+"_option_number").value=c}function show_options(a){for(var b,c=0;c<XProfileAdmin.supports_options_field_types.length;c++)document.getElementById(XProfileAdmin.supports_options_field_types[c]).style.display="none";XProfileAdmin.supports_options_field_types.indexOf(a)>=0?(document.getElementById(a).style.display="",b="on"):(jQuery("#do-autolink").val(""),b=""),""===XProfileAdmin.do_autolink&&jQuery("#do-autolink").val(b)}function hide(a){if(!document.getElementById(a))return!1;document.getElementById(a).style.display="none";var b=a.replace("div","option");document.getElementById(b).value=""}function toggle_no_member_type_notice(){var a=jQuery("input.member-type-selector");if(a.length){var b=!1;a.each(function(){return jQuery(this).is(":checked")?(b=!0,!1):void 0}),b?jQuery("p.member-type-none-notice").addClass("hide"):jQuery("p.member-type-none-notice").removeClass("hide")}}function enableSortableFieldOptions(){jQuery(".bp-options-box").sortable({cursor:"move",items:"div.sortable",tolerance:"intersect",axis:"y"}),jQuery(".sortable, .sortable span").css("cursor","move")}function destroySortableFieldOptions(){jQuery(".bp-options-box").sortable("destroy"),jQuery(".sortable, .sortable span").css("cursor","default")}function titleHint(a){a=a||"title";var b=jQuery("#"+a),c=jQuery("#"+a+"-prompt-text");""===b.val()?c.removeClass("screen-reader-text"):c.addClass("screen-reader-text"),c.click(function(){jQuery(this).addClass("screen-reader-text"),b.focus()}),b.blur(function(){""===this.value&&c.removeClass("screen-reader-text")}).focus(function(){c.addClass("screen-reader-text")}).keydown(function(a){c.addClass("screen-reader-text"),jQuery(this).unbind(a)})}var fixHelper=function(a,b){return b.children().each(function(){jQuery(this).width(jQuery(this).width())}),b};jQuery(document).ready(function(){function a(a){b=jQuery("ul:first li",a).droppable({accept:".connectedSortable fieldset",hoverClass:"ui-state-hover",activeClass:"ui-state-acceptable",touch:"pointer",tolerance:"pointer",drop:function(c,d){var e=jQuery(this),f=jQuery(e.find("a").attr("href")).find(".connectedSortable");jQuery(e).removeClass("drop-candidate"),d.draggable.hide("slow",function(){a.tabs("option","active",b.index(e)),jQuery(this).appendTo(f).show("slow").animate({opacity:"1"},500),f=jQuery(e.find("a").attr("href")).find(".connectedSortable"),jQuery(f).find("p.nofields").hide("slow"),jQuery.post(ajaxurl,{action:"xprofile_reorder_fields",cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_fields:jQuery("input#_wpnonce_reorder_fields").val(),field_order:jQuery(f).sortable("serialize"),field_group_id:jQuery(f).attr("id")},function(){})})},over:function(){jQuery(this).addClass("drop-candidate")},out:function(){jQuery(this).removeClass("drop-candidate")}})}jQuery("#bp-xprofile-add-field #title").focus(),toggle_no_member_type_notice(),jQuery("input.member-type-selector").on("change",function(){toggle_no_member_type_notice()}),jQuery("a.ajax-option-delete").on("click",function(){var a=this.id.split("-");a=a[1],jQuery.post(ajaxurl,{action:"xprofile_delete_option",cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery("input#_wpnonce").val(),option_id:a},function(){})}),jQuery('[id^="sort_order_"]').change(function(){"custom"!==jQuery(this).val()?destroySortableFieldOptions():enableSortableFieldOptions(jQuery("#fieldtype :selected").val())}),jQuery("ul#field-group-tabs").show(),jQuery("ul#field-group-tabs").sortable({cursor:"move",axis:"x",opacity:1,items:"li",tolerance:"intersect",update:function(){jQuery.post(ajaxurl,{action:"xprofile_reorder_groups",cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_groups:jQuery("input#_wpnonce_reorder_groups").val(),group_order:jQuery(this).sortable("serialize")},function(){})}}).disableSelection(),jQuery("fieldset.field-group").sortable({cursor:"move",opacity:.7,items:"fieldset",tolerance:"pointer",update:function(){jQuery.post(ajaxurl,{action:"xprofile_reorder_fields",cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_fields:jQuery("input#_wpnonce_reorder_fields").val(),field_order:jQuery(this).sortable("serialize"),field_group_id:jQuery(this).attr("id")},function(){})}}).disableSelection(),enableSortableFieldOptions(jQuery("#fieldtype :selected").val()),titleHint("title");var b,c=jQuery("#tabs").tabs();a(c)});
\ No newline at end of file
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-actions.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-actions.php
index ea7ac6e42..f833c2ee1 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-actions.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-actions.php
@@ -20,8 +20,8 @@ defined( 'ABSPATH' ) || exit;
  *
  * The function will delete the active avatar for a user.
  *
- * @uses bp_core_delete_avatar() Deletes the active avatar for the logged in user.
- * @uses add_action() Runs a specific function for an action when it fires.
+ * @since 1.0.0
+ *
  */
 function xprofile_action_delete_avatar() {
 
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php
index 8f184cb1b..dd5aa74a9 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php
@@ -18,7 +18,6 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 1.0.0
  *
- * @uses bp_activity_set_action() To setup the individual actions.
  */
 function xprofile_register_activity_actions() {
 
@@ -114,8 +113,6 @@ function bp_xprofile_format_activity_action_updated_profile( $action, $activity
  *
  * @since 1.0.0
  *
- * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity.
- *
  * @param array|string $args String containing all variables used after bp_parse_args() call.
  * @return array
  */
@@ -149,7 +146,6 @@ function xprofile_record_activity( $args = '' ) {
  *
  * @since 1.0.0
  *
- * @uses bp_activity_delete() Deletes an entry to the activity component tables
  *                            for a specific activity.
  *
  * @param array|string $args Containing all variables used after bp_parse_args() call.
@@ -205,7 +201,6 @@ function xprofile_register_activity_action( $key, $value ) {
  * @since 1.0.0
  * @since 2.3.4 Add new parameter to get the user id the avatar was set for.
  *
- * @uses bp_activity_add() Adds an entry to the activity component tables for a
  *                         specific activity
  *
  * @param int $user_id The user id the avatar was set for.
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-admin.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-admin.php
index 47cf27461..352a8b01a 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-admin.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-admin.php
@@ -10,14 +10,15 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-xprofile-user-admin.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-xprofile-user-admin.php';
+}
 
 /**
  * Creates the administration interface menus and checks to see if the DB
  * tables are set up.
  *
- * @uses bp_current_user_can() returns true if the current user is a site admin, false if not.
- * @uses add_users_page() Adds a submenu tab to a top level tab in the admin area.
+ * @since 1.0.0
  *
  * @return bool
  */
@@ -36,6 +37,8 @@ add_action( bp_core_admin_hook(), 'xprofile_add_admin_menu' );
  * Handles all actions for the admin area for creating, editing and deleting
  * profile groups and fields.
  *
+ * @since 1.0.0
+ *
  * @param string $message Message to display.
  * @param string $type    Type of action to be displayed.
  */
@@ -68,7 +71,7 @@ function xprofile_admin( $message = '', $type = 'error' ) {
 }
 
 /**
- * Output the main XProfile management screen
+ * Output the main XProfile management screen.
  *
  * @since 2.3.0
  *
@@ -183,6 +186,7 @@ function xprofile_admin_screen( $message = '', $type = 'error' ) {
 						<fieldset id="<?php echo esc_attr( $group->id ); ?>" class="connectedSortable field-group">
 							<legend class="screen-reader-text"><?php
 							/** This filter is documented in bp-xprofile/bp-xprofile-template.php */
+							/* translators: accessibility text */
 							printf( esc_html__( 'Fields for "%s" Group', 'buddypress' ), apply_filters( 'bp_get_the_profile_group_name', $group->name ) );
 							?></legend>
 
@@ -240,6 +244,8 @@ function xprofile_admin_screen( $message = '', $type = 'error' ) {
 /**
  * Handles the adding or editing of groups.
  *
+ * @since 1.0.0
+ *
  * @param int|null $group_id Group ID to manage.
  */
 function xprofile_admin_manage_group( $group_id = null ) {
@@ -303,6 +309,8 @@ function xprofile_admin_manage_group( $group_id = null ) {
 /**
  * Handles the deletion of profile data groups.
  *
+ * @since 1.0.0
+ *
  * @param int $group_id ID of the group to delete.
  */
 function xprofile_admin_delete_group( $group_id ) {
@@ -334,6 +342,8 @@ function xprofile_admin_delete_group( $group_id ) {
 /**
  * Handles the adding or editing of profile field data for a user.
  *
+ * @since 1.0.0
+ *
  * @param int      $group_id ID of the group.
  * @param int|null $field_id ID of the field being managed.
  */
@@ -416,12 +426,10 @@ function xprofile_admin_manage_field( $group_id, $field_id = null ) {
 				}
 
 				// Save autolink settings.
-				if ( 1 != $field_id ) {
-					if ( isset( $_POST['do_autolink'] ) && 'on' === wp_unslash( $_POST['do_autolink'] ) ) {
-						bp_xprofile_update_field_meta( $field_id, 'do_autolink', 'on' );
-					} else {
-						bp_xprofile_update_field_meta( $field_id, 'do_autolink', 'off' );
-					}
+				if ( isset( $_POST['do_autolink'] ) && 'on' === wp_unslash( $_POST['do_autolink'] ) ) {
+					bp_xprofile_update_field_meta( $field_id, 'do_autolink', 'on' );
+				} else {
+					bp_xprofile_update_field_meta( $field_id, 'do_autolink', 'off' );
 				}
 
 				/**
@@ -452,6 +460,7 @@ function xprofile_admin_manage_field( $group_id, $field_id = null ) {
  * Handles the deletion of a profile field (or field option).
  *
  * @since 1.0.0
+ *
  * @global string $message The feedback message to show.
  * @global $type The type of feedback message to show.
  *
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-caps.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-caps.php
index 19575d330..8d9b28ceb 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-caps.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-caps.php
@@ -20,9 +20,6 @@ defined( 'ABSPATH' ) || exit;
  * @param int    $user_id User id.
  * @param mixed  $args    Arguments.
  *
- * @uses get_post() To get the post.
- * @uses get_post_type_object() To get the post type object.
- * @uses apply_filters() Calls 'bp_map_meta_caps' with caps, cap, user id and args.
  * @return array Actual capabilities for meta capability.
  */
 function bp_xprofile_map_meta_caps( $caps, $cap, $user_id, $args ) {
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php
index fde1e11b0..d5d4f85b0 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php
@@ -82,8 +82,7 @@ add_filter( 'xprofile_field_default_before_save', 'bp_xprofile_sanitize_field_de
  *
  * @since 2.3.0
  *
- * @param  mixed $field_options Options to sanitize.
- *
+ * @param mixed $field_options Options to sanitize.
  * @return mixed
  */
 function bp_xprofile_sanitize_field_options( $field_options = '' ) {
@@ -99,8 +98,7 @@ function bp_xprofile_sanitize_field_options( $field_options = '' ) {
  *
  * @since 2.3.0
  *
- * @param  mixed $field_default Field defaults to sanitize.
- *
+ * @param mixed $field_default Field defaults to sanitize.
  * @return mixed
  */
 function bp_xprofile_sanitize_field_default( $field_default = '' ) {
@@ -114,9 +112,10 @@ function bp_xprofile_sanitize_field_default( $field_default = '' ) {
 /**
  * Run profile field values through kses with filterable allowed tags.
  *
+ * @since 1.5.0
+ *
  * @param string      $content  Content to filter.
  * @param object|null $data_obj The BP_XProfile_ProfileData object.
- *
  * @return string $content
  */
 function xprofile_filter_kses( $content, $data_obj = null ) {
@@ -154,11 +153,12 @@ function xprofile_filter_kses( $content, $data_obj = null ) {
 /**
  * Safely runs profile field data through kses and force_balance_tags.
  *
+ * @since 1.2.6
+ *
  * @param string      $field_value Field value being santized.
  * @param int         $field_id    Field ID being sanitized.
  * @param bool        $reserialize Whether to reserialize arrays before returning. Defaults to true.
  * @param object|null $data_obj    The BP_XProfile_ProfileData object.
- *
  * @return string
  */
 function xprofile_sanitize_data_value_before_save( $field_value, $field_id = 0, $reserialize = true, $data_obj = null ) {
@@ -216,7 +216,6 @@ function xprofile_sanitize_data_value_before_save( $field_value, $field_id = 0,
  *
  * @param string $field_value XProfile field_value to be filtered.
  * @param string $field_type  XProfile field_type to be filtered.
- *
  * @return string $field_value Filtered XProfile field_value. False on failure.
  */
 function xprofile_filter_format_field_value( $field_value, $field_type = '' ) {
@@ -242,7 +241,6 @@ function xprofile_filter_format_field_value( $field_value, $field_type = '' ) {
  * @param mixed      $field_value Field value.
  * @param string     $field_type  Field type.
  * @param string|int $field_id    Optional. ID of the field.
- *
  * @return mixed
  */
 function xprofile_filter_format_field_value_by_type( $field_value, $field_type = '', $field_id = '' ) {
@@ -393,9 +391,10 @@ function xprofile_filter_link_profile_data( $field_value, $field_type = 'textbox
  * This filter loops through the comments return by a normal WordPress request
  * and swaps out user data with BP xprofile data, where available.
  *
+ * @since 1.2.0
+ *
  * @param array $comments Comments to filter in.
  * @param int   $post_id  Post ID the comments are for.
- *
  * @return array $comments
  */
 function xprofile_filter_comments( $comments, $post_id = 0 ) {
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php
index 099625796..1d677299c 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php
@@ -24,8 +24,7 @@ defined( 'ABSPATH' ) || exit;
  *
  * @since 2.1.0
  *
- * @param array $args See {@link BP_XProfile_Group::get()} for description of
- *                    arguments.
+ * @param array $args See {@link BP_XProfile_Group::get()} for description of arguments.
  * @return array $groups
  */
 function bp_xprofile_get_groups( $args = array() ) {
@@ -48,7 +47,14 @@ function bp_xprofile_get_groups( $args = array() ) {
  *
  * @since 1.0.0
  *
- * @param array|string $args Array of arguments for field group insertion.
+ * @param array|string $args {
+ *    Array of arguments for field group insertion.
+ *
+ *    @type int|bool    $field_group_id ID of the field group to insert into.
+ *    @type string|bool $name           Name of the group.
+ *    @type string      $description    Field group description.
+ *    @type bool        $can_delete     Whether or not the field group can be deleted.
+ * }
  * @return boolean
  */
 function xprofile_insert_field_group( $args = '' ) {
@@ -193,6 +199,8 @@ function bp_xprofile_create_field_type( $type ) {
 /**
  * Insert or update an xprofile field.
  *
+ * @since 1.1.0
+ *
  * @param array|string $args {
  *     Array of arguments.
  *     @type int    $field_id          Optional. Pass the ID of an existing field to edit that field.
@@ -273,6 +281,8 @@ function xprofile_insert_field( $args = '' ) {
 /**
  * Get a profile field object.
  *
+ * @since 1.1.0
+ *
  * @param int|object $field ID of the field or object representing field data.
  * @return BP_XProfile_Field|null Field object if found, otherwise null.
  */
@@ -296,6 +306,8 @@ function xprofile_get_field( $field ) {
 /**
  * Delete a profile field object.
  *
+ * @since 1.1.0
+ *
  * @param int|object $field_id ID of the field or object representing field data.
  * @return bool Whether or not the field was deleted.
  */
@@ -313,7 +325,7 @@ function xprofile_delete_field( $field_id ) {
  * When the field value is serialized, this function unserializes and filters
  * each item in the array.
  *
- * @uses BP_XProfile_ProfileData::get_value_byid() Fetches the value based on the params passed.
+ * @since 1.0.0
  *
  * @param mixed  $field        The ID of the field, or the $name of the field.
  * @param int    $user_id      The ID of the user.
@@ -373,7 +385,7 @@ function xprofile_get_field_data( $field, $user_id = 0, $multi_format = 'array'
 /**
  * A simple function to set profile data for a specific field for a specific user.
  *
- * @uses xprofile_get_field_id_from_name() Gets the ID from the field based on the name.
+ * @since 1.0.0
  *
  * @param int|string $field       The ID of the field, or the $name of the field.
  * @param int        $user_id     The ID of the user.
@@ -454,6 +466,8 @@ function xprofile_set_field_data( $field, $user_id, $value, $is_required = false
 /**
  * Set the visibility level for this field.
  *
+ * @since 1.6.0
+ *
  * @param int    $field_id         The ID of the xprofile field.
  * @param int    $user_id          The ID of the user to whom the data belongs.
  * @param string $visibility_level What the visibity setting should be.
@@ -519,6 +533,8 @@ function xprofile_get_field_visibility_level( $field_id = 0, $user_id = 0 ) {
 /**
  * Delete XProfile field data.
  *
+ * @since 1.1.0
+ *
  * @param string $field   Field to delete.
  * @param int    $user_id User ID to delete field from.
  * @return bool Whether or not the field was deleted.
@@ -547,6 +563,8 @@ function xprofile_delete_field_data( $field = '', $user_id = 0 ) {
 /**
  * Check if field is a required field.
  *
+ * @since 1.1.0
+ *
  * @param int $field_id ID of the field to check for.
  * @return bool Whether or not field is required.
  */
@@ -564,7 +582,8 @@ function xprofile_check_is_required_field( $field_id ) {
 /**
  * Returns the ID for the field based on the field name.
  *
- * @package BuddyPress Core
+ * @since 1.0.0
+ *
  * @param string $field_name The name of the field to get the ID for.
  * @return int $field_id on success, false on failure.
  */
@@ -575,10 +594,11 @@ function xprofile_get_field_id_from_name( $field_name ) {
 /**
  * Fetches a random piece of profile data for the user.
  *
+ * @since 1.0.0
+ *
  * @global BuddyPress $bp           The one true BuddyPress instance.
  * @global object     $wpdb         WordPress DB access object.
  * @global object     $current_user WordPress global variable containing current logged in user information.
- * @uses xprofile_format_profile_field() Formats profile field data so it is suitable for display.
  *
  * @param int  $user_id          User ID of the user to get random data for.
  * @param bool $exclude_fullname Optional; whether or not to exclude the full name field as random data.
@@ -611,6 +631,8 @@ function xprofile_get_random_profile_data( $user_id, $exclude_fullname = true )
 /**
  * Formats a profile field according to its type. [ TODO: Should really be moved to filters ]
  *
+ * @since 1.0.0
+ *
  * @param string $field_type  The type of field: datebox, selectbox, textbox etc.
  * @param string $field_value The actual value.
  * @return string|bool The formatted value, or false if value is empty.
@@ -634,6 +656,8 @@ function xprofile_format_profile_field( $field_type, $field_value ) {
 /**
  * Update the field position for a provided field.
  *
+ * @since 1.1.0
+ *
  * @param int $field_id       ID of the field to update.
  * @param int $position       Position to update the field to.
  * @param int $field_group_id Group ID for group the field is in.
@@ -768,6 +792,8 @@ add_action( 'bp_user_query_uid_clauses', 'bp_xprofile_bp_user_query_search', 10,
 /**
  * Syncs Xprofile data to the standard built in WordPress profile data.
  *
+ * @since 1.0.0
+ *
  * @param int $user_id ID of the user to sync.
  * @return bool
  */
@@ -801,9 +827,8 @@ function xprofile_sync_wp_profile( $user_id = 0 ) {
 	bp_update_user_meta( $user_id, 'first_name', $firstname );
 	bp_update_user_meta( $user_id, 'last_name',  $lastname  );
 
-	global $wpdb;
-
-	$wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->users} SET display_name = %s WHERE ID = %d", $fullname, $user_id ) );
+	wp_update_user( array( 'ID' => $user_id, 'display_name' => $fullname ) );
+	wp_cache_delete( 'bp_core_userdata_' . $user_id, 'bp' );
 }
 add_action( 'xprofile_updated_profile', 'xprofile_sync_wp_profile' );
 add_action( 'bp_core_signup_user',      'xprofile_sync_wp_profile' );
@@ -835,6 +860,8 @@ add_action( 'user_profile_update_errors', 'xprofile_sync_bp_profile', 10, 3 );
  * profile data from each table. Also we need to clean anything up in the
  * usermeta table that this component uses.
  *
+ * @since 1.0.0
+ *
  * @param int $user_id The ID of the deleted user.
  */
 function xprofile_remove_data( $user_id ) {
@@ -849,6 +876,8 @@ add_action( 'bp_make_spam_user', 'xprofile_remove_data' );
 /**
  * Delete a piece of xprofile metadata.
  *
+ * @since 1.5.0
+ *
  * @param int         $object_id   ID of the object the metadata belongs to.
  * @param string      $object_type Type of object. 'group', 'field', or 'data'.
  * @param string|bool $meta_key    Key of the metadata being deleted. If omitted, all
@@ -901,6 +930,8 @@ function bp_xprofile_delete_meta( $object_id, $object_type, $meta_key = false, $
  * Note that the default value of $single is true, unlike in the case of the
  * underlying get_metadata() function. This is for backward compatibility.
  *
+ * @since 1.5.0
+ *
  * @param int    $object_id   ID of the object the metadata belongs to.
  * @param string $object_type Type of object. 'group', 'field', or 'data'.
  * @param string $meta_key    Key of the metadata being fetched. If omitted, all
@@ -928,6 +959,8 @@ function bp_xprofile_get_meta( $object_id, $object_type, $meta_key = '', $single
 /**
  * Update a piece of xprofile metadata.
  *
+ * @since 1.5.0
+ *
  * @param int    $object_id   ID of the object the metadata belongs to.
  * @param string $object_type Type of object. 'group', 'field', or 'data'.
  * @param string $meta_key    Key of the metadata being updated.
@@ -977,6 +1010,8 @@ function bp_xprofile_add_meta( $object_id, $object_type, $meta_key, $meta_value,
 /**
  * Updates the fieldgroup metadata.
  *
+ * @since 1.5.0
+ *
  * @param int    $field_group_id Group ID for the group field belongs to.
  * @param string $meta_key       Meta key to update.
  * @param string $meta_value     Meta value to update to.
@@ -989,6 +1024,8 @@ function bp_xprofile_update_fieldgroup_meta( $field_group_id, $meta_key, $meta_v
 /**
  * Updates the field metadata.
  *
+ * @since 1.5.0
+ *
  * @param int    $field_id   Field ID to update.
  * @param string $meta_key   Meta key to update.
  * @param string $meta_value Meta value to update to.
@@ -1001,6 +1038,8 @@ function bp_xprofile_update_field_meta( $field_id, $meta_key, $meta_value ) {
 /**
  * Updates the fielddata metadata.
  *
+ * @since 1.5.0
+ *
  * @param int    $field_data_id Field ID to update.
  * @param string $meta_key      Meta key to update.
  * @param string $meta_value    Meta value to update to.
@@ -1087,6 +1126,8 @@ function bp_xprofile_is_richtext_enabled_for_field( $field_id = null ) {
 /**
  * Get visibility levels out of the $bp global.
  *
+ * @since 1.6.0
+ *
  * @return array
  */
 function bp_xprofile_get_visibility_levels() {
@@ -1110,8 +1151,8 @@ function bp_xprofile_get_visibility_levels() {
  * be excluded from the profile loop.
  *
  * @since 1.6.0
+ *
  * @see BP_XProfile_Group::get()
- * @uses apply_filters() Filter bp_xprofile_get_hidden_fields_for_user to modify visibility levels,
  *   or if you have added your own custom levels.
  *
  * @param int $displayed_user_id The id of the user the profile fields belong to.
@@ -1157,6 +1198,7 @@ function bp_xprofile_get_hidden_fields_for_user( $displayed_user_id = 0, $curren
  * that should be hidden for the current user pair.
  *
  * @since 1.8.2
+ *
  * @see bp_xprofile_get_hidden_fields_for_user()
  *
  * @param int $displayed_user_id The id of the user the profile fields belong to.
@@ -1203,6 +1245,7 @@ function bp_xprofile_get_hidden_field_types_for_user( $displayed_user_id = 0, $c
  * Fetch an array of the xprofile fields that a given user has marked with certain visibility levels.
  *
  * @since 1.6.0
+ *
  * @see bp_xprofile_get_hidden_fields_for_user()
  *
  * @param int   $user_id The id of the profile owner.
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php
index 185ec6d8a..a5ea7c124 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php
@@ -13,10 +13,14 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-xprofile-component.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-xprofile-component.php';
+}
 
 /**
  * Bootstrap the XProfile component.
+ *
+ * @since 1.6.0
  */
 function bp_setup_xprofile() {
 	$bp = buddypress();
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-screens.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-screens.php
index 103e24e49..3b1d3c748 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-screens.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-screens.php
@@ -17,7 +17,8 @@ defined( 'ABSPATH' ) || exit;
 /**
  * Handles the display of the profile page by loading the correct template file.
  *
- * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
+ * @since 1.0.0
+ *
  */
 function xprofile_screen_display_profile() {
 	$new = isset( $_GET['new'] ) ? $_GET['new'] : '';
@@ -45,8 +46,8 @@ function xprofile_screen_display_profile() {
  * Handles the display of the profile edit page by loading the correct template file.
  * Also checks to make sure this can only be accessed for the logged in users profile.
  *
- * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
- * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
+ * @since 1.0.0
+ *
  */
 function xprofile_screen_edit_profile() {
 
@@ -203,8 +204,8 @@ function xprofile_screen_edit_profile() {
 /**
  * Handles the uploading and cropping of a user avatar. Displays the change avatar page.
  *
- * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
- * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
+ * @since 1.0.0
+ *
  */
 function xprofile_screen_change_avatar() {
 
@@ -296,8 +297,6 @@ function xprofile_screen_change_avatar() {
 /**
  * Displays the change cover image page.
  *
- * @package BuddyPress XProfile
- *
  * @since 2.4.0
  */
 function xprofile_screen_change_cover_image() {
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-settings.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-settings.php
index 7795c1981..0c655ffc4 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-settings.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-settings.php
@@ -41,8 +41,6 @@ function bp_xprofile_get_settings_fields( $args = '' ) {
  *
  * @since 2.0.0
  *
- * @uses bp_core_add_message()
- * @uses bp_is_my_profile()
  */
 function bp_xprofile_settings_add_feedback_message() {
 
diff --git a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php
index df7472ee8..4fc3ed4e6 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php
@@ -10,7 +10,9 @@
 // Exit if accessed directly.
 defined( 'ABSPATH' ) || exit;
 
-require dirname( __FILE__ ) . '/classes/class-bp-xprofile-data-template.php';
+if ( ! buddypress()->do_autoload ) {
+	require dirname( __FILE__ ) . '/classes/class-bp-xprofile-data-template.php';
+}
 
 /**
  * Query for XProfile groups and fields.
@@ -71,16 +73,20 @@ function bp_has_profile( $args = '' ) {
 	 * Filters whether or not a group has a profile to display.
 	 *
 	 * @since 1.1.0
+	 * @since 2.6.0 Added the `$r` parameter.
 	 *
 	 * @param bool   $has_groups       Whether or not there are group profiles to display.
 	 * @param string $profile_template Current profile template being used.
+	 * @param array  $r                Array of arguments passed into the BP_XProfile_Data_Template class.
 	 */
-	return apply_filters( 'bp_has_profile', $profile_template->has_groups(), $profile_template );
+	return apply_filters( 'bp_has_profile', $profile_template->has_groups(), $profile_template, $r );
 }
 
 /**
  * Start off the profile groups.
  *
+ * @since 1.0.0
+ *
  * @return mixed
  */
 function bp_profile_groups() {
@@ -91,6 +97,8 @@ function bp_profile_groups() {
 /**
  * Set up the profile groups.
  *
+ * @since 1.0.0
+ *
  * @return mixed
  */
 function bp_the_profile_group() {
@@ -101,6 +109,8 @@ function bp_the_profile_group() {
 /**
  * Whether or not the group has fields to display.
  *
+ * @since 1.0.0
+ *
  * @return mixed
  */
 function bp_profile_group_has_fields() {
@@ -113,11 +123,9 @@ function bp_profile_group_has_fields() {
  *
  * @since 1.0.0
  *
- * @param array|string $class Extra classes to append to class attribute.
- *                            Pass mutiple class names as an array or
- *                            space-delimited string.
- *
- * @return string
+ * @param mixed $class Extra classes to append to class attribute.
+ *                     Pass mutiple class names as an array or
+ *                     space-delimited string.
  */
 function bp_field_css_class( $class = false ) {
 	echo bp_get_field_css_class( $class );
@@ -126,6 +134,8 @@ function bp_field_css_class( $class = false ) {
 	/**
 	 * Return the class attribute for a field.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @param string|bool $class Extra classes to append to class attribute.
 	 * @return string
 	 */
@@ -185,6 +195,10 @@ function bp_field_css_class( $class = false ) {
 /**
  * Whether or not the XProfile field has data to display.
  *
+ * @since 1.0.0
+ *
+ * @global object $profile_template
+ *
  * @return mixed
  */
 function bp_field_has_data() {
@@ -195,6 +209,10 @@ function bp_field_has_data() {
 /**
  * Whether or not the XProfile field has public data to display.
  *
+ * @since 1.0.0
+ *
+ * @global object $profile_template
+ *
  * @return bool
  */
 function bp_field_has_public_data() {
@@ -209,6 +227,8 @@ function bp_field_has_public_data() {
 
 /**
  * Output the XProfile group ID.
+ *
+ * @since 1.0.0
  */
 function bp_the_profile_group_id() {
 	echo bp_get_the_profile_group_id();
@@ -217,6 +237,8 @@ function bp_the_profile_group_id() {
 	/**
 	 * Return the XProfile group ID.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_group_id() {
@@ -234,6 +256,8 @@ function bp_the_profile_group_id() {
 
 /**
  * Output the XProfile group name.
+ *
+ * @since 1.0.0
  */
 function bp_the_profile_group_name() {
 	echo bp_get_the_profile_group_name();
@@ -242,6 +266,8 @@ function bp_the_profile_group_name() {
 	/**
 	 * Return the XProfile group name.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_group_name() {
@@ -259,6 +285,8 @@ function bp_the_profile_group_name() {
 
 /**
  * Output the XProfile group slug.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_group_slug() {
 	echo bp_get_the_profile_group_slug();
@@ -267,6 +295,8 @@ function bp_the_profile_group_slug() {
 	/**
 	 * Return the XProfile group slug.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_group_slug() {
@@ -284,6 +314,8 @@ function bp_the_profile_group_slug() {
 
 /**
  * Output the XProfile group description.
+ *
+ * @since 1.0.0
  */
 function bp_the_profile_group_description() {
 	echo bp_get_the_profile_group_description();
@@ -292,6 +324,8 @@ function bp_the_profile_group_description() {
 	/**
 	 * Return the XProfile group description.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_group_description() {
@@ -309,6 +343,8 @@ function bp_the_profile_group_description() {
 
 /**
  * Output the XProfile group edit form action.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_group_edit_form_action() {
 	echo bp_get_the_profile_group_edit_form_action();
@@ -317,6 +353,8 @@ function bp_the_profile_group_edit_form_action() {
 	/**
 	 * Return the XProfile group edit form action.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_group_edit_form_action() {
@@ -338,6 +376,8 @@ function bp_the_profile_group_edit_form_action() {
 
 /**
  * Output the XProfile group field IDs.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_group_field_ids() {
 	echo bp_get_the_profile_group_field_ids();
@@ -346,6 +386,8 @@ function bp_the_profile_group_field_ids() {
 	/**
 	 * Return the XProfile group field IDs.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return string
 	 */
 	function bp_get_the_profile_group_field_ids() {
@@ -402,6 +444,8 @@ function bp_the_profile_field_ids() {
 /**
  * Return the XProfile fields.
  *
+ * @since 1.0.0
+ *
  * @return mixed
  */
 function bp_profile_fields() {
@@ -412,6 +456,8 @@ function bp_profile_fields() {
 /**
  * Sets up the XProfile field.
  *
+ * @since 1.0.0
+ *
  * @return mixed
  */
 function bp_the_profile_field() {
@@ -421,6 +467,8 @@ function bp_the_profile_field() {
 
 /**
  * Output the XProfile field ID.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_id() {
 	echo bp_get_the_profile_field_id();
@@ -428,6 +476,9 @@ function bp_the_profile_field_id() {
 
 	/**
 	 * Return the XProfile field ID.
+	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_id() {
@@ -445,6 +496,8 @@ function bp_the_profile_field_id() {
 
 /**
  * Outputs the XProfile field name.
+ *
+ * @since 1.0.0
  */
 function bp_the_profile_field_name() {
 	echo bp_get_the_profile_field_name();
@@ -453,6 +506,8 @@ function bp_the_profile_field_name() {
 	/**
 	 * Returns the XProfile field name.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_name() {
@@ -470,6 +525,8 @@ function bp_the_profile_field_name() {
 
 /**
  * Outputs the XProfile field value.
+ *
+ * @since 1.0.0
  */
 function bp_the_profile_field_value() {
 	echo bp_get_the_profile_field_value();
@@ -478,6 +535,8 @@ function bp_the_profile_field_value() {
 	/**
 	 * Returns the XProfile field value.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_value() {
@@ -499,6 +558,8 @@ function bp_the_profile_field_value() {
 
 /**
  * Outputs the XProfile field edit value.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_edit_value() {
 	echo bp_get_the_profile_field_edit_value();
@@ -507,6 +568,8 @@ function bp_the_profile_field_edit_value() {
 	/**
 	 * Returns the XProfile field edit value.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_edit_value() {
@@ -548,6 +611,8 @@ function bp_the_profile_field_edit_value() {
 
 /**
  * Outputs the XProfile field type.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_type() {
 	echo bp_get_the_profile_field_type();
@@ -556,6 +621,8 @@ function bp_the_profile_field_type() {
 	/**
 	 * Returns the XProfile field type.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_type() {
@@ -573,6 +640,8 @@ function bp_the_profile_field_type() {
 
 /**
  * Outputs the XProfile field description.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_description() {
 	echo bp_get_the_profile_field_description();
@@ -581,6 +650,8 @@ function bp_the_profile_field_description() {
 	/**
 	 * Returns the XProfile field description.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_description() {
@@ -598,6 +669,8 @@ function bp_the_profile_field_description() {
 
 /**
  * Outputs the XProfile field input name.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_input_name() {
 	echo bp_get_the_profile_field_input_name();
@@ -606,6 +679,8 @@ function bp_the_profile_field_input_name() {
 	/**
 	 * Retursn the XProfile field input name.
 	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_input_name() {
@@ -645,8 +720,6 @@ function bp_get_the_profile_field_errors_action() {
  *
  * @since 1.1.0
  *
- * @uses bp_get_the_profile_field_options()
- *
  * @param array $args Specify type for datebox. Allowed 'day', 'month', 'year'.
  */
 function bp_the_profile_field_options( $args = array() ) {
@@ -657,8 +730,6 @@ function bp_the_profile_field_options( $args = array() ) {
 	 *
 	 * @since 1.1.0
 	 *
-	 * @uses BP_XProfile_Field::get_children()
-	 * @uses BP_XProfile_ProfileData::get_value_byid()
 	 *
 	 * @param array $args {
 	 *     Array of optional arguments.
@@ -704,6 +775,8 @@ function bp_the_profile_field_options( $args = array() ) {
 
 /**
  * Render whether or not a profile field is required.
+ *
+ * @since 1.1.0
  */
 function bp_the_profile_field_is_required() {
 	echo bp_get_the_profile_field_is_required();
@@ -711,6 +784,9 @@ function bp_the_profile_field_is_required() {
 
 	/**
 	 * Return whether or not a profile field is required.
+	 *
+	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_is_required() {
@@ -734,6 +810,8 @@ function bp_the_profile_field_is_required() {
 
 /**
  * Output the visibility level of this field.
+ *
+ * @since 1.6.0
  */
 function bp_the_profile_field_visibility_level() {
 	echo bp_get_the_profile_field_visibility_level();
@@ -742,6 +820,8 @@ function bp_the_profile_field_visibility_level() {
 	/**
 	 * Return the visibility level of this field.
 	 *
+	 * @since 1.6.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_visibility_level() {
@@ -768,6 +848,8 @@ function bp_the_profile_field_visibility_level() {
 
 /**
  * Echo the visibility level label of this field.
+ *
+ * @since 1.6.0
  */
 function bp_the_profile_field_visibility_level_label() {
 	echo bp_get_the_profile_field_visibility_level_label();
@@ -776,6 +858,8 @@ function bp_the_profile_field_visibility_level_label() {
 	/**
 	 * Return the visibility level label of this field.
 	 *
+	 * @since 1.6.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_the_profile_field_visibility_level_label() {
@@ -796,15 +880,19 @@ function bp_the_profile_field_visibility_level_label() {
 		 * Filters the profile field visibility level label.
 		 *
 		 * @since 1.6.0
+		 * @since 2.6.0 Added the `$level` parameter.
 		 *
 		 * @param string $retval Field visibility level label.
+		 * @param string $level  Field visibility level.
 		 */
-		return apply_filters( 'bp_get_the_profile_field_visibility_level_label', $fields[ $level ]['label'] );
+		return apply_filters( 'bp_get_the_profile_field_visibility_level_label', $fields[ $level ]['label'], $level );
 	}
 
 /**
  * Return unserialized profile field data.
  *
+ * @since 1.0.0
+ *
  * @param string $value Content to maybe unserialize.
  * @return mixed|string
  */
@@ -821,7 +909,9 @@ function bp_unserialize_profile_field( $value ) {
 /**
  * Output XProfile field data.
  *
- * @param string|array $args Array of arguments for field data.
+ * @since 1.2.0
+ *
+ * @param string|array $args Array of arguments for field data. See {@link bp_get_profile_field_data}
  */
 function bp_profile_field_data( $args = '' ) {
 	echo bp_get_profile_field_data( $args );
@@ -830,7 +920,14 @@ function bp_profile_field_data( $args = '' ) {
 	/**
 	 * Return XProfile field data.
 	 *
-	 * @param string|array $args Array of arguments for field data.
+	 * @since 1.2.0
+	 *
+	 * @param string|array $args {
+	 *    Array of arguments for field data.
+	 *
+	 *    @type string|int|bool $field   Field identifier.
+	 *    @type int             $user_id ID of the user to get field data for.
+	 * }
 	 * @return mixed|void
 	 */
 	function bp_get_profile_field_data( $args = '' ) {
@@ -844,10 +941,12 @@ function bp_profile_field_data( $args = '' ) {
 		 * Filters the profile field data.
 		 *
 		 * @since 1.2.0
+		 * @since 2.6.0 Added the `$r` parameter.
 		 *
 		 * @param mixed $value Profile data for a specific field for the user.
+		 * @param array $r     Array of parsed arguments.
 		 */
-		return apply_filters( 'bp_get_profile_field_data', xprofile_get_field_data( $r['field'], $r['user_id'] ) );
+		return apply_filters( 'bp_get_profile_field_data', xprofile_get_field_data( $r['field'], $r['user_id'] ), $r );
 	}
 
 /**
@@ -969,6 +1068,8 @@ function bp_get_profile_group_tabs() {
 /**
  * Output the XProfile group name.
  *
+ * @since 1.0.0
+ *
  * @param bool $deprecated Deprecated boolean parameter.
  * @return mixed|void
  */
@@ -983,6 +1084,8 @@ function bp_profile_group_name( $deprecated = true ) {
 	/**
 	 * Return the XProfile group name.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_profile_group_name() {
@@ -1000,14 +1103,18 @@ function bp_profile_group_name( $deprecated = true ) {
 		 * Filters the profile group name.
 		 *
 		 * @since 1.0.0
+		 * @since 2.6.0 Added the `$group_id` parameter
 		 *
-		 * @param string $name Name of the profile group.
+		 * @param string $name     Name of the profile group.
+		 * @param int    $group_id ID of the profile group.
 		 */
-		return apply_filters( 'bp_get_profile_group_name', $group->name );
+		return apply_filters( 'bp_get_profile_group_name', $group->name, $group_id );
 	}
 
 /**
  * Render a formatted string displaying when a profile was last updated.
+ *
+ * @since 1.0.0
  */
 function bp_profile_last_updated() {
 
@@ -1023,6 +1130,8 @@ function bp_profile_last_updated() {
 	/**
 	 * Return a formatted string displaying when a profile was last updated.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool|mixed|void
 	 */
 	function bp_get_profile_last_updated() {
@@ -1046,6 +1155,8 @@ function bp_profile_last_updated() {
 
 /**
  * Display the current profile group ID.
+ *
+ * @since 1.1.0
  */
 function bp_current_profile_group_id() {
 	echo bp_get_current_profile_group_id();
@@ -1078,6 +1189,8 @@ function bp_current_profile_group_id() {
 
 /**
  * Render an avatar delete link.
+ *
+ * @since 1.1.0
  */
 function bp_avatar_delete_link() {
 	echo bp_get_avatar_delete_link();
@@ -1087,6 +1200,7 @@ function bp_avatar_delete_link() {
 	 * Return an avatar delete link.
 	 *
 	 * @since 1.1.0
+	 *
 	 * @return mixed|void
 	 */
 	function bp_get_avatar_delete_link() {
@@ -1103,6 +1217,8 @@ function bp_avatar_delete_link() {
 
 /**
  * Render an edit profile button.
+ *
+ * @since 1.0.0
  */
 function bp_edit_profile_button() {
 	bp_button( array(
@@ -1122,7 +1238,9 @@ function bp_edit_profile_button() {
 /**
  * Echo the field visibility radio buttons.
  *
- * @param array|string $args Args for the radio buttons.
+ * @since 1.6.0
+ *
+ * @param array|string $args Args for the radio buttons. See {@link bp_profile_get_visibility_radio_buttons}
  */
 function bp_profile_visibility_radio_buttons( $args = '' ) {
 	echo bp_profile_get_visibility_radio_buttons( $args );
@@ -1130,7 +1248,18 @@ function bp_profile_visibility_radio_buttons( $args = '' ) {
 	/**
 	 * Return the field visibility radio buttons.
 	 *
-	 * @param array|string $args Args for the radio buttons.
+	 * @since 1.6.0
+	 *
+	 * @param array|string $args {
+	 *    Args for the radio buttons.
+	 *
+	 *    @type int    $field_id     ID of the field to render.
+	 *    @type string $before       Markup to render before the field.
+	 *    @type string $after        Markup to render after the field.
+	 *    @type string $before_radio Markup to render before the radio button.
+	 *    @type string $after_radio  Markup to render after the radio button.
+	 *    @type string $class        Class to apply to the field markup.
+	 * }
 	 * @return string $retval
 	 */
 	function bp_profile_get_visibility_radio_buttons( $args = '' ) {
@@ -1198,7 +1327,7 @@ function bp_profile_visibility_radio_buttons( $args = '' ) {
  *
  * @since 2.0.0
  *
- * @param array|string $args Args for the select list.
+ * @param array|string $args Args for the select list. See {@link bp_profile_get_settings_visibility_select}
  */
 function bp_profile_settings_visibility_select( $args = '' ) {
 	echo bp_profile_get_settings_visibility_select( $args );
@@ -1208,7 +1337,14 @@ function bp_profile_settings_visibility_select( $args = '' ) {
 	 *
 	 * @since 2.0.0
 	 *
-	 * @param array|string $args Args for the select list.
+	 * @param array|string $args {
+	 *    Args for the select list.
+	 *
+	 *    @type int    $field_id ID of the field to render.
+	 *    @type string $before   Markup to render before the field.
+	 *    @type string $after    Markup to render after the field.
+	 *    @type string $class    Class to apply to the field markup.
+	 * }
 	 * @return string $retval
 	 */
 	function bp_profile_get_settings_visibility_select( $args = '' ) {
@@ -1235,7 +1371,10 @@ function bp_profile_settings_visibility_select( $args = '' ) {
 
 			<?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?>
 
-				<label for="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" class="bp-screen-reader-text"><?php _e( 'Select visibility', 'buddypress' ); ?></label>
+				<label for="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" class="bp-screen-reader-text"><?php
+					/* translators: accessibility text */
+					_e( 'Select visibility', 'buddypress' );
+				?></label>
 				<select class="<?php echo esc_attr( $r['class'] ); ?>" name="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" id="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility">
 
 					<?php foreach ( bp_xprofile_get_visibility_levels() as $level ) : ?>
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php
index 054715155..f25edec4f 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-component.php
@@ -15,6 +15,8 @@ defined( 'ABSPATH' ) || exit;
 
 /**
  * Creates our XProfile component.
+ *
+ * @since 1.5.0
  */
 class BP_XProfile_Component extends BP_Component {
 
@@ -30,6 +32,7 @@ class BP_XProfile_Component extends BP_Component {
 	 * The acceptable visibility levels for xprofile fields.
 	 *
 	 * @see bp_xprofile_get_visibility_levels()
+	 *
 	 * @since 1.6.0
 	 * @var array
 	 */
@@ -56,6 +59,8 @@ class BP_XProfile_Component extends BP_Component {
 	/**
 	 * Include files.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param array $includes Array of files to include.
 	 */
 	public function includes( $includes = array() ) {
@@ -66,7 +71,6 @@ class BP_XProfile_Component extends BP_Component {
 			'activity',
 			'screens',
 			'caps',
-			'classes',
 			'filters',
 			'settings',
 			'template',
@@ -74,6 +78,10 @@ class BP_XProfile_Component extends BP_Component {
 			'notifications',
 		);
 
+		if ( ! buddypress()->do_autoload ) {
+			$includes[] = 'classes';
+		}
+
 		if ( is_admin() ) {
 			$includes[] = 'admin';
 		}
@@ -175,6 +183,8 @@ class BP_XProfile_Component extends BP_Component {
 	/**
 	 * Set up navigation.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @global BuddyPress $bp The one true BuddyPress instance
 	 *
 	 * @param array $main_nav Array of main nav items to set up.
@@ -292,12 +302,14 @@ class BP_XProfile_Component extends BP_Component {
 			'screen_function' => 'bp_xprofile_screen_settings',
 			'position'        => 30,
 			'user_has_access' => bp_core_can_edit_settings()
-		) );
+		), 'members' );
 	}
 
 	/**
 	 * Set up the Admin Bar.
 	 *
+	 * @since 1.5.0
+	 *
 	 * @param array $wp_admin_nav Admin Bar items.
 	 */
 	public function setup_admin_bar( $wp_admin_nav = array() ) {
@@ -370,6 +382,8 @@ class BP_XProfile_Component extends BP_Component {
 
 	/**
 	 * Sets up the title for pages and <title>.
+	 *
+	 * @since 1.5.0
 	 */
 	public function setup_title() {
 
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-data-template.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-data-template.php
index 18e9f8fb3..15823435d 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-data-template.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-data-template.php
@@ -103,6 +103,7 @@ class BP_XProfile_Data_Template {
 	 *
 	 * @see BP_XProfile_Group::get() for more details about parameters.
 	 *
+	 * @since 1.5.0
 	 * @since 2.4.0 Introduced `$member_type` argument.
 	 *
 	 * @param array|string $args {
@@ -166,6 +167,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Whether or not the loop has field groups.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	public function has_groups() {
@@ -179,6 +182,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Increments to the next group of fields.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return object
 	 */
 	public function next_group() {
@@ -206,6 +211,8 @@ class BP_XProfile_Data_Template {
 
 	/**
 	 * Rewinds to the start of the groups list.
+	 *
+	 * @since 1.0.0
 	 */
 	public function rewind_groups() {
 		$this->current_group = -1;
@@ -217,6 +224,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Kicks off the profile groups.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	public function profile_groups() {
@@ -241,6 +250,8 @@ class BP_XProfile_Data_Template {
 
 	/**
 	 * Sets up the profile group.
+	 *
+	 * @since 1.0.0
 	 */
 	public function the_profile_group() {
 		global $group;
@@ -265,6 +276,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Increments to the next field.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return int
 	 */
 	public function next_field() {
@@ -277,6 +290,8 @@ class BP_XProfile_Data_Template {
 
 	/**
 	 * Rewinds to the start of the fields.
+	 *
+	 * @since 1.0.0
 	 */
 	public function rewind_fields() {
 		$this->current_field = -1;
@@ -288,6 +303,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Whether or not the loop has fields.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	public function has_fields() {
@@ -307,6 +324,8 @@ class BP_XProfile_Data_Template {
 	/**
 	 * Kick off the profile fields.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	public function profile_fields() {
@@ -322,6 +341,8 @@ class BP_XProfile_Data_Template {
 
 	/**
 	 * Set up the profile fields.
+	 *
+	 * @since 1.0.0
 	 */
 	public function the_profile_field() {
 		global $field;
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
index 48af638b7..d986cd0b4 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
@@ -67,11 +67,11 @@ class BP_XProfile_Field_Type_Checkbox extends BP_XProfile_Field_Type {
 			$user_id = bp_displayed_user_id();
 		} ?>
 
-		<div class="checkbox">
-			<label for="<?php bp_the_profile_field_input_name(); ?>">
+		<fieldset class="checkbox">
+			<legend>
 				<?php bp_the_profile_field_name(); ?>
 				<?php bp_the_profile_field_required_label(); ?>
-			</label>
+			</legend>
 
 			<?php
 
@@ -82,7 +82,7 @@ class BP_XProfile_Field_Type_Checkbox extends BP_XProfile_Field_Type {
 				'user_id' => $user_id
 			) ); ?>
 
-		</div>
+		</fieldset>
 
 		<?php
 	}
@@ -154,7 +154,7 @@ class BP_XProfile_Field_Type_Checkbox extends BP_XProfile_Field_Type {
 				$selected = ' checked="checked"';
 			}
 
-			$new_html = sprintf( '<label for="%3$s"><input %1$s type="checkbox" name="%2$s" id="%3$s" value="%4$s">%5$s</label>',
+			$new_html = sprintf( '<label for="%3$s" class="option-label"><input %1$s type="checkbox" name="%2$s" id="%3$s" value="%4$s">%5$s</label>',
 				$selected,
 				esc_attr( "field_{$this->field_obj->id}[]" ),
 				esc_attr( "field_{$options[$k]->id}_{$k}" ),
@@ -176,7 +176,10 @@ class BP_XProfile_Field_Type_Checkbox extends BP_XProfile_Field_Type {
 			$html .= apply_filters( 'bp_get_the_profile_field_options_checkbox', $new_html, $options[$k], $this->field_obj->id, $selected, $k );
 		}
 
-		echo $html;
+		printf( '<div id="%1$s" class="input-options checkbox-options">%2$s</div>',
+			esc_attr( 'field_' . $this->field_obj->id ),
+			$html
+		);
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
index 5869f26f5..6074c5b8e 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
@@ -78,52 +78,65 @@ class BP_XProfile_Field_Type_Datebox extends BP_XProfile_Field_Type {
 			'name' => bp_get_the_profile_field_input_name() . '_year'
 		) ); ?>
 
-		<div class="datebox">
+		<fieldset class="datebox">
 
-			<label for="<?php bp_the_profile_field_input_name(); ?>_day">
+			<legend>
 				<?php bp_the_profile_field_name(); ?>
 				<?php bp_the_profile_field_required_label(); ?>
-			</label>
-
-			<?php
-
-			/**
-			 * Fires after field label and displays associated errors for the field.
-			 *
-			 * This is a dynamic hook that is dependent on the associated
-			 * field ID. The hooks will be similar to `bp_field_12_errors`
-			 * where the 12 is the field ID. Simply replace the 12 with
-			 * your needed target ID.
-			 *
-			 * @since 1.8.0
-			 */
-			do_action( bp_get_the_profile_field_errors_action() ); ?>
-
-			<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="bp-screen-reader-text"><?php esc_html_e( 'Select day', 'buddypress' ); ?></label>
-			<select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>>
-				<?php bp_the_profile_field_options( array(
-					'type'    => 'day',
-					'user_id' => $user_id
-				) ); ?>
-			</select>
-
-			<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="bp-screen-reader-text"><?php esc_html_e( 'Select month', 'buddypress' ); ?></label>
-			<select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>>
-				<?php bp_the_profile_field_options( array(
-					'type'    => 'month',
-					'user_id' => $user_id
-				) ); ?>
-			</select>
-
-			<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="bp-screen-reader-text"><?php esc_html_e( 'Select year', 'buddypress' ); ?></label>
-			<select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>>
-				<?php bp_the_profile_field_options( array(
-					'type'    => 'year',
-					'user_id' => $user_id
-				) ); ?>
-			</select>
-
-		</div>
+			</legend>
+
+			<div class="input-options datebox-selects">
+
+				<?php
+
+				/**
+				 * Fires after field label and displays associated errors for the field.
+				 *
+				 * This is a dynamic hook that is dependent on the associated
+				 * field ID. The hooks will be similar to `bp_field_12_errors`
+				 * where the 12 is the field ID. Simply replace the 12 with
+				 * your needed target ID.
+				 *
+				 * @since 1.8.0
+				 */
+				do_action( bp_get_the_profile_field_errors_action() ); ?>
+
+				<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
+					/* translators: accessibility text */
+					esc_html_e( 'Select day', 'buddypress' );
+				?></label>
+				<select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>>
+					<?php bp_the_profile_field_options( array(
+						'type'    => 'day',
+						'user_id' => $user_id
+					) ); ?>
+				</select>
+
+				<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
+					/* translators: accessibility text */
+					esc_html_e( 'Select month', 'buddypress' );
+				?></label>
+				<select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>>
+					<?php bp_the_profile_field_options( array(
+						'type'    => 'month',
+						'user_id' => $user_id
+					) ); ?>
+				</select>
+
+				<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
+					/* translators: accessibility text */
+					esc_html_e( 'Select year', 'buddypress' );
+				?></label>
+				<select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>>
+					<?php bp_the_profile_field_options( array(
+						'type'    => 'year',
+						'user_id' => $user_id
+					) ); ?>
+				</select>
+
+			</div>
+
+		</fieldset>
 	<?php
 	}
 
@@ -274,17 +287,26 @@ class BP_XProfile_Field_Type_Datebox extends BP_XProfile_Field_Type {
 			'name' => bp_get_the_profile_field_input_name() . '_year'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="screen-reader-text"><?php esc_html_e( 'Select day', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select day', 'buddypress' );
+		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'day' ) ); ?>
 		</select>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="screen-reader-text"><?php esc_html_e( 'Select month', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select month', 'buddypress' );
+		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'month' ) ); ?>
 		</select>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="screen-reader-text"><?php esc_html_e( 'Select year', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select year', 'buddypress' );
+		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'year' ) ); ?>
 		</select>
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php
index 0db5d4bb3..5ecaa10a6 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php
@@ -183,7 +183,10 @@ class BP_XProfile_Field_Type_Multiselectbox extends BP_XProfile_Field_Type {
 			'multiple' => 'multiple'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Select', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select', 'buddypress' );
+		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $r ); ?>>
 			<?php bp_the_profile_field_options(); ?>
 		</select>
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-number.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-number.php
index 977dbf7da..50d5a3f49 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-number.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-number.php
@@ -94,7 +94,10 @@ class BP_XProfile_Field_Type_Number extends BP_XProfile_Field_Type {
 			'type' => 'number'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Number field', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Number field', 'buddypress' );
+		?></label>
 		<input <?php echo $this->get_edit_field_html_elements( $r ); ?>>
 	<?php
 	}
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php
index d0637e534..f8e0d5dcf 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php
@@ -18,7 +18,7 @@ defined( 'ABSPATH' ) || exit;
 class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 
 	/**
-	 * Constructor for the radio button field type
+	 * Constructor for the radio button field type.
 	 *
 	 * @since 2.0.0
 	 */
@@ -65,12 +65,12 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 			$user_id = bp_displayed_user_id();
 		} ?>
 
-		<div class="radio">
+		<fieldset class="radio">
 
-			<label for="<?php bp_the_profile_field_input_name(); ?>">
+			<legend>
 				<?php bp_the_profile_field_name(); ?>
 				<?php bp_the_profile_field_required_label(); ?>
-			</label>
+			</legend>
 
 			<?php
 
@@ -87,7 +87,7 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 
 			<?php endif; ?>
 
-		</div>
+		</fieldset>
 
 		<?php
 	}
@@ -111,7 +111,7 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 		$option_value = BP_XProfile_ProfileData::get_value_byid( $this->field_obj->id, $args['user_id'] );
 		$options      = $this->field_obj->get_children();
 
-		$html = sprintf( '<div id="%s">', esc_attr( 'field_' . $this->field_obj->id ) );
+		$html = '';
 
 		for ( $k = 0, $count = count( $options ); $k < $count; ++$k ) {
 
@@ -132,7 +132,7 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 				$selected = ' checked="checked"';
 			}
 
-			$new_html = sprintf( '<label for="%3$s"><input %1$s type="radio" name="%2$s" id="%3$s" value="%4$s">%5$s</label>',
+			$new_html = sprintf( '<label for="%3$s" class="option-label"><input %1$s type="radio" name="%2$s" id="%3$s" value="%4$s">%5$s</label>',
 				$selected,
 				esc_attr( "field_{$this->field_obj->id}" ),
 				esc_attr( "option_{$options[$k]->id}" ),
@@ -154,7 +154,10 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
 			$html .= apply_filters( 'bp_get_the_profile_field_options_radio', $new_html, $options[$k], $this->field_obj->id, $selected, $k );
 		}
 
-		echo $html . '</div>';
+		printf( '<div id="%1$s" class="input-options radio-button-options">%2$s</div>',
+			esc_attr( 'field_' . $this->field_obj->id ),
+			$html
+		);
 	}
 
 	/**
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
index 73187ec68..3a9b9f351 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
@@ -164,7 +164,10 @@ class BP_XProfile_Field_Type_Selectbox extends BP_XProfile_Field_Type {
 	public function admin_field_html( array $raw_properties = array() ) {
 		?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Select', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Select', 'buddypress' );
+		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $raw_properties ); ?>>
 			<?php bp_the_profile_field_options(); ?>
 		</select>
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php
index ebd02d6de..c70258fd1 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php
@@ -94,7 +94,10 @@ class BP_XProfile_Field_Type_Textbox extends BP_XProfile_Field_Type {
 			'type' => 'text'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Textbox', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'Textbox', 'buddypress' );
+		?></label>
 		<input <?php echo $this->get_edit_field_html_elements( $r ); ?>>
 
 		<?php
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
index 26c929cd0..48e8be5ac 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
@@ -97,7 +97,10 @@ class BP_XProfile_Field_Type_URL extends BP_XProfile_Field_Type {
 			'type' => 'url'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'URL', 'buddypress' ); ?></label>
+		<label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php
+			/* translators: accessibility text */
+			esc_html_e( 'URL', 'buddypress' );
+		?></label>
 		<input <?php echo $this->get_edit_field_html_elements( $r ); ?>>
 
 		<?php
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type.php
index 0c8ba4357..7fd194032 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type.php
@@ -365,7 +365,10 @@ abstract class BP_XProfile_Field_Type {
 
 						<div id="<?php echo esc_attr( "{$type}_div{$j}" ); ?>" class="bp-option sortable">
 							<span class="bp-option-icon grabber"></span>
-							<label for="<?php echo esc_attr( "{$type}_option{$j}" ); ?>" class="screen-reader-text"><?php esc_html_e( 'Add an option', 'buddypress' ); ?></label>
+							<label for="<?php echo esc_attr( "{$type}_option{$j}" ); ?>" class="screen-reader-text"><?php
+								/* translators: accessibility text */
+								esc_html_e( 'Add an option', 'buddypress' );
+							?></label>
 							<input type="text" name="<?php echo esc_attr( "{$type}_option[{$j}]" ); ?>" id="<?php echo esc_attr( "{$type}_option{$j}" ); ?>" value="<?php echo esc_attr( stripslashes( $options[$i]->name ) ); ?>" />
 							<label for="<?php echo esc_attr( "{$type}_option{$default_name}" ); ?>">
 								<input type="<?php echo esc_attr( $control_type ); ?>" id="<?php echo esc_attr( "{$type}_option{$default_name}" ); ?>" name="<?php echo esc_attr( "isDefault_{$type}_option{$default_name}" ); ?>" <?php checked( $options[$i]->is_default_option, true ); ?> value="<?php echo esc_attr( $j ); ?>" />
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php
index c24db3f68..11c48fdd5 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php
@@ -12,6 +12,8 @@ defined( 'ABSPATH' ) || exit;
 
 /**
  * Class to help set up XProfile fields.
+ *
+ * @since 1.0.0
  */
 class BP_XProfile_Field {
 
@@ -133,7 +135,6 @@ class BP_XProfile_Field {
 	 * Whether values from this field are autolinked to directory searches.
 	 *
 	 * @since 2.5.0
-	 *
 	 * @var bool
 	 */
 	public $do_autolink;
@@ -215,6 +216,8 @@ class BP_XProfile_Field {
 	/**
 	 * Retrieve a `BP_XProfile_Field` instance.
 	 *
+	 * @since 2.4.0
+	 *
 	 * @static
 	 *
 	 * @param int $field_id ID of the field.
@@ -234,11 +237,11 @@ class BP_XProfile_Field {
 
 			$field = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$bp->profile->table_name_fields} WHERE id = %d", $field_id ) );
 
-			wp_cache_add( $field->id, $field, 'bp_xprofile_fields' );
-
 			if ( ! $field ) {
 				return false;
 			}
+
+			wp_cache_add( $field->id, $field, 'bp_xprofile_fields' );
 		}
 
 		$_field = new BP_XProfile_Field();
@@ -817,7 +820,7 @@ class BP_XProfile_Field {
 			$do_autolink = bp_xprofile_get_meta( $this->id, 'field', 'do_autolink' );
 
 			if ( '' === $do_autolink ) {
-				$this->do_autolink = $this->is_default_field() || $this->type_obj->supports_options;
+				$this->do_autolink = $this->type_obj->supports_options;
 			} else {
 				$this->do_autolink = 'on' === $do_autolink;
 			}
@@ -940,6 +943,9 @@ class BP_XProfile_Field {
 			$sql = $wpdb->prepare( "UPDATE {$table_name} SET group_id = %d WHERE parent_id = %d", $field_group_id, $field_id );
 			$wpdb->query( $sql );
 
+			// Invalidate profile field cache.
+			wp_cache_delete( $field_id, 'bp_xprofile_fields' );
+
 			return $parent;
 		}
 
@@ -1311,7 +1317,10 @@ class BP_XProfile_Field {
 		<div class="postbox">
 			<h2><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h2>
 			<div class="inside">
-				<label for="description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label>
+				<label for="description" class="screen-reader-text"><?php
+					/* translators: accessibility text */
+					esc_html_e( 'Add description', 'buddypress' );
+				?></label>
 				<textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea>
 			</div>
 		</div>
@@ -1456,12 +1465,6 @@ class BP_XProfile_Field {
 	 * @return void If default field id 1.
 	 */
 	private function autolink_metabox() {
-
-		// Default field cannot have custom visibility.
-		if ( true === $this->is_default_field() ) {
-			return;
-		}
-
 		?>
 
 		<div class="postbox">
@@ -1470,7 +1473,10 @@ class BP_XProfile_Field {
 				<p class="description"><?php esc_html_e( 'On user profiles, link this field to a search of the Members directory, using the field value as a search term.', 'buddypress' ); ?></p>
 
 				<p>
-					<label for="do-autolink" class="screen-reader-text"><?php esc_html_e( 'Autolink status for this field', 'buddypress' ); ?></label>
+					<label for="do-autolink" class="screen-reader-text"><?php
+						/* translators: accessibility text */
+						esc_html_e( 'Autolink status for this field', 'buddypress' );
+					?></label>
 					<select name="do_autolink" id="do-autolink">
 						<option value="on" <?php selected( $this->get_do_autolink() ); ?>><?php esc_html_e( 'Enabled', 'buddypress' ); ?></option>
 						<option value="" <?php selected( $this->get_do_autolink(), false ); ?>><?php esc_html_e( 'Disabled', 'buddypress' ); ?></option>
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php
index 481a18771..0603d4f35 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php
@@ -12,6 +12,8 @@ defined( 'ABSPATH' ) || exit;
 
 /**
  * Class to help set up XProfile Groups.
+ *
+ * @since 1.0.0
  */
 class BP_XProfile_Group {
 
@@ -19,7 +21,7 @@ class BP_XProfile_Group {
 	 * Field group ID.
 	 *
 	 * @since 1.1.0
-	 * @var int ID of field group
+	 * @var int ID of field group.
 	 */
 	public $id = null;
 
@@ -27,7 +29,7 @@ class BP_XProfile_Group {
 	 * Field group name.
 	 *
 	 * @since 1.1.0
-	 * @var string Name of field group
+	 * @var string Name of field group.
 	 */
 	public $name;
 
@@ -35,7 +37,7 @@ class BP_XProfile_Group {
 	 * Field group Description.
 	 *
 	 * @since 1.1.0
-	 * @var string Description of field group
+	 * @var string Description of field group.
 	 */
 	public $description;
 
@@ -51,7 +53,7 @@ class BP_XProfile_Group {
 	 * Group order.
 	 *
 	 * @since 1.1.0
-	 * @var int Group order relative to other groups
+	 * @var int Group order relative to other groups.
 	 */
 	public $group_order;
 
@@ -59,7 +61,7 @@ class BP_XProfile_Group {
 	 * Group fields.
 	 *
 	 * @since 1.1.0
-	 * @var array Fields of group
+	 * @var array Fields of group.
 	 */
 	public $fields;
 
@@ -84,7 +86,6 @@ class BP_XProfile_Group {
 	 * @global $wpdb $wpdb
 	 *
 	 * @param int $id Field group ID.
-	 *
 	 * @return boolean
 	 */
 	public function populate( $id ) {
@@ -231,7 +232,9 @@ class BP_XProfile_Group {
 
 	/**
 	 * Populates the BP_XProfile_Group object with profile field groups, fields,
-	 * and field data
+	 * and field data.
+	 *
+	 * @since 1.2.0
 	 *
 	 * @global object $wpdb WordPress DB access object.
 	 *
@@ -741,10 +744,25 @@ class BP_XProfile_Group {
 							<div class="postbox">
 								<h2><?php esc_html_e( 'Field Group Description', 'buddypress' ); ?></h2>
 								<div class="inside">
-									<label for="group_description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label>
+									<label for="group_description" class="screen-reader-text"><?php
+										/* translators: accessibility text */
+										esc_html_e( 'Add description', 'buddypress' );
+									?></label>
 									<textarea name="group_description" id="group_description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea>
 								</div>
 							</div>
+
+							<?php
+
+							/**
+							 * Fires after the XProfile group description field is rendered in wp-admin.
+							 *
+							 * @since 2.6.0
+							 *
+							 * @param BP_XProfile_Group $this Current XProfile group.
+							 */
+							do_action( 'xprofile_group_admin_after_description', $this ); ?>
+
 						</div><!-- #post-body-content -->
 
 						<div id="postbox-container-1" class="postbox-container">
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-meta-query.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-meta-query.php
index a802932f9..085678726 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-meta-query.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-meta-query.php
@@ -32,7 +32,6 @@ class BP_XProfile_Meta_Query extends WP_Meta_Query {
 	 * @since 2.3.0
 	 *
 	 * @param array $query Meta query arguments.
-	 *
 	 * @return bool Whether the query clause is a first-order clause.
 	 */
 	protected function is_first_order_clause( $query ) {
@@ -40,7 +39,7 @@ class BP_XProfile_Meta_Query extends WP_Meta_Query {
 	}
 
 	/**
-	 * Constructs a meta query based on 'meta_*' query vars
+	 * Constructs a meta query based on 'meta_*' query vars.
 	 *
 	 * @since 2.3.0
 	 *
@@ -100,7 +99,6 @@ class BP_XProfile_Meta_Query extends WP_Meta_Query {
 	 * @param string      $primary_table     Database table where the object being filtered is stored (eg wp_users).
 	 * @param string      $primary_id_column ID column for the filtered object in $primary_table.
 	 * @param object|null $context           Optional. The main query object.
-	 *
 	 * @return array {
 	 *     Array containing JOIN and WHERE SQL clauses to append to the main query.
 	 *
@@ -159,7 +157,6 @@ class BP_XProfile_Meta_Query extends WP_Meta_Query {
 	 * @param array  $parent_query Parent query array.
 	 * @param string $clause_key   Optional. The array key used to name the clause in the original `$meta_query`
 	 *                             parameters. If not provided, a key will be generated automatically.
-	 *
 	 * @return array {
 	 *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
 	 *
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-profiledata.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-profiledata.php
index 7f46cd411..fe1383779 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-profiledata.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-profiledata.php
@@ -20,6 +20,7 @@ class BP_XProfile_ProfileData {
 	/**
 	 * XProfile ID.
 	 *
+	 * @since 1.6.0
 	 * @var int $id
 	 */
 	public $id;
@@ -27,6 +28,7 @@ class BP_XProfile_ProfileData {
 	/**
 	 * User ID.
 	 *
+	 * @since 1.6.0
 	 * @var int $user_id
 	 */
 	public $user_id;
@@ -34,6 +36,7 @@ class BP_XProfile_ProfileData {
 	/**
 	 * XProfile field ID.
 	 *
+	 * @since 1.6.0
 	 * @var int $field_id
 	 */
 	public $field_id;
@@ -41,6 +44,7 @@ class BP_XProfile_ProfileData {
 	/**
 	 * XProfile field value.
 	 *
+	 * @since 1.6.0
 	 * @var string $value
 	 */
 	public $value;
@@ -48,6 +52,7 @@ class BP_XProfile_ProfileData {
 	/**
 	 * XProfile field last updated time.
 	 *
+	 * @since 1.6.0
 	 * @var string $last_updated
 	 */
 	public $last_updated;
@@ -55,8 +60,10 @@ class BP_XProfile_ProfileData {
 	/**
 	 * BP_XProfile_ProfileData constructor.
 	 *
-	 * @param null $field_id Field ID to instantiate.
-	 * @param null $user_id  User ID to instantiate for.
+	 * @since 1.5.0
+	 *
+	 * @param int|null $field_id Field ID to instantiate.
+	 * @param int|null $user_id  User ID to instantiate for.
 	 */
 	public function __construct( $field_id = null, $user_id = null ) {
 		if ( !empty( $field_id ) ) {
@@ -67,6 +74,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Populates the XProfile profile data.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $field_id Field ID to populate.
 	 * @param int $user_id  User ID to populate for.
 	 */
@@ -104,8 +113,11 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Check if there is data already for the user.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @global object $wpdb
 	 * @global array $bp
+	 *
 	 * @return bool
 	 */
 	public function exists() {
@@ -136,7 +148,10 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Check if this data is for a valid field.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @global object $wpdb
+	 *
 	 * @return bool
 	 */
 	public function is_valid_field() {
@@ -160,6 +175,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Save the data for the XProfile field.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @return bool
 	 */
 	public function save() {
@@ -218,7 +235,10 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Delete specific XProfile field data.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @global object $wpdb
+	 *
 	 * @return boolean
 	 */
 	public function delete() {
@@ -257,6 +277,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get a user's profile data for a set of fields.
 	 *
+	 * @since 2.0.0
+	 *
 	 * @param int   $user_id   ID of user whose data is being queried.
 	 * @param array $field_ids Array of field IDs to query for.
 	 * @return array
@@ -323,6 +345,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get all of the profile information for a specific user.
 	 *
+	 * @since 1.2.0
+	 *
 	 * @param int $user_id ID of the user.
 	 * @return array
 	 */
@@ -368,6 +392,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get the user's field data id by the id of the xprofile field.
 	 *
+	 * @since 1.6.0
+	 *
 	 * @param int $field_id Field ID being queried for.
 	 * @param int $user_id  User ID associated with field.
 	 * @return int $fielddata_id
@@ -398,6 +424,8 @@ class BP_XProfile_ProfileData {
 	 *
 	 * Supports multiple user IDs.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int            $field_id ID of the field.
 	 * @param int|array|null $user_ids ID or IDs of user(s).
 	 * @return string|array Single value if a single user is queried,
@@ -410,12 +438,13 @@ class BP_XProfile_ProfileData {
 			$user_ids = bp_displayed_user_id();
 		}
 
-		$is_single = false;
+		$return_single_result = false;
 		if ( ! is_array( $user_ids ) ) {
-			$user_ids  = array( $user_ids );
-			$is_single = true;
+			$return_single_result = true;
 		}
 
+		$user_ids = wp_parse_id_list( $user_ids );
+
 		// Assemble uncached IDs.
 		$uncached_ids = array();
 		foreach ( $user_ids as $user_id ) {
@@ -466,7 +495,7 @@ class BP_XProfile_ProfileData {
 		}
 
 		// If a single ID was passed, just return the value.
-		if ( $is_single ) {
+		if ( $return_single_result ) {
 			return $data[0]->value;
 
 		// Otherwise return the whole array.
@@ -478,6 +507,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get profile field values by field name and user ID.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param array|string $fields  Field(s) to get.
 	 * @param int|null     $user_id User ID to get field data for.
 	 * @return array|bool
@@ -540,6 +571,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Delete field.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $field_id ID of the field to delete.
 	 * @return bool
 	 */
@@ -558,6 +591,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get time for last XProfile field data update by user.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $user_id User ID to get time for.
 	 * @return null|string
 	 */
@@ -574,6 +609,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Delete all data for provided user ID.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $user_id User ID to remove data for.
 	 * @return false|int
 	 */
@@ -588,6 +625,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get random field type by user ID.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int    $user_id          User ID to query for.
 	 * @param string $exclude_fullname SQL portion used to exclude by field ID.
 	 * @return array|null|object
@@ -605,6 +644,8 @@ class BP_XProfile_ProfileData {
 	/**
 	 * Get fullname for provided user ID.
 	 *
+	 * @since 1.0.0
+	 *
 	 * @param int $user_id ID of the user to query.
 	 * @return mixed
 	 */
diff --git a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-user-admin.php b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-user-admin.php
index 18269bb53..972848d38 100644
--- a/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-user-admin.php
+++ b/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-user-admin.php
@@ -23,7 +23,6 @@ class BP_XProfile_User_Admin {
 	 *
 	 * @since 2.0.0
 	 *
-	 * @uses buddypress() to get BuddyPress main instance.
 	 */
 	public static function register_xprofile_user_admin() {
 
@@ -143,8 +142,9 @@ class BP_XProfile_User_Admin {
 				);
 			endwhile;
 
-		// If member is already a spammer, show a generic metabox.
+
 		} else {
+			// If member is already a spammer, show a generic metabox.
 			add_meta_box(
 				'bp_xprofile_user_admin_empty_profile',
 				_x( 'User marked as a spammer', 'xprofile user-admin edit screen', 'buddypress' ),
@@ -198,9 +198,8 @@ class BP_XProfile_User_Admin {
 
 			bp_core_redirect( $redirect_to );
 
-		// Update profile fields.
 		} elseif ( isset( $_POST['field_ids'] ) ) {
-
+			// Update profile fields.
 			// Check the nonce.
 			check_admin_referer( 'edit-bp-profile_' . $user_id );
 
@@ -250,14 +249,38 @@ class BP_XProfile_User_Admin {
 			$errors = false;
 
 			// Now we've checked for required fields, let's save the values.
+			$old_values = $new_values = array();
 			foreach ( (array) $posted_field_ids as $field_id ) {
 
-				// Certain types of fields (checkboxes, multiselects) may come
-				// through empty. Save them as an empty array so that they don't
-				// get overwritten by the default on the next edit.
+				/*
+				 * Certain types of fields (checkboxes, multiselects) may come
+				 * through empty. Save them as an empty array so that they don't
+				 * get overwritten by the default on the next edit.
+				 */
 				$value = isset( $_POST['field_' . $field_id] ) ? $_POST['field_' . $field_id] : '';
 
-				if ( ! xprofile_set_field_data( $field_id, $user_id, $value, $is_required[ $field_id ] ) ) {
+				$visibility_level = ! empty( $_POST['field_' . $field_id . '_visibility'] ) ? $_POST['field_' . $field_id . '_visibility'] : 'public';
+				/*
+				 * Save the old and new values. They will be
+				 * passed to the filter and used to determine
+				 * whether an activity item should be posted.
+				 */
+				$old_values[ $field_id ] = array(
+					'value'      => xprofile_get_field_data( $field_id, $user_id ),
+					'visibility' => xprofile_get_field_visibility_level( $field_id, $user_id ),
+				);
+
+				// Update the field data and visibility level.
+				xprofile_set_field_visibility_level( $field_id, $user_id, $visibility_level );
+				$field_updated = xprofile_set_field_data( $field_id, $user_id, $value, $is_required[ $field_id ] );
+				$value         = xprofile_get_field_data( $field_id, $user_id );
+
+				$new_values[ $field_id ] = array(
+					'value'      => $value,
+					'visibility' => xprofile_get_field_visibility_level( $field_id, $user_id ),
+				);
+
+				if ( ! $field_updated ) {
 					$errors = true;
 				} else {
 
@@ -271,22 +294,21 @@ class BP_XProfile_User_Admin {
 					 */
 					do_action( 'xprofile_profile_field_data_updated', $field_id, $value );
 				}
-
-				// Save the visibility level.
-				$visibility_level = ! empty( $_POST['field_' . $field_id . '_visibility'] ) ? $_POST['field_' . $field_id . '_visibility'] : 'public';
-				xprofile_set_field_visibility_level( $field_id, $user_id, $visibility_level );
 			}
 
 			/**
-			 * Fires after all of the profile fields have been saved.
+			 * Fires after all XProfile fields have been saved for the current profile.
 			 *
 			 * @since 1.0.0
+			 * @since 2.6.0 Added $old_values and $new_values parameters.
 			 *
-			 * @param int   $user_id          ID of the user whose data is being saved.
-			 * @param array $posted_field_ids IDs of the fields that were submitted.
-			 * @param bool  $errors           Whether or not errors occurred during saving.
+			 * @param int   $user_id          ID for the user whose profile is being saved.
+			 * @param array $posted_field_ids Array of field IDs that were edited.
+			 * @param bool  $errors           Whether or not any errors occurred.
+			 * @param array $old_values       Array of original values before update.
+			 * @param array $new_values       Array of newly saved values after update.
 			 */
-			do_action( 'xprofile_updated_profile', $user_id, $posted_field_ids, $errors );
+			do_action( 'xprofile_updated_profile', $user_id, $posted_field_ids, $errors, $old_values, $new_values );
 
 			// Set the feedback messages.
 			if ( ! empty( $errors ) ) {
diff --git a/wp-content/plugins/buddypress/buddypress.pot b/wp-content/plugins/buddypress/buddypress.pot
index ddb008670..38e1d529d 100644
--- a/wp-content/plugins/buddypress/buddypress.pot
+++ b/wp-content/plugins/buddypress/buddypress.pot
@@ -2,9 +2,9 @@
 # This file is distributed under the GPLv2 or later (license.txt).
 msgid ""
 msgstr ""
-"Project-Id-Version: BuddyPress 2.5.3\n"
+"Project-Id-Version: BuddyPress 2.6.2\n"
 "Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
-"POT-Creation-Date: 2016-05-24 17:17:48+00:00\n"
+"POT-Creation-Date: 2016-08-04 22:00:54+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -13,71 +13,71 @@ msgstr ""
 "Language-Team: ENGLISH <jjj@buddypress.org>\n"
 "X-Generator: grunt-wp-i18n 0.5.4\n"
 
-#: bp-activity/bp-activity-actions.php:174
+#: bp-activity/bp-activity-actions.php:150
 msgid "Activity deleted successfully"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:176
+#: bp-activity/bp-activity-actions.php:152
 msgid "There was an error when deleting that activity"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:245
+#: bp-activity/bp-activity-actions.php:221
 msgid "The activity item has been marked as spam and is no longer visible."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:330
-#: bp-templates/bp-legacy/buddypress-functions.php:925
+#: bp-activity/bp-activity-actions.php:292
+#: bp-templates/bp-legacy/buddypress-functions.php:899
 msgid "Please enter some content to post."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:360
+#: bp-activity/bp-activity-actions.php:322
 msgid "Update Posted!"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:362
+#: bp-activity/bp-activity-actions.php:324
 msgid "There was an error when posting your update. Please try again."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:414
-#: bp-templates/bp-legacy/buddypress-functions.php:1015
+#: bp-activity/bp-activity-actions.php:365
+#: bp-templates/bp-legacy/buddypress-functions.php:992
 msgid "Please do not leave the comment area blank."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:425
+#: bp-activity/bp-activity-actions.php:376
 msgid "Reply Posted!"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:427
+#: bp-activity/bp-activity-actions.php:378
 msgid "There was an error posting that reply. Please try again."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:459
+#: bp-activity/bp-activity-actions.php:400
 msgid "Activity marked as favorite."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:461
+#: bp-activity/bp-activity-actions.php:402
 msgid "There was an error marking that activity as a favorite. Please try again."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:493
+#: bp-activity/bp-activity-actions.php:424
 msgid "Activity removed as favorite."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:495
+#: bp-activity/bp-activity-actions.php:426
 msgid "There was an error removing that activity as a favorite. Please try again."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:524
+#: bp-activity/bp-activity-actions.php:450
 #. translators: Sitewide activity RSS title - "[Site Name] | Site Wide
 #. Activity"
 msgid "%s | Site-Wide Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:527
+#: bp-activity/bp-activity-actions.php:453
 msgid "Activity feed for the entire site."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:554 bp-groups/bp-groups-actions.php:542
+#: bp-activity/bp-activity-actions.php:476 bp-groups/bp-groups-actions.php:557
 #. translators: Personal activity RSS title - "[Site Name] | [User Display
 #. Name] | Activity"
 #. translators: Group activity RSS title - "[Site Name] | [Group Name] |
@@ -85,79 +85,79 @@ msgstr ""
 msgid "%1$s | %2$s | Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:557
+#: bp-activity/bp-activity-actions.php:479
 msgid "Activity feed for %s."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:587
+#: bp-activity/bp-activity-actions.php:502
 #. translators: Friends activity RSS title - "[Site Name] | [User Display Name]
 #. | Friends Activity"
 msgid "%1$s | %2$s | Friends Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:590
+#: bp-activity/bp-activity-actions.php:505
 msgid "Activity feed for %s's friends."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:624
+#: bp-activity/bp-activity-actions.php:532
 #. translators: Member groups activity RSS title - "[Site Name] | [User Display
 #. Name] | Groups Activity"
 msgid "%1$s | %2$s | Group Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:627
+#: bp-activity/bp-activity-actions.php:535
 msgid "Public group activity feed of which %s is a member."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:663
+#: bp-activity/bp-activity-actions.php:566
 #. translators: User mentions activity RSS title - "[Site Name] | [User Display
 #. Name] | Mentions"
 msgid "%1$s | %2$s | Mentions"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:666
+#: bp-activity/bp-activity-actions.php:569
 msgid "Activity feed mentioning %s."
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:700
+#: bp-activity/bp-activity-actions.php:598
 #. translators: User activity favorites RSS title - "[Site Name] | [User
 #. Display Name] | Favorites"
 msgid "%1$s | %2$s | Favorites"
 msgstr ""
 
-#: bp-activity/bp-activity-actions.php:703
+#: bp-activity/bp-activity-actions.php:601
 msgid "Activity feed of %s's favorites."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:90
+#: bp-activity/bp-activity-admin.php:92
 msgid "ERROR: Please type a reply."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:95
+#: bp-activity/bp-activity-admin.php:97
 msgid ""
 "ERROR: The item you are trying to reply to cannot be found, or it has been "
 "deleted."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:224 bp-activity/bp-activity-admin.php:278
-#: bp-core/admin/bp-core-admin-functions.php:481
-#: bp-core/admin/bp-core-admin-functions.php:499
-#: bp-core/admin/bp-core-admin-functions.php:518
-#: bp-core/admin/bp-core-admin-functions.php:537
-#: bp-groups/bp-groups-admin.php:117 bp-groups/bp-groups-admin.php:157
-#: bp-members/classes/class-bp-members-admin.php:718
-#: bp-members/classes/class-bp-members-admin.php:1426
+#: bp-activity/bp-activity-admin.php:226 bp-activity/bp-activity-admin.php:280
+#: bp-core/admin/bp-core-admin-functions.php:488
+#: bp-core/admin/bp-core-admin-functions.php:506
+#: bp-core/admin/bp-core-admin-functions.php:525
+#: bp-core/admin/bp-core-admin-functions.php:544
+#: bp-groups/bp-groups-admin.php:119 bp-groups/bp-groups-admin.php:172
+#: bp-members/classes/class-bp-members-admin.php:715
+#: bp-members/classes/class-bp-members-admin.php:1438
 msgid "Overview"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:226
+#: bp-activity/bp-activity-admin.php:228
 msgid ""
 "You edit activities made on your site similar to the way you edit a "
 "comment. This is useful if you need to change which page the activity links "
 "to, or when you notice that the author has made a typographical error."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:227
+#: bp-activity/bp-activity-admin.php:229
 msgid ""
 "The two big editing areas for the activity title and content are fixed in "
 "place, but you can reposition all the other boxes using drag and drop, and "
@@ -166,17 +166,17 @@ msgid ""
 "Type, Author ID) or to choose a 1- or 2-column layout for this screen."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:228
+#: bp-activity/bp-activity-admin.php:230
 msgid ""
 "You can also moderate the activity from this screen using the Status box, "
 "where you can also change the timestamp of the activity."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:233
+#: bp-activity/bp-activity-admin.php:235
 msgid "Item, Link, Type"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:235
+#: bp-activity/bp-activity-admin.php:237
 msgid ""
 "<strong>Primary Item/Secondary Item</strong> - These identify the object "
 "that created the activity. For example, the fields could reference a "
@@ -184,56 +184,56 @@ msgid ""
 "or none, of these fields."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:236
+#: bp-activity/bp-activity-admin.php:238
 msgid ""
 "<strong>Link</strong> - Used by some types of activity (e.g blog posts and "
 "comments, and forum topics and replies) to store a link back to the "
 "original content."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:237
+#: bp-activity/bp-activity-admin.php:239
 msgid ""
 "<strong>Type</strong> - Each distinct kind of activity has its own type. "
 "For example, <code>created_group</code> is used when a group is created and "
 "<code>joined_group</code> is used when a user joins a group."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:238
+#: bp-activity/bp-activity-admin.php:240
 msgid ""
 "For information about when and how BuddyPress uses all of these settings, "
 "see the Managing Activity link in the panel to the side."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:243 bp-activity/bp-activity-admin.php:295
-#: bp-core/admin/bp-core-admin-functions.php:487
-#: bp-core/admin/bp-core-admin-functions.php:505
-#: bp-core/admin/bp-core-admin-functions.php:524
-#: bp-core/admin/bp-core-admin-functions.php:543
-#: bp-groups/bp-groups-admin.php:125 bp-groups/bp-groups-admin.php:173
-#: bp-members/classes/class-bp-members-admin.php:727
-#: bp-members/classes/class-bp-members-admin.php:1447
+#: bp-activity/bp-activity-admin.php:245 bp-activity/bp-activity-admin.php:297
+#: bp-core/admin/bp-core-admin-functions.php:494
+#: bp-core/admin/bp-core-admin-functions.php:512
+#: bp-core/admin/bp-core-admin-functions.php:531
+#: bp-core/admin/bp-core-admin-functions.php:550
+#: bp-groups/bp-groups-admin.php:127 bp-groups/bp-groups-admin.php:188
+#: bp-members/classes/class-bp-members-admin.php:724
+#: bp-members/classes/class-bp-members-admin.php:1459
 msgid "For more information:"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:244
+#: bp-activity/bp-activity-admin.php:246
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/administrator-guide/activity-stream-"
 "management-panels/\">Managing Activity</a>"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:245 bp-activity/bp-activity-admin.php:296
-#: bp-core/admin/bp-core-admin-functions.php:489
-#: bp-core/admin/bp-core-admin-functions.php:507
-#: bp-core/admin/bp-core-admin-functions.php:526
-#: bp-core/admin/bp-core-admin-functions.php:545
-#: bp-groups/bp-groups-admin.php:174
-#: bp-members/classes/class-bp-members-admin.php:729
-#: bp-members/classes/class-bp-members-admin.php:1448
+#: bp-activity/bp-activity-admin.php:247 bp-activity/bp-activity-admin.php:298
+#: bp-core/admin/bp-core-admin-functions.php:496
+#: bp-core/admin/bp-core-admin-functions.php:514
+#: bp-core/admin/bp-core-admin-functions.php:533
+#: bp-core/admin/bp-core-admin-functions.php:552
+#: bp-groups/bp-groups-admin.php:189
+#: bp-members/classes/class-bp-members-admin.php:726
+#: bp-members/classes/class-bp-members-admin.php:1460
 msgid "<a href=\"https://buddypress.org/support/\">Support Forums</a>"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:280
+#: bp-activity/bp-activity-admin.php:282
 msgid ""
 "You can manage activities made on your site similar to the way you manage "
 "comments and other content. This screen is customizable in the same ways as "
@@ -241,7 +241,7 @@ msgid ""
 "action links or the Bulk Actions."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:281
+#: bp-activity/bp-activity-admin.php:283
 msgid ""
 "There are many different types of activities. Some are generated "
 "automatically by BuddyPress and other plugins, and some are entered "
@@ -250,11 +250,11 @@ msgid ""
 "them."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:287
+#: bp-activity/bp-activity-admin.php:289
 msgid "Moderating Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:289
+#: bp-activity/bp-activity-admin.php:291
 msgid ""
 "In the <strong>Activity</strong> column, above each activity it says "
 "&#8220;Submitted on,&#8221; followed by the date and time the activity item "
@@ -263,7 +263,7 @@ msgid ""
 "options to reply, edit, spam mark, or delete that activity."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:290
+#: bp-activity/bp-activity-admin.php:292
 msgid ""
 "In the <strong>In Response To</strong> column, if the activity was in reply "
 "to another activity, it shows that activity's author's picture and name, "
@@ -273,426 +273,492 @@ msgid ""
 "screen to show only related activity items."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:302
+#: bp-activity/bp-activity-admin.php:305
+#. translators: accessibility text
 msgid "Activity list navigation"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:664
+#: bp-activity/bp-activity-admin.php:667
 msgid "Editing Activity (ID #%s)"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:675
+#: bp-activity/bp-activity-admin.php:678
 msgid "Action"
 msgstr ""
 
 #: bp-activity/bp-activity-admin.php:682
+#. translators: accessibility text
+msgid "Edit activity action"
+msgstr ""
+
+#: bp-activity/bp-activity-admin.php:689
 msgid "Content"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:708
+#: bp-activity/bp-activity-admin.php:693
+#. translators: accessibility text
+msgid "Edit activity content"
+msgstr ""
+
+#: bp-activity/bp-activity-admin.php:722
 msgid "No activity found with this ID."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:709
+#: bp-activity/bp-activity-admin.php:724 bp-groups/bp-groups-admin.php:655
+#: bp-members/classes/class-bp-members-admin.php:939
 msgid "Go back and try again."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:733
-#: bp-activity/classes/class-bp-activity-list-table.php:667
+#: bp-activity/bp-activity-admin.php:750
+#: bp-activity/classes/class-bp-activity-list-table.php:677
 msgid "View Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:741
+#: bp-activity/bp-activity-admin.php:758
 msgid "Approved"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:742
-#: bp-activity/classes/class-bp-activity-list-table.php:578
+#: bp-activity/bp-activity-admin.php:759
+#: bp-activity/classes/class-bp-activity-list-table.php:588
 #: bp-activity/classes/class-bp-akismet.php:205
 #: bp-activity/classes/class-bp-akismet.php:234
-#: bp-core/admin/bp-core-admin-functions.php:1003
+#: bp-core/admin/bp-core-admin-functions.php:1011
 msgid "Spam"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:748
-#: bp-members/classes/class-bp-members-admin.php:1001
-#: bp-members/classes/class-bp-members-admin.php:1061
+#: bp-activity/bp-activity-admin.php:765
+#: bp-members/classes/class-bp-members-admin.php:1005
+#: bp-members/classes/class-bp-members-admin.php:1065
 #. Translators: Publish box date format, see http:php.net/date.
 msgid "M j, Y @ G:i"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:751
+#: bp-activity/bp-activity-admin.php:768
 msgid "Submitted on: %s"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:751
-#: bp-activity/classes/class-bp-activity-list-table.php:571
-#: bp-forums/bp-forums-template.php:2531
-#: bp-groups/classes/class-bp-groups-list-table.php:482
-#: bp-xprofile/bp-xprofile-admin.php:602
+#: bp-activity/bp-activity-admin.php:768
+#: bp-activity/classes/class-bp-activity-list-table.php:581
+#: bp-forums/bp-forums-template.php:2786
+#: bp-groups/classes/class-bp-groups-list-table.php:489
+#: bp-xprofile/bp-xprofile-admin.php:611
 msgid "Edit"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:764
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1132
-#: bp-xprofile/classes/class-bp-xprofile-group.php:716
+#: bp-activity/bp-activity-admin.php:781
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1138
+#: bp-xprofile/classes/class-bp-xprofile-group.php:719
 msgid "Update"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:784
+#: bp-activity/bp-activity-admin.php:803
+#. translators: accessibility text
 msgid "Link"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:786
+#: bp-activity/bp-activity-admin.php:806
 msgid ""
 "Activity generated by posts and comments, forum topics and replies, and "
 "some plugins, uses the link field for a permalink back to the content item."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:801
+#: bp-activity/bp-activity-admin.php:823
+#. translators: accessibility text
 msgid "Author ID"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:870
+#: bp-activity/bp-activity-admin.php:893
 msgid ""
 "This activity item has a type (%s) that is not registered using "
 "bp_activity_set_action(), so no label is available."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:876
+#: bp-activity/bp-activity-admin.php:901
+#. translators: accessibility text
 msgid "Select activity type"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:896
+#: bp-activity/bp-activity-admin.php:922
 msgid "Primary Item ID"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:900
+#: bp-activity/bp-activity-admin.php:926
 msgid "Secondary Item ID"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:903
+#: bp-activity/bp-activity-admin.php:929
 msgid ""
 "These identify the object that created this activity. For example, the "
 "fields could reference a pair of site and comment IDs."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:942
+#: bp-activity/bp-activity-admin.php:968
 msgid "%s activity item has been permanently deleted."
 msgid_plural "%s activity items have been permanently deleted."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-activity/bp-activity-admin.php:946
+#: bp-activity/bp-activity-admin.php:972
 msgid "An error occurred when trying to update activity ID #%s."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:949
+#: bp-activity/bp-activity-admin.php:975
 msgid "Errors occurred when trying to update these activity items:"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:955
+#: bp-activity/bp-activity-admin.php:981
 #. Translators: This is a bulleted list of item IDs.
 msgid "#%s"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:964
+#: bp-activity/bp-activity-admin.php:990
 msgid "%s activity item has been successfully spammed."
 msgid_plural "%s activity items have been successfully spammed."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-activity/bp-activity-admin.php:967
+#: bp-activity/bp-activity-admin.php:993
 msgid "%s activity item has been successfully unspammed."
 msgid_plural "%s activity items have been successfully unspammed."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-activity/bp-activity-admin.php:970
+#: bp-activity/bp-activity-admin.php:996
 msgid "The activity item has been updated successfully."
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:988
+#: bp-activity/bp-activity-admin.php:1014
 msgid "Activity related to ID #%s"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:994 bp-groups/bp-groups-admin.php:735
-#: bp-members/classes/class-bp-members-admin.php:1866
+#: bp-activity/bp-activity-admin.php:1020 bp-groups/bp-groups-admin.php:765
+#: bp-members/classes/class-bp-members-admin.php:1881
 msgid "Search results for &#8220;%s&#8221;"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:1007
+#: bp-activity/bp-activity-admin.php:1033
 msgid "Search all Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:1018
+#: bp-activity/bp-activity-admin.php:1044
 msgid "Reply to Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:1022 bp-groups/bp-groups-admin.php:682
-#: bp-members/classes/class-bp-members-admin.php:2015
-#: bp-templates/bp-legacy/buddypress/activity/entry.php:126
+#: bp-activity/bp-activity-admin.php:1047
+#: bp-activity/bp-activity-admin.php:1053
+#: bp-activity/classes/class-bp-activity-list-table.php:575
+#: bp-templates/bp-legacy/buddypress/activity/comment.php:39
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:23
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:191
+#. translators: accessibility text
+msgid "Reply"
+msgstr ""
+
+#: bp-activity/bp-activity-admin.php:1052 bp-groups/bp-groups-admin.php:712
+#: bp-members/classes/class-bp-members-admin.php:2030
+#: bp-templates/bp-legacy/buddypress/activity/entry.php:129
 #: bp-templates/bp-legacy/buddypress/forums/index.php:205
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1273
-#: bp-xprofile/classes/class-bp-xprofile-group.php:785
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1279
+#: bp-xprofile/classes/class-bp-xprofile-group.php:803
 msgid "Cancel"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:1023
-#: bp-activity/classes/class-bp-activity-list-table.php:565
-#: bp-templates/bp-legacy/buddypress/activity/comment.php:39
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:23
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:189
-msgid "Reply"
+#: bp-activity/bp-activity-adminbar.php:43
+msgid "Edit Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-filters.php:437
+#: bp-activity/bp-activity-embeds.php:289
+#. translators: By [oEmbed author] on [oEmbed provider]. eg. By BuddyPress on
+#. YouTube.
+msgid "By %1$s on %2$s"
+msgstr ""
+
+#: bp-activity/bp-activity-embeds.php:292
+msgid "View on %s"
+msgstr ""
+
+#: bp-activity/bp-activity-embeds.php:337
+msgid "Your browser does not support HTML5 video"
+msgstr ""
+
+#: bp-activity/bp-activity-embeds.php:344
+msgid "Your browser does not support HTML5 audio"
+msgstr ""
+
+#: bp-activity/bp-activity-filters.php:447
 msgid "[Read more]"
 msgstr ""
 
-#: bp-activity/bp-activity-filters.php:449
+#: bp-activity/bp-activity-filters.php:458
 msgid "&hellip;"
 msgstr ""
 
-#: bp-activity/bp-activity-filters.php:656
+#: bp-activity/bp-activity-filters.php:664
 msgid "Load Newest"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1430
+#: bp-activity/bp-activity-functions.php:1384
 msgid "Posted a status update"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1432
+#: bp-activity/bp-activity-functions.php:1386
 msgid "Updates"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1439
+#: bp-activity/bp-activity-functions.php:1393
 msgid "Replied to a status update"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1441
+#: bp-activity/bp-activity-functions.php:1395
 msgid "Activity Comments"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1509
+#: bp-activity/bp-activity-functions.php:1463
 msgid "%s posted an update"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1532
+#: bp-activity/bp-activity-functions.php:1486
 msgid "%s posted a new activity comment"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:2595
-#: bp-templates/bp-legacy/buddypress-functions.php:1012
+#: bp-activity/bp-activity-functions.php:2552
+#: bp-templates/bp-legacy/buddypress-functions.php:989
 msgid "There was an error posting your reply. Please try again."
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:2631
-msgid "Sorry, the item you are replying to no longer exists."
+#: bp-activity/bp-activity-functions.php:2580
+msgid "The item you were replying to no longer exists."
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:3183
+#: bp-activity/bp-activity-functions.php:3118
 msgid "Thumbnail"
 msgstr ""
 
-#: bp-activity/bp-activity-notifications.php:234
+#: bp-activity/bp-activity-notifications.php:225
 msgid "@%s Mentions"
 msgstr ""
 
-#: bp-activity/bp-activity-notifications.php:238
+#: bp-activity/bp-activity-notifications.php:229
 msgid "You have %1$d new mentions"
 msgstr ""
 
-#: bp-activity/bp-activity-notifications.php:242
+#: bp-activity/bp-activity-notifications.php:232
 msgid "%1$s mentioned you"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:327
+#: bp-activity/bp-activity-notifications.php:238
+msgid "New Activity reply"
+msgstr ""
+
+#: bp-activity/bp-activity-notifications.php:243
+msgid "You have %1$d new replies"
+msgstr ""
+
+#: bp-activity/bp-activity-notifications.php:247
+msgid "%1$s commented on one of your updates"
+msgstr ""
+
+#: bp-activity/bp-activity-notifications.php:253
+msgid "New Activity comment reply"
+msgstr ""
+
+#: bp-activity/bp-activity-notifications.php:258
+msgid "You have %1$d new comment replies"
+msgstr ""
+
+#: bp-activity/bp-activity-notifications.php:262
+msgid "%1$s replied to one your activity comments"
+msgstr ""
+
+#: bp-activity/bp-activity-screens.php:280
 msgid "You do not have access to this activity."
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:381
+#: bp-activity/bp-activity-screens.php:331
+#: bp-activity/classes/class-bp-activity-oembed-extension.php:138
 #: bp-activity/classes/class-bp-activity-theme-compat.php:161
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:382 bp-blogs/bp-blogs-template.php:1043
-#: bp-friends/bp-friends-screens.php:116 bp-groups/bp-groups-screens.php:1431
-#: bp-messages/bp-messages-screens.php:207
+#: bp-activity/bp-activity-screens.php:332 bp-blogs/bp-blogs-template.php:1041
+#: bp-friends/bp-friends-screens.php:116 bp-groups/bp-groups-screens.php:1438
+#: bp-messages/bp-messages-screens.php:210
 #: bp-templates/bp-legacy/buddypress/members/register.php:307
 msgid "Yes"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:383 bp-blogs/bp-blogs-template.php:1047
-#: bp-friends/bp-friends-screens.php:117 bp-groups/bp-groups-screens.php:1432
-#: bp-messages/bp-messages-screens.php:208
+#: bp-activity/bp-activity-screens.php:333 bp-blogs/bp-blogs-template.php:1045
+#: bp-friends/bp-friends-screens.php:117 bp-groups/bp-groups-screens.php:1439
+#: bp-messages/bp-messages-screens.php:211
 #: bp-templates/bp-legacy/buddypress/members/register.php:308
 msgid "No"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:391
+#: bp-activity/bp-activity-screens.php:341
 msgid "A member mentions you in an update using \"@%s\""
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:392
-#: bp-activity/bp-activity-screens.php:400
-#: bp-friends/bp-friends-screens.php:125 bp-friends/bp-friends-screens.php:131
-#: bp-groups/bp-groups-screens.php:1440 bp-groups/bp-groups-screens.php:1446
-#: bp-groups/bp-groups-screens.php:1452 bp-groups/bp-groups-screens.php:1458
-#: bp-messages/bp-messages-screens.php:216
+#: bp-activity/bp-activity-screens.php:344
+#: bp-activity/bp-activity-screens.php:358
+#: bp-friends/bp-friends-screens.php:127 bp-friends/bp-friends-screens.php:139
+#: bp-groups/bp-groups-screens.php:1449 bp-groups/bp-groups-screens.php:1461
+#: bp-groups/bp-groups-screens.php:1473 bp-groups/bp-groups-screens.php:1485
+#: bp-groups/bp-groups-screens.php:1497 bp-messages/bp-messages-screens.php:221
+#. translators: accessibility text
 msgid "Yes, send email"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:393
-#: bp-activity/bp-activity-screens.php:401
-#: bp-friends/bp-friends-screens.php:126 bp-friends/bp-friends-screens.php:132
-#: bp-groups/bp-groups-screens.php:1441 bp-groups/bp-groups-screens.php:1447
-#: bp-groups/bp-groups-screens.php:1453 bp-groups/bp-groups-screens.php:1459
-#: bp-messages/bp-messages-screens.php:217
+#: bp-activity/bp-activity-screens.php:348
+#: bp-activity/bp-activity-screens.php:362
+#: bp-friends/bp-friends-screens.php:131 bp-friends/bp-friends-screens.php:143
+#: bp-groups/bp-groups-screens.php:1453 bp-groups/bp-groups-screens.php:1465
+#: bp-groups/bp-groups-screens.php:1477 bp-groups/bp-groups-screens.php:1489
+#: bp-groups/bp-groups-screens.php:1501 bp-messages/bp-messages-screens.php:225
+#. translators: accessibility text
 msgid "No, do not send email"
 msgstr ""
 
-#: bp-activity/bp-activity-screens.php:399
+#: bp-activity/bp-activity-screens.php:355
 msgid "A member replies to an update or comment you've posted"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:479
+#: bp-activity/bp-activity-template.php:457
 msgid "Viewing 1 item"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:481
+#: bp-activity/bp-activity-template.php:459
 msgid "Viewing %1$s - %2$s of %3$s item"
 msgid_plural "Viewing %1$s - %2$s of %3$s items"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-activity/bp-activity-template.php:1102
-#: bp-activity/bp-activity-template.php:1282
-#: bp-activity/bp-activity-template.php:1293
+#: bp-activity/bp-activity-template.php:1041
+#: bp-activity/bp-activity-template.php:1214
+#: bp-activity/bp-activity-template.php:1225
 #: bp-activity/classes/class-bp-activity-component.php:355
-#: bp-blogs/classes/class-bp-blogs-component.php:282
-#: bp-core/deprecated/2.1.php:459 bp-forums/bp-forums-loader.php:254
-#: bp-forums/bp-forums-template.php:844 bp-forums/bp-forums-template.php:1143
-#: bp-forums/bp-forums-template.php:2381
-#: bp-friends/classes/class-bp-friends-component.php:247
-#: bp-groups/bp-groups-template.php:1363 bp-groups/bp-groups-template.php:1408
-#: bp-groups/bp-groups-template.php:2175 bp-groups/bp-groups-template.php:2191
-#: bp-groups/bp-groups-template.php:2251 bp-groups/bp-groups-template.php:2267
-#: bp-groups/bp-groups-template.php:3708 bp-groups/bp-groups-template.php:3747
-#: bp-groups/bp-groups-template.php:3788 bp-groups/bp-groups-template.php:5291
-#: bp-groups/classes/class-bp-groups-component.php:772
-#: bp-members/bp-members-template.php:769
-#: bp-members/bp-members-template.php:1332
-#: bp-members/bp-members-template.php:1381
-#: bp-members/classes/class-bp-members-component.php:293
-#: bp-messages/bp-messages-template.php:664
-#: bp-messages/classes/class-bp-messages-component.php:321
-#: bp-notifications/classes/class-bp-notifications-component.php:242
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:270
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:297
+#: bp-blogs/classes/class-bp-blogs-component.php:293
+#: bp-core/deprecated/2.1.php:459 bp-forums/bp-forums-loader.php:263
+#: bp-forums/bp-forums-template.php:893 bp-forums/bp-forums-template.php:1224
+#: bp-forums/bp-forums-template.php:2616
+#: bp-friends/classes/class-bp-friends-component.php:269
+#: bp-groups/bp-groups-template.php:1357 bp-groups/bp-groups-template.php:1402
+#: bp-groups/bp-groups-template.php:2169 bp-groups/bp-groups-template.php:2185
+#: bp-groups/bp-groups-template.php:2245 bp-groups/bp-groups-template.php:2261
+#: bp-groups/bp-groups-template.php:3706 bp-groups/bp-groups-template.php:3745
+#: bp-groups/bp-groups-template.php:3786 bp-groups/bp-groups-template.php:5297
+#: bp-groups/classes/class-bp-groups-component.php:811
+#: bp-members/bp-members-template.php:808
+#: bp-members/bp-members-template.php:1518
+#: bp-members/bp-members-template.php:1573
+#: bp-members/classes/class-bp-members-component.php:381
+#: bp-messages/bp-messages-template.php:671
+#: bp-messages/classes/class-bp-messages-component.php:340
+#: bp-notifications/classes/class-bp-notifications-component.php:267
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:273
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:300
 msgid "Profile picture of %s"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:1102
+#: bp-activity/bp-activity-template.php:1041
 msgid "Profile picture"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:1258
+#: bp-activity/bp-activity-template.php:1190
 msgid "Group logo"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:1261
-#: bp-groups/bp-groups-template.php:586
-#: bp-groups/classes/class-bp-groups-list-table.php:509
+#: bp-activity/bp-activity-template.php:1193
+#: bp-groups/bp-groups-template.php:580
+#: bp-groups/classes/class-bp-groups-list-table.php:516
 msgid "Group logo of %s"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:1272
+#: bp-activity/bp-activity-template.php:1204
 msgid "Profile picture of the author of the site %s"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:1585
+#: bp-activity/bp-activity-template.php:1499
 msgid "View Discussion"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:2293
+#: bp-activity/bp-activity-template.php:2170
 msgid ""
 "%1$s no longer accepts arguments. See the inline documentation at %2$s for "
 "more details."
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:2768
-#: bp-core/bp-core-attachments.php:719 bp-forums/bp-forums-template.php:2532
-#: bp-groups/classes/class-bp-groups-component.php:660
-#: bp-groups/classes/class-bp-groups-list-table.php:327
-#: bp-groups/classes/class-bp-groups-list-table.php:485
+#: bp-activity/bp-activity-template.php:2598
+#: bp-core/bp-core-attachments.php:719 bp-forums/bp-forums-template.php:2787
+#: bp-groups/classes/class-bp-groups-component.php:688
+#: bp-groups/classes/class-bp-groups-list-table.php:333
+#: bp-groups/classes/class-bp-groups-list-table.php:492
 #: bp-members/classes/class-bp-members-list-table.php:171
-#: bp-members/classes/class-bp-members-list-table.php:316
+#: bp-members/classes/class-bp-members-list-table.php:319
 #: bp-members/classes/class-bp-members-ms-list-table.php:158
-#: bp-members/classes/class-bp-members-ms-list-table.php:309
-#: bp-messages/bp-messages-template.php:957
-#: bp-notifications/bp-notifications-template.php:702
-#: bp-notifications/bp-notifications-template.php:936
+#: bp-members/classes/class-bp-members-ms-list-table.php:312
+#: bp-messages/bp-messages-template.php:971
+#: bp-notifications/bp-notifications-template.php:788
+#: bp-notifications/bp-notifications-template.php:1038
 #: bp-templates/bp-legacy/buddypress/activity/comment.php:45
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:133
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:142
 #: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:44
-#: bp-xprofile/bp-xprofile-admin.php:607
-#: bp-xprofile/classes/class-bp-xprofile-field-type.php:377
+#: bp-xprofile/bp-xprofile-admin.php:616
+#: bp-xprofile/classes/class-bp-xprofile-field-type.php:380
 msgid "Delete"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:2889
-#: bp-core/admin/bp-core-admin-functions.php:1009
-#: bp-core/admin/bp-core-admin-slugs.php:150
-#: bp-core/admin/bp-core-admin-slugs.php:213
-#: bp-groups/classes/class-bp-groups-list-table.php:488
-#: bp-members/bp-members-template.php:982
-#: bp-templates/bp-legacy/buddypress-functions.php:309
+#: bp-activity/bp-activity-template.php:2703
+#: bp-core/admin/bp-core-admin-functions.php:1017
+#: bp-core/admin/bp-core-admin-slugs.php:149
+#: bp-core/admin/bp-core-admin-slugs.php:212
+#: bp-groups/classes/class-bp-groups-list-table.php:495
+#: bp-members/bp-members-template.php:1045
+#: bp-templates/bp-legacy/buddypress-functions.php:303
 msgid "View"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:3004
+#: bp-activity/bp-activity-template.php:2812
 msgid "Clear Filter"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:3328
+#: bp-activity/bp-activity-template.php:3122
 msgid "a user"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:3392
+#: bp-activity/bp-activity-template.php:3181
 msgid "Send a public message on your activity stream."
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:3393
+#: bp-activity/bp-activity-template.php:3182
 msgid "Public Message"
 msgstr ""
 
-#: bp-activity/bp-activity-template.php:4021
+#: bp-activity/bp-activity-template.php:3774
 msgid "Site Wide Activity RSS Feed"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-activity.php:325
+#: bp-activity/classes/class-bp-activity-activity.php:360
 #: bp-activity/classes/class-bp-activity-template.php:144
 #: bp-groups/bp-groups-functions.php:596
 #: bp-groups/classes/class-bp-groups-group-members-template.php:99
-#: bp-groups/classes/class-bp-groups-group.php:732
+#: bp-groups/classes/class-bp-groups-group.php:733
 #: bp-groups/classes/class-bp-groups-invite-template.php:84
 #: bp-groups/classes/class-bp-groups-membership-requests-template.php:91
 #: bp-groups/classes/class-bp-groups-template.php:134
 #: bp-messages/classes/class-bp-messages-box-template.php:113
 #: bp-messages/classes/class-bp-messages-thread.php:422
-#: bp-xprofile/classes/class-bp-xprofile-data-template.php:128
+#: bp-xprofile/classes/class-bp-xprofile-data-template.php:129
 msgid ""
 "Arguments passed to %1$s should be in an associative array. See the inline "
 "documentation at %2$s for more details."
 msgstr ""
 
 #: bp-activity/classes/class-bp-activity-component.php:30
-#: bp-core/admin/bp-core-admin-components.php:394
+#: bp-core/bp-core-functions.php:2389
 msgid "Activity Streams"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:117
+#: bp-activity/classes/class-bp-activity-component.php:127
 msgid "Search Activity..."
 msgstr ""
 
@@ -708,89 +774,97 @@ msgstr ""
 msgid "No activities found."
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:246
+#: bp-activity/classes/class-bp-activity-list-table.php:248
+#. translators: accessibility text
 msgid "Activities list"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:307
+#: bp-activity/classes/class-bp-activity-list-table.php:312
+#. translators: accessibility text
 msgid "Filter activities list"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:310
-#: bp-groups/classes/class-bp-groups-list-table.php:290
+#: bp-activity/classes/class-bp-activity-list-table.php:316
+#: bp-groups/classes/class-bp-groups-list-table.php:296
 msgid "All"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:311
+#: bp-activity/classes/class-bp-activity-list-table.php:317
 msgid "Spam <span class=\"count\">(%s)</span>"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:337
+#: bp-activity/classes/class-bp-activity-list-table.php:343
 msgid "Mark as Spam"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:338
-#: bp-activity/classes/class-bp-activity-list-table.php:576
-#: bp-core/admin/bp-core-admin-functions.php:997
+#: bp-activity/classes/class-bp-activity-list-table.php:344
+#: bp-activity/classes/class-bp-activity-list-table.php:586
+#: bp-core/admin/bp-core-admin-functions.php:1005
 msgid "Not Spam"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:339
-#: bp-activity/classes/class-bp-activity-list-table.php:581
-#: bp-groups/bp-groups-admin.php:681
+#: bp-activity/classes/class-bp-activity-list-table.php:345
+#: bp-activity/classes/class-bp-activity-list-table.php:591
+#: bp-groups/bp-groups-admin.php:711
 msgid "Delete Permanently"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:417
+#: bp-activity/classes/class-bp-activity-list-table.php:425
+#. translators: accessibility text
 msgid "Filter by activity type"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:419
+#: bp-activity/classes/class-bp-activity-list-table.php:428
 msgid "View all actions"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:444
+#: bp-activity/classes/class-bp-activity-list-table.php:453
 msgid "Filter"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:491
+#: bp-activity/classes/class-bp-activity-list-table.php:501
+#. translators: accessibility text
 msgid "Select activity item %1$d"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:522
+#: bp-activity/classes/class-bp-activity-list-table.php:532
 msgid "Unregistered action - %s"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:567
+#: bp-activity/classes/class-bp-activity-list-table.php:577
 msgid "Replies are disabled for this activity item"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:567
+#: bp-activity/classes/class-bp-activity-list-table.php:577
 msgid "Replies disabled"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:581
+#: bp-activity/classes/class-bp-activity-list-table.php:591
 #: bp-core/bp-core-cssjs.php:121
 msgid "Are you sure?"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:598
+#: bp-activity/classes/class-bp-activity-list-table.php:608
 #. translators: %s: activity date and time
 msgid "Submitted on %s"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:604
-#: bp-core/bp-core-template.php:412
+#: bp-activity/classes/class-bp-activity-list-table.php:614
+#: bp-core/bp-core-template.php:426
 #. translators: 1: activity date, 2: activity time
 msgid "%1$s at %2$s"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:686
+#: bp-activity/classes/class-bp-activity-list-table.php:696
 msgid "%s related activity"
 msgid_plural "%s related activities"
 msgstr[0] ""
 msgstr[1] ""
 
+#: bp-activity/classes/class-bp-activity-oembed-extension.php:194
+msgid "Embedded Activity Item"
+msgstr ""
+
 #: bp-activity/classes/class-bp-akismet.php:87
 msgid "Flagged as spam by Akismet"
 msgstr ""
@@ -886,145 +960,148 @@ msgstr ""
 msgid "%1$s commented on the post, %2$s"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:239
+#: bp-blogs/bp-blogs-template.php:234
 msgid "Viewing 1 site"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:241
+#: bp-blogs/bp-blogs-template.php:236
 msgid "Viewing %1$s - %2$s of %3$s site"
 msgid_plural "Viewing %1$s - %2$s of %3$s sites"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-blogs/bp-blogs-template.php:326 bp-blogs/bp-blogs-template.php:328
+#: bp-blogs/bp-blogs-template.php:321 bp-blogs/bp-blogs-template.php:323
 msgid "Profile picture of site author %s"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:555
-#: bp-core/classes/class-bp-core-user.php:189
-#: bp-groups/bp-groups-widgets.php:71
+#: bp-blogs/bp-blogs-template.php:550
+#: bp-core/classes/class-bp-core-user.php:177
+#: bp-groups/bp-groups-widgets.php:73
 #: bp-groups/classes/class-bp-groups-invite-template.php:240
-#: bp-groups/classes/class-bp-groups-widget.php:133
-#: bp-members/bp-members-template.php:908
-#: bp-members/bp-members-template.php:1453
+#: bp-groups/classes/class-bp-groups-widget.php:143
+#: bp-members/bp-members-template.php:965
+#: bp-members/bp-members-template.php:1655
 #: bp-templates/bp-legacy/buddypress/groups/groups-loop.php:62
 #: bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php:62
 #: bp-templates/bp-legacy/buddypress/groups/single/group-header.php:71
 msgid "active %s"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:568 bp-members/bp-members-template.php:921
+#: bp-blogs/bp-blogs-template.php:563 bp-members/bp-members-template.php:978
 msgid "Never active"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:620
+#: bp-blogs/bp-blogs-template.php:615
 msgid "Latest Post: %s"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:954
+#: bp-blogs/bp-blogs-template.php:952
 msgid "There was a problem; please correct the form below and try again."
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:957
+#: bp-blogs/bp-blogs-template.php:955
 msgid ""
 "By filling out the form below, you can <strong>add a site to your "
 "account</strong>. There is no limit to the number of sites that you can "
 "have, so create to your heart's content, but blog responsibly!"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:959
+#: bp-blogs/bp-blogs-template.php:957
 msgid ""
 "If you&#8217;re not going to use a great domain, leave it for a new user. "
 "Now have at it!"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:975
+#: bp-blogs/bp-blogs-template.php:973
 msgid "Create Site"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:997
+#: bp-blogs/bp-blogs-template.php:995
 msgid "Site Name:"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:999
+#: bp-blogs/bp-blogs-template.php:997
 msgid "Site Domain:"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1013
+#: bp-blogs/bp-blogs-template.php:1011
 msgid "Your address will be "
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1016
+#: bp-blogs/bp-blogs-template.php:1014
 msgid "blogname"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1018
+#: bp-blogs/bp-blogs-template.php:1016
 msgid "domain."
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1021
+#: bp-blogs/bp-blogs-template.php:1019
 msgid ""
 "Must be at least 4 characters, letters and numbers only. It cannot be "
 "changed so choose carefully!)"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1027
+#: bp-blogs/bp-blogs-template.php:1025
 msgid "Site Title:"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1038
+#: bp-blogs/bp-blogs-template.php:1036
 msgid "Privacy:"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1039
+#: bp-blogs/bp-blogs-template.php:1037
 #: bp-templates/bp-legacy/buddypress/members/register.php:297
 msgid ""
 "I would like my site to appear in search engines, and in public listings "
 "around this network."
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1145
+#: bp-blogs/bp-blogs-template.php:1149
 msgid "Congratulations! You have successfully registered a new site."
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1147
-msgid ""
-"<a href=\"%1$s\">%2$s</a> is your new site.  <a href=\"%3$s\">Login</a> as "
-"\"%4$s\" using your existing password."
+#: bp-blogs/bp-blogs-template.php:1154
+msgid "%s is your new site."
+msgstr ""
+
+#: bp-blogs/bp-blogs-template.php:1159
+#. translators: 1: Login URL, 2: User name
+msgid "<a href=\"%1$s\">Log in</a> as \"%2$s\" using your existing password."
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1180 bp-blogs/bp-blogs-template.php:1266
-#: bp-blogs/bp-blogs-template.php:1267
-#: bp-blogs/classes/class-bp-blogs-component.php:252
+#: bp-blogs/bp-blogs-template.php:1196 bp-blogs/bp-blogs-template.php:1282
+#: bp-blogs/bp-blogs-template.php:1283
+#: bp-blogs/classes/class-bp-blogs-component.php:263
 #: bp-blogs/classes/class-bp-blogs-theme-compat.php:175
-#: bp-core/bp-core-template.php:3082
+#: bp-core/bp-core-template.php:3141
 msgid "Create a Site"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1196
+#: bp-blogs/bp-blogs-template.php:1212
 msgid "%s's Sites"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1197
+#: bp-blogs/bp-blogs-template.php:1213
 msgid "%s's Recent Posts"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1198
+#: bp-blogs/bp-blogs-template.php:1214
 msgid "%s's Recent Comments"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1226 bp-core/deprecated/1.5.php:426
-#: bp-forums/bp-forums-template.php:2659 bp-groups/bp-groups-template.php:4978
-#: bp-members/bp-members-template.php:1152
-#: bp-messages/bp-messages-template.php:782
+#: bp-blogs/bp-blogs-template.php:1242 bp-core/deprecated/1.5.php:426
+#: bp-forums/bp-forums-template.php:2930 bp-groups/bp-groups-template.php:4984
+#: bp-members/bp-members-template.php:1233
+#: bp-messages/bp-messages-template.php:794
 msgid "Search"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1379 bp-blogs/bp-blogs-template.php:1380
+#: bp-blogs/bp-blogs-template.php:1393 bp-blogs/bp-blogs-template.php:1394
 msgid "Visit Site"
 msgstr ""
 
-#: bp-blogs/bp-blogs-template.php:1442
+#: bp-blogs/bp-blogs-template.php:1454
 msgid "%s site"
 msgid_plural "%s sites"
 msgstr[0] ""
@@ -1038,18 +1115,19 @@ msgstr ""
 msgid "Search sites..."
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-component.php:179
-msgid "Sites <span class=\"%s\">%s</span>"
+#: bp-blogs/classes/class-bp-blogs-component.php:184
+#. translators: %s: Site count for the current user
+msgid "Sites %s"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-component.php:190
-#: bp-blogs/classes/class-bp-blogs-component.php:242
-#: bp-blogs/classes/class-bp-blogs-component.php:273
+#: bp-blogs/classes/class-bp-blogs-component.php:201
+#: bp-blogs/classes/class-bp-blogs-component.php:253
+#: bp-blogs/classes/class-bp-blogs-component.php:284
 #: bp-core/deprecated/2.1.php:62
 msgid "My Sites"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-component.php:234
+#: bp-blogs/classes/class-bp-blogs-component.php:245
 #: bp-blogs/classes/class-bp-blogs-theme-compat.php:113
 #: bp-blogs/classes/class-bp-blogs-theme-compat.php:177
 msgid "Sites"
@@ -1059,262 +1137,181 @@ msgstr ""
 msgid "A list of recently published posts from across your network."
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:42
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:147
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:43
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:148
 msgid "Recent Networkwide Posts"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:111
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:112
 msgid "Sorry, there were no posts found. Why not write one?"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:159
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:160
 msgid "Link widget title to Blogs directory"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:160
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:161
 msgid "Max posts to show:"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:25
-#: bp-core/admin/bp-core-admin-settings.php:280
-#: bp-core/admin/bp-core-admin-slugs.php:25
+#: bp-core/admin/bp-core-admin-components.php:24
+#: bp-core/admin/bp-core-admin-settings.php:269
+#: bp-core/admin/bp-core-admin-slugs.php:24
 msgid "BuddyPress Settings"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:27
-#: bp-core/admin/bp-core-admin-functions.php:424
+#: bp-core/admin/bp-core-admin-components.php:26
+#: bp-core/admin/bp-core-admin-functions.php:431
 msgid "Components"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:33
-#: bp-core/admin/bp-core-admin-settings.php:291
-#: bp-core/admin/bp-core-admin-slugs.php:33
+#: bp-core/admin/bp-core-admin-components.php:32
+#: bp-core/admin/bp-core-admin-settings.php:280
+#: bp-core/admin/bp-core-admin-slugs.php:32
 #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:62
 msgid "Save Settings"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:68
-#: bp-core/admin/bp-core-admin-components.php:378
+#: bp-core/admin/bp-core-admin-components.php:67
+#: bp-core/bp-core-functions.php:2373
 msgid "Extended Profiles"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:69
-#: bp-core/admin/bp-core-admin-components.php:379
+#: bp-core/admin/bp-core-admin-components.php:68
+#: bp-core/bp-core-functions.php:2374
 msgid ""
 "Customize your community with fully editable profile fields that allow your "
 "users to describe themselves."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:72
-#: bp-core/admin/bp-core-admin-components.php:382
+#: bp-core/admin/bp-core-admin-components.php:71
+#: bp-core/bp-core-functions.php:2377
 msgid "Account Settings"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:73
-#: bp-core/admin/bp-core-admin-components.php:383
+#: bp-core/admin/bp-core-admin-components.php:72
+#: bp-core/bp-core-functions.php:2378
 msgid ""
 "Allow your users to modify their account and notification settings directly "
 "from within their profiles."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:76
-#: bp-core/admin/bp-core-admin-components.php:398
-#: bp-core/deprecated/2.1.php:530
-#: bp-notifications/classes/class-bp-notifications-component.php:237
+#: bp-core/admin/bp-core-admin-components.php:75
+#: bp-core/bp-core-functions.php:2393 bp-core/deprecated/2.1.php:530
+#: bp-notifications/classes/class-bp-notifications-component.php:262
 msgid "Notifications"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:77
-#: bp-core/admin/bp-core-admin-components.php:399
+#: bp-core/admin/bp-core-admin-components.php:76
+#: bp-core/bp-core-functions.php:2394
 msgid ""
 "Notify members of relevant activity with a toolbar bubble and/or via email, "
 "and allow them to customize their notification settings."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:153
+#: bp-core/admin/bp-core-admin-components.php:154
+#. translators: accessibility text
 msgid "Filter components list"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:157
+#: bp-core/admin/bp-core-admin-components.php:159
 msgid "Active <span class=\"count\">(%s)</span>"
 msgid_plural "Active <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/admin/bp-core-admin-components.php:158
+#: bp-core/admin/bp-core-admin-components.php:160
 msgid "Inactive <span class=\"count\">(%s)</span>"
 msgid_plural "Inactive <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/admin/bp-core-admin-components.php:159
+#: bp-core/admin/bp-core-admin-components.php:161
 msgid "Must-Use <span class=\"count\">(%s)</span>"
 msgid_plural "Must-Use <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/admin/bp-core-admin-components.php:160
+#: bp-core/admin/bp-core-admin-components.php:162
 msgid "Retired <span class=\"count\">(%s)</span>"
 msgid_plural "Retired <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/admin/bp-core-admin-components.php:163
+#: bp-core/admin/bp-core-admin-components.php:167
+#. translators: accessibility text
 msgid "Components list"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:168
-#: bp-core/admin/bp-core-admin-components.php:227
+#: bp-core/admin/bp-core-admin-components.php:175
+#: bp-core/admin/bp-core-admin-components.php:241
+#. translators: accessibility text
 msgid "Bulk selection is disabled"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:169
-#: bp-core/admin/bp-core-admin-components.php:228
+#: bp-core/admin/bp-core-admin-components.php:177
+#: bp-core/admin/bp-core-admin-components.php:243
 msgid "Component"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:170
-#: bp-core/admin/bp-core-admin-components.php:229
+#: bp-core/admin/bp-core-admin-components.php:178
+#: bp-core/admin/bp-core-admin-components.php:244
 msgid "Description"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:191
+#: bp-core/admin/bp-core-admin-components.php:201
+#. translators: accessibility text
 msgid "Select %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:195
+#: bp-core/admin/bp-core-admin-components.php:207
+#. translators: accessibility text
 msgid "%s is a required component"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:218
+#: bp-core/admin/bp-core-admin-components.php:230
 msgid "No components found."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:358
-#: bp-core/classes/class-bp-core.php:32
-msgid "BuddyPress Core"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:359
-msgid "It&#8216;s what makes <del>time travel</del> BuddyPress possible!"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:362
-msgid "Community Members"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:363
-msgid "Everything in a BuddyPress community revolves around its members."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:370
-#: bp-templates/bp-legacy/buddypress/groups/create.php:149
-msgid "Group Forums"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:371
-msgid "BuddyPress Forums are retired. Use %s."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:386
-msgid "Friend Connections"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:387
-msgid ""
-"Let your users make connections so they can track the activity of others "
-"and focus on the people they care about the most."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:390
-msgid "Private Messaging"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:391
-msgid ""
-"Allow your users to talk to each other directly and in private. Not just "
-"limited to one-on-one discussions, messages can be sent between any number "
-"of members."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:395
-msgid ""
-"Global, personal, and group activity streams with threaded commenting, "
-"direct posting, favoriting, and @mentions, all with full RSS feed and email "
-"notification support."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:402
-msgid "User Groups"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:403
-msgid ""
-"Groups allow your users to organize themselves into specific public, "
-"private or hidden sections with separate activity streams and member "
-"listings."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:406
-msgid "Group Forums (Legacy)"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:407
-msgid "Group forums allow for focused, bulletin-board style conversations."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:410
-msgid "Site Tracking"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:411
-msgid "Record activity for new posts and comments from your site."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-components.php:418
-msgid "Record activity for new sites, posts, and comments across your network."
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-functions.php:107
+#: bp-core/admin/bp-core-admin-functions.php:106
 msgid "Why have all my BuddyPress menus disappeared?"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:109
+#: bp-core/admin/bp-core-admin-functions.php:108
 msgid ""
 "Don't worry! We've moved the BuddyPress options into more convenient and "
 "easier to find locations. You're seeing this page because you are running a "
 "legacy BuddyPress plugin which has not been updated."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:110
+#: bp-core/admin/bp-core-admin-functions.php:109
 msgid ""
 "Components, Pages, Settings, and Forums, have been moved to <a "
 "href=\"%s\">Settings &gt; BuddyPress</a>. Profile Fields has been moved "
 "into the <a href=\"%s\">Users</a> menu."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:246
+#: bp-core/admin/bp-core-admin-functions.php:243
 msgid ""
 "<strong>BuddyPress is almost ready</strong>. You must <a href=\"%s\">update "
 "your permalink structure</a> to something other than the default for it to "
 "work."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:273
-#: bp-core/admin/bp-core-admin-slugs.php:92
-#: bp-members/classes/class-bp-members-list-table.php:308
-#: bp-members/classes/class-bp-members-list-table.php:312
-#: bp-members/classes/class-bp-members-ms-list-table.php:301
-#: bp-members/classes/class-bp-members-ms-list-table.php:305
-#: bp-messages/bp-messages-template.php:1195
+#: bp-core/admin/bp-core-admin-functions.php:270
+#: bp-core/admin/bp-core-admin-slugs.php:91
+#: bp-members/classes/class-bp-members-list-table.php:311
+#: bp-members/classes/class-bp-members-list-table.php:315
+#: bp-members/classes/class-bp-members-ms-list-table.php:304
+#: bp-members/classes/class-bp-members-ms-list-table.php:308
+#: bp-messages/bp-messages-template.php:1207
 #: bp-templates/bp-legacy/buddypress/members/activate.php:56
 msgid "Activate"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:278
-#: bp-core/admin/bp-core-admin-slugs.php:91
-#: bp-core/classes/class-bp-core-login-widget.php:119
+#: bp-core/admin/bp-core-admin-functions.php:275
+#: bp-core/admin/bp-core-admin-slugs.php:90
+#: bp-core/classes/class-bp-core-login-widget.php:120
 #: bp-members/bp-members-adminbar.php:63
 msgid "Register"
 msgstr ""
@@ -1322,64 +1319,71 @@ msgstr ""
 #: bp-core/admin/bp-core-admin-functions.php:305
 msgid ""
 "The following active BuddyPress Components do not have associated WordPress "
-"Pages: %2$s. <a href=\"%1$s\">Repair</a>"
+"Pages: %s."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:327
+#: bp-core/admin/bp-core-admin-functions.php:309
+#: bp-core/admin/bp-core-admin-functions.php:339
+#: bp-core/admin/bp-core-admin-settings.php:242
+#: bp-core/admin/bp-core-admin-tools.php:39
+#. translators: accessibility text
+msgid "Repair"
+msgstr ""
+
+#: bp-core/admin/bp-core-admin-functions.php:335
 msgid ""
 "Each BuddyPress Component needs its own WordPress page. The following "
-"WordPress Pages have more than one component associated with them: %2$s. <a "
-"href=\"%1$s\">Repair</a>"
+"WordPress Pages have more than one component associated with them: %s."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:428
-#: bp-core/admin/bp-core-admin-slugs.php:27
+#: bp-core/admin/bp-core-admin-functions.php:435
+#: bp-core/admin/bp-core-admin-slugs.php:26
 msgid "Pages"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:432
-#: bp-core/admin/bp-core-admin-settings.php:282
-#: bp-core/bp-core-template.php:106
+#: bp-core/admin/bp-core-admin-functions.php:439
+#: bp-core/admin/bp-core-admin-settings.php:271
+#: bp-core/bp-core-template.php:120
 msgid "Options"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:445
-#: bp-forums/bp-forums-loader.php:152 bp-forums/bp-forums-loader.php:207
-#: bp-forums/bp-forums-loader.php:249 bp-forums/bp-forums-screens.php:289
-#: bp-forums/bp-forums-screens.php:291 bp-forums/deprecated/1.6.php:39
+#: bp-core/admin/bp-core-admin-functions.php:452
+#: bp-forums/bp-forums-loader.php:159 bp-forums/bp-forums-loader.php:214
+#: bp-forums/bp-forums-loader.php:258 bp-forums/bp-forums-screens.php:301
+#: bp-forums/bp-forums-screens.php:303 bp-forums/deprecated/1.6.php:39
 #: bp-forums/deprecated/1.7.php:24 bp-forums/deprecated/1.7.php:101
 msgid "Forums"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:488
+#: bp-core/admin/bp-core-admin-functions.php:495
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/getting-started/configure-components/\">"
 "Managing Components</a>"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:506
+#: bp-core/admin/bp-core-admin-functions.php:513
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/getting-started/configure-components/#"
 "settings-buddypress-pages\">Managing Pages</a>"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:525
+#: bp-core/admin/bp-core-admin-functions.php:532
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/getting-started/configure-components/#"
 "settings-buddypress-settings\">Managing Settings</a>"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:544
+#: bp-core/admin/bp-core-admin-functions.php:551
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/administrator-guide/extended-profiles/\""
 ">Managing Profile Fields</a>"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:565
+#: bp-core/admin/bp-core-admin-functions.php:575
 msgid ""
 "By default, all but four of the BuddyPress components are enabled. You can "
 "selectively enable or disable any of the components by using the form "
@@ -1388,26 +1392,26 @@ msgid ""
 "using the site."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:569
+#: bp-core/admin/bp-core-admin-functions.php:579
 msgid ""
 "BuddyPress Components use WordPress Pages for their root directory/archive "
 "pages. You can change the page associations for each active component by "
 "using the form below."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:573
+#: bp-core/admin/bp-core-admin-functions.php:583
 msgid ""
 "Extra configuration settings are provided and activated. You can "
 "selectively enable or disable any setting by using the form on this screen."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:577
+#: bp-core/admin/bp-core-admin-functions.php:587
 msgid ""
 "Your users will distinguish themselves through their profile page. Create "
 "relevant profile fields that will show on each users profile."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:577
+#: bp-core/admin/bp-core-admin-functions.php:587
 msgid "Note: Any fields in the first group will appear on the signup page."
 msgstr ""
 
@@ -1415,157 +1419,153 @@ msgstr ""
 msgid "BuddyPress"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:775
-#: bp-core/admin/bp-core-admin-functions.php:784
+#: bp-core/admin/bp-core-admin-functions.php:780
+#: bp-core/admin/bp-core-admin-functions.php:789
 msgid "Logged-In"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:778
-#: bp-core/admin/bp-core-admin-functions.php:793
+#: bp-core/admin/bp-core-admin-functions.php:783
+#: bp-core/admin/bp-core-admin-functions.php:798
 msgid "Logged-Out"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:785
+#: bp-core/admin/bp-core-admin-functions.php:790
 msgid ""
 "<em>Logged-In</em> links are relative to the current user, and are not "
 "visible to visitors who are not logged in."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:794
+#: bp-core/admin/bp-core-admin-functions.php:799
 msgid "<em>Logged-Out</em> links are not visible to users who are logged in."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:804
+#: bp-core/admin/bp-core-admin-functions.php:809
 msgid "Add to Menu"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:839
+#: bp-core/admin/bp-core-admin-functions.php:844
 msgid ""
 "Are your emails in the wrong language? Go to <a href=\"%s\">BuddyPress "
 "Tools and run the \"reinstall emails\"</a> tool."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:859
+#: bp-core/admin/bp-core-admin-functions.php:864
 msgid ""
 "Phrases wrapped in braces <code>{{ }}</code> are email tokens. <a "
 "href=\"%s\">Learn about tokens on the BuddyPress Codex</a>."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:902
+#: bp-core/admin/bp-core-admin-functions.php:907
 msgid "Choose when this email will be sent."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:915
-#: bp-core/admin/bp-core-admin-functions.php:931
+#: bp-core/admin/bp-core-admin-functions.php:920
+#: bp-core/admin/bp-core-admin-functions.php:938
+#. translators: accessibility text
 msgid "Plain text email content"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:933
+#: bp-core/admin/bp-core-admin-functions.php:941
 msgid ""
 "Most email clients support HTML email. However, some people prefer to "
 "receive plain text email. Enter a plain text alternative version of your "
 "email here."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:1061
-#: bp-members/bp-members-actions.php:53
-#: bp-members/classes/class-bp-members-admin.php:309
+#: bp-core/admin/bp-core-admin-functions.php:1069
+#: bp-members/bp-members-actions.php:55
+#: bp-members/classes/class-bp-members-admin.php:308
 msgid "User marked as spammer. Spam users are visible only to site admins."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-functions.php:1063
+#: bp-core/admin/bp-core-admin-functions.php:1071
 msgid "User removed from spam."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:31
+#: bp-core/admin/bp-core-admin-settings.php:30
 msgid "Show the Toolbar for logged out users"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:47
+#: bp-core/admin/bp-core-admin-settings.php:45
 msgid "Allow registered members to delete their own accounts"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:72
+#: bp-core/admin/bp-core-admin-settings.php:69
 msgid "Allow Akismet to scan for activity stream spam"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:86
+#: bp-core/admin/bp-core-admin-settings.php:83
 msgid "Allow activity stream commenting on blog and forum posts"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:100
+#: bp-core/admin/bp-core-admin-settings.php:97
 msgid "Automatically check for new items while viewing the activity stream"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:141
+#: bp-core/admin/bp-core-admin-settings.php:137
 msgid "Enable BuddyPress to WordPress profile syncing"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:157
+#: bp-core/admin/bp-core-admin-settings.php:152
 msgid "Allow registered members to upload avatars"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:170
+#: bp-core/admin/bp-core-admin-settings.php:165
 msgid "Allow registered members to upload cover images"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:194
+#: bp-core/admin/bp-core-admin-settings.php:188
 msgid "Enable group creation for all users"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:195
+#: bp-core/admin/bp-core-admin-settings.php:189
 msgid "Administrators can always create groups, regardless of this setting."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:208
+#: bp-core/admin/bp-core-admin-settings.php:202
 msgid "Allow customizable avatars for groups"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:220
+#: bp-core/admin/bp-core-admin-settings.php:214
 msgid "Allow customizable cover images for groups"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:251
+#: bp-core/admin/bp-core-admin-settings.php:242
 msgid "Attempt to save a new config file."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:251
-#: bp-core/admin/bp-core-admin-tools.php:37
-msgid "Repair"
-msgstr ""
-
-#: bp-core/admin/bp-core-admin-settings.php:252
+#: bp-core/admin/bp-core-admin-settings.php:243
 msgid "File does not exist"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-settings.php:256
+#: bp-core/admin/bp-core-admin-settings.php:247
 msgid "Absolute path to your bbPress configuration file."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-slugs.php:123
+#: bp-core/admin/bp-core-admin-slugs.php:122
 msgid "Directories"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-slugs.php:125
+#: bp-core/admin/bp-core-admin-slugs.php:124
 msgid "Associate a WordPress Page with each BuddyPress component directory."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-slugs.php:144
-#: bp-core/admin/bp-core-admin-slugs.php:207
+#: bp-core/admin/bp-core-admin-slugs.php:143
+#: bp-core/admin/bp-core-admin-slugs.php:206
 msgid "- None -"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-slugs.php:186
+#: bp-core/admin/bp-core-admin-slugs.php:185
 msgid "Registration"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-slugs.php:188
+#: bp-core/admin/bp-core-admin-slugs.php:187
 msgid "Associate WordPress Pages with the following BuddyPress Registration pages."
 msgstr ""
 
 #: bp-core/admin/bp-core-admin-tools.php:22
-#: bp-core/admin/bp-core-admin-tools.php:413
 #: bp-core/admin/bp-core-admin-tools.php:416
+#: bp-core/admin/bp-core-admin-tools.php:419
 #: bp-core/classes/class-bp-admin.php:302
 msgid "BuddyPress Tools"
 msgstr ""
@@ -1591,118 +1591,124 @@ msgstr ""
 msgid "Repair tools"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:52
+#: bp-core/admin/bp-core-admin-tools.php:55
 msgid "Repair Items"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:108
+#: bp-core/admin/bp-core-admin-tools.php:111
 msgid "Repair total members count."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:114
+#: bp-core/admin/bp-core-admin-tools.php:117
 msgid "Repair member \"last activity\" data."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:123
+#: bp-core/admin/bp-core-admin-tools.php:126
 msgid "Repair total friends count for each member."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:133
+#: bp-core/admin/bp-core-admin-tools.php:136
 msgid "Repair total groups count for each member."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:143
+#: bp-core/admin/bp-core-admin-tools.php:146
 msgid "Repopulate site tracking records."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:152
+#: bp-core/admin/bp-core-admin-tools.php:155
 msgid "Reinstall emails (delete and restore from defaults)."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:182
+#: bp-core/admin/bp-core-admin-tools.php:185
 msgid "Counting the number of friends for each user&hellip; %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:183
-#: bp-core/admin/bp-core-admin-tools.php:241
-#: bp-core/admin/bp-core-admin-tools.php:286
+#: bp-core/admin/bp-core-admin-tools.php:186
+#: bp-core/admin/bp-core-admin-tools.php:244
+#: bp-core/admin/bp-core-admin-tools.php:289
 msgid "Failed!"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:223
-#: bp-core/admin/bp-core-admin-tools.php:270
-#: bp-core/admin/bp-core-admin-tools.php:298
-#: bp-core/admin/bp-core-admin-tools.php:314
-#: bp-core/admin/bp-core-admin-tools.php:327
+#: bp-core/admin/bp-core-admin-tools.php:226
+#: bp-core/admin/bp-core-admin-tools.php:273
+#: bp-core/admin/bp-core-admin-tools.php:301
+#: bp-core/admin/bp-core-admin-tools.php:317
+#: bp-core/admin/bp-core-admin-tools.php:330
 msgid "Complete!"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:240
+#: bp-core/admin/bp-core-admin-tools.php:243
 msgid "Counting the number of groups for each user&hellip; %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:283
+#: bp-core/admin/bp-core-admin-tools.php:286
 msgid "Repopulating Blogs records&hellip; %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:311
+#: bp-core/admin/bp-core-admin-tools.php:314
 msgid "Counting the number of active members on the site&hellip; %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:325
+#: bp-core/admin/bp-core-admin-tools.php:328
 msgid "Determining last activity dates for each user&hellip; %s"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:384
+#: bp-core/admin/bp-core-admin-tools.php:387
 #: bp-core/classes/class-bp-admin.php:279
 #: bp-core/classes/class-bp-admin.php:280
 msgid "Tools"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:415
+#: bp-core/admin/bp-core-admin-tools.php:418
 msgid ""
 "BuddyPress keeps track of various relationships between users, groups, and "
 "activity items. Occasionally these relationships become out of sync, most "
 "often after an import, update, or migration."
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:474
+#: bp-core/admin/bp-core-admin-tools.php:477
 msgid "Emails have been successfully reinstalled."
 msgstr ""
 
-#: bp-core/bp-core-admin.php:28
+#: bp-core/admin/bp-core-admin-tools.php:497
+msgid ""
+"It looks like you have more sites to record. Resume recording by checking "
+"the \"Repopulate site tracking records\" option."
+msgstr ""
+
+#: bp-core/bp-core-admin.php:29
 msgid "Maintenance Release"
 msgid_plural "Maintenance Releases"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:29
+#: bp-core/bp-core-admin.php:30
 msgid "Security Release"
 msgid_plural "Security Releases"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:30
+#: bp-core/bp-core-admin.php:31
 msgid "Maintenance and Security Release"
 msgid_plural "Maintenance and Security Releases"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:33
+#: bp-core/bp-core-admin.php:34
 #. translators: 1: WordPress version number.
 msgid "<strong>Version %1$s</strong> addressed a security issue."
 msgid_plural "<strong>Version %1$s</strong> addressed some security issues."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:38
+#: bp-core/bp-core-admin.php:39
 #. translators: 1: WordPress version number, 2: plural number of bugs.
 msgid "<strong>Version %1$s</strong> addressed %2$s bug."
 msgid_plural "<strong>Version %1$s</strong> addressed %2$s bugs."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:43
+#: bp-core/bp-core-admin.php:44
 #. translators: 1: WordPress version number, 2: plural number of bugs. Singular
 #. security issue.
 msgid "<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug."
@@ -1712,7 +1718,7 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:48
+#: bp-core/bp-core-admin.php:49
 #. translators: 1: WordPress version number, 2: plural number of bugs. More
 #. than one security issue.
 msgid ""
@@ -1724,7 +1730,7 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-admin.php:52
+#: bp-core/bp-core-admin.php:53
 msgid "For more information, see <a href=\"%s\">the release notes</a>."
 msgstr ""
 
@@ -1732,7 +1738,7 @@ msgstr ""
 msgid "My Account"
 msgstr ""
 
-#: bp-core/bp-core-adminbar.php:79
+#: bp-core/bp-core-adminbar.php:68
 msgid ""
 "The BuddyBar is no longer supported. Please migrate to the WordPress "
 "toolbar as soon as possible."
@@ -1782,7 +1788,7 @@ msgstr ""
 msgid "HTTP error."
 msgstr ""
 
-#: bp-core/bp-core-attachments.php:603 bp-core/bp-core-avatars.php:1047
+#: bp-core/bp-core-attachments.php:603 bp-core/bp-core-avatars.php:1064
 msgid "Upload failed."
 msgstr ""
 
@@ -1882,7 +1888,7 @@ msgid ""
 "wide, and %2$spx tall."
 msgstr ""
 
-#: bp-core/bp-core-attachments.php:1294 bp-core/bp-core-avatars.php:887
+#: bp-core/bp-core-attachments.php:1294 bp-core/bp-core-avatars.php:903
 msgid "Upload Failed! Error was: %s"
 msgstr ""
 
@@ -1894,43 +1900,43 @@ msgstr ""
 msgid "Profile Photo"
 msgstr ""
 
-#: bp-core/bp-core-avatars.php:915
+#: bp-core/bp-core-avatars.php:931
 msgid "Upload failed! Error was: %s"
 msgstr ""
 
-#: bp-core/bp-core-avatars.php:921
+#: bp-core/bp-core-avatars.php:937
 msgid ""
 "You have selected an image that is smaller than recommended. For best "
 "results, upload a picture larger than %d x %d pixels."
 msgstr ""
 
-#: bp-core/bp-core-avatars.php:1411 bp-core/bp-core-template.php:185
-#: bp-core/bp-core-template.php:204 bp-core/classes/class-bp-core-user.php:186
-#: bp-core/classes/class-bp-core-user.php:187
-#: bp-core/classes/class-bp-core-user.php:188
+#: bp-core/bp-core-avatars.php:1428 bp-core/bp-core-template.php:199
+#: bp-core/bp-core-template.php:218 bp-core/classes/class-bp-core-user.php:174
+#: bp-core/classes/class-bp-core-user.php:175
+#: bp-core/classes/class-bp-core-user.php:176
 #: bp-groups/classes/class-bp-groups-invite-template.php:234
 #: bp-groups/classes/class-bp-groups-invite-template.php:235
 #: bp-groups/classes/class-bp-groups-invite-template.php:236
 msgid "Profile photo of %s"
 msgstr ""
 
-#: bp-core/bp-core-buddybar.php:641 bp-core/bp-core-buddybar.php:652
-#: bp-core/bp-core-buddybar.php:672
+#: bp-core/bp-core-buddybar.php:676 bp-core/bp-core-buddybar.php:692
+#: bp-core/bp-core-buddybar.php:712
 msgid "You do not have access to this page."
 msgstr ""
 
-#: bp-core/bp-core-caps.php:382 bp-core/bp-core-caps.php:394
-#: bp-core/bp-core-caps.php:408 bp-core/bp-core-caps.php:418
+#: bp-core/bp-core-caps.php:365 bp-core/bp-core-caps.php:377
+#: bp-core/bp-core-caps.php:391 bp-core/bp-core-caps.php:401
 msgid "Special community roles no longer exist. Use mapped capabilities instead"
 msgstr ""
 
-#: bp-core/bp-core-catchuri.php:312
+#: bp-core/bp-core-catchuri.php:330
 msgid ""
 "This user has been marked as a spammer. Only site admins can view this "
 "profile."
 msgstr ""
 
-#: bp-core/bp-core-catchuri.php:572 bp-core/bp-core-catchuri.php:649
+#: bp-core/bp-core-catchuri.php:641 bp-core/bp-core-catchuri.php:718
 msgid "You must log in to access the page you requested."
 msgstr ""
 
@@ -1938,136 +1944,220 @@ msgstr ""
 msgid "Customize the appearance of emails sent by BuddyPress."
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:284
+#: bp-core/bp-core-customizer-email.php:286
 msgid "Email background color"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:291
+#: bp-core/bp-core-customizer-email.php:293
 msgid "Header background color"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:298
+#: bp-core/bp-core-customizer-email.php:300
 msgid "Applied to links and other decorative areas."
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:299
+#: bp-core/bp-core-customizer-email.php:301
 msgid "Highlight color"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:306
-#: bp-core/bp-core-customizer-email.php:335
-#: bp-core/bp-core-customizer-email.php:372
+#: bp-core/bp-core-customizer-email.php:308
+#: bp-core/bp-core-customizer-email.php:337
+#: bp-core/bp-core-customizer-email.php:374
 msgid "Text color"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:313
-#: bp-core/bp-core-customizer-email.php:342
-#: bp-core/bp-core-customizer-email.php:379
+#: bp-core/bp-core-customizer-email.php:315
+#: bp-core/bp-core-customizer-email.php:344
+#: bp-core/bp-core-customizer-email.php:381
 msgid "Text size"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:327
-#: bp-core/bp-core-customizer-email.php:365
+#: bp-core/bp-core-customizer-email.php:329
+#: bp-core/bp-core-customizer-email.php:367
 msgid "Background color"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:356
+#: bp-core/bp-core-customizer-email.php:358
 msgid "Change the email footer here"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:357
+#: bp-core/bp-core-customizer-email.php:359
 msgid "Footer text"
 msgstr ""
 
-#: bp-core/bp-core-dependency.php:225
+#: bp-core/bp-core-dependency.php:230
 msgid "The current user is being initialized without using $wp->init()."
 msgstr ""
 
-#: bp-core/bp-core-filters.php:410 bp-core/bp-core-filters.php:443
+#: bp-core/bp-core-filters.php:404 bp-core/bp-core-filters.php:437
 msgid "[User Set]"
 msgstr ""
 
-#: bp-core/bp-core-filters.php:586
+#: bp-core/bp-core-filters.php:580
 msgid "Page %s"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:1091
+#: bp-core/bp-core-functions.php:1101
 msgid "sometime"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:1100
+#: bp-core/bp-core-functions.php:1110
 msgid "right now"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:1109
+#: bp-core/bp-core-functions.php:1119
 msgid "%s ago"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:1170
+#: bp-core/bp-core-functions.php:1180
 msgid "%s year"
 msgid_plural "%s years"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1173 bp-core/bp-core-functions.php:1207
+#: bp-core/bp-core-functions.php:1183 bp-core/bp-core-functions.php:1217
 msgid "%s month"
 msgid_plural "%s months"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1176 bp-core/bp-core-functions.php:1210
+#: bp-core/bp-core-functions.php:1186 bp-core/bp-core-functions.php:1220
 msgid "%s week"
 msgid_plural "%s weeks"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1179 bp-core/bp-core-functions.php:1213
+#: bp-core/bp-core-functions.php:1189 bp-core/bp-core-functions.php:1223
 msgid "%s day"
 msgid_plural "%s days"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1182 bp-core/bp-core-functions.php:1216
+#: bp-core/bp-core-functions.php:1192 bp-core/bp-core-functions.php:1226
 msgid "%s hour"
 msgid_plural "%s hours"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1185 bp-core/bp-core-functions.php:1219
+#: bp-core/bp-core-functions.php:1195 bp-core/bp-core-functions.php:1229
 msgid "%s minute"
 msgid_plural "%s minutes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1188 bp-core/bp-core-functions.php:1222
+#: bp-core/bp-core-functions.php:1198 bp-core/bp-core-functions.php:1232
 msgid "%s second"
 msgid_plural "%s seconds"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/bp-core-functions.php:1454
+#: bp-core/bp-core-functions.php:1461
 msgid "Not recently active"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2370
-#: bp-core/classes/class-bp-core-login-widget.php:83
+#: bp-core/bp-core-functions.php:2355 bp-core/classes/class-bp-core.php:31
+msgid "BuddyPress Core"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2356
+msgid "It&#8216;s what makes <del>time travel</del> BuddyPress possible!"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2359
+msgid "Community Members"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2360
+msgid "Everything in a BuddyPress community revolves around its members."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2366
+#: bp-templates/bp-legacy/buddypress/groups/create.php:149
+msgid "Group Forums"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2367
+msgid "BuddyPress Forums are retired. Use %s."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2381
+msgid "Friend Connections"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2382
+msgid ""
+"Let your users make connections so they can track the activity of others "
+"and focus on the people they care about the most."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2385
+msgid "Private Messaging"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2386
+msgid ""
+"Allow your users to talk to each other directly and in private. Not just "
+"limited to one-on-one discussions, messages can be sent between any number "
+"of members."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2390
+msgid ""
+"Global, personal, and group activity streams with threaded commenting, "
+"direct posting, favoriting, and @mentions, all with full RSS feed and email "
+"notification support."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2397
+msgid "User Groups"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2398
+msgid ""
+"Groups allow your users to organize themselves into specific public, "
+"private or hidden sections with separate activity streams and member "
+"listings."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2401
+msgid "Group Forums (Legacy)"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2402
+msgid "Group forums allow for focused, bulletin-board style conversations."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2405
+msgid "Site Tracking"
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2406
+msgid "Record activity for new posts and comments from your site."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2412
+msgid "Record activity for new sites, posts, and comments across your network."
+msgstr ""
+
+#: bp-core/bp-core-functions.php:2476
+#: bp-core/classes/class-bp-core-login-widget.php:84
 #: bp-core/deprecated/1.5.php:313 bp-core/deprecated/2.1.php:258
-#: bp-members/bp-members-template.php:1239
+#: bp-members/bp-members-template.php:1326
 msgid "Log Out"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2435
-#: bp-core/classes/class-bp-core-login-widget.php:115
+#: bp-core/bp-core-functions.php:2541
+#: bp-core/classes/class-bp-core-login-widget.php:116
 #: bp-core/deprecated/2.1.php:190
 msgid "Log In"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3139
+#: bp-core/bp-core-functions.php:3239
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] {{poster.name}} replied to one of your updates"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3141
+#: bp-core/bp-core-functions.php:3241
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} replied to one of your updates:\n"
@@ -2078,7 +2168,7 @@ msgid ""
 "on the conversation."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3143
+#: bp-core/bp-core-functions.php:3243
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} replied to one of your updates:\n"
@@ -2089,12 +2179,12 @@ msgid ""
 "{{{thread.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3147
+#: bp-core/bp-core-functions.php:3247
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] {{poster.name}} replied to one of your comments"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3149
+#: bp-core/bp-core-functions.php:3249
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} replied to one of your comments:\n"
@@ -2105,7 +2195,7 @@ msgid ""
 "on the conversation."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3151
+#: bp-core/bp-core-functions.php:3251
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} replied to one of your comments:\n"
@@ -2116,12 +2206,12 @@ msgid ""
 "{{{thread.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3155
+#: bp-core/bp-core-functions.php:3255
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] {{poster.name}} mentioned you in a status update"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3157
+#: bp-core/bp-core-functions.php:3257
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} mentioned you in a status update:\n"
@@ -2132,7 +2222,7 @@ msgid ""
 "up on the conversation."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3159
+#: bp-core/bp-core-functions.php:3259
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} mentioned you in a status update:\n"
@@ -2143,12 +2233,12 @@ msgid ""
 "{{{mentioned.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3163
+#: bp-core/bp-core-functions.php:3263
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] {{poster.name}} mentioned you in an update"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3165
+#: bp-core/bp-core-functions.php:3265
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} mentioned you in the group \"{{group.name}}\":\n"
@@ -2159,7 +2249,7 @@ msgid ""
 "up on the conversation."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3167
+#: bp-core/bp-core-functions.php:3267
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{poster.name}} mentioned you in the group \"{{group.name}}\":\n"
@@ -2170,12 +2260,12 @@ msgid ""
 "{{{mentioned.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3171
+#: bp-core/bp-core-functions.php:3271
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Activate your account"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3173
+#: bp-core/bp-core-functions.php:3273
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Thanks for registering!\n"
@@ -2184,7 +2274,7 @@ msgid ""
 "href=\"{{{activate.url}}}\">{{{activate.url}}}</a>"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3175
+#: bp-core/bp-core-functions.php:3275
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Thanks for registering!\n"
@@ -2193,12 +2283,12 @@ msgid ""
 "{{{activate.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3179
+#: bp-core/bp-core-functions.php:3279
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Activate {{{user-site.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3181
+#: bp-core/bp-core-functions.php:3281
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Thanks for registering!\n"
@@ -2210,7 +2300,7 @@ msgid ""
 "href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3183
+#: bp-core/bp-core-functions.php:3283
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Thanks for registering!\n"
@@ -2221,12 +2311,12 @@ msgid ""
 "After you activate, you can visit your site at {{{user-site.url}}}."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3187
+#: bp-core/bp-core-functions.php:3287
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] New friendship request from {{initiator.name}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3189
+#: bp-core/bp-core-functions.php:3289
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "<a href=\"{{{initiator.url}}}\">{{initiator.name}}</a> wants to add you as "
@@ -2236,7 +2326,7 @@ msgid ""
 "href=\"{{{friend-requests.url}}}\">{{{friend-requests.url}}}</a>"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3191
+#: bp-core/bp-core-functions.php:3291
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{initiator.name}} wants to add you as a friend.\n"
@@ -2247,19 +2337,19 @@ msgid ""
 "To view {{initiator.name}}'s profile, visit: {{{initiator.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3195
+#: bp-core/bp-core-functions.php:3295
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] {{friend.name}} accepted your friendship request"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3197
+#: bp-core/bp-core-functions.php:3297
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "<a href=\"{{{friendship.url}}}\">{{friend.name}}</a> accepted your friend "
 "request."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3199
+#: bp-core/bp-core-functions.php:3299
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{friend.name}} accepted your friend request.\n"
@@ -2267,12 +2357,12 @@ msgid ""
 "To learn more about them, visit their profile: {{{friendship.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3203
+#: bp-core/bp-core-functions.php:3303
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Group details updated"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3205
+#: bp-core/bp-core-functions.php:3305
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Group details for the group &quot;<a "
@@ -2280,7 +2370,7 @@ msgid ""
 "<blockquote>{{changed_text}}</blockquote>"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3207
+#: bp-core/bp-core-functions.php:3307
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Group details for the group &quot;{{group.name}}&quot; were updated:\n"
@@ -2290,12 +2380,12 @@ msgid ""
 "To view the group, visit: {{{group.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3211
+#: bp-core/bp-core-functions.php:3311
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\""
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3213
+#: bp-core/bp-core-functions.php:3313
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join "
@@ -2304,7 +2394,7 @@ msgid ""
 "href=\"{{{group.url}}}\">visit the group</a> to learn more."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3215
+#: bp-core/bp-core-functions.php:3315
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{inviter.name}} has invited you to join the group: "
@@ -2316,19 +2406,19 @@ msgid ""
 "To view {{inviter.name}}'s profile, visit: {{{inviter.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3219
+#: bp-core/bp-core-functions.php:3319
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\""
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3221
+#: bp-core/bp-core-functions.php:3321
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a "
 "href=\"{{{group.url}}}\">{{group.name}}</a>&quot;."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3223
+#: bp-core/bp-core-functions.php:3323
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "You have been promoted to {{promoted_to}} in the group: "
@@ -2337,12 +2427,12 @@ msgid ""
 "To visit the group, go to: {{{group.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3227
+#: bp-core/bp-core-functions.php:3327
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Membership request for group: {{group.name}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3229
+#: bp-core/bp-core-functions.php:3329
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "<a href=\"{{{profile.url}}}\">{{requesting-user.name}}</a> wants to join "
@@ -2353,7 +2443,7 @@ msgid ""
 "other pending requests."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3231
+#: bp-core/bp-core-functions.php:3331
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{requesting-user.name}} wants to join the group "
@@ -2366,12 +2456,12 @@ msgid ""
 "To view {{requesting-user.name}}'s profile, visit: {{{profile.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3235
+#: bp-core/bp-core-functions.php:3335
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] New message from {{sender.name}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3237
+#: bp-core/bp-core-functions.php:3337
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n"
@@ -2382,7 +2472,7 @@ msgid ""
 "on the conversation."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3239
+#: bp-core/bp-core-functions.php:3339
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n"
@@ -2393,46 +2483,46 @@ msgid ""
 "{{{message.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3243
+#: bp-core/bp-core-functions.php:3343
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Verify your new email address"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3245
+#: bp-core/bp-core-functions.php:3345
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "You recently changed the email address associated with your account on "
-"{{site.name}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to "
-"confirm the change</a>.\n"
+"{{site.name}} to {{user.email}}. If this is correct, <a "
+"href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n"
 "\n"
 "Otherwise, you can safely ignore and delete this email if you have changed "
 "your mind, or if you think you have received this email in error."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3247
+#: bp-core/bp-core-functions.php:3347
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "You recently changed the email address associated with your account on "
-"{{site.name}}. If this is correct, go to the following link to confirm the "
-"change: {{{verify.url}}}\n"
+"{{site.name}} to {{user.email}}. If this is correct, go to the following "
+"link to confirm the change: {{{verify.url}}}\n"
 "\n"
 "Otherwise, you can safely ignore and delete this email if you have changed "
 "your mind, or if you think you have received this email in error."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3251
+#: bp-core/bp-core-functions.php:3351
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3253
+#: bp-core/bp-core-functions.php:3353
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Your membership request for the group &quot;<a "
 "href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been accepted."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3255
+#: bp-core/bp-core-functions.php:3355
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Your membership request for the group &quot;{{group.name}}&quot; has been "
@@ -2441,19 +2531,19 @@ msgid ""
 "To view the group, visit: {{{group.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3259
+#: bp-core/bp-core-functions.php:3359
 #. translators: do not remove {} brackets or translate its contents.
 msgid "[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3261
+#: bp-core/bp-core-functions.php:3361
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Your membership request for the group &quot;<a "
 "href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been rejected."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3263
+#: bp-core/bp-core-functions.php:3363
 #. translators: do not remove {} brackets or translate its contents.
 msgid ""
 "Your membership request for the group &quot;{{group.name}}&quot; has been "
@@ -2462,100 +2552,104 @@ msgid ""
 "To request membership again, visit: {{{group.url}}}"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3277
+#: bp-core/bp-core-functions.php:3377
 msgid "A member has replied to an activity update that the recipient posted."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3278
+#: bp-core/bp-core-functions.php:3378
 msgid ""
 "A member has replied to a comment on an activity update that the recipient "
 "posted."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3279
+#: bp-core/bp-core-functions.php:3379
 msgid "Recipient was mentioned in an activity update."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3280
+#: bp-core/bp-core-functions.php:3380
 msgid "Recipient was mentioned in a group activity update."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3281
+#: bp-core/bp-core-functions.php:3381
 msgid "Recipient has registered for an account."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3282
+#: bp-core/bp-core-functions.php:3382
 msgid "Recipient has registered for an account and site."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3283
+#: bp-core/bp-core-functions.php:3383
 msgid "A member has sent a friend request to the recipient."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3284
+#: bp-core/bp-core-functions.php:3384
 msgid "Recipient has had a friend request accepted by a member."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3285
+#: bp-core/bp-core-functions.php:3385
 msgid "A group's details were updated."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3286
+#: bp-core/bp-core-functions.php:3386
 msgid "A member has sent a group invitation to the recipient."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3287
+#: bp-core/bp-core-functions.php:3387
 msgid "Recipient's status within a group has changed."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3288
+#: bp-core/bp-core-functions.php:3388
 msgid "A member has requested permission to join a group."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3289
+#: bp-core/bp-core-functions.php:3389
 msgid "Recipient has received a private message."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3290
+#: bp-core/bp-core-functions.php:3390
 msgid "Recipient has changed their email address."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3291
+#: bp-core/bp-core-functions.php:3391
 msgid "Recipient had requested to join a group, which was accepted."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3292
+#: bp-core/bp-core-functions.php:3392
 msgid "Recipient had requested to join a group, which was rejected."
 msgstr ""
 
-#: bp-core/bp-core-template.php:132
+#: bp-core/bp-core-moderation.php:135
+msgid "You have posted too many links"
+msgstr ""
+
+#: bp-core/bp-core-template.php:146
 msgid "%s Directory"
 msgstr ""
 
-#: bp-core/bp-core-template.php:601
+#: bp-core/bp-core-template.php:615
 msgid "Search anything..."
 msgstr ""
 
-#: bp-core/bp-core-template.php:803
+#: bp-core/bp-core-template.php:815
 msgid " [&hellip;]"
 msgstr ""
 
-#: bp-core/bp-core-template.php:1127
+#: bp-core/bp-core-template.php:1152
 msgid "Community"
 msgstr ""
 
-#: bp-core/bp-core-template.php:3070
+#: bp-core/bp-core-template.php:3129
 #: bp-members/classes/class-bp-registration-theme-compat.php:100
 msgid "Create an Account"
 msgstr ""
 
-#: bp-core/bp-core-template.php:3074
+#: bp-core/bp-core-template.php:3133
 #: bp-members/classes/class-bp-registration-theme-compat.php:108
 msgid "Activate Your Account"
 msgstr ""
 
-#: bp-core/bp-core-template.php:3078 bp-groups/bp-groups-template.php:3362
-#: bp-groups/bp-groups-template.php:3363
+#: bp-core/bp-core-template.php:3137 bp-groups/bp-groups-template.php:3356
+#: bp-groups/bp-groups-template.php:3357
 msgid "Create a Group"
 msgstr ""
 
@@ -2593,394 +2687,422 @@ msgstr ""
 msgid "Available Tools"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:386
+#: bp-core/classes/class-bp-admin.php:383
 msgid "Main Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:389
-#: bp-core/classes/class-bp-admin.php:394
+#: bp-core/classes/class-bp-admin.php:386
+#: bp-core/classes/class-bp-admin.php:391
 msgid "Toolbar"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:399
+#: bp-core/classes/class-bp-admin.php:396
 msgid "Account Deletion"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:410
+#: bp-core/classes/class-bp-admin.php:407
 msgid "Profile Photo Uploads"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:415
+#: bp-core/classes/class-bp-admin.php:412
 msgid "Cover Image Uploads"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:420
+#: bp-core/classes/class-bp-admin.php:417
 msgid "Profile Syncing"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:429
+#: bp-core/classes/class-bp-admin.php:426
 msgid "Groups Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:432
+#: bp-core/classes/class-bp-admin.php:429
 msgid "Group Creation"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:436
+#: bp-core/classes/class-bp-admin.php:433
 msgid "Group Photo Uploads"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:441
+#: bp-core/classes/class-bp-admin.php:438
 msgid "Group Cover Image Uploads"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:451
+#: bp-core/classes/class-bp-admin.php:448
 msgid "Legacy Group Forums"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:454
+#: bp-core/classes/class-bp-admin.php:451
 msgid "bbPress Configuration"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:463
+#: bp-core/classes/class-bp-admin.php:460
 msgid "Activity Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:466
+#: bp-core/classes/class-bp-admin.php:463
 msgid "Blog &amp; Forum Comments"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:470
+#: bp-core/classes/class-bp-admin.php:467
 msgid "Activity auto-refresh"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:475
+#: bp-core/classes/class-bp-admin.php:472
 msgid "Akismet"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:493
+#: bp-core/classes/class-bp-admin.php:490
 msgid "About BuddyPress"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:517
-#: bp-groups/classes/class-bp-groups-component.php:624
+#: bp-core/classes/class-bp-admin.php:514
+#: bp-groups/classes/class-bp-groups-component.php:652
 #: bp-settings/classes/class-bp-settings-component.php:28
 #: bp-settings/classes/class-bp-settings-component.php:101
 #: bp-settings/classes/class-bp-settings-component.php:180
 msgid "Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:518
+#: bp-core/classes/class-bp-admin.php:515
 msgid "About"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:570
+#: bp-core/classes/class-bp-admin.php:572
 msgid "Getting Started with BuddyPress"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:573
+#: bp-core/classes/class-bp-admin.php:575
 msgid "Configure BuddyPress"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:576
+#: bp-core/classes/class-bp-admin.php:578
 msgid "Set Up Components"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:579
+#: bp-core/classes/class-bp-admin.php:581
 msgid "Assign Components to Pages"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:582
+#: bp-core/classes/class-bp-admin.php:584
 msgid "Customize Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:585
+#: bp-core/classes/class-bp-admin.php:587
 msgid "Get Started"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:588
+#: bp-core/classes/class-bp-admin.php:590
 msgid "Administration Tools"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:591
+#: bp-core/classes/class-bp-admin.php:593
 msgid "Add User Profile Fields"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:593
+#: bp-core/classes/class-bp-admin.php:595
 msgid "Manage User Signups"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:595
+#: bp-core/classes/class-bp-admin.php:597
 msgid "Moderate Activity Streams"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:598
+#: bp-core/classes/class-bp-admin.php:600
 msgid "Manage Groups"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:600
+#: bp-core/classes/class-bp-admin.php:602
 msgid "Repair Data"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:605
+#: bp-core/classes/class-bp-admin.php:607
 msgid "Community and Support"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:606
+#: bp-core/classes/class-bp-admin.php:608
 msgid ""
 "Looking for help? The <a href=\"https://codex.buddypress.org/\">BuddyPress "
 "Codex</a> has you covered."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:607
+#: bp-core/classes/class-bp-admin.php:609
 msgid ""
 "Can&#8217;t find what you need? Stop by <a "
 "href=\"https://buddypress.org/support/\">our support forums</a>, where "
 "active BuddyPress users and developers are waiting to share tips and more."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:616
-msgid "Customizable BuddyPress Emails"
+#: bp-core/classes/class-bp-admin.php:618
+msgid "Activity Embeds"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:619
-msgid "Change colors of the email template using the Customizer."
+#: bp-core/classes/class-bp-admin.php:630
+#: bp-core/classes/class-bp-admin.php:638
+msgid "View the Activity Embeds demo"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:622
-msgid "Keep your users coming back with beautiful and flexible email notifications."
+#: bp-core/classes/class-bp-admin.php:631
+#: bp-core/classes/class-bp-admin.php:637
+msgid "Embed activities into your WordPress posts or pages."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:623
+#: bp-core/classes/class-bp-admin.php:638
 msgid ""
-"Edit the content of your emails, create new email templates, or change the "
-"design of the template in the Customizer. These are just a few of the "
-"customizations you can make to engage your users and increase their "
-"participation in your community with the new email features."
+"Copy the permalink URL of the activity of your choice, paste it into the "
+"content editor of your WordPress post or page, and <em>voilà</em>&#33;, "
+"you&#39;ve embedded an activity update."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:623
-msgid "Learn more &rarr;"
+#: bp-core/classes/class-bp-admin.php:646 bp-forums/deprecated/1.6.php:71
+#: bp-forums/deprecated/1.6.php:221
+msgid "Features"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:634
-msgid "Post Type Comments Tracking"
+#: bp-core/classes/class-bp-admin.php:649
+msgid "Custom Front Page for Member Profile "
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:635
-msgid "Registered post types"
+#: bp-core/classes/class-bp-admin.php:650
+msgid "A member custom front page using widgets."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:636
+#: bp-core/classes/class-bp-admin.php:651
 msgid ""
-"New Activity functions help you track post type comments in sync with the "
-"Blogs component when activated."
+"Theme developers or site owners can create custom front pages for their "
+"community&#39;s members by adding a <code>front.php</code> template to "
+"their template overrides. A specific template hierarchy is also available "
+"to make them even more unique."
+msgstr ""
+
+#: bp-core/classes/class-bp-admin.php:651
+msgid "Read all about this new feature."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:639
-msgid "Twenty Twelve Companion Stylesheet"
+#: bp-core/classes/class-bp-admin.php:655
+msgid "Group Types API"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:640
-msgid "BuddyPress styles Twenty Twelve"
+#: bp-core/classes/class-bp-admin.php:656
+msgid "Group types metabox in Groups admin page."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:641
+#: bp-core/classes/class-bp-admin.php:657
 msgid ""
-"BuddyPress components never looked so fine as they do now in the Twenty "
-"Twelve theme."
+"Registering group types finally enables a strict separation of different "
+"and explicit types of groups. This new feature is available to plugin "
+"developers starting with BuddyPress 2.6."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:647
-msgid "Support for Emojis"
+#: bp-core/classes/class-bp-admin.php:657
+msgid "Learn how to set up Group Types."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:648
-msgid "Fun with Emojies"
+#: bp-core/classes/class-bp-admin.php:661
+msgid "New Navigation API"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:649
+#: bp-core/classes/class-bp-admin.php:662
+msgid "Sample code for using the new navigation API"
+msgstr ""
+
+#: bp-core/classes/class-bp-admin.php:663
 msgid ""
-"Have fun and be merry! You can now use Emojis in activity updates, "
-"messages, and group descriptions."
+"The member and group navigation system has been totally rewritten, making "
+"it easier than ever to customize BuddyPress nav items."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:653
-msgid "Autolink Settings for Profile Fields"
+#: bp-core/classes/class-bp-admin.php:663
+msgid "Read the informative commit message."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:654
-msgid "Autolink settings in the profile fields panel"
+#: bp-core/classes/class-bp-admin.php:667
+msgid "Stylesheets for Twenty Eleven and Twenty Ten"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:655
+#: bp-core/classes/class-bp-admin.php:668
+msgid "Styled BuddyPress components in Twenty Eleven and Twenty Ten"
+msgstr ""
+
+#: bp-core/classes/class-bp-admin.php:669
 msgid ""
-"Administrators can enable or disable autolink settings for each new profile "
-"field type."
+"BuddyPress feels right at home now in the classic default themes, Twenty "
+"Ten and Twenty Eleven."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:662
+#: bp-core/classes/class-bp-admin.php:674
 msgid "Under The Hood"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:666
+#: bp-core/classes/class-bp-admin.php:678
+msgid "Performance Enhancements"
+msgstr ""
+
+#: bp-core/classes/class-bp-admin.php:679
+msgid ""
+"Class autoloading reduces the memory needed to run BuddyPress on your "
+"server. Improved caching strategies for group membership statuses mean "
+"fewer round trips to your overworked database server."
+msgstr ""
+
+#: bp-core/classes/class-bp-admin.php:680
 msgid "Localization Improvements"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:667
+#: bp-core/classes/class-bp-admin.php:681
 msgid ""
-"We continue to improve on localization for translation editors so that "
-"BuddyPress will be available for everyone in their own language."
+"Improved localization strings and comments help translators do their "
+"much-appreciated work: making BuddyPress available in many languages."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:668
-msgid "Accessibility Upgrades"
+#: bp-core/classes/class-bp-admin.php:685
+msgid "Notifications Updates"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:669
+#: bp-core/classes/class-bp-admin.php:686
 msgid ""
-"Continued improvements in the frontend and backend to make BuddyPress "
-"usable for everyone."
+"Adjustments to the notifications component allow members to receive timely "
+"and relevant updates about activity in your community."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:673
-msgid "Enhanced Multisite Support"
+#: bp-core/classes/class-bp-admin.php:687
+msgid "Accessibility Upgrades"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:674
+#: bp-core/classes/class-bp-admin.php:688
 msgid ""
-"BuddyPress is already primed for all multisite configurations available. We "
-"just made it better."
+"Continued improvements help make BuddyPress&#39; back- and front-end "
+"screens usable for everyone &#40;and on more devices&#41;."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:675
+#: bp-core/classes/class-bp-admin.php:689
 msgid "Developer Reference"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:676
+#: bp-core/classes/class-bp-admin.php:690
 msgid ""
 "Regular updates to inline code documentation make it easier for developers "
 "to understand how BuddyPress works."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:708
+#: bp-core/classes/class-bp-admin.php:724
 msgid "BuddyPress is created by a worldwide network of friendly folks like these."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:710
+#: bp-core/classes/class-bp-admin.php:726
 msgid "Project Leaders"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:715
+#: bp-core/classes/class-bp-admin.php:731
 msgid "Project Lead"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:720
-#: bp-core/classes/class-bp-admin.php:725
+#: bp-core/classes/class-bp-admin.php:736
+#: bp-core/classes/class-bp-admin.php:741
 msgid "Lead Developer"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:729
+#: bp-core/classes/class-bp-admin.php:745
 msgid "Core Team"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:734
-#: bp-core/classes/class-bp-admin.php:739
-#: bp-core/classes/class-bp-admin.php:749
-#: bp-core/classes/class-bp-admin.php:754
-#: bp-core/classes/class-bp-admin.php:759
+#: bp-core/classes/class-bp-admin.php:750
+#: bp-core/classes/class-bp-admin.php:755
+#: bp-core/classes/class-bp-admin.php:765
+#: bp-core/classes/class-bp-admin.php:770
+#: bp-core/classes/class-bp-admin.php:775
 msgid "Core Developer"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:744
+#: bp-core/classes/class-bp-admin.php:760
 msgid "Navigator"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:763
+#: bp-core/classes/class-bp-admin.php:779
 msgid "&#x1f31f;Recent Rockstars&#x1f31f;"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:788
+#: bp-core/classes/class-bp-admin.php:820
 msgid "Contributors to BuddyPress %s"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:826
+#: bp-core/classes/class-bp-admin.php:866
 msgid "&#x1f496;With our thanks to these Open Source projects&#x1f496;"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:851
+#: bp-core/classes/class-bp-admin.php:892
 msgid ""
 "Thank you for installing BuddyPress! BuddyPress helps you build any type of "
 "community website using WordPress, with member profiles, activity streams, "
 "user groups, messaging, and more."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:852
+#: bp-core/classes/class-bp-admin.php:893
 msgid ""
 "Thank you for updating! BuddyPress %s has many new features that you will "
 "enjoy."
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:856
+#: bp-core/classes/class-bp-admin.php:897
 msgid "Welcome to BuddyPress %s"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:885
+#: bp-core/classes/class-bp-admin.php:926
 msgid "What&#8217;s New"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:887
+#: bp-core/classes/class-bp-admin.php:928
 msgid "Credits"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:42
+#: bp-core/classes/class-bp-attachment-avatar.php:40
 msgid "That photo is too big. Please upload one smaller than %s"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:43
+#: bp-core/classes/class-bp-attachment-avatar.php:41
 #: bp-core/classes/class-bp-attachment-cover-image.php:41
 msgid "Please upload only this file type: %s."
 msgid_plural "Please upload only these file types: %s."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:386
-#: bp-xprofile/bp-xprofile-screens.php:260
+#: bp-core/classes/class-bp-attachment-avatar.php:369
+#: bp-xprofile/bp-xprofile-screens.php:261
 msgid "There was a problem cropping your profile photo."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:387
-#: bp-xprofile/bp-xprofile-screens.php:274
+#: bp-core/classes/class-bp-attachment-avatar.php:370
+#: bp-xprofile/bp-xprofile-screens.php:275
 msgid "Your new profile photo was uploaded successfully."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:388
+#: bp-core/classes/class-bp-attachment-avatar.php:371
 #: bp-xprofile/bp-xprofile-actions.php:42
 msgid "There was a problem deleting your profile photo. Please try again."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:389
+#: bp-core/classes/class-bp-attachment-avatar.php:372
 #: bp-xprofile/bp-xprofile-actions.php:40
 msgid "Your profile photo was deleted successfully!"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:404
-#: bp-groups/bp-groups-screens.php:1022
+#: bp-core/classes/class-bp-attachment-avatar.php:387
+#: bp-groups/bp-groups-screens.php:1024
 msgid "There was a problem cropping the group profile photo."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:405
-#: bp-groups/bp-groups-actions.php:346
+#: bp-core/classes/class-bp-attachment-avatar.php:388
+#: bp-groups/bp-groups-actions.php:361
 msgid "The group profile photo was uploaded successfully."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:406
-#: bp-groups/bp-groups-screens.php:979
+#: bp-core/classes/class-bp-attachment-avatar.php:389
+#: bp-groups/bp-groups-screens.php:981
 msgid "There was a problem deleting the group profile photo. Please try again."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:407
-#: bp-groups/bp-groups-screens.php:977
+#: bp-core/classes/class-bp-attachment-avatar.php:390
+#: bp-groups/bp-groups-screens.php:979
 msgid "The group profile photo was deleted successfully!"
 msgstr ""
 
@@ -3012,96 +3134,112 @@ msgstr ""
 msgid "The group cover image was deleted successfully!"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:166
+#: bp-core/classes/class-bp-attachment.php:160
 msgid "The file was uploaded successfully"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:167
+#: bp-core/classes/class-bp-attachment.php:161
 msgid "The uploaded file exceeds the maximum allowed file size for this site"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:168
+#: bp-core/classes/class-bp-attachment.php:162
 msgid "The uploaded file exceeds the maximum allowed file size of: %s"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:169
+#: bp-core/classes/class-bp-attachment.php:163
 msgid "The uploaded file was only partially uploaded."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:170
+#: bp-core/classes/class-bp-attachment.php:164
 msgid "No file was uploaded."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:172
+#: bp-core/classes/class-bp-attachment.php:166
 msgid "Missing a temporary folder."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:173
+#: bp-core/classes/class-bp-attachment.php:167
 msgid "Failed to write file to disk."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:174
+#: bp-core/classes/class-bp-attachment.php:168
 msgid "File upload stopped by extension."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:449
+#: bp-core/classes/class-bp-attachment.php:435
 msgid "Cropping the file failed: missing source file."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:454
+#: bp-core/classes/class-bp-attachment.php:440
 msgid "Cropping the file failed: the file path is not allowed."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:495
+#: bp-core/classes/class-bp-attachment.php:481
 msgid "Cropping the file failed: %s is not a supported image file."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:528
+#: bp-core/classes/class-bp-attachment.php:514
 msgid "Sorry, uploading the file failed."
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:529
+#: bp-core/classes/class-bp-attachment.php:515
 msgid "File successfully uploaded."
 msgstr ""
 
+#: bp-core/classes/class-bp-core-bp-nav-backcompat.php:66
+#: bp-core/classes/class-bp-core-bp-nav-backcompat.php:100
+#: bp-core/classes/class-bp-core-bp-nav-backcompat.php:125
+#: bp-core/classes/class-bp-core-bp-nav-backcompat.php:151
+msgid ""
+"The bp_nav and bp_options_nav globals should not be used directly and are "
+"deprecated. Please use the BuddyPress nav functions instead."
+msgstr ""
+
+#: bp-core/classes/class-bp-core-bp-options-nav-backcompat.php:40
+#: bp-core/classes/class-bp-core-bp-options-nav-backcompat.php:80
+msgid ""
+"These globals should not be used directly and are deprecated. Please use "
+"the BuddyPress nav functions instead."
+msgstr ""
+
 #: bp-core/classes/class-bp-core-login-widget.php:30
 msgid ""
 "Show a Log In form to logged-out visitors, and a Log Out link to those who "
 "are logged in."
 msgstr ""
 
-#: bp-core/classes/class-bp-core-login-widget.php:107
+#: bp-core/classes/class-bp-core-login-widget.php:108
 #: bp-members/classes/class-bp-members-list-table.php:150
 #: bp-members/classes/class-bp-members-ms-list-table.php:137
 #: bp-templates/bp-legacy/buddypress/members/register.php:76
 msgid "Username"
 msgstr ""
 
-#: bp-core/classes/class-bp-core-login-widget.php:110
+#: bp-core/classes/class-bp-core-login-widget.php:111
 msgid "Password"
 msgstr ""
 
-#: bp-core/classes/class-bp-core-login-widget.php:113
+#: bp-core/classes/class-bp-core-login-widget.php:114
 msgid "Remember Me"
 msgstr ""
 
-#: bp-core/classes/class-bp-core-login-widget.php:119
+#: bp-core/classes/class-bp-core-login-widget.php:120
 msgid "Register for a new account"
 msgstr ""
 
-#: bp-core/classes/class-bp-core-login-widget.php:179
-#: bp-groups/classes/class-bp-groups-widget.php:205
-#: bp-members/classes/class-bp-core-members-widget.php:195
-#: bp-members/classes/class-bp-core-recently-active-widget.php:136
-#: bp-members/classes/class-bp-core-whos-online-widget.php:136
-#: bp-messages/classes/class-bp-messages-sitewide-notices-widget.php:115
+#: bp-core/classes/class-bp-core-login-widget.php:180
+#: bp-groups/classes/class-bp-groups-widget.php:215
+#: bp-members/classes/class-bp-core-members-widget.php:211
+#: bp-members/classes/class-bp-core-recently-active-widget.php:145
+#: bp-members/classes/class-bp-core-whos-online-widget.php:145
+#: bp-messages/classes/class-bp-messages-sitewide-notices-widget.php:116
 #: bp-templates/bp-legacy/buddypress/forums/index.php:168
 #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:74
 #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:106
 msgid "Title:"
 msgstr ""
 
-#: bp-core/classes/class-bp-core-user.php:203
+#: bp-core/classes/class-bp-core-user.php:191
 #: bp-groups/classes/class-bp-groups-invite-template.php:244
 msgid "%d group"
 msgid_plural "%d groups"
@@ -3109,7 +3247,7 @@ msgstr[0] ""
 msgstr[1] ""
 
 #: bp-core/deprecated/1.5.php:146
-#: bp-templates/bp-legacy/buddypress/activity/post-form.php:55
+#: bp-templates/bp-legacy/buddypress/activity/post-form.php:61
 #: bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php:28
 msgid "My Profile"
 msgstr ""
@@ -3162,25 +3300,25 @@ msgid ""
 msgstr ""
 
 #: bp-core/deprecated/1.6.php:127 bp-core/deprecated/1.6.php:148
-#: bp-groups/bp-groups-template.php:5002 bp-groups/bp-groups-template.php:5025
+#: bp-groups/bp-groups-template.php:5008 bp-groups/bp-groups-template.php:5031
 msgid "Recently Active"
 msgstr ""
 
 #: bp-core/deprecated/1.6.php:128 bp-core/deprecated/1.6.php:151
-#: bp-friends/classes/class-bp-core-friends-widget.php:94
-#: bp-friends/classes/class-bp-core-friends-widget.php:189
-#: bp-groups/bp-groups-template.php:4273
-#: bp-groups/classes/class-bp-groups-widget.php:111
-#: bp-groups/classes/class-bp-groups-widget.php:214
-#: bp-members/classes/class-bp-core-members-widget.php:101
-#: bp-members/classes/class-bp-core-members-widget.php:217
+#: bp-friends/classes/class-bp-core-friends-widget.php:105
+#: bp-friends/classes/class-bp-core-friends-widget.php:200
+#: bp-groups/bp-groups-template.php:4284
+#: bp-groups/classes/class-bp-groups-widget.php:121
+#: bp-groups/classes/class-bp-groups-widget.php:224
+#: bp-members/classes/class-bp-core-members-widget.php:114
+#: bp-members/classes/class-bp-core-members-widget.php:233
 #: bp-templates/bp-legacy/buddypress/blogs/index.php:90
 #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:21
 msgid "Newest"
 msgstr ""
 
 #: bp-core/deprecated/1.6.php:129 bp-core/deprecated/1.6.php:154
-#: bp-groups/bp-groups-template.php:5007 bp-groups/bp-groups-template.php:5040
+#: bp-groups/bp-groups-template.php:5013 bp-groups/bp-groups-template.php:5046
 msgid "Alphabetically"
 msgstr ""
 
@@ -3241,7 +3379,7 @@ msgid "Group Settings"
 msgstr ""
 
 #: bp-core/deprecated/2.1.php:373
-#: bp-groups/classes/class-bp-groups-component.php:785
+#: bp-groups/classes/class-bp-groups-component.php:824
 msgid "Group Profile Photo"
 msgstr ""
 
@@ -3257,9 +3395,9 @@ msgstr ""
 msgid "Membership Requests"
 msgstr ""
 
-#: bp-core/deprecated/2.1.php:391 bp-groups/bp-groups-admin.php:990
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:468
-#: bp-xprofile/bp-xprofile-admin.php:154
+#: bp-core/deprecated/2.1.php:391 bp-groups/bp-groups-admin.php:1026
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:487
+#: bp-xprofile/bp-xprofile-admin.php:157
 msgid "Delete Group"
 msgstr ""
 
@@ -3287,123 +3425,123 @@ msgstr ""
 msgid "No new notifications."
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:28
+#: bp-forums/bp-forums-loader.php:33
 msgid "Discussion Forums"
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:74
+#: bp-forums/bp-forums-loader.php:79
 msgid "Search Forums..."
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:162 bp-forums/bp-forums-loader.php:215
+#: bp-forums/bp-forums-loader.php:169 bp-forums/bp-forums-loader.php:222
 msgid "Topics Started"
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:173
+#: bp-forums/bp-forums-loader.php:180
 msgid "Replied To"
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:223
+#: bp-forums/bp-forums-loader.php:230
 msgid "Replies"
 msgstr ""
 
-#: bp-forums/bp-forums-loader.php:231
+#: bp-forums/bp-forums-loader.php:238
 msgid "Favorite Topics"
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:26 bp-forums/bp-forums-screens.php:263
+#: bp-forums/bp-forums-screens.php:28 bp-forums/bp-forums-screens.php:275
 msgid "The forums component has not been set up yet."
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:54 bp-groups/bp-groups-screens.php:528
+#: bp-forums/bp-forums-screens.php:56 bp-groups/bp-groups-screens.php:530
 msgid "Please provide a title for your forum topic."
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:56 bp-groups/bp-groups-screens.php:530
+#: bp-forums/bp-forums-screens.php:58 bp-groups/bp-groups-screens.php:532
 msgid "Forum posts cannot be empty. Please enter some text."
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:63 bp-groups/bp-groups-screens.php:542
+#: bp-forums/bp-forums-screens.php:65 bp-groups/bp-groups-screens.php:544
 msgid "There was an error when creating the topic"
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:66 bp-groups/bp-groups-screens.php:545
+#: bp-forums/bp-forums-screens.php:68 bp-groups/bp-groups-screens.php:547
 msgid "The topic was created successfully"
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:74 bp-forums/bp-forums-screens.php:79
+#: bp-forums/bp-forums-screens.php:76 bp-forums/bp-forums-screens.php:81
 msgid "Please pick the group forum where you would like to post this topic."
 msgstr ""
 
-#: bp-forums/bp-forums-screens.php:289 bp-groups/bp-groups-template.php:3170
-#: bp-groups/bp-groups-template.php:3171
+#: bp-forums/bp-forums-screens.php:301 bp-groups/bp-groups-template.php:3164
+#: bp-groups/bp-groups-template.php:3165
 #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:30
 msgid "New Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:877 bp-forums/bp-forums-template.php:1038
-#: bp-forums/bp-forums-template.php:2412
-#: bp-messages/bp-messages-template.php:1617
-#: bp-messages/bp-messages-template.php:1866
+#: bp-forums/bp-forums-template.php:930 bp-forums/bp-forums-template.php:1111
+#: bp-forums/bp-forums-template.php:2651
+#: bp-messages/bp-messages-template.php:1627
+#: bp-messages/bp-messages-template.php:1878
 #: bp-messages/classes/class-bp-messages-thread.php:800
 msgid "Deleted User"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1092
+#: bp-forums/bp-forums-template.php:1169
 msgid "Group logo for %s"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1350 bp-groups/bp-groups-template.php:1920
+#: bp-forums/bp-forums-template.php:1463 bp-groups/bp-groups-template.php:1914
 msgid "%d post"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1354 bp-groups/bp-groups-template.php:1922
+#: bp-forums/bp-forums-template.php:1467 bp-groups/bp-groups-template.php:1916
 msgid "%d posts"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1585
+#: bp-forums/bp-forums-template.php:1730
 msgid "Edit Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1589
+#: bp-forums/bp-forums-template.php:1734
 msgid "Sticky Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1591
+#: bp-forums/bp-forums-template.php:1736
 msgid "Un-stick Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1594
+#: bp-forums/bp-forums-template.php:1739
 msgid "Open Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1596
+#: bp-forums/bp-forums-template.php:1741
 msgid "Close Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1598
+#: bp-forums/bp-forums-template.php:1743
 msgid "Delete Topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1871
+#: bp-forums/bp-forums-template.php:2053
 msgid " matching tag \"%s\""
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1874
+#: bp-forums/bp-forums-template.php:2056
 msgid "Viewing 1 topic"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:1876
+#: bp-forums/bp-forums-template.php:2058
 msgid "Viewing %1$s - %2$s of %3$s topic"
 msgid_plural "Viewing %1$s - %2$s of %3$s topics"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-forums/bp-forums-template.php:2607
+#: bp-forums/bp-forums-template.php:2872
 msgid "Viewing 1 post"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:2609
+#: bp-forums/bp-forums-template.php:2874
 msgid "Viewing %1$s - %2$s of %3$s post"
 msgid_plural "Viewing %1$s - %2$s of %3$s posts"
 msgstr[0] ""
@@ -3425,39 +3563,35 @@ msgstr ""
 msgid "(Installed)"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:65 bp-forums/deprecated/1.6.php:209
+#: bp-forums/deprecated/1.6.php:65 bp-forums/deprecated/1.6.php:215
 msgid "Forums for Groups"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:67 bp-forums/deprecated/1.6.php:211
+#: bp-forums/deprecated/1.6.php:67 bp-forums/deprecated/1.6.php:217
 msgid ""
 "Give each individual group its own discussion forum. Choose this if you'd "
 "like to keep your members' conversations separated into distinct areas."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:69 bp-forums/deprecated/1.6.php:213
+#: bp-forums/deprecated/1.6.php:69 bp-forums/deprecated/1.6.php:219
 msgid ""
 "Note: This component is retired and will not be receiving any updates in "
 "the future.  Only use this component if your current site relies on it."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:71 bp-forums/deprecated/1.6.php:215
-msgid "Features"
-msgstr ""
-
-#: bp-forums/deprecated/1.6.php:73 bp-forums/deprecated/1.6.php:217
+#: bp-forums/deprecated/1.6.php:73 bp-forums/deprecated/1.6.php:223
 msgid "Group Integration"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:74 bp-forums/deprecated/1.6.php:218
+#: bp-forums/deprecated/1.6.php:74 bp-forums/deprecated/1.6.php:224
 msgid "Member Profile Integration"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:75 bp-forums/deprecated/1.6.php:219
+#: bp-forums/deprecated/1.6.php:75 bp-forums/deprecated/1.6.php:225
 msgid "Activity Stream Integration"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:76 bp-forums/deprecated/1.6.php:220
+#: bp-forums/deprecated/1.6.php:76 bp-forums/deprecated/1.6.php:226
 msgid "@ Mention Integration"
 msgstr ""
 
@@ -3465,122 +3599,131 @@ msgstr ""
 msgid "Uninstall Group Forums"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:85 bp-forums/deprecated/1.6.php:230
+#: bp-forums/deprecated/1.6.php:85 bp-forums/deprecated/1.6.php:236
 msgid "New! bbPress"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:86 bp-forums/deprecated/1.6.php:231
+#: bp-forums/deprecated/1.6.php:86 bp-forums/deprecated/1.6.php:237
 msgid ""
 "bbPress is a brand-new forum plugin from one of the lead developers of "
 "BuddyPress."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:88 bp-forums/deprecated/1.6.php:233
+#: bp-forums/deprecated/1.6.php:88 bp-forums/deprecated/1.6.php:239
 msgid ""
 "It boasts a bunch of cool features that the BP Legacy Discussion Forums "
 "does not have including:"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:91 bp-forums/deprecated/1.6.php:236
+#: bp-forums/deprecated/1.6.php:91 bp-forums/deprecated/1.6.php:242
 msgid "Non-group specific forum creation"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:92 bp-forums/deprecated/1.6.php:237
+#: bp-forums/deprecated/1.6.php:92 bp-forums/deprecated/1.6.php:243
 msgid "Moderation via the WP admin dashboard"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:93 bp-forums/deprecated/1.6.php:238
+#: bp-forums/deprecated/1.6.php:93 bp-forums/deprecated/1.6.php:244
 msgid "Topic splitting"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:94 bp-forums/deprecated/1.6.php:239
+#: bp-forums/deprecated/1.6.php:94 bp-forums/deprecated/1.6.php:245
 msgid "Revisions"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:95 bp-forums/deprecated/1.6.php:240
+#: bp-forums/deprecated/1.6.php:95 bp-forums/deprecated/1.6.php:246
 msgid "Spam management"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:96 bp-forums/deprecated/1.6.php:241
+#: bp-forums/deprecated/1.6.php:96 bp-forums/deprecated/1.6.php:247
 msgid "Subscriptions"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:97 bp-forums/deprecated/1.6.php:242
+#: bp-forums/deprecated/1.6.php:97 bp-forums/deprecated/1.6.php:248
 msgid "And more!"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:100 bp-forums/deprecated/1.6.php:245
+#: bp-forums/deprecated/1.6.php:100 bp-forums/deprecated/1.6.php:251
 msgid ""
 "If you decide to use bbPress, you will need to deactivate the legacy group "
 "forum component.  For more info, <a href=\"%s\">read this codex article</a>."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:140
-msgid "The bb-config.php file was not found at that location. Please try again."
+#: bp-forums/deprecated/1.6.php:141
+#. translators: %s: bb-config.php
+msgid "The %s file was not found at that location. Please try again."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:143
+#: bp-forums/deprecated/1.6.php:144
 msgid "Forums were set up correctly using your existing bbPress install!"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:144
+#: bp-forums/deprecated/1.6.php:146
+#. translators: %s: bb-config.php
 msgid ""
 "BuddyPress will now use its internal copy of bbPress to run the forums on "
 "your site. If you wish, you can remove your old bbPress installation files, "
-"as long as you keep the bb-config.php file in the same location."
+"as long as you keep the %s file in the same location."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:149
+#: bp-forums/deprecated/1.6.php:151
 msgid "Existing bbPress Installation"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:150
+#: bp-forums/deprecated/1.6.php:153
+#. translators: %s: bb-config.php
 msgid ""
 "BuddyPress can make use of your existing bbPress install. Just provide the "
-"location of your <code>bb-config.php</code> file, and BuddyPress will do "
-"the rest."
+"location of your %s file, and BuddyPress will do the rest."
+msgstr ""
+
+#: bp-forums/deprecated/1.6.php:155
+#. translators: %s: bb-config.php
+msgid "%s file location:"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:152 bp-forums/deprecated/1.6.php:187
+#: bp-forums/deprecated/1.6.php:156 bp-forums/deprecated/1.6.php:193
 msgid "Complete Installation"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:169
+#: bp-forums/deprecated/1.6.php:174
+#. translators: %s: bb-config.php
 msgid ""
-"All done! Configuration settings have been saved to the file "
-"<code>bb-config.php</code> in the root of your WordPress install."
+"All done! Configuration settings have been saved to the %s file in the root "
+"of your WordPress install."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:175
+#: bp-forums/deprecated/1.6.php:181
+#. translators: %s: bb-config.php
 msgid ""
 "A configuration file could not be created. No problem, but you will need to "
-"save the text shown below into a file named <code>bb-config.php</code> in "
-"the root directory of your WordPress installation before you can start "
-"using the forum functionality."
+"save the text shown below into a file named %s in the root directory of "
+"your WordPress installation before you can start using the forum "
+"functionality."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:184
+#: bp-forums/deprecated/1.6.php:190
 msgid "New bbPress Installation"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:185
+#: bp-forums/deprecated/1.6.php:191
 msgid ""
 "You've decided to set up a new installation of bbPress for forum management "
 "in BuddyPress. This is very simple and is usually just a one click\n"
 "\t\t\t\tprocess. When you're ready, hit the link below."
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:197
+#: bp-forums/deprecated/1.6.php:203
 msgid ""
 "bbPress files were not found. To install the forums component you must "
 "download a copy of bbPress and make sure it is in the folder: \"%s\""
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:224
+#: bp-forums/deprecated/1.6.php:230
 msgid "Install Group Forums"
 msgstr ""
 
-#: bp-forums/deprecated/1.6.php:225
+#: bp-forums/deprecated/1.6.php:231
 msgid "Use Existing Installation"
 msgstr ""
 
@@ -3601,7 +3744,7 @@ msgid "You already have a pending friendship request with this user"
 msgstr ""
 
 #: bp-friends/bp-friends-actions.php:80
-#: bp-templates/bp-legacy/buddypress-functions.php:1372
+#: bp-templates/bp-legacy/buddypress-functions.php:1345
 msgid "Friendship could not be canceled."
 msgstr ""
 
@@ -3623,7 +3766,7 @@ msgstr ""
 
 #: bp-friends/bp-friends-activity.php:106
 #: bp-friends/bp-friends-activity.php:115
-#: bp-friends/classes/class-bp-friends-component.php:242
+#: bp-friends/classes/class-bp-friends-component.php:264
 msgid "Friendships"
 msgstr ""
 
@@ -3640,19 +3783,19 @@ msgstr ""
 msgid "%1$s and %2$s are now friends"
 msgstr ""
 
-#: bp-friends/bp-friends-notifications.php:108
+#: bp-friends/bp-friends-notifications.php:106
 msgid "%d friends accepted your friendship requests"
 msgstr ""
 
-#: bp-friends/bp-friends-notifications.php:111
+#: bp-friends/bp-friends-notifications.php:109
 msgid "%s accepted your friendship request"
 msgstr ""
 
-#: bp-friends/bp-friends-notifications.php:124
+#: bp-friends/bp-friends-notifications.php:122
 msgid "You have %d pending friendship requests"
 msgstr ""
 
-#: bp-friends/bp-friends-notifications.php:127
+#: bp-friends/bp-friends-notifications.php:125
 msgid "You have a friendship request from %s"
 msgstr ""
 
@@ -3680,76 +3823,76 @@ msgstr ""
 msgid "Friendship request could not be withdrawn"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:86
+#: bp-friends/bp-friends-template.php:84
 msgid "My Friends"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:86
-#: bp-friends/classes/class-bp-core-friends-widget.php:56
+#: bp-friends/bp-friends-template.php:84
+#: bp-friends/classes/class-bp-core-friends-widget.php:67
 msgid "%s's Friends"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:86
+#: bp-friends/bp-friends-template.php:84
 msgid "See All"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:106
+#: bp-friends/bp-friends-template.php:104
 msgid "You haven't added any friend connections yet."
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:106
+#: bp-friends/bp-friends-template.php:104
 msgid "%s hasn't created any friend connections yet."
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:176
+#: bp-friends/bp-friends-template.php:174
 msgid "There aren't enough site members to show a random sample just yet."
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:193
+#: bp-friends/bp-friends-template.php:191
 msgid "Filter Friends"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:249
+#: bp-friends/bp-friends-template.php:247
 msgid "%d friend"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:253
+#: bp-friends/bp-friends-template.php:251
 msgid "%d friends"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:373
-#: bp-templates/bp-legacy/buddypress-functions.php:1384
+#: bp-friends/bp-friends-template.php:371
+#: bp-templates/bp-legacy/buddypress-functions.php:1357
 msgid "Cancel Friendship Request"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:374
+#: bp-friends/bp-friends-template.php:372
 msgid "Cancel Friendship Requested"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:390
-#: bp-friends/bp-friends-template.php:391
+#: bp-friends/bp-friends-template.php:388
+#: bp-friends/bp-friends-template.php:389
 msgid "Friendship Requested"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:407
-#: bp-friends/bp-friends-template.php:408
+#: bp-friends/bp-friends-template.php:405
+#: bp-friends/bp-friends-template.php:406
 msgid "Cancel Friendship"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:424
-#: bp-friends/bp-friends-template.php:425
-#: bp-templates/bp-legacy/buddypress-functions.php:1374
-#: bp-templates/bp-legacy/buddypress-functions.php:1392
+#: bp-friends/bp-friends-template.php:422
+#: bp-friends/bp-friends-template.php:423
+#: bp-templates/bp-legacy/buddypress-functions.php:1347
+#: bp-templates/bp-legacy/buddypress-functions.php:1365
 msgid "Add Friend"
 msgstr ""
 
-#: bp-friends/bp-friends-template.php:717
+#: bp-friends/bp-friends-template.php:723
 msgid "%s friend"
 msgid_plural "%s friends"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-friends/bp-friends-widgets.php:91 bp-members/bp-members-widgets.php:105
+#: bp-friends/bp-friends-widgets.php:93 bp-members/bp-members-widgets.php:107
 msgid "There were no members found, please try another filter."
 msgstr ""
 
@@ -3759,111 +3902,112 @@ msgid ""
 "displayed member.  Widget is only shown when viewing a member profile."
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:95
-#: bp-friends/classes/class-bp-core-friends-widget.php:190
-#: bp-groups/classes/class-bp-groups-widget.php:113
-#: bp-groups/classes/class-bp-groups-widget.php:215
-#: bp-members/classes/class-bp-core-members-widget.php:103
-#: bp-members/classes/class-bp-core-members-widget.php:218
-#: bp-members/classes/class-bp-members-admin.php:991
+#: bp-friends/classes/class-bp-core-friends-widget.php:106
+#: bp-friends/classes/class-bp-core-friends-widget.php:201
+#: bp-groups/classes/class-bp-groups-widget.php:123
+#: bp-groups/classes/class-bp-groups-widget.php:225
+#: bp-members/classes/class-bp-core-members-widget.php:116
+#: bp-members/classes/class-bp-core-members-widget.php:234
+#: bp-members/classes/class-bp-members-admin.php:995
 msgid "Active"
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:96
-#: bp-friends/classes/class-bp-core-friends-widget.php:191
-#: bp-groups/classes/class-bp-groups-widget.php:115
-#: bp-groups/classes/class-bp-groups-widget.php:216
-#: bp-members/classes/class-bp-core-members-widget.php:107
-#: bp-members/classes/class-bp-core-members-widget.php:219
+#: bp-friends/classes/class-bp-core-friends-widget.php:107
+#: bp-friends/classes/class-bp-core-friends-widget.php:202
+#: bp-groups/classes/class-bp-groups-widget.php:125
+#: bp-groups/classes/class-bp-groups-widget.php:226
+#: bp-members/classes/class-bp-core-members-widget.php:120
+#: bp-members/classes/class-bp-core-members-widget.php:235
 msgid "Popular"
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:131
+#: bp-friends/classes/class-bp-core-friends-widget.php:142
 #: bp-templates/bp-legacy/buddypress/members/members-loop.php:142
 msgid "Sorry, no members were found."
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:182
-#: bp-members/classes/class-bp-core-members-widget.php:203
+#: bp-friends/classes/class-bp-core-friends-widget.php:193
+#: bp-members/classes/class-bp-core-members-widget.php:219
 msgid "Link widget title to Members directory"
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:184
+#: bp-friends/classes/class-bp-core-friends-widget.php:195
 msgid "Max friends to show:"
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:187
+#: bp-friends/classes/class-bp-core-friends-widget.php:198
 msgid "Default friends to show:"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:101
+#: bp-friends/classes/class-bp-friends-component.php:104
 msgid "Search Friends..."
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:140
-msgid "Friends <span class=\"%s\">%s</span>"
+#: bp-friends/classes/class-bp-friends-component.php:145
+#. translators: %s: Friend count for the current user
+msgid "Friends %s"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:39
+#: bp-groups/bp-groups-actions.php:54
 msgid "You do not have access to this group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:50
+#: bp-groups/bp-groups-actions.php:65
 msgid "You are not an admin of this group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:110
+#: bp-groups/bp-groups-actions.php:125
 msgid "Sorry, you are not allowed to create groups."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:135 bp-groups/bp-groups-actions.php:170
-#: bp-groups/bp-groups-actions.php:194
+#: bp-groups/bp-groups-actions.php:150 bp-groups/bp-groups-actions.php:185
+#: bp-groups/bp-groups-actions.php:209
 msgid "There was an error saving group details. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:150
+#: bp-groups/bp-groups-actions.php:165
 msgid "Only the group creator may continue editing this group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:163
+#: bp-groups/bp-groups-actions.php:178
 msgid "Please fill in all of the required fields"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:311 bp-groups/bp-groups-screens.php:684
+#: bp-groups/bp-groups-actions.php:326 bp-groups/bp-groups-screens.php:686
 msgid "Invite successfully removed"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:315 bp-groups/bp-groups-screens.php:695
+#: bp-groups/bp-groups-actions.php:330 bp-groups/bp-groups-screens.php:697
 msgid "There was an error removing the invite"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:344
+#: bp-groups/bp-groups-actions.php:359
 msgid ""
 "There was an error saving the group profile photo, please try uploading "
 "again."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:385 bp-groups/bp-groups-actions.php:392
+#: bp-groups/bp-groups-actions.php:400 bp-groups/bp-groups-actions.php:407
 msgid "There was an error joining the group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:394
+#: bp-groups/bp-groups-actions.php:409
 msgid "You joined the group!"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:441 bp-groups/bp-groups-screens.php:1138
+#: bp-groups/bp-groups-actions.php:456 bp-groups/bp-groups-screens.php:1140
 msgid "This group must have at least one admin"
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:443
+#: bp-groups/bp-groups-actions.php:458
 msgid "There was an error leaving the group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:445 bp-groups/bp-groups-functions.php:453
+#: bp-groups/bp-groups-actions.php:460 bp-groups/bp-groups-functions.php:453
 msgid "You successfully left the group."
 msgstr ""
 
-#: bp-groups/bp-groups-actions.php:545
+#: bp-groups/bp-groups-actions.php:560
 msgid "Activity feed for the group, %s."
 msgstr ""
 
@@ -3911,7 +4055,7 @@ msgstr ""
 msgid "%1$s created the group %2$s"
 msgstr ""
 
-#: bp-groups/bp-groups-activity.php:138 bp-groups/bp-groups-activity.php:443
+#: bp-groups/bp-groups-activity.php:138 bp-groups/bp-groups-activity.php:444
 msgid "%1$s joined the group %2$s"
 msgstr ""
 
@@ -3931,13 +4075,13 @@ msgstr ""
 msgid "%1$s changed the description of the group %2$s from \"%3$s\" to \"%4$s\""
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:119
+#: bp-groups/bp-groups-admin.php:121
 msgid ""
 "This page is a convenient way to edit the details associated with one of "
 "your groups."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:120
+#: bp-groups/bp-groups-admin.php:122
 msgid ""
 "The Name and Description box is fixed in place, but you can reposition all "
 "the other boxes using drag and drop, and can minimize or expand them by "
@@ -3945,11 +4089,11 @@ msgid ""
 "unhide, or to choose a 1- or 2-column layout for this screen."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:126
+#: bp-groups/bp-groups-admin.php:128
 msgid "Support Forums"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:159
+#: bp-groups/bp-groups-admin.php:174
 msgid ""
 "You can manage groups much like you can manage comments and other content. "
 "This screen is customizable in the same ways as other management screens, "
@@ -3957,24 +4101,24 @@ msgid ""
 "Actions."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:164
+#: bp-groups/bp-groups-admin.php:179
 msgid "Group Actions"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:166
+#: bp-groups/bp-groups-admin.php:181
 msgid ""
 "Clicking \"Visit\" will take you to the group&#8217;s public page. Use this "
 "link to see what the group looks like on the front end of your site."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:167
+#: bp-groups/bp-groups-admin.php:182
 msgid ""
 "Clicking \"Edit\" will take you to a Dashboard panel where you can manage "
 "various details about the group, such as its name and description, its "
 "members, and other settings."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:168
+#: bp-groups/bp-groups-admin.php:183
 msgid ""
 "If you click \"Delete\" under a specific group, or select a number of "
 "groups and then choose Delete from the Bulk Actions menu, you will be led "
@@ -3982,279 +4126,300 @@ msgid ""
 "the group(s)."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:180
+#: bp-groups/bp-groups-admin.php:196
+#. translators: accessibility text
 msgid "Groups list navigation"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:190
+#: bp-groups/bp-groups-admin.php:206
 msgid "Start typing a username to add a new member."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:191
+#: bp-groups/bp-groups-admin.php:207
 msgid ""
 "If you leave this page, you will lose any unsaved changes you have made to "
 "the group."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:505
+#: bp-groups/bp-groups-admin.php:521
 msgid "You cannot remove all administrators from a group."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:511
+#: bp-groups/bp-groups-admin.php:527
 msgid "Group name cannot be empty."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:515
+#: bp-groups/bp-groups-admin.php:531
 msgid "Group description cannot be empty."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:519
+#: bp-groups/bp-groups-admin.php:535
 msgid "Group name and description cannot be empty."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:523
+#: bp-groups/bp-groups-admin.php:539
 msgid "An error occurred when trying to update your group details."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:528
+#: bp-groups/bp-groups-admin.php:544
 msgid "The group has been updated successfully."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:532
+#: bp-groups/bp-groups-admin.php:548
 msgid "The following users could not be added to the group: %s"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:536
+#: bp-groups/bp-groups-admin.php:552
 msgid "The following users were successfully added to the group: %s"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:541
+#: bp-groups/bp-groups-admin.php:557
 msgid "An error occurred when trying to modify the following members: %s"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:546
+#: bp-groups/bp-groups-admin.php:562
 msgid "The following members were successfully modified: %s"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:574 bp-groups/bp-groups-adminbar.php:45
-#: bp-xprofile/bp-xprofile-admin.php:149
+#: bp-groups/bp-groups-admin.php:589 bp-groups/bp-groups-adminbar.php:45
+#: bp-xprofile/bp-xprofile-admin.php:152
 msgid "Edit Group"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:577 bp-groups/bp-groups-admin.php:731
+#: bp-groups/bp-groups-admin.php:592 bp-groups/bp-groups-admin.php:761
 msgid "Add New"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:596
+#: bp-groups/bp-groups-admin.php:611
 msgid "Name and Description"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:598
+#: bp-groups/bp-groups-admin.php:615
+#. translators: accessibility text
 msgid "Group Name"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:601
+#: bp-groups/bp-groups-admin.php:619
 msgid "Permalink:"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:601
+#: bp-groups/bp-groups-admin.php:619
 msgid "Visit Group"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:604
+#: bp-groups/bp-groups-admin.php:624
+#. translators: accessibility text
 msgid "Group Description"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:628
-msgid "No group found with this ID. <a href=\"%s\">Go back and try again</a>."
+#: bp-groups/bp-groups-admin.php:653
+msgid "No group found with this ID."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:670
+#: bp-groups/bp-groups-admin.php:700
 msgid "Delete Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:671
+#: bp-groups/bp-groups-admin.php:701
 msgid "You are about to delete the following groups:"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:679
-#: bp-members/classes/class-bp-members-admin.php:2010
+#: bp-groups/bp-groups-admin.php:709
+#: bp-members/classes/class-bp-members-admin.php:2025
 msgid "This action cannot be undone."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:708
+#: bp-groups/bp-groups-admin.php:738
 msgid "%s group has been permanently deleted."
 msgid_plural "%s groups have been permanently deleted."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-admin.php:728 bp-groups/bp-groups-notifications.php:444
+#: bp-groups/bp-groups-admin.php:758 bp-groups/bp-groups-notifications.php:444
 #: bp-groups/bp-groups-notifications.php:533
 #: bp-groups/bp-groups-notifications.php:619
 #: bp-groups/bp-groups-notifications.php:701
-#: bp-groups/classes/class-bp-groups-widget.php:65
-#: bp-groups/classes/class-bp-groups-widget.php:192
+#: bp-groups/classes/class-bp-groups-widget.php:75
+#: bp-groups/classes/class-bp-groups-widget.php:202
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:748
+#: bp-groups/bp-groups-admin.php:778
 msgid "Search all Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:771
+#: bp-groups/bp-groups-admin.php:801
 #: bp-templates/bp-legacy/buddypress/groups/create.php:156
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:91
 msgid "Enable discussion forum"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:777
+#: bp-groups/bp-groups-admin.php:807
 msgid "Privacy"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:780 bp-groups/bp-groups-template.php:1013
-#: bp-groups/classes/class-bp-groups-list-table.php:556
+#: bp-groups/bp-groups-admin.php:810 bp-groups/bp-groups-template.php:1007
+#: bp-groups/classes/class-bp-groups-list-table.php:563
 msgid "Public"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:781 bp-groups/bp-groups-template.php:1015
-#: bp-groups/classes/class-bp-groups-list-table.php:559
+#: bp-groups/bp-groups-admin.php:811 bp-groups/bp-groups-template.php:1009
+#: bp-groups/classes/class-bp-groups-list-table.php:566
 msgid "Private"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:782
-#: bp-groups/classes/class-bp-groups-list-table.php:562
+#: bp-groups/bp-groups-admin.php:812
+#: bp-groups/classes/class-bp-groups-list-table.php:569
 msgid "Hidden"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:789
+#: bp-groups/bp-groups-admin.php:819
 msgid "Who can invite others to this group?"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:792
+#: bp-groups/bp-groups-admin.php:822
 #: bp-templates/bp-legacy/buddypress/groups/create.php:139
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:138
 msgid "All group members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:793
+#: bp-groups/bp-groups-admin.php:823
 #: bp-templates/bp-legacy/buddypress/groups/create.php:141
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:140
 msgid "Group admins and mods only"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:794
+#: bp-groups/bp-groups-admin.php:824
 #: bp-templates/bp-legacy/buddypress/groups/create.php:143
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:142
 msgid "Group admins only"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:812
+#: bp-groups/bp-groups-admin.php:844
+#. translators: accessibility text
 msgid "Add new members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:813
+#: bp-groups/bp-groups-admin.php:846
 msgid "Enter a comma-separated list of user logins."
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:868
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:262
+#: bp-groups/bp-groups-admin.php:901
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:265
 msgid "Administrators"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:869
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:290
+#: bp-groups/bp-groups-admin.php:902
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:293
 msgid "Moderators"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:870
-#: bp-groups/classes/class-bp-groups-component.php:646
-#: bp-members/classes/class-bp-core-members-widget.php:238
-#: bp-members/classes/class-bp-members-component.php:36
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:316
+#: bp-groups/bp-groups-admin.php:903
+#: bp-groups/classes/class-bp-groups-component.php:674
+#: bp-members/classes/class-bp-core-members-widget.php:253
+#: bp-members/classes/class-bp-members-component.php:38
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:319
 msgid "Members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:871
+#: bp-groups/bp-groups-admin.php:904
 msgid "Banned Members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:906
+#: bp-groups/bp-groups-admin.php:941
+#. translators: accessibility text
 msgid "Select group role for member"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:908
+#: bp-groups/bp-groups-admin.php:944
 msgid "Roles"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:909
+#: bp-groups/bp-groups-admin.php:945
 msgid "Administrator"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:910
+#: bp-groups/bp-groups-admin.php:946
 msgid "Moderator"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:911
-#: bp-members/classes/class-bp-members-admin.php:763
+#: bp-groups/bp-groups-admin.php:947
+#: bp-members/classes/class-bp-members-admin.php:760
 msgid "Member"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:913
+#: bp-groups/bp-groups-admin.php:949
 msgid "Banned"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:916
-#: bp-members/classes/class-bp-members-admin.php:1436
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:74
-#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:18
+#: bp-groups/bp-groups-admin.php:952
+#: bp-members/classes/class-bp-members-admin.php:1448
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:80
+#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:21
 msgid "Actions"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:917
+#: bp-groups/bp-groups-admin.php:953
 msgid "Remove"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:919
+#: bp-groups/bp-groups-admin.php:955
 msgid "Ban"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:965
+#: bp-groups/bp-groups-admin.php:1001
 msgid "No members of this type"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:994
+#: bp-groups/bp-groups-admin.php:1030
 #: bp-groups/classes/class-bp-group-extension.php:522
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:69
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:157
 #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:92
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:123
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:126
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:105
-#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:40
+#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:43
 #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:34
 msgid "Save Changes"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:1043
+#: bp-groups/bp-groups-admin.php:1059
+#. translators: accessibility text
+msgid "Select group type"
+msgstr ""
+
+#: bp-groups/bp-groups-admin.php:1062
+#: bp-members/classes/class-bp-members-admin.php:1116
+#: bp-templates/bp-legacy/buddypress/forums/index.php:180
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:209
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:232
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:240
+#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:104
+#. translators: no option picked in select box
+msgid "----"
+msgstr ""
+
+#: bp-groups/bp-groups-admin.php:1146
 msgid "&laquo;"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:1044
+#: bp-groups/bp-groups-admin.php:1147
 msgid "&raquo;"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:1050 bp-groups/bp-groups-template.php:4117
-#: bp-members/bp-members-template.php:498
+#: bp-groups/bp-groups-admin.php:1153 bp-groups/bp-groups-template.php:4115
+#: bp-members/bp-members-template.php:504
 msgid "Viewing 1 member"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:1053 bp-groups/bp-groups-template.php:4119
-#: bp-members/bp-members-template.php:500
+#: bp-groups/bp-groups-admin.php:1156 bp-groups/bp-groups-template.php:4117
+#: bp-members/bp-members-template.php:506
 msgid "Viewing %1$s - %2$s of %3$s member"
 msgid_plural "Viewing %1$s - %2$s of %3$s members"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-admin.php:1119
+#: bp-groups/bp-groups-admin.php:1222
 #. Translators: 1: user_login, 2: user_email.
 msgid "%1$s (%2$s)"
 msgstr ""
@@ -4280,10 +4445,18 @@ msgstr ""
 msgid "As the only admin, you cannot leave the group."
 msgstr ""
 
-#: bp-groups/bp-groups-functions.php:987
+#: bp-groups/bp-groups-functions.php:1210
 msgid "%1$s posted an update in the group %2$s"
 msgstr ""
 
+#: bp-groups/bp-groups-functions.php:2134
+msgid "Group type already exists."
+msgstr ""
+
+#: bp-groups/bp-groups-functions.php:2156
+msgid "You may not register a group type with this name."
+msgstr ""
+
 #: bp-groups/bp-groups-notifications.php:207
 msgid "an administrator"
 msgstr ""
@@ -4349,366 +4522,366 @@ msgstr ""
 msgid "You have an invitation to the group: %s"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:85
+#: bp-groups/bp-groups-screens.php:87
 msgid "Group invite could not be accepted"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:87 bp-groups/bp-groups-screens.php:722
+#: bp-groups/bp-groups-screens.php:89 bp-groups/bp-groups-screens.php:724
 msgid "Group invite accepted"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:112
+#: bp-groups/bp-groups-screens.php:114
 msgid "Group invite could not be rejected"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:114
+#: bp-groups/bp-groups-screens.php:116
 msgid "Group invite rejected"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:223
+#: bp-groups/bp-groups-screens.php:225
 msgid "It looks like you've already said that!"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:226
+#: bp-groups/bp-groups-screens.php:228
 msgid "There was an error when replying to that topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:228
+#: bp-groups/bp-groups-screens.php:230
 msgid "Your reply was posted successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:249
+#: bp-groups/bp-groups-screens.php:251
 msgid "There was an error when making that topic a sticky"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:251
+#: bp-groups/bp-groups-screens.php:253
 msgid "The topic was made sticky successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:271
+#: bp-groups/bp-groups-screens.php:273
 msgid "There was an error when unsticking that topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:273
+#: bp-groups/bp-groups-screens.php:275
 msgid "The topic was unstuck successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:293
+#: bp-groups/bp-groups-screens.php:295
 msgid "There was an error when closing that topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:295
+#: bp-groups/bp-groups-screens.php:297
 msgid "The topic was closed successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:315
+#: bp-groups/bp-groups-screens.php:317
 msgid "There was an error when opening that topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:317
+#: bp-groups/bp-groups-screens.php:319
 msgid "The topic was opened successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:354
+#: bp-groups/bp-groups-screens.php:356
 msgid "There was an error deleting the topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:356
+#: bp-groups/bp-groups-screens.php:358
 msgid "The topic was deleted successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:387
+#: bp-groups/bp-groups-screens.php:389
 msgid "There was an error when editing that topic"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:389
+#: bp-groups/bp-groups-screens.php:391
 msgid "The topic was edited successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:435
+#: bp-groups/bp-groups-screens.php:437
 msgid "There was an error deleting that post"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:437
+#: bp-groups/bp-groups-screens.php:439
 msgid "The post was deleted successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:468
+#: bp-groups/bp-groups-screens.php:470
 msgid "There was an error when editing that post"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:470
+#: bp-groups/bp-groups-screens.php:472
 msgid "The post was edited successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:494 bp-groups/bp-groups-screens.php:520
+#: bp-groups/bp-groups-screens.php:496 bp-groups/bp-groups-screens.php:522
 msgid "You have been banned from this group."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:534
+#: bp-groups/bp-groups-screens.php:536
 msgid "This group does not have a forum setup yet."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:633
+#: bp-groups/bp-groups-screens.php:635
 msgid "Group invites sent."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:689
+#: bp-groups/bp-groups-screens.php:691
 msgid "You are not allowed to send or remove invites"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:692
+#: bp-groups/bp-groups-screens.php:694
 msgid "The member requested to join the group"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:724
+#: bp-groups/bp-groups-screens.php:726
 msgid "There was an error accepting the group invitation. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:736
+#: bp-groups/bp-groups-screens.php:738
 msgid "There was an error sending your group membership request. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:738
+#: bp-groups/bp-groups-screens.php:740
 msgid ""
 "Your membership request was sent to the group administrator successfully. "
 "You will be notified when the group administrator responds to your request."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:845
+#: bp-groups/bp-groups-screens.php:847
 msgid "There was an error updating group details. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:847
+#: bp-groups/bp-groups-screens.php:849
 msgid "Group details were successfully updated."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:917
+#: bp-groups/bp-groups-screens.php:919
 msgid "There was an error updating group settings. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:919
+#: bp-groups/bp-groups-screens.php:921
 msgid "Group settings were successfully updated."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1024
+#: bp-groups/bp-groups-screens.php:1026
 msgid "The new group profile photo was uploaded successfully."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1109
+#: bp-groups/bp-groups-screens.php:1111
 msgid "There was an error when promoting that user. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1111
+#: bp-groups/bp-groups-screens.php:1113
 msgid "User promoted successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1142
+#: bp-groups/bp-groups-screens.php:1144
 msgid "There was an error when demoting that user. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1144
+#: bp-groups/bp-groups-screens.php:1146
 msgid "User demoted successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1168
+#: bp-groups/bp-groups-screens.php:1170
 msgid "There was an error when banning that user. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1170
+#: bp-groups/bp-groups-screens.php:1172
 msgid "User banned successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1194
+#: bp-groups/bp-groups-screens.php:1196
 msgid "There was an error when unbanning that user. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1196
+#: bp-groups/bp-groups-screens.php:1198
 msgid "User ban removed successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1220
+#: bp-groups/bp-groups-screens.php:1222
 msgid "There was an error removing that user from the group. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1222
+#: bp-groups/bp-groups-screens.php:1224
 msgid "User removed successfully"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1286
+#: bp-groups/bp-groups-screens.php:1288
 msgid "There was an error accepting the membership request. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1288
+#: bp-groups/bp-groups-screens.php:1290
 msgid "Group membership request accepted"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1297
+#: bp-groups/bp-groups-screens.php:1299
 msgid "There was an error rejecting the membership request. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1299
+#: bp-groups/bp-groups-screens.php:1301
 msgid "Group membership request rejected"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1368 bp-xprofile/bp-xprofile-admin.php:314
+#: bp-groups/bp-groups-screens.php:1370 bp-xprofile/bp-xprofile-admin.php:322
 msgid "There was an error deleting the group. Please try again."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1370 bp-xprofile/bp-xprofile-admin.php:317
+#: bp-groups/bp-groups-screens.php:1372 bp-xprofile/bp-xprofile-admin.php:325
 msgid "The group was deleted successfully."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:480
+#: bp-groups/bp-groups-template.php:474
 msgid "Public Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:482
+#: bp-groups/bp-groups-template.php:476
 msgid "Hidden Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:484
+#: bp-groups/bp-groups-template.php:478
 msgid "Private Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:486
+#: bp-groups/bp-groups-template.php:480
 msgid "Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:723
+#: bp-groups/bp-groups-template.php:717
 msgid "not yet active"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1285
+#: bp-groups/bp-groups-template.php:1279
 msgid "Group creator profile photo of %s"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1368
+#: bp-groups/bp-groups-template.php:1362
 msgid "No Admins"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1417
+#: bp-groups/bp-groups-template.php:1411
 msgid "No Mods"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1557
+#: bp-groups/bp-groups-template.php:1551
 msgid "Filter Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1657
+#: bp-groups/bp-groups-template.php:1651
 msgid "Viewing 1 group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1659
+#: bp-groups/bp-groups-template.php:1653
 msgid "Viewing %1$s - %2$s of %3$s group"
 msgid_plural "Viewing %1$s - %2$s of %3$s groups"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-template.php:1759
+#: bp-groups/bp-groups-template.php:1753
 msgid "%s member"
 msgid_plural "%s members"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-template.php:1854
+#: bp-groups/bp-groups-template.php:1848
 msgid "%d topic"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:1856
+#: bp-groups/bp-groups-template.php:1850
 msgid "%d topics"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2182 bp-groups/bp-groups-template.php:2258
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:275
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:302
+#: bp-groups/bp-groups-template.php:2176 bp-groups/bp-groups-template.php:2252
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:278
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:305
 msgid "Demote to Member"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2195 bp-groups/bp-groups-template.php:2271
-#: bp-groups/bp-groups-template.php:4003
+#: bp-groups/bp-groups-template.php:2189 bp-groups/bp-groups-template.php:2265
+#: bp-groups/bp-groups-template.php:4001
 msgid "joined %s"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2218
+#: bp-groups/bp-groups-template.php:2212
 msgid "This group has no administrators"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2257
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:301
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:357
+#: bp-groups/bp-groups-template.php:2251
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:304
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:360
 msgid "Promote to Admin"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2291
+#: bp-groups/bp-groups-template.php:2285
 msgid "This group has no moderators"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:2652
+#: bp-groups/bp-groups-template.php:2646
 msgid ""
 "This action should not be used directly. Please use the BuddyPress Group "
 "Extension API to generate Manage tabs."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3240 bp-groups/bp-groups-template.php:3241
-#: bp-templates/bp-legacy/buddypress-functions.php:1473
-#: bp-templates/bp-legacy/buddypress-functions.php:1486
+#: bp-groups/bp-groups-template.php:3234 bp-groups/bp-groups-template.php:3235
+#: bp-templates/bp-legacy/buddypress-functions.php:1446
+#: bp-templates/bp-legacy/buddypress-functions.php:1459
 msgid "Leave Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3262 bp-groups/bp-groups-template.php:3263
-#: bp-templates/bp-legacy/buddypress-functions.php:1507
+#: bp-groups/bp-groups-template.php:3256 bp-groups/bp-groups-template.php:3257
+#: bp-templates/bp-legacy/buddypress-functions.php:1480
 msgid "Join Group"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3281 bp-groups/bp-groups-template.php:3282
+#: bp-groups/bp-groups-template.php:3275 bp-groups/bp-groups-template.php:3276
 msgid "Accept Invitation"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3297 bp-groups/bp-groups-template.php:3298
-#: bp-templates/bp-legacy/buddypress-functions.php:1496
+#: bp-groups/bp-groups-template.php:3291 bp-groups/bp-groups-template.php:3292
+#: bp-templates/bp-legacy/buddypress-functions.php:1469
 msgid "Request Sent"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3313 bp-groups/bp-groups-template.php:3314
-#: bp-templates/bp-legacy/buddypress-functions.php:1509
+#: bp-groups/bp-groups-template.php:3307 bp-groups/bp-groups-template.php:3308
+#: bp-templates/bp-legacy/buddypress-functions.php:1482
 msgid "Request Membership"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3462
+#: bp-groups/bp-groups-template.php:3454
 msgid "This group is not currently accessible."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3473
+#: bp-groups/bp-groups-template.php:3465
 msgid ""
 "You must accept your pending invitation before you can access this private "
 "group."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3475
+#: bp-groups/bp-groups-template.php:3467
 msgid ""
 "This is a private group and you must request group membership in order to "
 "join."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3478
+#: bp-groups/bp-groups-template.php:3470
 msgid ""
 "This is a private group. To join you must be a registered site member and "
 "request group membership."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3481
+#: bp-groups/bp-groups-template.php:3473
 msgid ""
 "This is a private group. Your membership request is awaiting approval from "
 "the group administrator."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:3489
+#: bp-groups/bp-groups-template.php:3481
 msgid "This is a hidden group and only invited members can join."
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:4271
-#: bp-notifications/bp-notifications-template.php:905
+#: bp-groups/bp-groups-template.php:4282
+#: bp-notifications/bp-notifications-template.php:1004
 #: bp-templates/bp-legacy/buddypress/blogs/index.php:87
 #: bp-templates/bp-legacy/buddypress/forums/index.php:86
 #: bp-templates/bp-legacy/buddypress/groups/index.php:80
@@ -4721,15 +4894,15 @@ msgstr ""
 msgid "Order By:"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:4274
+#: bp-groups/bp-groups-template.php:4285
 msgid "Oldest"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:4277
+#: bp-groups/bp-groups-template.php:4288
 msgid "Group Activity"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:4280
+#: bp-groups/bp-groups-template.php:4291
 #: bp-templates/bp-legacy/buddypress/blogs/index.php:91
 #: bp-templates/bp-legacy/buddypress/groups/index.php:86
 #: bp-templates/bp-legacy/buddypress/members/index.php:89
@@ -4739,70 +4912,70 @@ msgstr ""
 msgid "Alphabetical"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:4705
+#: bp-groups/bp-groups-template.php:4713
 msgid "Group photo"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5003 bp-groups/bp-groups-template.php:5028
+#: bp-groups/bp-groups-template.php:5009 bp-groups/bp-groups-template.php:5034
 msgid "Recently Joined"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5004 bp-groups/bp-groups-template.php:5031
+#: bp-groups/bp-groups-template.php:5010 bp-groups/bp-groups-template.php:5037
 msgid "Most Popular"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5005 bp-groups/bp-groups-template.php:5034
+#: bp-groups/bp-groups-template.php:5011 bp-groups/bp-groups-template.php:5040
 msgid "Administrator Of"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5006 bp-groups/bp-groups-template.php:5037
+#: bp-groups/bp-groups-template.php:5012 bp-groups/bp-groups-template.php:5043
 msgid "Moderator Of"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5121
+#: bp-groups/bp-groups-template.php:5124
 msgid "Group avatar"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5381
+#: bp-groups/bp-groups-template.php:5387
 msgid "requested %s"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5452
+#: bp-groups/bp-groups-template.php:5458
 msgid "Viewing 1 request"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5454
+#: bp-groups/bp-groups-template.php:5460
 msgid "Viewing %1$s - %2$s of %3$s request"
 msgid_plural "Viewing %1$s - %2$s of %3$s requests"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-template.php:5721
+#: bp-groups/bp-groups-template.php:5727
 msgid "Viewing 1 invitation"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:5723
+#: bp-groups/bp-groups-template.php:5729
 msgid "Viewing %1$s - %2$s of %3$s invitation"
 msgid_plural "Viewing %1$s - %2$s of %3$s invitations"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-template.php:5744
+#: bp-groups/bp-groups-template.php:5750
 msgid "Group Activity RSS Feed"
 msgstr ""
 
-#: bp-groups/bp-groups-template.php:6034
+#: bp-groups/bp-groups-template.php:6032
 msgid "%s group"
 msgid_plural "%s groups"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/bp-groups-widgets.php:69
-#: bp-groups/classes/class-bp-groups-widget.php:131
+#: bp-groups/bp-groups-widgets.php:71
+#: bp-groups/classes/class-bp-groups-widget.php:141
 msgid "created %s"
 msgstr ""
 
-#: bp-groups/bp-groups-widgets.php:87
+#: bp-groups/bp-groups-widgets.php:89
 msgid "No groups matched the current filter."
 msgstr ""
 
@@ -4810,32 +4983,32 @@ msgstr ""
 msgid "You do not have access to this content."
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:459
-#: bp-groups/classes/class-bp-groups-component.php:489
+#: bp-groups/classes/class-bp-groups-component.php:484
+#: bp-groups/classes/class-bp-groups-component.php:517
 msgid "Memberships"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:470
+#: bp-groups/classes/class-bp-groups-component.php:495
 msgid "Invitations"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:618
+#: bp-groups/classes/class-bp-groups-component.php:646
 msgid "Details"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:631
+#: bp-groups/classes/class-bp-groups-component.php:659
 msgid "Photo"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:639
+#: bp-groups/classes/class-bp-groups-component.php:667
 msgid "Cover Image"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:653
+#: bp-groups/classes/class-bp-groups-component.php:681
 msgid "Requests"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:789
+#: bp-groups/classes/class-bp-groups-component.php:828
 msgid "No Group Profile Photo"
 msgstr ""
 
@@ -4843,33 +5016,36 @@ msgstr ""
 msgid "No groups found."
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:219
+#: bp-groups/classes/class-bp-groups-list-table.php:221
+#. translators: accessibility text
 msgid "Groups list"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:287
+#: bp-groups/classes/class-bp-groups-list-table.php:292
+#. translators: accessibility text
 msgid "Filter groups list"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:291
+#: bp-groups/classes/class-bp-groups-list-table.php:297
 msgid "Public <span class=\"count\">(%s)</span>"
 msgid_plural "Public <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:292
+#: bp-groups/classes/class-bp-groups-list-table.php:298
 msgid "Private <span class=\"count\">(%s)</span>"
 msgid_plural "Private <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:293
+#: bp-groups/classes/class-bp-groups-list-table.php:299
 msgid "Hidden <span class=\"count\">(%s)</span>"
 msgid_plural "Hidden <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:425
+#: bp-groups/classes/class-bp-groups-list-table.php:432
+#. translators: accessibility text
 msgid "Select group %1$d"
 msgstr ""
 
@@ -4881,52 +5057,52 @@ msgstr ""
 msgid "A dynamic list of recently active, popular, and newest groups"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-widget.php:151
+#: bp-groups/classes/class-bp-groups-widget.php:161
 msgid "There are no groups to display."
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-widget.php:207
+#: bp-groups/classes/class-bp-groups-widget.php:217
 msgid "Link widget title to Groups directory"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-widget.php:209
+#: bp-groups/classes/class-bp-groups-widget.php:219
 msgid "Max groups to show:"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-widget.php:212
+#: bp-groups/classes/class-bp-groups-widget.php:222
 msgid "Default groups to show:"
 msgstr ""
 
-#: bp-loader.php:172 bp-loader.php:179
+#: bp-loader.php:183 bp-loader.php:190
 msgid "Cheatin&#8217; huh?"
 msgstr ""
 
-#: bp-loader.php:633
+#: bp-loader.php:752
 msgid "BuddyPress Default"
 msgstr ""
 
-#: bp-members/bp-members-actions.php:55
-#: bp-members/classes/class-bp-members-admin.php:303
+#: bp-members/bp-members-actions.php:57
+#: bp-members/classes/class-bp-members-admin.php:302
 msgid "User removed as spammer."
 msgstr ""
 
-#: bp-members/bp-members-actions.php:91
+#: bp-members/bp-members-actions.php:95
 msgid "%s has been deleted from the system."
 msgstr ""
 
-#: bp-members/bp-members-actions.php:93
+#: bp-members/bp-members-actions.php:97
 msgid "There was an error deleting %s from the system. Please try again."
 msgstr ""
 
-#: bp-members/bp-members-activity.php:26
+#: bp-members/bp-members-activity.php:24
 msgid "New member registered"
 msgstr ""
 
-#: bp-members/bp-members-activity.php:28
+#: bp-members/bp-members-activity.php:26
 msgid "New Members"
 msgstr ""
 
-#: bp-members/bp-members-activity.php:52
+#: bp-members/bp-members-activity.php:50
 msgid "%s became a registered member"
 msgstr ""
 
@@ -4943,17 +5119,17 @@ msgid "Edit Member"
 msgstr ""
 
 #: bp-members/bp-members-adminbar.php:104
-#: bp-members/classes/class-bp-members-admin.php:381
-#: bp-members/classes/class-bp-members-admin.php:382
-#: bp-members/classes/class-bp-members-admin.php:419
-#: bp-members/classes/class-bp-members-admin.php:420
-#: bp-xprofile/bp-xprofile-template.php:1115
-#: bp-xprofile/bp-xprofile-template.php:1116
+#: bp-members/classes/class-bp-members-admin.php:379
+#: bp-members/classes/class-bp-members-admin.php:380
+#: bp-members/classes/class-bp-members-admin.php:416
+#: bp-members/classes/class-bp-members-admin.php:417
+#: bp-xprofile/bp-xprofile-template.php:1231
+#: bp-xprofile/bp-xprofile-template.php:1232
 msgid "Edit Profile"
 msgstr ""
 
 #: bp-members/bp-members-adminbar.php:113
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:468
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:490
 msgid "Edit Profile Photo"
 msgstr ""
 
@@ -4968,497 +5144,491 @@ msgstr ""
 msgid "Delete Account"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1178
+#: bp-members/bp-members-functions.php:1197
 msgid ""
 "User last_activity data is no longer stored in usermeta. Use "
 "bp_get_user_last_activity() instead."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1208
+#: bp-members/bp-members-functions.php:1227
 msgid ""
 "User last_activity data is no longer stored in usermeta. Use "
 "bp_update_user_last_activity() instead."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1417
-#: bp-members/bp-members-functions.php:2416
+#: bp-members/bp-members-functions.php:1442
+#: bp-members/bp-members-functions.php:2474
 msgid "<strong>ERROR</strong>: Your account has been marked as a spammer."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1625
+#: bp-members/bp-members-functions.php:1658
 msgid "Please check your email address."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1629
-#: bp-members/bp-members-functions.php:1633
+#: bp-members/bp-members-functions.php:1662
+#: bp-members/bp-members-functions.php:1666
 msgid "Sorry, that email address is not allowed!"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1637
+#: bp-members/bp-members-functions.php:1670
 msgid "Sorry, that email address is already used!"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1675
+#: bp-members/bp-members-functions.php:1710
 msgid "Please enter a username"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1681
+#: bp-members/bp-members-functions.php:1716
 msgid "That username is not allowed"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1686
+#: bp-members/bp-members-functions.php:1721
 msgid "Usernames can contain only letters, numbers, ., -, and @"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1691
+#: bp-members/bp-members-functions.php:1726
 msgid "Username must be at least 4 characters"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1696
+#: bp-members/bp-members-functions.php:1731
 msgid "Sorry, usernames may not contain the character \"_\"!"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1703
+#: bp-members/bp-members-functions.php:1738
 msgid "Sorry, usernames must have letters too!"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1715
+#: bp-members/bp-members-functions.php:1750
 msgid "Sorry, that username already exists!"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1921
-#: bp-members/bp-members-functions.php:1948
+#: bp-members/bp-members-functions.php:1964
+#: bp-members/bp-members-functions.php:1991
 msgid "Invalid activation key."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1928
+#: bp-members/bp-members-functions.php:1971
 msgid "The user is already active."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1930
+#: bp-members/bp-members-functions.php:1973
 msgid "The site is already active."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1963
+#: bp-members/bp-members-functions.php:2006
 msgid "Could not create user"
 msgstr ""
 
-#: bp-members/bp-members-functions.php:1977
+#: bp-members/bp-members-functions.php:2020
 msgid "That username is already activated."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2281
+#: bp-members/bp-members-functions.php:2337
 msgid ""
 "If you have not received an email yet, <a href=\"%s\">click here to resend "
 "it</a>."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2283
+#: bp-members/bp-members-functions.php:2339
 msgid ""
 "<strong>ERROR</strong>: Your account has not been activated. Check your "
 "email for the activation link."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2314
+#: bp-members/bp-members-functions.php:2370
 msgid "<strong>ERROR</strong>: Your account has already been activated."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2316
+#: bp-members/bp-members-functions.php:2372
 msgid "Activation email resent! Please check your inbox or spam folder."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2451
+#: bp-members/bp-members-functions.php:2534
 msgid "Member type already exists."
 msgstr ""
 
-#: bp-members/bp-members-functions.php:2474
+#: bp-members/bp-members-functions.php:2557
 msgid "You may not register a member type with this name."
 msgstr ""
 
-#: bp-members/bp-members-screens.php:124
+#: bp-members/bp-members-screens.php:132
 msgid "Please make sure you enter your password twice"
 msgstr ""
 
-#: bp-members/bp-members-screens.php:128
+#: bp-members/bp-members-screens.php:136
 msgid "The passwords you entered do not match."
 msgstr ""
 
-#: bp-members/bp-members-screens.php:151
+#: bp-members/bp-members-screens.php:159
 msgid "This is a required field"
 msgstr ""
 
-#: bp-members/bp-members-screens.php:362
+#: bp-members/bp-members-screens.php:372
 msgid "Your account is now active!"
 msgstr ""
 
-#: bp-members/bp-members-template.php:480
+#: bp-members/bp-members-template.php:486
 msgid "Viewing 1 active member"
 msgstr ""
 
-#: bp-members/bp-members-template.php:482
+#: bp-members/bp-members-template.php:488
 msgid "Viewing %1$s - %2$s of %3$s active member"
 msgid_plural "Viewing %1$s - %2$s of %3$s active members"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/bp-members-template.php:486
+#: bp-members/bp-members-template.php:492
 msgid "Viewing 1 member with friends"
 msgstr ""
 
-#: bp-members/bp-members-template.php:488
+#: bp-members/bp-members-template.php:494
 msgid "Viewing %1$s - %2$s of %3$s member with friends"
 msgid_plural "Viewing %1$s - %2$s of %3$s members with friends"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/bp-members-template.php:492
+#: bp-members/bp-members-template.php:498
 msgid "Viewing 1 online member"
 msgstr ""
 
-#: bp-members/bp-members-template.php:494
+#: bp-members/bp-members-template.php:500
 msgid "Viewing %1$s - %2$s of %3$s online member"
 msgid_plural "Viewing %1$s - %2$s of %3$s online members"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/bp-members-template.php:1729
+#: bp-members/bp-members-template.php:1969
 msgid "Viewing members of the type: %s"
 msgstr ""
 
-#: bp-members/bp-members-template.php:2110
+#: bp-members/bp-members-template.php:2396
 msgid "Your Profile Photo"
 msgstr ""
 
-#: bp-members/bp-members-template.php:2213
+#: bp-members/bp-members-template.php:2503
 msgid "Activity RSS Feed"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-widget.php:27
+#: bp-members/classes/class-bp-core-members-widget.php:29
 msgid "A dynamic list of recently active, popular, and newest members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-widget.php:148
+#: bp-members/classes/class-bp-core-members-widget.php:161
 msgid "No one has signed up yet!"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-widget.php:209
-#: bp-members/classes/class-bp-core-recently-active-widget.php:143
-#: bp-members/classes/class-bp-core-whos-online-widget.php:143
+#: bp-members/classes/class-bp-core-members-widget.php:225
+#: bp-members/classes/class-bp-core-recently-active-widget.php:152
+#: bp-members/classes/class-bp-core-whos-online-widget.php:152
 msgid "Max members to show:"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-widget.php:215
+#: bp-members/classes/class-bp-core-members-widget.php:231
 msgid "Default members to show:"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-recently-active-widget.php:25
+#: bp-members/classes/class-bp-core-recently-active-widget.php:27
 msgid "Profile photos of recently active members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-recently-active-widget.php:95
+#: bp-members/classes/class-bp-core-recently-active-widget.php:100
 msgid "There are no recently active members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-recently-active-widget.php:163
+#: bp-members/classes/class-bp-core-recently-active-widget.php:171
 msgid "Recently Active Members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-whos-online-widget.php:25
+#: bp-members/classes/class-bp-core-whos-online-widget.php:27
 msgid "Profile photos of online users"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-whos-online-widget.php:95
+#: bp-members/classes/class-bp-core-whos-online-widget.php:100
 msgid "There are no users currently online"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-whos-online-widget.php:163
+#: bp-members/classes/class-bp-core-whos-online-widget.php:171
 msgid "Who's Online"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:297
+#: bp-members/classes/class-bp-members-admin.php:296
 msgid "Profile photo was deleted."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:315
+#: bp-members/classes/class-bp-members-admin.php:314
 msgid "Profile updated."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:327
+#: bp-members/classes/class-bp-members-admin.php:326
 msgid "There was a problem deleting that profile photo. Please try again."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:333
+#: bp-members/classes/class-bp-members-admin.php:332
 msgid "User could not be removed as spammer."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:339
+#: bp-members/classes/class-bp-members-admin.php:338
 msgid "User could not be marked as spammer."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:345
+#: bp-members/classes/class-bp-members-admin.php:344
 msgid "An error occurred while trying to update the profile."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:351
-#: bp-xprofile/bp-xprofile-screens.php:110
+#: bp-members/classes/class-bp-members-admin.php:350
+#: bp-xprofile/bp-xprofile-screens.php:111
 msgid ""
 "Please make sure you fill in all required fields in this profile field "
 "group before saving."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:357
-#: bp-xprofile/bp-xprofile-screens.php:176
+#: bp-members/classes/class-bp-members-admin.php:356
+#: bp-xprofile/bp-xprofile-screens.php:177
 msgid ""
 "There was a problem updating some of your profile information. Please try "
 "again."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:431
-#: bp-members/classes/class-bp-members-admin.php:432
+#: bp-members/classes/class-bp-members-admin.php:428
+#: bp-members/classes/class-bp-members-admin.php:429
 msgid "Manage Signups"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:652
-#: bp-members/classes/class-bp-members-admin.php:858
+#: bp-members/classes/class-bp-members-admin.php:649
+#: bp-members/classes/class-bp-members-admin.php:855
 msgid "Profile"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:656
+#: bp-members/classes/class-bp-members-admin.php:653
 msgid "Extended Profile"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:678
+#: bp-members/classes/class-bp-members-admin.php:675
 msgid "You cannot edit the requested user."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:720
+#: bp-members/classes/class-bp-members-admin.php:717
 msgid "This is the admin view of a user&#39;s profile."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:721
+#: bp-members/classes/class-bp-members-admin.php:718
 msgid ""
 "In the main column, you can edit the fields of the user&#39;s extended "
 "profile."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:722
+#: bp-members/classes/class-bp-members-admin.php:719
 msgid ""
 "In the right-hand column, you can update the user&#39;s status, delete the "
 "user&#39;s avatar, and view recent statistics."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:728
+#: bp-members/classes/class-bp-members-admin.php:725
 msgid ""
 "<a "
 "href=\"https://codex.buddypress.org/administrator-guide/extended-profiles/\""
 ">Managing Profiles</a>"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:860
+#: bp-members/classes/class-bp-members-admin.php:857
 msgid "Edit User"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:882
+#: bp-members/classes/class-bp-members-admin.php:879
 msgid "&larr; Back to Users"
 msgstr ""
 
 #: bp-members/classes/class-bp-members-admin.php:937
-msgid "No user found with this ID. <a href=\"%s\">Go back and try again</a>."
+msgid "No user found with this ID."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:966
+#: bp-members/classes/class-bp-members-admin.php:970
 msgid "User account has not yet been activated"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:992
+#: bp-members/classes/class-bp-members-admin.php:996
 msgid "Spammer"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1004
+#: bp-members/classes/class-bp-members-admin.php:1008
 msgid "Registered on: %s"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1014
+#: bp-members/classes/class-bp-members-admin.php:1018
 msgid "View Profile"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1015
+#: bp-members/classes/class-bp-members-admin.php:1019
 msgid "Update Profile"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1034
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:422
+#: bp-members/classes/class-bp-members-admin.php:1038
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:444
 msgid ""
 "%s has been marked as a spammer. All BuddyPress data associated with the "
 "user has been removed"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1065
+#: bp-members/classes/class-bp-members-admin.php:1069
 msgid "Last active: %1$s"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1105
+#: bp-members/classes/class-bp-members-admin.php:1111
+#. translators: accessibility text
 msgid "Select member type"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1107
-#: bp-templates/bp-legacy/buddypress/forums/index.php:180
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:196
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:219
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:227
-#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:104
-#. translators: no option picked in select box
-msgid "----"
-msgstr ""
-
-#: bp-members/classes/class-bp-members-admin.php:1184
+#: bp-members/classes/class-bp-members-admin.php:1194
 msgid "Extended"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1428
+#: bp-members/classes/class-bp-members-admin.php:1440
 msgid "This is the administration screen for pending accounts on your site."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1429
+#: bp-members/classes/class-bp-members-admin.php:1441
 msgid ""
 "From the screen options, you can customize the displayed columns and the "
 "pagination of this screen."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1430
+#: bp-members/classes/class-bp-members-admin.php:1442
 msgid ""
 "You can reorder the list of your pending accounts by clicking on the "
 "Username, Email or Registered column headers."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1431
+#: bp-members/classes/class-bp-members-admin.php:1443
 msgid ""
 "Using the search form, you can find pending accounts more easily. The "
 "Username and Email fields will be included in the search."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1438
+#: bp-members/classes/class-bp-members-admin.php:1450
 msgid ""
 "Hovering over a row in the pending accounts list will display action links "
 "that allow you to manage pending accounts. You can perform the following "
 "actions:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1439
+#: bp-members/classes/class-bp-members-admin.php:1451
 msgid ""
 "\"Email\" takes you to the confirmation screen before being able to send "
 "the activation link to the desired pending account. You can only send the "
 "activation email once per day."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1440
+#: bp-members/classes/class-bp-members-admin.php:1452
 msgid ""
 "\"Delete\" allows you to delete a pending account from your site. You will "
 "be asked to confirm this deletion."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1441
+#: bp-members/classes/class-bp-members-admin.php:1453
 msgid ""
 "By clicking on a Username you will be able to activate a pending account "
 "from the confirmation screen."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1442
+#: bp-members/classes/class-bp-members-admin.php:1454
 msgid "Bulk actions allow you to perform these 3 actions for the selected rows."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1454
+#: bp-members/classes/class-bp-members-admin.php:1467
+#. translators: accessibility text
 msgid "Filter users list"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1455
+#: bp-members/classes/class-bp-members-admin.php:1469
+#. translators: accessibility text
 msgid "Pending users list navigation"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1456
+#: bp-members/classes/class-bp-members-admin.php:1471
+#. translators: accessibility text
 msgid "Pending users list"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1717
+#: bp-members/classes/class-bp-members-admin.php:1732
 msgid "There was a problem sending the activation emails. Please try again."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1724
+#: bp-members/classes/class-bp-members-admin.php:1739
 msgid "There was a problem activating accounts. Please try again."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1731
+#: bp-members/classes/class-bp-members-admin.php:1746
 msgid "There was a problem deleting sign-ups. Please try again."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1853
+#: bp-members/classes/class-bp-members-admin.php:1868
 msgid "Users"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1877
+#: bp-members/classes/class-bp-members-admin.php:1892
 msgid "Search Pending Users"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1924
+#: bp-members/classes/class-bp-members-admin.php:1939
 msgid "Delete Pending Accounts"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1926
+#: bp-members/classes/class-bp-members-admin.php:1941
 msgid "You are about to delete the following account:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1928
+#: bp-members/classes/class-bp-members-admin.php:1943
 msgid "You are about to delete the following accounts:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1933
+#: bp-members/classes/class-bp-members-admin.php:1948
 msgid "Activate Pending Accounts"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1935
+#: bp-members/classes/class-bp-members-admin.php:1950
 msgid "You are about to activate the following account:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1937
+#: bp-members/classes/class-bp-members-admin.php:1952
 msgid "You are about to activate the following accounts:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1942
+#: bp-members/classes/class-bp-members-admin.php:1957
 msgid "Resend Activation Emails"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1944
+#: bp-members/classes/class-bp-members-admin.php:1959
 msgid "You are about to resend an activation email to the following account:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1946
+#: bp-members/classes/class-bp-members-admin.php:1961
 msgid "You are about to resend an activation email to the following accounts:"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1992
+#: bp-members/classes/class-bp-members-admin.php:2007
 msgid "Last notified: %s"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1996
+#: bp-members/classes/class-bp-members-admin.php:2011
 msgid "(less than 24 hours ago)"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:2014
+#: bp-members/classes/class-bp-members-admin.php:2029
 msgid "Confirm"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-component.php:110
+#: bp-members/classes/class-bp-members-component.php:117
 msgid "Search Members..."
 msgstr ""
 
-#: bp-members/classes/class-bp-members-component.php:287
+#: bp-members/classes/class-bp-members-component.php:375
 msgid "You"
 msgstr ""
 
 #: bp-members/classes/class-bp-members-list-table.php:152
-#: bp-members/classes/class-bp-members-list-table.php:313
+#: bp-members/classes/class-bp-members-list-table.php:316
 #: bp-members/classes/class-bp-members-ms-list-table.php:139
-#: bp-members/classes/class-bp-members-ms-list-table.php:306
+#: bp-members/classes/class-bp-members-ms-list-table.php:309
 #: bp-settings/classes/class-bp-settings-component.php:123
 #: bp-settings/classes/class-bp-settings-component.php:198
 msgid "Email"
@@ -5495,8 +5665,9 @@ msgstr ""
 msgid "Registration is disabled. %s"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-list-table.php:263
-#: bp-members/classes/class-bp-members-ms-list-table.php:256
+#: bp-members/classes/class-bp-members-list-table.php:265
+#: bp-members/classes/class-bp-members-ms-list-table.php:258
+#. translators: accessibility text
 msgid "Select user: %s"
 msgstr ""
 
@@ -5508,9 +5679,9 @@ msgstr ""
 msgid "Account Activated"
 msgstr ""
 
-#: bp-members/classes/class-bp-signup.php:580
-#: bp-members/classes/class-bp-signup.php:667
-#: bp-members/classes/class-bp-signup.php:744
+#: bp-members/classes/class-bp-signup.php:590
+#: bp-members/classes/class-bp-signup.php:677
+#: bp-members/classes/class-bp-signup.php:754
 msgid "the sign-up has already been activated."
 msgstr ""
 
@@ -5594,7 +5765,7 @@ msgstr ""
 
 #: bp-messages/bp-messages-actions.php:419
 #: bp-messages/bp-messages-actions.php:465
-#: bp-templates/bp-legacy/buddypress-functions.php:1669
+#: bp-templates/bp-legacy/buddypress-functions.php:1642
 msgid "Messages deleted."
 msgstr ""
 
@@ -5636,13 +5807,13 @@ msgstr ""
 msgid "Message was not sent. Please try again."
 msgstr ""
 
-#: bp-messages/bp-messages-notifications.php:107
-#: bp-messages/classes/class-bp-messages-component.php:167
-#: bp-messages/classes/class-bp-messages-component.php:243
+#: bp-messages/bp-messages-notifications.php:108
+#: bp-messages/classes/class-bp-messages-component.php:178
+#: bp-messages/classes/class-bp-messages-component.php:262
 msgid "Inbox"
 msgstr ""
 
-#: bp-messages/bp-messages-notifications.php:113
+#: bp-messages/bp-messages-notifications.php:114
 msgid "You have %d new messages"
 msgstr ""
 
@@ -5657,50 +5828,50 @@ msgstr[0] ""
 msgstr[1] ""
 
 #: bp-messages/bp-messages-screens.php:133
-#: bp-messages/classes/class-bp-messages-component.php:149
 msgid "Messages <span class=\"%s\">%s</span>"
 msgstr ""
 
-#: bp-messages/bp-messages-screens.php:206
-#: bp-messages/classes/class-bp-messages-component.php:151
-#: bp-messages/classes/class-bp-messages-component.php:242
+#: bp-messages/bp-messages-screens.php:209
+#: bp-messages/classes/class-bp-messages-component.php:162
+#: bp-messages/classes/class-bp-messages-component.php:261
 msgid "Messages"
 msgstr ""
 
-#: bp-messages/bp-messages-screens.php:215
+#: bp-messages/bp-messages-screens.php:218
 msgid "A member sends you a new message"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:107
-#: bp-templates/bp-legacy/buddypress-functions.php:336
+#: bp-templates/bp-legacy/buddypress-functions.php:330
 msgid "Unstar"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:108
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:71
-#: bp-templates/bp-legacy/buddypress-functions.php:337
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:76
+#: bp-templates/bp-legacy/buddypress-functions.php:331
+#. translators: accessibility text
 msgid "Star"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:109
-#: bp-messages/classes/class-bp-messages-component.php:178
-#: bp-messages/classes/class-bp-messages-component.php:268
-#: bp-templates/bp-legacy/buddypress-functions.php:338
+#: bp-messages/classes/class-bp-messages-component.php:189
+#: bp-messages/classes/class-bp-messages-component.php:287
+#: bp-templates/bp-legacy/buddypress-functions.php:332
 msgid "Starred"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:110
-#: bp-templates/bp-legacy/buddypress-functions.php:339
+#: bp-templates/bp-legacy/buddypress-functions.php:333
 msgid "Not starred"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:111
-#: bp-templates/bp-legacy/buddypress-functions.php:340
+#: bp-templates/bp-legacy/buddypress-functions.php:334
 msgid "Remove all starred messages in this thread"
 msgstr ""
 
 #: bp-messages/bp-messages-star.php:112
-#: bp-templates/bp-legacy/buddypress-functions.php:341
+#: bp-templates/bp-legacy/buddypress-functions.php:335
 msgid "Star the first message in this thread"
 msgstr ""
 
@@ -5724,94 +5895,100 @@ msgstr ""
 msgid "Remove star"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:580
+#: bp-messages/bp-messages-template.php:587
+#. translators: 1: total number, 2: accessibility text: number of unread
+#. messages
 msgid "%d unread"
 msgid_plural "%d unread"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-messages/bp-messages-template.php:752
+#: bp-messages/bp-messages-template.php:761
 msgid "Viewing 1 message"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:754
+#: bp-messages/bp-messages-template.php:763
 msgid "Viewing %1$s - %2$s of %3$s message"
 msgid_plural "Viewing %1$s - %2$s of %3$s messages"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-messages/bp-messages-template.php:780
+#: bp-messages/bp-messages-template.php:791
+#. translators: accessibility text
 msgid "Search Messages"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:923
+#: bp-messages/bp-messages-template.php:936
+#. translators: accessibility text
 msgid "Select:"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:927
-#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:186
-#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:167
+#: bp-messages/bp-messages-template.php:939
+#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:188
+#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:169
+#. translators: accessibility text
 msgid "Select"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:940
+#: bp-messages/bp-messages-template.php:952
 msgid "Delete Selected"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:952
-#: bp-notifications/bp-notifications-template.php:927
+#: bp-messages/bp-messages-template.php:965
+#: bp-notifications/bp-notifications-template.php:1028
+#. translators: accessibility text
 msgid "Select Bulk Action"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:954
-#: bp-notifications/bp-notifications-template.php:929
+#: bp-messages/bp-messages-template.php:968
+#: bp-notifications/bp-notifications-template.php:1031
 msgid "Bulk Actions"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:955
-#: bp-notifications/bp-notifications-template.php:932
+#: bp-messages/bp-messages-template.php:969
+#: bp-notifications/bp-notifications-template.php:1034
 msgid "Mark read"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:956
-#: bp-notifications/bp-notifications-template.php:934
+#: bp-messages/bp-messages-template.php:970
+#: bp-notifications/bp-notifications-template.php:1036
 msgid "Mark unread"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:967
-#: bp-notifications/bp-notifications-template.php:938
+#: bp-messages/bp-messages-template.php:981
+#: bp-notifications/bp-notifications-template.php:1040
 msgid "Apply"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1021
+#: bp-messages/bp-messages-template.php:1033
 msgid "Currently Active"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1193
+#: bp-messages/bp-messages-template.php:1205
 msgid "Deactivate"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1260
+#: bp-messages/bp-messages-template.php:1271
 #: bp-templates/bp-legacy/buddypress/members/register.php:194
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:72
-#: bp-templates/bp-legacy/buddypress-functions.php:298
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:392
+#: bp-templates/bp-legacy/buddypress-functions.php:292
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:414
 msgid "Close"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1338
+#: bp-messages/bp-messages-template.php:1348
 msgid "Send a private message to this user."
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1339
+#: bp-messages/bp-messages-template.php:1349
 msgid "Private Message"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1554
+#: bp-messages/bp-messages-template.php:1564
 msgid "%s recipients"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:1931
+#: bp-messages/bp-messages-template.php:1943
 msgid "Sent %s"
 msgstr ""
 
@@ -5819,37 +5996,40 @@ msgstr ""
 msgid "Private Messages"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:118
+#: bp-messages/classes/class-bp-messages-component.php:121
 msgid "Search Messages..."
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:189
-#: bp-messages/classes/class-bp-messages-component.php:278
-msgid "Sent"
+#: bp-messages/classes/class-bp-messages-component.php:154
+#: bp-messages/classes/class-bp-messages-component.php:252
+#. translators: %s: Unread message count for the current user
+msgid "Messages %s"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:199
-#: bp-messages/classes/class-bp-messages-component.php:287
-msgid "Compose"
+#: bp-messages/classes/class-bp-messages-component.php:200
+#: bp-messages/classes/class-bp-messages-component.php:297
+msgid "Sent"
 msgstr ""
 
 #: bp-messages/classes/class-bp-messages-component.php:210
-msgid "Notices"
+#: bp-messages/classes/class-bp-messages-component.php:306
+msgid "Compose"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:239
-msgid "Messages <span class=\"count\">%s</span>"
+#: bp-messages/classes/class-bp-messages-component.php:221
+msgid "Notices"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:240
-msgid "Inbox <span class=\"count\">%s</span>"
+#: bp-messages/classes/class-bp-messages-component.php:257
+#. translators: %s: Unread message count for the current user
+msgid "Inbox %s"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:297
+#: bp-messages/classes/class-bp-messages-component.php:316
 msgid "All Member Notices"
 msgstr ""
 
-#: bp-messages/classes/class-bp-messages-component.php:316
+#: bp-messages/classes/class-bp-messages-component.php:335
 msgid "My Messages"
 msgstr ""
 
@@ -5906,38 +6086,43 @@ msgstr ""
 msgid "No new notifications"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:421
+#: bp-notifications/bp-notifications-template.php:478
 msgid "Date not found"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:503
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:128
+#: bp-notifications/bp-notifications-template.php:562
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:137
 msgid "Read"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:842
+#: bp-notifications/bp-notifications-template.php:654
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:139
+msgid "Unread"
+msgstr ""
+
+#: bp-notifications/bp-notifications-template.php:941
 msgid "Viewing 1 notification"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:844
+#: bp-notifications/bp-notifications-template.php:943
 msgid "Viewing %1$s - %2$s of %3$s notification"
 msgid_plural "Viewing %1$s - %2$s of %3$s notifications"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-notifications/bp-notifications-template.php:908
+#: bp-notifications/bp-notifications-template.php:1007
 msgid "Newest First"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:909
+#: bp-notifications/bp-notifications-template.php:1008
 msgid "Oldest First"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:913
+#: bp-notifications/bp-notifications-template.php:1012
 msgid "Go"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:87
+#: bp-notifications/classes/class-bp-notifications-component.php:95
 msgid "Search Notifications..."
 msgstr ""
 
@@ -6009,10 +6194,14 @@ msgstr ""
 msgid "You have successfully dismissed your pending email change."
 msgstr ""
 
-#: bp-settings/bp-settings-template.php:91
+#: bp-settings/bp-settings-template.php:89
+msgid "There is a pending change of your email address to %s."
+msgstr ""
+
+#: bp-settings/bp-settings-template.php:94
 msgid ""
-"There is a pending change of your email address to %1$s.<br />Check your "
-"email (%2$s) for the verification link. <a href=\"%3$s\">Cancel</a>"
+"Check your email (%1$s) for the verification link, or <a "
+"href=\"%2$s\">cancel the pending change</a>."
 msgstr ""
 
 #: bp-settings/classes/class-bp-settings-component.php:111
@@ -6053,24 +6242,25 @@ msgid "Mark as Favorite"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/activity/entry.php:75
-#: bp-templates/bp-legacy/buddypress-functions.php:301
-#: bp-templates/bp-legacy/buddypress-functions.php:1202
-#: bp-templates/bp-legacy/buddypress-functions.php:1220
+#: bp-templates/bp-legacy/buddypress-functions.php:295
+#: bp-templates/bp-legacy/buddypress-functions.php:1175
+#: bp-templates/bp-legacy/buddypress-functions.php:1193
 msgid "Favorite"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/activity/entry.php:79
-#: bp-templates/bp-legacy/buddypress-functions.php:304
-#: bp-templates/bp-legacy/buddypress-functions.php:1200
-#: bp-templates/bp-legacy/buddypress-functions.php:1222
+#: bp-templates/bp-legacy/buddypress-functions.php:298
+#: bp-templates/bp-legacy/buddypress-functions.php:1173
+#: bp-templates/bp-legacy/buddypress-functions.php:1195
 msgid "Remove Favorite"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/activity/entry.php:123
+#: bp-templates/bp-legacy/buddypress/activity/entry.php:125
+#. translators: accessibility text
 msgid "Comment"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/activity/entry.php:126
+#: bp-templates/bp-legacy/buddypress/activity/entry.php:129
 msgid "Post"
 msgstr ""
 
@@ -6147,16 +6337,18 @@ msgstr ""
 msgid "What's new, %s?"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/activity/post-form.php:36
+#: bp-templates/bp-legacy/buddypress/activity/post-form.php:38
+#. translators: accessibility text
 msgid "Post what's new"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/activity/post-form.php:44
+#: bp-templates/bp-legacy/buddypress/activity/post-form.php:47
 msgid "Post Update"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/activity/post-form.php:51
-#: bp-templates/bp-legacy/buddypress/activity/post-form.php:53
+#: bp-templates/bp-legacy/buddypress/activity/post-form.php:54
+#: bp-templates/bp-legacy/buddypress/activity/post-form.php:58
+#. translators: accessibility text
 msgid "Post in"
 msgstr ""
 
@@ -6170,45 +6362,45 @@ msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/camera.php:25
 #: bp-templates/bp-legacy/buddypress/members/single/settings/capabilities.php:29
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1116
-#: bp-xprofile/classes/class-bp-xprofile-group.php:710
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1122
+#: bp-xprofile/classes/class-bp-xprofile-group.php:713
 msgid "Save"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/crop.php:23
-#: bp-templates/bp-legacy/buddypress/groups/create.php:232
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:206
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:57
+#: bp-templates/bp-legacy/buddypress/groups/create.php:235
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:209
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:60
 msgid "Crop Image"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:37
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:41
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:44
 msgid ""
 "If you'd like to delete your current profile photo but not upload a new "
 "one, please use the delete profile photo button."
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:38
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:42
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:462
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:45
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:484
 msgid "Delete Profile Photo"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:38
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:42
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:45
 msgid "Delete My Profile Photo"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:40
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:178
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:181
 msgid ""
 "If you'd like to remove the existing group profile photo but not upload a "
 "new one, please use the delete group profile photo button."
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:41
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:180
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:183
 msgid "Delete Group Profile Photo"
 msgstr ""
 
@@ -6249,7 +6441,9 @@ msgstr ""
 msgid "Drop your file here"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php:25
+#: bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php:27
+#: bp-templates/bp-legacy/buddypress/assets/_attachments/uploader.php:28
+#. translators: accessibility text
 msgid "Select your File"
 msgstr ""
 
@@ -6458,74 +6652,75 @@ msgid ""
 "shown on the main group page, and in search results."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:203
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:170
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:34
-msgid "Select an image"
-msgstr ""
-
 #: bp-templates/bp-legacy/buddypress/groups/create.php:205
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:172
 #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:36
+#. translators: accessibility text
+msgid "Select an image"
+msgstr ""
+
+#: bp-templates/bp-legacy/buddypress/groups/create.php:208
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:175
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:39
 msgid "Upload Image"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:209
+#: bp-templates/bp-legacy/buddypress/groups/create.php:212
 msgid ""
 "To skip the group profile photo upload process, hit the \"Next Step\" "
 "button."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:224
+#: bp-templates/bp-legacy/buddypress/groups/create.php:227
 msgid "Crop Group Profile Photo"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:226
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:200
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:51
-msgid "Profile photo to crop"
-msgstr ""
-
 #: bp-templates/bp-legacy/buddypress/groups/create.php:229
 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:203
 #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:54
+msgid "Profile photo to crop"
+msgstr ""
+
+#: bp-templates/bp-legacy/buddypress/groups/create.php:232
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:206
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:57
 msgid "Profile photo preview"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:270
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:234
+#: bp-templates/bp-legacy/buddypress/groups/create.php:273
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:237
 msgid "The Cover Image will be used to customize the header of your group."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:316
+#: bp-templates/bp-legacy/buddypress/groups/create.php:319
 msgid "Select people to invite from your friends list."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:334
+#: bp-templates/bp-legacy/buddypress/groups/create.php:337
 #: bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php:74
-#: bp-templates/bp-legacy/buddypress-functions.php:1322
+#: bp-templates/bp-legacy/buddypress-functions.php:1295
 msgid "Remove Invite"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:351
+#: bp-templates/bp-legacy/buddypress/groups/create.php:354
 msgid ""
 "Once you have built up friend connections you will be able to invite others "
 "to your group."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:396
+#: bp-templates/bp-legacy/buddypress/groups/create.php:399
 msgid "Back to Previous Step"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:403
+#: bp-templates/bp-legacy/buddypress/groups/create.php:406
 msgid "Next Step"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:410
+#: bp-templates/bp-legacy/buddypress/groups/create.php:413
 msgid "Create Group and Continue"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/create.php:417
+#: bp-templates/bp-legacy/buddypress/groups/create.php:420
 msgid "Finish"
 msgstr ""
 
@@ -6551,58 +6746,58 @@ msgstr ""
 msgid "Notify group members of these changes via email"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:198
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:201
 msgid "Crop Profile Photo"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:223
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:226
 #: bp-templates/bp-legacy/buddypress/members/single/profile/change-cover-image.php:11
 msgid "Change Cover Image"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:345
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:348
 msgid "(banned)"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:351
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:354
 msgid "Unban this member"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:351
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:354
 msgid "Remove Ban"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:355
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:358
 msgid "Kick and ban this member"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:355
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:358
 msgid "Kick &amp; Ban"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:356
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:359
 msgid "Promote to Mod"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:361
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:364
 msgid "Remove this member"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:361
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:364
 msgid "Remove from group"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:382
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:401
 msgid "This group has no members."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:453
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:472
 msgid ""
 "WARNING: Deleting this group will completely remove ALL content associated "
 "with it. There is no way back, please be careful with this option."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:456
+#: bp-templates/bp-legacy/buddypress/groups/single/admin.php:475
 msgid "I understand the consequences of deleting this group."
 msgstr ""
 
@@ -6626,11 +6821,12 @@ msgstr ""
 msgid "Edit:"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:111
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:113
+#. translators: accessibility text
 msgid "Edit text"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:136
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:139
 msgid "This topic does not exist."
 msgstr ""
 
@@ -6658,11 +6854,11 @@ msgstr ""
 msgid "Add a reply:"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:193
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:196
 msgid "Post Reply"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:211
+#: bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php:214
 msgid "This topic is closed, replies are no longer accepted."
 msgstr ""
 
@@ -6694,19 +6890,19 @@ msgstr ""
 msgid "Send Request"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:48
+#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:57
 #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:57
 #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:45
 msgid "Accept"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:50
+#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:59
 #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:58
 #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:46
 msgid "Reject"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:86
+#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:95
 msgid "There are no pending membership requests."
 msgstr ""
 
@@ -6773,7 +6969,7 @@ msgstr ""
 #: bp-templates/bp-legacy/buddypress/members/register.php:110
 #: bp-templates/bp-legacy/buddypress/members/register.php:270
 #: bp-templates/bp-legacy/buddypress/members/register.php:286
-#: bp-xprofile/bp-xprofile-template.php:1294
+#: bp-xprofile/bp-xprofile-template.php:1433
 msgid "(required)"
 msgstr ""
 
@@ -6797,13 +6993,13 @@ msgstr ""
 #: bp-templates/bp-legacy/buddypress/members/register.php:201
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:58
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:78
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:371
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:393
 msgid "This field can be seen by: %s"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/members/register.php:189
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:67
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:387
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:409
 msgid "Who can see this field?"
 msgstr ""
 
@@ -6857,7 +7053,7 @@ msgid "This is a notice to all users."
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:33
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:56
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:59
 msgid "Subject"
 msgstr ""
 
@@ -6869,36 +7065,34 @@ msgstr ""
 msgid "Send Message"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:54
-#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:15
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:56
+#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:17
+#. translators: accessibility text
 msgid "Select all"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:55
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:58
 msgid "From"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:84
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:92
+#. translators: accessibility text
 msgid "Select this message"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:90
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:99
 msgid "From:"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:97
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:106
 msgid "To:"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:104
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:113
 msgid "View Message"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:130
-msgid "Unread"
-msgstr ""
-
-#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:180
+#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:189
 msgid "Sorry, no messages were found."
 msgstr ""
 
@@ -6934,11 +7128,12 @@ msgstr ""
 msgid "Send a Reply"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:122
+#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:124
+#. translators: accessibility text
 msgid "Reply to Message"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:135
+#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:138
 msgid "Send Reply"
 msgstr ""
 
@@ -6958,15 +7153,16 @@ msgstr ""
 msgid "This member has no notifications."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:16
+#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:19
 msgid "Notification"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:17
+#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:20
 msgid "Date Received"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:28
+#: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:33
+#. translators: accessibility text
 msgid "Select this notification"
 msgstr ""
 
@@ -6988,11 +7184,11 @@ msgid ""
 "then click 'Upload Image' to proceed."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:49
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:52
 msgid "Crop Your New Profile Photo"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:81
+#: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:84
 msgid ""
 "Your profile photo will be used on your profile and throughout the site. To "
 "change your profile photo, please create an account with <a "
@@ -7009,7 +7205,7 @@ msgid "Editing '%s' Profile Group"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:62
-#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:378
+#: bp-xprofile/classes/class-bp-xprofile-user-admin.php:400
 msgid "Change"
 msgstr ""
 
@@ -7063,8 +7259,9 @@ msgstr ""
 msgid "New Password"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:27
-#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:28
+#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:29
+#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:31
+#. translators: accessibility text
 msgid "Repeat New Password"
 msgstr ""
 
@@ -7073,321 +7270,329 @@ msgid "Send an email notice when:"
 msgstr ""
 
 #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:28
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1390
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1399
 msgid "Visibility"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:62
+#: bp-templates/bp-legacy/buddypress-functions.php:60
 msgid "BuddyPress Legacy"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:297
+#: bp-templates/bp-legacy/buddypress-functions.php:291
 msgid "Accepted"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:299
+#: bp-templates/bp-legacy/buddypress-functions.php:293
 msgid "comments"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:300
+#: bp-templates/bp-legacy/buddypress-functions.php:294
 msgid "Are you sure you want to leave this group?"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:302
+#: bp-templates/bp-legacy/buddypress-functions.php:296
 msgid "My Favorites"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:303
+#: bp-templates/bp-legacy/buddypress-functions.php:297
 msgid "Rejected"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:305
+#: bp-templates/bp-legacy/buddypress-functions.php:299
 msgid "Show all"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:306
+#: bp-templates/bp-legacy/buddypress-functions.php:300
 msgid "Show all comments for this thread"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:307
+#: bp-templates/bp-legacy/buddypress-functions.php:301
 msgid "Show all %d comments"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:308
+#: bp-templates/bp-legacy/buddypress-functions.php:302
 msgid ""
 "Your profile has unsaved changes. If you leave the page, the changes will "
 "be lost."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:961
+#: bp-templates/bp-legacy/buddypress-functions.php:935
 msgid "There was a problem posting your update. Please try again."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1096
-#: bp-templates/bp-legacy/buddypress-functions.php:1134
+#: bp-templates/bp-legacy/buddypress-functions.php:1069
+#: bp-templates/bp-legacy/buddypress-functions.php:1107
 msgid "There was a problem when deleting. Please try again."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1326
+#: bp-templates/bp-legacy/buddypress-functions.php:1299
 msgid ""
 "%s has previously requested to join this group. Sending an invitation will "
 "automatically add the member to the group."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1382
+#: bp-templates/bp-legacy/buddypress-functions.php:1355
 msgid " Friendship could not be requested."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1394
+#: bp-templates/bp-legacy/buddypress-functions.php:1367
 msgid "Friendship request could not be cancelled."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1399
+#: bp-templates/bp-legacy/buddypress-functions.php:1372
 msgid "Request Pending"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1420
+#: bp-templates/bp-legacy/buddypress-functions.php:1393
 msgid "There was a problem accepting that request. Please try again."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1440
+#: bp-templates/bp-legacy/buddypress-functions.php:1413
 msgid "There was a problem rejecting that request. Please try again."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1471
+#: bp-templates/bp-legacy/buddypress-functions.php:1444
 msgid "Error joining group"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1484
-#: bp-templates/bp-legacy/buddypress-functions.php:1494
+#: bp-templates/bp-legacy/buddypress-functions.php:1457
+#: bp-templates/bp-legacy/buddypress-functions.php:1467
 msgid "Error requesting membership"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1505
+#: bp-templates/bp-legacy/buddypress-functions.php:1478
 msgid "Error leaving group"
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1529
+#: bp-templates/bp-legacy/buddypress-functions.php:1502
 msgid "There was a problem closing the notice."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1592
+#: bp-templates/bp-legacy/buddypress-functions.php:1565
 msgid "There was a problem sending that reply. Please try again."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1611
+#: bp-templates/bp-legacy/buddypress-functions.php:1584
 msgid "There was a problem marking messages as unread."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1637
+#: bp-templates/bp-legacy/buddypress-functions.php:1610
 msgid "There was a problem marking messages as read."
 msgstr ""
 
-#: bp-templates/bp-legacy/buddypress-functions.php:1663
+#: bp-templates/bp-legacy/buddypress-functions.php:1636
 msgid "There was a problem deleting messages."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:30
+#: bp-xprofile/bp-xprofile-activity.php:29
 msgid "Member changed profile picture"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:32
+#: bp-xprofile/bp-xprofile-activity.php:31
 msgid "Updated Profile Photos"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:38
+#: bp-xprofile/bp-xprofile-activity.php:37
 msgid "Updated Profile"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:40
-#: bp-xprofile/bp-xprofile-activity.php:344
+#: bp-xprofile/bp-xprofile-activity.php:39
+#: bp-xprofile/bp-xprofile-activity.php:339
 msgid "Profile Updates"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:64
+#: bp-xprofile/bp-xprofile-activity.php:63
 msgid "%s changed their profile picture"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-activity.php:98
+#: bp-xprofile/bp-xprofile-activity.php:97
 msgid "%s's profile was updated"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:94
-#: bp-xprofile/classes/class-bp-xprofile-group.php:708
+#: bp-xprofile/bp-xprofile-admin.php:97
+#: bp-xprofile/classes/class-bp-xprofile-group.php:711
 msgid "Add New Field Group"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:126 bp-xprofile/bp-xprofile-admin.php:556
+#: bp-xprofile/bp-xprofile-admin.php:129 bp-xprofile/bp-xprofile-admin.php:565
 msgid "(Primary)"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:148
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1114
+#: bp-xprofile/bp-xprofile-admin.php:151
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1120
 msgid "Add New Field"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:186
+#: bp-xprofile/bp-xprofile-admin.php:190
+#. translators: accessibility text
 msgid "Fields for \"%s\" Group"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:212
+#: bp-xprofile/bp-xprofile-admin.php:216
 msgid "There are no fields in this group."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:220
+#: bp-xprofile/bp-xprofile-admin.php:224
 msgid "* Fields in this group appear on the signup page."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:228
+#: bp-xprofile/bp-xprofile-admin.php:232
 msgid "You have no groups."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:229
+#: bp-xprofile/bp-xprofile-admin.php:233
 msgid "Add New Group"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:269
+#: bp-xprofile/bp-xprofile-admin.php:275
 msgid "There was an error saving the group. Please try again."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:274
+#: bp-xprofile/bp-xprofile-admin.php:280
 msgid "The group was saved successfully."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:380
+#: bp-xprofile/bp-xprofile-admin.php:390
 msgid "There was an error saving the field. Please try again."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:383
+#: bp-xprofile/bp-xprofile-admin.php:393
 msgid "The field was saved successfully."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:467
+#: bp-xprofile/bp-xprofile-admin.php:476
 msgid "field"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:467
+#: bp-xprofile/bp-xprofile-admin.php:476
 msgid "option"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:471
+#: bp-xprofile/bp-xprofile-admin.php:480
 msgid "There was an error deleting the %s. Please try again."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:474
+#: bp-xprofile/bp-xprofile-admin.php:483
 msgid "The %s was deleted successfully!"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:558
+#: bp-xprofile/bp-xprofile-admin.php:567
 msgid "(Sign-up)"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-screens.php:178
+#: bp-xprofile/bp-xprofile-screens.php:179
 msgid "Changes saved."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-settings.php:51
+#: bp-xprofile/bp-xprofile-settings.php:49
 msgid "Your profile settings have been saved."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-settings.php:55
+#: bp-xprofile/bp-xprofile-settings.php:53
 msgid "This member's profile settings have been saved."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-template.php:1017
+#: bp-xprofile/bp-xprofile-template.php:1124
 msgid "Profile not recently updated."
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-template.php:1041
+#: bp-xprofile/bp-xprofile-template.php:1150
 msgid "Profile updated %s"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-template.php:1238
+#: bp-xprofile/bp-xprofile-template.php:1376
+#. translators: accessibility text
 msgid "Select visibility"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-template.php:1251
+#: bp-xprofile/bp-xprofile-template.php:1390
 msgid "This field's visibility cannot be changed."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:102
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:277
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:106
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:292
+#. translators: accessibility text
 msgid "Select day"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:110
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:282
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:117
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:300
+#. translators: accessibility text
 msgid "Select month"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:118
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:287
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:128
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:308
+#. translators: accessibility text
 msgid "Select year"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:205
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:218
 msgid "January"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:206
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:219
 msgid "February"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:207
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:220
 msgid "March"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:208
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:221
 msgid "April"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:209
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:222
 msgid "May"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:210
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:223
 msgid "June"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:211
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:224
 msgid "July"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:212
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:225
 msgid "August"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:213
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:226
 msgid "September"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:214
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:227
 msgid "October"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:215
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:228
 msgid "November"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:216
+#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:229
 msgid "December"
 msgstr ""
 
 #: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:95
 #: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:85
-#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:177
+#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:180
 msgid "Clear"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:97
+#: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:99
+#. translators: accessibility text
 msgid "Number field"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:97
+#: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:99
+#. translators: accessibility text
 msgid "Textbox"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:100
+#: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:102
+#. translators: accessibility text
 msgid "URL"
 msgstr ""
 
@@ -7411,141 +7616,144 @@ msgstr ""
 msgid "Descending"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type.php:368
+#: bp-xprofile/classes/class-bp-xprofile-field-type.php:370
+#. translators: accessibility text
 msgid "Add an option"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type.php:372
+#: bp-xprofile/classes/class-bp-xprofile-field-type.php:375
 msgid "Default Value"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field-type.php:389
+#: bp-xprofile/classes/class-bp-xprofile-field-type.php:392
 msgid "Add Another Option"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:745
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1361
+#: bp-xprofile/classes/class-bp-xprofile-field.php:748
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1370
 msgid "Users with no member type"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:748
+#: bp-xprofile/classes/class-bp-xprofile-field.php:751
 msgid "(Member types: %s)"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:750
+#: bp-xprofile/classes/class-bp-xprofile-field.php:753
 msgid "(Unavailable to all members)"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1037
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1043
 msgid "Profile fields must have a name."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1043
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1049
 msgid "Profile field requirement is missing."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1049
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1055
 msgid "Profile field type is missing."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1055
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1061
 msgid "The profile field type %s is not registered."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1070
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1076
 msgid "These field options are invalid."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1081
 #: bp-xprofile/classes/class-bp-xprofile-field.php:1087
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1093
 msgid "%s require at least one option."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1130
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1136
 msgid "Edit Field"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1246
-#: bp-xprofile/classes/class-bp-xprofile-group.php:764
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1252
+#: bp-xprofile/classes/class-bp-xprofile-group.php:782
 msgid "Submit"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1314
-#: bp-xprofile/classes/class-bp-xprofile-group.php:744
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1322
+#: bp-xprofile/classes/class-bp-xprofile-group.php:749
+#. translators: accessibility text
 msgid "Add description"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1344
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1353
 msgid "Member Types"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1346
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1355
 msgid "This field should be available to:"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1366
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1375
 msgid "Unavailable to all members."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1410
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1419
 msgid "Allow members to override"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1414
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1423
 msgid "Enforce field visibility"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1439
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1448
 msgid "Requirement"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1442
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1451
 msgid "Not Required"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1443
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1452
 msgid "Required"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1468
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1471
 msgid "Autolink"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1470
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1473
 msgid ""
 "On user profiles, link this field to a search of the Members directory, "
 "using the field value as a search term."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1473
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1478
+#. translators: accessibility text
 msgid "Autolink status for this field"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1475
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1481
 msgid "Enabled"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1476
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1482
 msgid "Disabled"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1500
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1506
 msgid "Type"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-group.php:576
+#: bp-xprofile/classes/class-bp-xprofile-group.php:579
 msgid "Please make sure you give the group a name."
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-group.php:714
+#: bp-xprofile/classes/class-bp-xprofile-group.php:717
 msgid "Edit Field Group"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-group.php:737
+#: bp-xprofile/classes/class-bp-xprofile-group.php:740
 msgid "Field Group Name"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-group.php:742
+#: bp-xprofile/classes/class-bp-xprofile-group.php:745
 msgid "Field Group Description"
 msgstr ""
 
@@ -7563,87 +7771,87 @@ msgstr ""
 msgid "The BuddyPress Community"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:34
+#: bp-activity/bp-activity-admin.php:36
 msgctxt "Admin Dashbord SWA page title"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:35
+#: bp-activity/bp-activity-admin.php:37
 msgctxt "Admin Dashbord SWA menu"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:249
+#: bp-activity/bp-activity-admin.php:251
 msgctxt "activity admin edit screen"
 msgid "Status"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:250
+#: bp-activity/bp-activity-admin.php:252
 msgctxt "activity admin edit screen"
 msgid "Primary Item/Secondary Item"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:251
+#: bp-activity/bp-activity-admin.php:253
 msgctxt "activity admin edit screen"
 msgid "Link"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:252
+#: bp-activity/bp-activity-admin.php:254
 msgctxt "activity admin edit screen"
 msgid "Type"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:253
+#: bp-activity/bp-activity-admin.php:255
 msgctxt "activity admin edit screen"
 msgid "Author ID"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:273
+#: bp-activity/bp-activity-admin.php:275
 msgctxt "Activity items per page (screen options)"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-admin.php:990
+#: bp-activity/bp-activity-admin.php:1016
 msgctxt "Admin SWA page"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:517
+#: bp-activity/bp-activity-functions.php:507
 msgctxt "Post Type generic activity post admin filter"
 msgid "New item published"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:550
+#: bp-activity/bp-activity-functions.php:540
 msgctxt "Post Type generic comments activity admin filter"
 msgid "New item comment posted"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:561
+#: bp-activity/bp-activity-functions.php:551
 msgctxt "Post Type generic comments activity front filter"
 msgid "Item comments"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1581
+#: bp-activity/bp-activity-functions.php:1535
 msgctxt "Activity Custom Post Type post action"
 msgid "%1$s wrote a new <a href=\"%2$s\">item</a>, on the site %3$s"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1587
+#: bp-activity/bp-activity-functions.php:1541
 msgctxt "Activity Custom Post Type post action"
 msgid "%1$s wrote a new <a href=\"%2$s\">item</a>"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1632
+#: bp-activity/bp-activity-functions.php:1586
 msgctxt "Activity Custom Post Type comment action"
 msgid "%1$s commented on the <a href=\"%2$s\">item</a>, on the site %3$s"
 msgstr ""
 
-#: bp-activity/bp-activity-functions.php:1638
+#: bp-activity/bp-activity-functions.php:1592
 msgctxt "Activity Custom Post Type post comment action"
 msgid "%1$s commented on the <a href=\"%2$s\">item</a>"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:115
+#: bp-activity/classes/class-bp-activity-component.php:125
 msgctxt "component directory title"
 msgid "Site-Wide Activity"
 msgstr ""
@@ -7653,82 +7861,83 @@ msgctxt "component directory title"
 msgid "Sites"
 msgstr ""
 
-#: bp-core/bp-core-template.php:3062
+#: bp-core/bp-core-template.php:3121
 msgctxt "component directory title"
 msgid "Directory"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:164
+#: bp-groups/classes/class-bp-groups-component.php:177
 msgctxt "component directory title"
 msgid "Groups"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-component.php:109
+#: bp-members/classes/class-bp-members-component.php:116
 msgctxt "component directory title"
 msgid "Members"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:160
+#: bp-activity/classes/class-bp-activity-component.php:166
 msgctxt "Profile activity screen nav"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:170
+#: bp-activity/classes/class-bp-activity-component.php:176
 msgctxt "Profile activity screen sub nav"
 msgid "Personal"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:181
+#: bp-activity/classes/class-bp-activity-component.php:187
 msgctxt "Profile activity screen sub nav"
 msgid "Mentions"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:194
+#: bp-activity/classes/class-bp-activity-component.php:200
 msgctxt "Profile activity screen sub nav"
 msgid "Favorites"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:207
+#: bp-activity/classes/class-bp-activity-component.php:213
 msgctxt "Profile activity screen sub nav"
 msgid "Friends"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:220
+#: bp-activity/classes/class-bp-activity-component.php:226
 msgctxt "Profile activity screen sub nav"
 msgid "Groups"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:263
+#: bp-activity/classes/class-bp-activity-component.php:264
+#. translators: %s: Unread mention count for the current user
 msgctxt "Toolbar Mention logged in user"
-msgid "Mentions <span class=\"count\">%s</span>"
+msgid "Mentions %s"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:265
+#: bp-activity/classes/class-bp-activity-component.php:268
 msgctxt "Toolbar Mention logged in user"
 msgid "Mentions"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:273
+#: bp-activity/classes/class-bp-activity-component.php:276
 msgctxt "My Account Activity sub nav"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:281
+#: bp-activity/classes/class-bp-activity-component.php:284
 msgctxt "My Account Activity sub nav"
 msgid "Personal"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:302
+#: bp-activity/classes/class-bp-activity-component.php:305
 msgctxt "My Account Activity sub nav"
 msgid "Favorites"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:313
+#: bp-activity/classes/class-bp-activity-component.php:316
 msgctxt "My Account Activity sub nav"
 msgid "Friends"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-component.php:324
+#: bp-activity/classes/class-bp-activity-component.php:327
 msgctxt "My Account Activity sub nav"
 msgid "Groups"
 msgstr ""
@@ -7738,22 +7947,22 @@ msgctxt "Page and <title>"
 msgid "My Activity"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:370
+#: bp-activity/classes/class-bp-activity-list-table.php:376
 msgctxt "Admin SWA column header"
 msgid "Author"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:371
+#: bp-activity/classes/class-bp-activity-list-table.php:377
 msgctxt "Admin SWA column header"
 msgid "Activity"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:372
+#: bp-activity/classes/class-bp-activity-list-table.php:378
 msgctxt "Admin SWA column header"
 msgid "Action"
 msgstr ""
 
-#: bp-activity/classes/class-bp-activity-list-table.php:373
+#: bp-activity/classes/class-bp-activity-list-table.php:379
 msgctxt "Admin SWA column header"
 msgid "In Response To"
 msgstr ""
@@ -7773,37 +7982,37 @@ msgctxt "x hours ago - akismet cleared this item"
 msgid "%1$s &mdash; %2$s"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:26
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:27
 msgctxt "widget name"
 msgid "(BuddyPress) Recent Networkwide Posts"
 msgstr ""
 
-#: bp-friends/classes/class-bp-core-friends-widget.php:30
+#: bp-friends/classes/class-bp-core-friends-widget.php:31
 msgctxt "widget name"
 msgid "(BuddyPress) Friends"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-widget.php:30
+#: bp-groups/classes/class-bp-groups-widget.php:31
 msgctxt "widget name"
 msgid "(BuddyPress) Groups"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-widget.php:26
+#: bp-members/classes/class-bp-core-members-widget.php:28
 msgctxt "widget name"
 msgid "(BuddyPress) Members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-recently-active-widget.php:24
+#: bp-members/classes/class-bp-core-recently-active-widget.php:26
 msgctxt "widget name"
 msgid "(BuddyPress) Recently Active Members"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-whos-online-widget.php:24
+#: bp-members/classes/class-bp-core-whos-online-widget.php:26
 msgctxt "widget name"
 msgid "(BuddyPress) Who's Online"
 msgstr ""
 
-#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:158
+#: bp-blogs/classes/class-bp-blogs-recent-posts-widget.php:159
 msgctxt "Label for the Title field of the Recent Networkwide Posts widget"
 msgid "Title:"
 msgstr ""
@@ -7818,29 +8027,29 @@ msgctxt "Blog pagination next text"
 msgid "&rarr;"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-components.php:156
+#: bp-core/admin/bp-core-admin-components.php:158
 msgctxt "plugins"
 msgid "All <span class=\"count\">(%s)</span>"
 msgid_plural "All <span class=\"count\">(%s)</span>"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-core/admin/bp-core-admin-schema.php:351
+#: bp-core/admin/bp-core-admin-schema.php:333
 msgctxt "First field-group name"
 msgid "General"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-schema.php:355
+#: bp-core/admin/bp-core-admin-schema.php:337
 msgctxt "Display name field"
 msgid "Display Name"
 msgstr ""
 
-#: bp-core/admin/bp-core-admin-tools.php:416
+#: bp-core/admin/bp-core-admin-tools.php:419
 msgctxt "buddypress tools intro"
 msgid "Use the %s to repair these relationships."
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:34 bp-core/bp-core-filters.php:1115
+#: bp-core/bp-core-customizer-email.php:34 bp-core/bp-core-filters.php:1109
 msgctxt "screen heading"
 msgid "BuddyPress Emails"
 msgstr ""
@@ -7851,22 +8060,22 @@ msgctxt "screen heading"
 msgid "Emails"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:145
+#: bp-core/bp-core-customizer-email.php:147
 msgctxt "email"
 msgid "Header"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:150
+#: bp-core/bp-core-customizer-email.php:152
 msgctxt "email"
 msgid "Body"
 msgstr ""
 
-#: bp-core/bp-core-customizer-email.php:155
+#: bp-core/bp-core-customizer-email.php:157
 msgctxt "email"
 msgid "Footer"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:3046
+#: bp-core/bp-core-functions.php:3146
 #. translators: email disclaimer, e.g. "© 2016 Site Name".
 msgctxt "email"
 msgid "&copy; %s %s"
@@ -7877,247 +8086,257 @@ msgctxt "email"
 msgid "unsubscribe"
 msgstr ""
 
-#: bp-core/bp-core-filters.php:782
+#: bp-core/bp-core-filters.php:776
 msgctxt "customizer menu type label"
 msgid "Custom Link"
 msgstr ""
 
-#: bp-core/bp-core-filters.php:803
+#: bp-core/bp-core-filters.php:797
 msgctxt "customizer menu section title"
 msgid "BuddyPress (logged-in)"
 msgstr ""
 
-#: bp-core/bp-core-filters.php:808
+#: bp-core/bp-core-filters.php:802
 msgctxt "customizer menu section title"
 msgid "BuddyPress (logged-out)"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:617
+#: bp-core/bp-core-functions.php:634
 msgctxt "Page title for the Activity directory."
 msgid "Activity"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:618
+#: bp-core/bp-core-functions.php:635
 msgctxt "Page title for the Groups directory."
 msgid "Groups"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:619
+#: bp-core/bp-core-functions.php:636
 msgctxt "Page title for the Sites directory."
 msgid "Sites"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:620
+#: bp-core/bp-core-functions.php:637
 msgctxt "Page title for the Members directory."
 msgid "Members"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:621
+#: bp-core/bp-core-functions.php:638
 msgctxt "Page title for the user activation screen."
 msgid "Activate"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:622
+#: bp-core/bp-core-functions.php:639
 msgctxt "Page title for the user registration screen."
 msgid "Register"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:1203
+#: bp-core/bp-core-functions.php:1213
 msgctxt "Separator in time since"
 msgid ","
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2673
+#: bp-core/bp-core-functions.php:2773
 msgctxt "email post type label"
 msgid "Add New"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2674
+#: bp-core/bp-core-functions.php:2774
 msgctxt "email post type label"
 msgid "Add a New Email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2675
+#: bp-core/bp-core-functions.php:2775
 msgctxt "email post type label"
 msgid "All Emails"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2676
+#: bp-core/bp-core-functions.php:2776
 msgctxt "email post type label"
 msgid "Edit Email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2677
+#: bp-core/bp-core-functions.php:2777
 msgctxt "email post type label"
 msgid "Filter email list"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2678
+#: bp-core/bp-core-functions.php:2778
 msgctxt "email post type label"
 msgid "Email list"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2679
+#: bp-core/bp-core-functions.php:2779
 msgctxt "email post type label"
 msgid "Email list navigation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2681
+#: bp-core/bp-core-functions.php:2781
 msgctxt "email post type label"
 msgid "BuddyPress Emails"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2682
+#: bp-core/bp-core-functions.php:2782
 msgctxt "email post type label"
 msgid "New Email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2683
+#: bp-core/bp-core-functions.php:2783
 msgctxt "email post type label"
 msgid "No emails found"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2684
+#: bp-core/bp-core-functions.php:2784
 msgctxt "email post type label"
 msgid "No emails found in Trash"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2685
+#: bp-core/bp-core-functions.php:2785
 msgctxt "email post type label"
 msgid "Search Emails"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2687
+#: bp-core/bp-core-functions.php:2787
 msgctxt "email post type label"
 msgid "Uploaded to this email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2688
+#: bp-core/bp-core-functions.php:2788
 msgctxt "email post type label"
 msgid "View Email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2680
+#: bp-core/bp-core-functions.php:2780
 msgctxt "email post type name"
 msgid "Emails"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2686
+#: bp-core/bp-core-functions.php:2786
 msgctxt "email post type singular name"
 msgid "Email"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2764
+#: bp-core/bp-core-functions.php:2864
 msgctxt "email type taxonomy label"
 msgid "New Email Situation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2765
+#: bp-core/bp-core-functions.php:2865
 msgctxt "email type taxonomy label"
 msgid "All Email Situations"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2766
+#: bp-core/bp-core-functions.php:2866
 msgctxt "email type taxonomy label"
 msgid "Edit Email Situations"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2767
+#: bp-core/bp-core-functions.php:2867
 msgctxt "email type taxonomy label"
 msgid "Email list"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2768
+#: bp-core/bp-core-functions.php:2868
 msgctxt "email type taxonomy label"
 msgid "Email list navigation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2769
+#: bp-core/bp-core-functions.php:2869
 msgctxt "email type taxonomy label"
 msgid "Situations"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2771
+#: bp-core/bp-core-functions.php:2871
 msgctxt "email type taxonomy label"
 msgid "New email situation name"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2772
+#: bp-core/bp-core-functions.php:2872
 msgctxt "email type taxonomy label"
 msgid "No email situations found."
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2773
+#: bp-core/bp-core-functions.php:2873
 msgctxt "email type taxonomy label"
 msgid "No email situations"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2774
+#: bp-core/bp-core-functions.php:2874
 msgctxt "email type taxonomy label"
 msgid "Popular Email Situation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2775
+#: bp-core/bp-core-functions.php:2875
 msgctxt "email type taxonomy label"
 msgid "Search Emails"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2777
+#: bp-core/bp-core-functions.php:2877
 msgctxt "email type taxonomy label"
 msgid "Update Email Situation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2778
+#: bp-core/bp-core-functions.php:2878
 msgctxt "email type taxonomy label"
 msgid "View Email Situation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2770
+#: bp-core/bp-core-functions.php:2870
 msgctxt "email type taxonomy name"
 msgid "Situation"
 msgstr ""
 
-#: bp-core/bp-core-functions.php:2776
+#: bp-core/bp-core-functions.php:2876
 msgctxt "email type taxonomy singular name"
 msgid "Email"
 msgstr ""
 
+#: bp-core/bp-core-moderation.php:176
+msgctxt "Comment moderation"
+msgid "You have posted an inappropriate word."
+msgstr ""
+
+#: bp-core/bp-core-moderation.php:289
+msgctxt "Comment blacklist"
+msgid "You have posted an inappropriate word."
+msgstr ""
+
 #: bp-core/bp-core-taxonomy.php:33
 msgctxt "email type taxonomy description"
 msgid "BuddyPress email types"
 msgstr ""
 
-#: bp-core/bp-core-template.php:528
+#: bp-core/bp-core-template.php:542
 msgctxt "search form"
 msgid "Members"
 msgstr ""
 
-#: bp-core/bp-core-template.php:532
+#: bp-core/bp-core-template.php:546
 msgctxt "search form"
 msgid "Groups"
 msgstr ""
 
-#: bp-core/bp-core-template.php:536
+#: bp-core/bp-core-template.php:550
 msgctxt "search form"
 msgid "Blogs"
 msgstr ""
 
-#: bp-core/bp-core-template.php:540
+#: bp-core/bp-core-template.php:554
 msgctxt "search form"
 msgid "Forums"
 msgstr ""
 
-#: bp-core/bp-core-template.php:543
+#: bp-core/bp-core-template.php:557
 msgctxt "search form"
 msgid "Posts"
 msgstr ""
 
-#: bp-core/bp-core-template.php:546
+#: bp-core/bp-core-template.php:560
 msgctxt "search form"
 msgid "Search these:"
 msgstr ""
 
-#: bp-core/bp-core-template.php:3717
+#: bp-core/bp-core-template.php:3755
 msgctxt "recipient salutation"
 msgid "Hi %s,"
 msgstr ""
@@ -8128,57 +8347,62 @@ msgctxt "email menu label"
 msgid "Customize"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:407
+#: bp-core/classes/class-bp-admin.php:404
 msgctxt "BuddyPress setting tab"
 msgid "Profile Settings"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:682
+#: bp-core/classes/class-bp-admin.php:697
 msgctxt "About screen, website links"
 msgid "Learn more:"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:682
+#: bp-core/classes/class-bp-admin.php:697
 msgctxt "About screen, link to project blog"
 msgid "News"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:682
+#: bp-core/classes/class-bp-admin.php:697
 msgctxt "About screen, link to support site"
 msgid "Support"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:682
+#: bp-core/classes/class-bp-admin.php:697
 msgctxt "About screen, link to documentation"
 msgid "Documentation"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:682
+#: bp-core/classes/class-bp-admin.php:697
 msgctxt "About screen, link to development blog"
 msgid "Development Blog"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:684
+#: bp-core/classes/class-bp-admin.php:699
 msgctxt "official Twitter accounts:"
 msgid "Twitter:"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:684
+#: bp-core/classes/class-bp-admin.php:699
 msgctxt "@buddypress twitter account name"
 msgid "BuddyPress"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:684
+#: bp-core/classes/class-bp-admin.php:699
 msgctxt "@bptrac twitter account name"
 msgid "Trac"
 msgstr ""
 
-#: bp-core/classes/class-bp-admin.php:684
+#: bp-core/classes/class-bp-admin.php:699
 msgctxt "@buddypressdev twitter account name"
 msgid "Development"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment-avatar.php:58
+#: bp-core/classes/class-bp-admin.php:947
+msgctxt "Email post type"
+msgid "Situations"
+msgstr ""
+
+#: bp-core/classes/class-bp-attachment-avatar.php:56
 msgctxt "avatar types separator"
 msgid ","
 msgstr ""
@@ -8188,12 +8412,12 @@ msgctxt "cover image types separator"
 msgid ","
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:473
+#: bp-core/classes/class-bp-attachment.php:459
 msgctxt "Attachment source file"
 msgid "source file"
 msgstr ""
 
-#: bp-core/classes/class-bp-attachment.php:475
+#: bp-core/classes/class-bp-attachment.php:461
 msgctxt "Attachment destination file"
 msgid "destination file"
 msgstr ""
@@ -8203,27 +8427,27 @@ msgctxt "Title of the login widget"
 msgid "(BuddyPress) Log In"
 msgstr ""
 
-#: bp-core/classes/class-bp-core.php:305
+#: bp-core/classes/class-bp-core.php:310
 msgctxt "email post type description"
 msgid "BuddyPress emails"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:348 bp-forums/bp-forums-template.php:637
+#: bp-forums/bp-forums-template.php:358 bp-forums/bp-forums-template.php:658
 msgctxt "Forum topic pagination previous text"
 msgid "&larr;"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:349 bp-forums/bp-forums-template.php:638
+#: bp-forums/bp-forums-template.php:359 bp-forums/bp-forums-template.php:659
 msgctxt "Forum topic pagination next text"
 msgid "&rarr;"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:2082
+#: bp-forums/bp-forums-template.php:2285
 msgctxt "Forum thread pagination previous text"
 msgid "&larr;"
 msgstr ""
 
-#: bp-forums/bp-forums-template.php:2083
+#: bp-forums/bp-forums-template.php:2286
 msgctxt "Forum thread pagination next text"
 msgid "&rarr;"
 msgstr ""
@@ -8238,7 +8462,7 @@ msgctxt "Friend settings on notification settings page"
 msgid "A member sends you a friendship request"
 msgstr ""
 
-#: bp-friends/bp-friends-screens.php:130
+#: bp-friends/bp-friends-screens.php:136
 msgctxt "Friend settings on notification settings page"
 msgid "A member accepts your friendship request"
 msgstr ""
@@ -8248,87 +8472,94 @@ msgctxt "Friends screen page <title>"
 msgid "Friend Connections"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:150
+#: bp-friends/classes/class-bp-friends-component.php:164
 msgctxt "Friends screen sub nav"
 msgid "Friendships"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:160
+#: bp-friends/classes/class-bp-friends-component.php:174
 msgctxt "Friends screen sub nav"
 msgid "Requests"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:193
+#: bp-friends/classes/class-bp-friends-component.php:209
+#. translators: %s: Pending friend request count for the current user
 msgctxt "My Account Friends menu"
-msgid "Friends <span class=\"count\">%s</span>"
+msgid "Friends %s"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:196
+#: bp-friends/classes/class-bp-friends-component.php:218
 msgctxt "My Account Friends menu"
 msgid "Friends"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:194
+#: bp-friends/classes/class-bp-friends-component.php:214
+#. translators: %s: Pending friend request count for the current user
 msgctxt "My Account Friends menu sub nav"
-msgid "Pending Requests <span class=\"count\">%s</span>"
+msgid "Pending Requests %s"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:197
+#: bp-friends/classes/class-bp-friends-component.php:219
 msgctxt "My Account Friends menu sub nav"
 msgid "No Pending Requests"
 msgstr ""
 
-#: bp-friends/classes/class-bp-friends-component.php:212
+#: bp-friends/classes/class-bp-friends-component.php:234
 msgctxt "My Account Friends menu sub nav"
 msgid "Friendships"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:34
+#: bp-groups/bp-groups-admin.php:36
 msgctxt "Admin Groups page title"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:35
+#: bp-groups/bp-groups-admin.php:37
 msgctxt "Admin Groups menu"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:130
+#: bp-groups/bp-groups-admin.php:132
 msgctxt "group admin edit screen"
 msgid "Save"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:131
+#: bp-groups/bp-groups-admin.php:133
 msgctxt "group admin edit screen"
 msgid "Settings"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:132
+#: bp-groups/bp-groups-admin.php:134
 msgctxt "group admin edit screen"
 msgid "Add New Members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:133
+#: bp-groups/bp-groups-admin.php:135
 msgctxt "group admin edit screen"
 msgid "Manage Members"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:152
+#: bp-groups/bp-groups-admin.php:142
+msgctxt "groups admin edit screen"
+msgid "Group Type"
+msgstr ""
+
+#: bp-groups/bp-groups-admin.php:167
 msgctxt "Groups per page (screen options)"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:883
+#: bp-groups/bp-groups-admin.php:916
 msgctxt "Group member user_id in group admin"
 msgid "ID"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:884
+#: bp-groups/bp-groups-admin.php:917
 msgctxt "Group member name in group admin"
 msgid "Name"
 msgstr ""
 
-#: bp-groups/bp-groups-admin.php:885
+#: bp-groups/bp-groups-admin.php:918
 msgctxt "Group member role in group admin"
 msgid "Group Role"
 msgstr ""
@@ -8353,177 +8584,185 @@ msgctxt "Group update email text"
 msgid "* Description changed from \"%s\" to \"%s\"."
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1430
+#: bp-groups/bp-groups-screens.php:1437
 msgctxt "Group settings on notification settings page"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1439
+#: bp-groups/bp-groups-screens.php:1446
 msgctxt "group settings on notification settings page"
 msgid "A member invites you to join a group"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1445
+#: bp-groups/bp-groups-screens.php:1458
 msgctxt "group settings on notification settings page"
 msgid "Group information is updated"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1451
+#: bp-groups/bp-groups-screens.php:1470
 msgctxt "group settings on notification settings page"
 msgid "You are promoted to a group administrator or moderator"
 msgstr ""
 
-#: bp-groups/bp-groups-screens.php:1457
+#: bp-groups/bp-groups-screens.php:1482
 msgctxt "group settings on notification settings page"
 msgid "A member requests to join a private group for which you are an admin"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:85
+#: bp-groups/bp-groups-screens.php:1494
+msgctxt "group settings on notification settings page"
+msgid "Your request to join a group has been approved or denied"
+msgstr ""
+
+#: bp-groups/classes/class-bp-groups-component.php:95
 msgctxt "Group screen page <title>"
 msgid "User Groups"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:166
+#: bp-groups/classes/class-bp-groups-component.php:179
 msgctxt "Component directory search"
 msgid "Search Groups..."
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:297
+#: bp-groups/classes/class-bp-groups-component.php:313
 msgctxt "Group screen nav"
 msgid "Details"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:301
+#: bp-groups/classes/class-bp-groups-component.php:317
 msgctxt "Group screen nav"
 msgid "Settings"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:310
+#: bp-groups/classes/class-bp-groups-component.php:326
 msgctxt "Group screen nav"
 msgid "Photo"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:317
+#: bp-groups/classes/class-bp-groups-component.php:333
 msgctxt "Group screen nav"
 msgid "Cover Image"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:325
+#: bp-groups/classes/class-bp-groups-component.php:341
 msgctxt "Group screen nav"
 msgid "Invites"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:521
+#: bp-groups/classes/class-bp-groups-component.php:549
 msgctxt "Group screen nav"
 msgid "Request Membership"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:436
+#: bp-groups/classes/class-bp-groups-component.php:455
+#. translators: %s: Group count for the current user
 msgctxt "Group screen nav with counter"
-msgid "Groups <span class=\"%s\">%s</span>"
+msgid "Groups %s"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:438
+#: bp-groups/classes/class-bp-groups-component.php:463
 msgctxt "Group screen nav without counter"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:501
+#: bp-groups/classes/class-bp-groups-component.php:529
 msgctxt "Group screen navigation title"
 msgid "Home"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:533
+#: bp-groups/classes/class-bp-groups-component.php:561
 msgctxt "My Group screen nav"
 msgid "Forum"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:550
+#: bp-groups/classes/class-bp-groups-component.php:578
 msgctxt "My Group screen nav"
 msgid "Activity"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:566
+#: bp-groups/classes/class-bp-groups-component.php:594
 msgctxt "My Group screen nav"
 msgid "Members %s"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:580
+#: bp-groups/classes/class-bp-groups-component.php:608
 msgctxt "My Group screen nav"
 msgid "Send Invites"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:595
+#: bp-groups/classes/class-bp-groups-component.php:623
 msgctxt "My Group screen nav"
 msgid "Manage"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:706
+#: bp-groups/classes/class-bp-groups-component.php:736
 msgctxt "My Account Groups"
 msgid "Groups"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:707
+#: bp-groups/classes/class-bp-groups-component.php:737
 msgctxt "My Account Groups sub nav"
 msgid "No Pending Invites"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:711
+#: bp-groups/classes/class-bp-groups-component.php:748
+#. translators: %s: Group invitation count for the current user
 msgctxt "My Account Groups sub nav"
-msgid "Pending Invites <span class=\"count\">%s</span>"
+msgid "Pending Invites %s"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:726
+#: bp-groups/classes/class-bp-groups-component.php:765
 msgctxt "My Account Groups sub nav"
 msgid "Memberships"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:745
+#: bp-groups/classes/class-bp-groups-component.php:784
 msgctxt "My Account Groups sub nav"
 msgid "Create a Group"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:710
+#: bp-groups/classes/class-bp-groups-component.php:742
+#. translators: %s: Group invitation count for the current user
 msgctxt "My Account Groups nav"
-msgid "Groups <span class=\"count\">%s</span>"
+msgid "Groups %s"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-component.php:766
+#: bp-groups/classes/class-bp-groups-component.php:805
 msgctxt "My Groups page <title>"
 msgid "Memberships"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:351
+#: bp-groups/classes/class-bp-groups-list-table.php:357
 msgctxt "Groups admin Group Name column header"
 msgid "Name"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:352
+#: bp-groups/classes/class-bp-groups-list-table.php:358
 msgctxt "Groups admin Group Description column header"
 msgid "Description"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:353
+#: bp-groups/classes/class-bp-groups-list-table.php:359
 msgctxt "Groups admin Privacy Status column header"
 msgid "Status"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:354
+#: bp-groups/classes/class-bp-groups-list-table.php:360
 msgctxt "Groups admin Members column header"
 msgid "# Members"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-list-table.php:355
+#: bp-groups/classes/class-bp-groups-list-table.php:361
 msgctxt "Groups admin Last Active column header"
 msgid "Last Active"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-template.php:289
+#: bp-groups/classes/class-bp-groups-template.php:295
 msgctxt "Group pagination previous text"
 msgid "&larr;"
 msgstr ""
 
-#: bp-groups/classes/class-bp-groups-template.php:290
+#: bp-groups/classes/class-bp-groups-template.php:296
 msgctxt "Group pagination next text"
 msgid "&rarr;"
 msgstr ""
@@ -8533,120 +8772,125 @@ msgctxt "Group creation page"
 msgid "Groups"
 msgstr ""
 
-#: bp-members/bp-members-template.php:131
+#: bp-members/bp-members-template.php:130
 msgctxt "member type URL base"
 msgid "type"
 msgstr ""
 
-#: bp-members/bp-members-template.php:977
+#: bp-members/bp-members-template.php:1040
 msgctxt "member latest update in member directory"
 msgid "- &quot;%s&quot;"
 msgstr ""
 
-#: bp-members/bp-members-template.php:1093
+#: bp-members/bp-members-template.php:1168
 msgctxt "Records the timestamp that the user registered into the activity stream"
 msgid "registered %s"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-template.php:176
+#: bp-members/classes/class-bp-core-members-template.php:191
 msgctxt "Member pagination previous text"
 msgid "&larr;"
 msgstr ""
 
-#: bp-members/classes/class-bp-core-members-template.php:177
+#: bp-members/classes/class-bp-core-members-template.php:192
 msgctxt "Member pagination next text"
 msgid "&rarr;"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:735
+#: bp-members/classes/class-bp-members-admin.php:732
 msgctxt "members user-admin edit screen"
 msgid "Status"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:769
+#: bp-members/classes/class-bp-members-admin.php:766
 msgctxt "members user-admin edit screen"
 msgid "%s's Stats"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:781
+#: bp-members/classes/class-bp-members-admin.php:778
 msgctxt "members user-admin edit screen"
 msgid "Member Type"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:897
-#: bp-members/classes/class-bp-members-admin.php:1857
+#: bp-members/classes/class-bp-members-admin.php:894
+#: bp-members/classes/class-bp-members-admin.php:1872
 msgctxt "user"
 msgid "Add New"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:901
-#: bp-members/classes/class-bp-members-admin.php:1861
+#: bp-members/classes/class-bp-members-admin.php:898
+#: bp-members/classes/class-bp-members-admin.php:1876
 msgctxt "user"
 msgid "Add Existing"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1346
+#: bp-members/classes/class-bp-members-admin.php:1355
 msgctxt "signup users"
 msgid "Pending %s"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1422
+#: bp-members/classes/class-bp-members-admin.php:1434
 msgctxt "Pending Accounts per page (screen options)"
 msgid "Pending Accounts"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-admin.php:1615
+#: bp-members/classes/class-bp-members-admin.php:1630
 msgctxt "signup resent"
 msgid "%s activation email successfully sent! "
 msgid_plural "%s activation emails successfully sent! "
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-admin.php:1649
+#: bp-members/classes/class-bp-members-admin.php:1664
 msgctxt "signup resent"
 msgid "%s account successfully activated! "
 msgid_plural "%s accounts successfully activated! "
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-admin.php:1626
+#: bp-members/classes/class-bp-members-admin.php:1641
 msgctxt "signup notsent"
 msgid "%s activation email was not sent."
 msgid_plural "%s activation emails were not sent."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-admin.php:1660
+#: bp-members/classes/class-bp-members-admin.php:1675
 msgctxt "signup notsent"
 msgid "%s account was not activated."
 msgid_plural "%s accounts were not activated."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-admin.php:1683
+#: bp-members/classes/class-bp-members-admin.php:1698
 msgctxt "signup deleted"
 msgid "%s sign-up successfully deleted!"
 msgid_plural "%s sign-ups successfully deleted!"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-admin.php:1694
+#: bp-members/classes/class-bp-members-admin.php:1709
 msgctxt "signup notdeleted"
 msgid "%s sign-up was not deleted."
 msgid_plural "%s sign-ups were not deleted."
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-members/classes/class-bp-members-component.php:259
+#: bp-members/classes/class-bp-members-component.php:279
 msgctxt "Member profile main navigation"
 msgid "Profile"
 msgstr ""
 
-#: bp-members/classes/class-bp-members-component.php:269
+#: bp-members/classes/class-bp-members-component.php:295
 msgctxt "Member profile view"
 msgid "View"
 msgstr ""
 
+#: bp-members/classes/class-bp-members-component.php:309
+msgctxt "Member Home page"
+msgid "Home"
+msgstr ""
+
 #: bp-members/classes/class-bp-members-list-table.php:166
 #: bp-members/classes/class-bp-members-ms-list-table.php:153
 msgctxt "Pending signup action"
@@ -8659,27 +8903,27 @@ msgctxt "Pending signup action"
 msgid "Email"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:928
+#: bp-messages/bp-messages-template.php:940
 msgctxt "Message dropdown filter"
 msgid "Read"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:929
+#: bp-messages/bp-messages-template.php:941
 msgctxt "Message dropdown filter"
 msgid "Unread"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:930
+#: bp-messages/bp-messages-template.php:942
 msgctxt "Message dropdown filter"
 msgid "All"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:935
+#: bp-messages/bp-messages-template.php:947
 msgctxt "Message management markup"
 msgid "Mark as Read"
 msgstr ""
 
-#: bp-messages/bp-messages-template.php:936
+#: bp-messages/bp-messages-template.php:948
 msgctxt "Message management markup"
 msgid "Mark as Unread"
 msgstr ""
@@ -8694,57 +8938,55 @@ msgctxt "Message pagination next text"
 msgid "&rarr;"
 msgstr ""
 
-#: bp-notifications/bp-notifications-template.php:585
-msgctxt "Notification screen action"
-msgid "Unread"
-msgstr ""
-
 #: bp-notifications/classes/class-bp-notifications-component.php:28
 msgctxt "Page <title>"
 msgid "Notifications"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:125
+#: bp-notifications/classes/class-bp-notifications-component.php:136
+#. translators: %s: Unread notification count for the current user
 msgctxt "Profile screen nav"
-msgid "Notifications <span class=\"%s\">%s</span>"
+msgid "Notifications %s"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:127
+#: bp-notifications/classes/class-bp-notifications-component.php:144
 msgctxt "Profile screen nav"
 msgid "Notifications"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:143
+#: bp-notifications/classes/class-bp-notifications-component.php:160
 msgctxt "Notification screen nav"
 msgid "Unread"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:154
+#: bp-notifications/classes/class-bp-notifications-component.php:171
 msgctxt "Notification screen nav"
 msgid "Read"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:188
+#: bp-notifications/classes/class-bp-notifications-component.php:207
+#. translators: %s: Unread notification count for the current user
 msgctxt "My Account Notification pending"
-msgid "Notifications <span class=\"count\">%s</span>"
+msgid "Notifications %s"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:189
+#: bp-notifications/classes/class-bp-notifications-component.php:212
+#. translators: %s: Unread notification count for the current user
 msgctxt "My Account Notification pending"
-msgid "Unread <span class=\"count\">%s</span>"
+msgid "Unread %s"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:191
+#: bp-notifications/classes/class-bp-notifications-component.php:216
 msgctxt "My Account Notification"
 msgid "Notifications"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:192
+#: bp-notifications/classes/class-bp-notifications-component.php:217
 msgctxt "My Account Notification sub nav"
 msgid "Unread"
 msgstr ""
 
-#: bp-notifications/classes/class-bp-notifications-component.php:216
+#: bp-notifications/classes/class-bp-notifications-component.php:241
 msgctxt "My Account Notification sub nav"
 msgid "Read"
 msgstr ""
@@ -8783,22 +9025,22 @@ msgid_plural "%d members"
 msgstr[0] ""
 msgstr[1] ""
 
-#: bp-xprofile/bp-xprofile-admin.php:31
+#: bp-xprofile/bp-xprofile-admin.php:32
 msgctxt "xProfile admin page title"
 msgid "Profile Fields"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:31
+#: bp-xprofile/bp-xprofile-admin.php:32
 msgctxt "Admin Users menu"
 msgid "Profile Fields"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:93
+#: bp-xprofile/bp-xprofile-admin.php:96
 msgctxt "Settings page header"
 msgid "Profile Fields"
 msgstr ""
 
-#: bp-xprofile/bp-xprofile-admin.php:653
+#: bp-xprofile/bp-xprofile-admin.php:662
 msgctxt "xprofile field type category"
 msgid "Other"
 msgstr ""
@@ -8820,97 +9062,97 @@ msgctxt "xprofile field type category"
 msgid "Single Fields"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:46
+#: bp-xprofile/classes/class-bp-xprofile-component.php:49
 msgctxt "Component page <title>"
 msgid "Extended Profiles"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:131
+#: bp-xprofile/classes/class-bp-xprofile-component.php:139
 msgctxt "Visibility level setting"
 msgid "Everyone"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:135
+#: bp-xprofile/classes/class-bp-xprofile-component.php:143
 msgctxt "Visibility level setting"
 msgid "Only Me"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:139
+#: bp-xprofile/classes/class-bp-xprofile-component.php:147
 msgctxt "Visibility level setting"
 msgid "All Members"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:146
+#: bp-xprofile/classes/class-bp-xprofile-component.php:154
 msgctxt "Visibility level setting"
 msgid "My Friends"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:200
+#: bp-xprofile/classes/class-bp-xprofile-component.php:210
 msgctxt "Profile header menu"
 msgid "Profile"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:210
+#: bp-xprofile/classes/class-bp-xprofile-component.php:220
 msgctxt "Profile header sub menu"
 msgid "View"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:220
+#: bp-xprofile/classes/class-bp-xprofile-component.php:230
 msgctxt "Profile header sub menu"
 msgid "Edit"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:232
+#: bp-xprofile/classes/class-bp-xprofile-component.php:242
 msgctxt "Profile header sub menu"
 msgid "Change Profile Photo"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:245
+#: bp-xprofile/classes/class-bp-xprofile-component.php:255
 msgctxt "Profile header sub menu"
 msgid "Change Cover Image"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:288
+#: bp-xprofile/classes/class-bp-xprofile-component.php:298
 msgctxt "Profile settings sub nav"
 msgid "Profile Visibility"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:315
+#: bp-xprofile/classes/class-bp-xprofile-component.php:327
 msgctxt "My Account Profile"
 msgid "Profile"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:323
+#: bp-xprofile/classes/class-bp-xprofile-component.php:335
 msgctxt "My Account Profile sub nav"
 msgid "View"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:332
+#: bp-xprofile/classes/class-bp-xprofile-component.php:344
 msgctxt "My Account Profile sub nav"
 msgid "Edit"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:342
+#: bp-xprofile/classes/class-bp-xprofile-component.php:354
 msgctxt "My Account Profile sub nav"
 msgid "Change Profile Photo"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:352
+#: bp-xprofile/classes/class-bp-xprofile-component.php:364
 msgctxt "My Account Profile sub nav"
 msgid "Change Cover Image"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:380
+#: bp-xprofile/classes/class-bp-xprofile-component.php:394
 msgctxt "Page title"
 msgid "My Profile"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:385
+#: bp-xprofile/classes/class-bp-xprofile-component.php:399
 msgctxt "Avatar alt"
 msgid "Profile picture of %s"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-component.php:430
+#: bp-xprofile/classes/class-bp-xprofile-component.php:444
 msgctxt "My Account Settings sub nav"
 msgid "Profile"
 msgstr ""
@@ -8960,12 +9202,12 @@ msgctxt "xprofile field type"
 msgid "URL"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1306
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1312
 msgctxt "XProfile admin edit field"
 msgid "Name"
 msgstr ""
 
-#: bp-xprofile/classes/class-bp-xprofile-field.php:1312
+#: bp-xprofile/classes/class-bp-xprofile-field.php:1318
 msgctxt "XProfile admin edit field"
 msgid "Description"
 msgstr ""
diff --git a/wp-content/plugins/buddypress/readme.txt b/wp-content/plugins/buddypress/readme.txt
index 159fb19ea..f255e2604 100644
--- a/wp-content/plugins/buddypress/readme.txt
+++ b/wp-content/plugins/buddypress/readme.txt
@@ -2,8 +2,8 @@
 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla
 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
 Requires at least: 4.1
-Tested up to: 4.5
-Stable tag: 2.5.2
+Tested up to: 4.5.3
+Stable tag: 2.6.2
 License: GPLv2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 
@@ -118,133 +118,37 @@ Please consider helping translate BuddyPress at our <a href="https://translate.w
 
 == Upgrade Notice ==
 
-= 2.5.1 =
-See: https://codex.buddypress.org/releases/version-2-5-1/
-
-= 2.5 =
-See: https://codex.buddypress.org/releases/version-2-5-0/
-
-= 2.4.3 =
-See: https://codex.buddypress.org/releases/version-2-4-3/
-
-= 2.4.2 =
-See: https://codex.buddypress.org/releases/version-2-4-2/
-
-= 2.4.1 =
-See: https://codex.buddypress.org/releases/version-2-4-1/
-
-= 2.4 =
-See: https://codex.buddypress.org/releases/version-2-4-0/
-
-= 2.3.5 =
-See: https://codex.buddypress.org/releases/version-2-3-5/
-
-= 2.3.4 =
-See: https://codex.buddypress.org/releases/version-2-3-4/
-
-= 2.3.3 =
-See: https://codex.buddypress.org/releases/version-2-3-3/
-
-= 2.3.2 =
-See: https://codex.buddypress.org/releases/version-2-3-2/
-
-= 2.3.1 =
-See: https://codex.buddypress.org/releases/version-2-3-1/
-
-= 2.3.0 =
-See: https://codex.buddypress.org/releases/version-2-3-0/
-
-= 2.2.3.1 =
-See: https://codex.buddypress.org/releases/version-2-2-3-1/
-
-= 2.2.3 =
-See: https://codex.buddypress.org/releases/version-2-2-3/
+= 2.6.2 =
+See: https://codex.buddypress.org/releases/version-2-6-2/
 
-= 2.2.2.1 =
-See: https://codex.buddypress.org/releases/version-2-2-2-1/
+= 2.6.1.1 =
+See: https://codex.buddypress.org/releases/version-2-6-1-1/
 
-= 2.2.2 =
-See: https://codex.buddypress.org/releases/version-2-2-2/
+= 2.6.1 =
+See: https://codex.buddypress.org/releases/version-2-6-1/
 
-= 2.2.1 =
-See: https://codex.buddypress.org/releases/version-2-2-1/
-
-= 2.2 =
-See: https://codex.buddypress.org/releases/version-2-2/
-
-= 2.1 =
-See: https://codex.buddypress.org/releases/version-2-1/
-
-= 2.0.3 =
-See: https://codex.buddypress.org/releases/version-2-0-3/
-
-= 2.0.2 =
-See: https://codex.buddypress.org/releases/version-2-0-2/
-
-= 2.0.1 =
-See: https://codex.buddypress.org/releases/version-2-0-1/
-
-= 2.0 =
-See: https://codex.buddypress.org/releases/version-2-0/
-
-= 1.9.2 =
-See: https://codex.buddypress.org/releases/version-1-9-2/
-
-= 1.9.1 =
-See: https://codex.buddypress.org/releases/version-1-9-1/
-
-= 1.9 =
-See: https://codex.buddypress.org/releases/version-1-9/
-
-= 1.8.1 =
-See: https://codex.buddypress.org/releases/version-1-8-1/
-
-= 1.8 =
-See: https://codex.buddypress.org/releases/version-1-8/
-
-= 1.7.3 =
-See: https://codex.buddypress.org/releases/version-1-7-3/
-
-= 1.7.2 =
-See: https://codex.buddypress.org/releases/version-1-7-2/
-
-= 1.7.1 =
-See: https://codex.buddypress.org/releases/version-1-7-1/
+= 2.6.0 =
+See: https://codex.buddypress.org/releases/version-2-6-0/
 
-= 1.7 =
-See: https://codex.buddypress.org/releases/version-1-7/
-
-= 1.6.5 =
-See: https://codex.buddypress.org/releases/version-1-6-5/
-
-= 1.6.4 =
-See: https://codex.buddypress.org/releases/version-1-6-4/
-
-= 1.6.3 =
-See: https://codex.buddypress.org/releases/version-1-6-3/
-
-= 1.6.2 =
-Compatibility with WordPress 3.5
-
-= 1.6.1 =
-Fixes 4 bugs
+== Changelog ==
 
-= 1.6 =
-See: https://codex.buddypress.org/releases/version-1-6/
+= 2.6.2 =
+See: https://codex.buddypress.org/releases/version-2-6-2/
 
-= 1.5 =
-See: https://codex.buddypress.org/releases/version-1-5/
+= 2.6.1.1 =
+See: https://codex.buddypress.org/releases/version-2-6-1-1/
 
-= 1.2.9 =
-Compatibility with WordPress 3.2
+= 2.6.1 =
+See: https://codex.buddypress.org/releases/version-2-6-1/
 
-= 1.2.8 =
-Compatibility with WordPress 3.1
+= 2.6.0 =
+See: https://codex.buddypress.org/releases/version-2-6-0/
 
-= 1.2.7 =
-Fixes over 10 bugs.
+= 2.5.3 =
+See: https://codex.buddypress.org/releases/version-2-5-3/
 
-== Changelog ==
+= 2.5.2 =
+See: https://codex.buddypress.org/releases/version-2-5-2/
 
 = 2.5.1 =
 See: https://codex.buddypress.org/releases/version-2-5-1/
@@ -288,38 +192,5 @@ See: https://codex.buddypress.org/releases/version-2-2-1/
 = 2.2 =
 See: https://codex.buddypress.org/releases/version-2-2/
 
-= 2.1 =
-See: https://codex.buddypress.org/releases/version-2-1/
-
-= 2.0.3 =
-See: https://codex.buddypress.org/releases/version-2-0-3/
-
-= 2.0.2 =
-See: https://codex.buddypress.org/releases/version-2-0-2/
-
-= 2.0.1 =
-See: https://codex.buddypress.org/releases/version-2-0-1/
-
-= 2.0 =
-See: https://codex.buddypress.org/releases/version-2-0/
-
-= 1.9 =
-See: https://codex.buddypress.org/releases/version-1-9/
-
-= 1.8.1 =
-See: https://codex.buddypress.org/releases/version-1-8-1/
-
-= 1.8 =
-See: https://codex.buddypress.org/releases/version-1-8/
-
-= 1.7 =
-See: https://codex.buddypress.org/releases/version-1-7/
-
-= 1.6 =
-See: https://codex.buddypress.org/releases/version-1-6/
-
-= 1.5 =
-See: https://codex.buddypress.org/releases/version-1-5/
-
 = Older =
 See: https://codex.buddypress.org/releases/
-- 
GitLab