diff --git a/bp-templates/bp-nouveau/buddypress-functions.php b/bp-templates/bp-nouveau/buddypress-functions.php index 88af7a9..73f31b2 100644 --- a/bp-templates/bp-nouveau/buddypress-functions.php +++ b/bp-templates/bp-nouveau/buddypress-functions.php @@ -53,7 +53,7 @@ class BP_Nouveau extends BP_Theme_Compat { public static function get_instance() { // If the single instance hasn't been set, set it now. - if ( null == self::$instance ) { + if ( null === self::$instance ) { self::$instance = new self; } @@ -638,7 +638,7 @@ public function setup_directory_nav() { * warnings inside the Browser console to avoid * messing with the page display. * - * @since 1.0.0 + * @since 1.0.0 * * @return string HTML Output */ @@ -684,7 +684,7 @@ public function neutralize_core_template_notices(){ /** * Set the BP Uri for the customizer in case of Ajax requests. * - * @since 1.0.0 + * @since 1.0.0 * * @param string $path the BP Uri. * @return string the BP Uri. @@ -712,7 +712,7 @@ public function customizer_set_uri( $path ) { /** * Loads the translation files * - * @since 1.0.0 + * @since 1.0.0 */ public function load_textdomain() { // Traditional WordPress plugin locale filter @@ -735,7 +735,7 @@ public function load_textdomain() { /** * Get a unique instance of BP Nouveau * - * @since 1.0.0 + * @since 1.0.0 * * @return BP_Nouveau the main instance of the class */ diff --git a/bp-templates/bp-nouveau/buddypress/_accessoires/invites/index.php b/bp-templates/bp-nouveau/buddypress/_accessoires/invites/index.php index aa06e38..f945e71 100644 --- a/bp-templates/bp-nouveau/buddypress/_accessoires/invites/index.php +++ b/bp-templates/bp-nouveau/buddypress/_accessoires/invites/index.php @@ -12,7 +12,7 @@ ?> -

+

diff --git a/bp-templates/bp-nouveau/buddypress/_accessoires/messages/index.php b/bp-templates/bp-nouveau/buddypress/_accessoires/messages/index.php index c32c1b0..d41424f 100644 --- a/bp-templates/bp-nouveau/buddypress/_accessoires/messages/index.php +++ b/bp-templates/bp-nouveau/buddypress/_accessoires/messages/index.php @@ -78,7 +78,7 @@
- {{data.sender_name}}<?php esc_attr_e(' profile picture', 'bp-nouveau'); ?> + {{data.sender_name}}<?php esc_attr_e( ' profile picture', 'bp-nouveau' ); ?> {{data.sender_name}}
@@ -152,7 +152,7 @@
@@ -201,7 +201,7 @@
@@ -224,7 +224,7 @@ - {{data.sender_name}}<?php esc_attr_e(' profile picture', 'bp-nouveau'); ?> + {{data.sender_name}}<?php esc_attr_e( ' profile picture', 'bp-nouveau' ); ?> {{data.sender_name}} diff --git a/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php b/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php index 409b72b..82f3c05 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php +++ b/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php @@ -27,7 +27,7 @@
  • - +
  • diff --git a/bp-templates/bp-nouveau/buddypress/activity/comment.php b/bp-templates/bp-nouveau/buddypress/activity/comment.php index e246f4b..16c90fe 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/comment.php +++ b/bp-templates/bp-nouveau/buddypress/activity/comment.php @@ -20,13 +20,13 @@
    - +
    - 'div') );?> + 'div' ) );?> diff --git a/bp-templates/bp-nouveau/buddypress/activity/entry.php b/bp-templates/bp-nouveau/buddypress/activity/entry.php index 9afde49..b1d6236 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/entry.php +++ b/bp-templates/bp-nouveau/buddypress/activity/entry.php @@ -18,7 +18,7 @@ - 'full') ); ?> + 'full' ) ); ?> diff --git a/bp-templates/bp-nouveau/buddypress/activity/index.php b/bp-templates/bp-nouveau/buddypress/activity/index.php index 0695db4..2954c91 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/index.php +++ b/bp-templates/bp-nouveau/buddypress/activity/index.php @@ -27,7 +27,7 @@
    - + @@ -35,12 +35,12 @@
    - + diff --git a/bp-templates/bp-nouveau/buddypress/activity/post-form.php b/bp-templates/bp-nouveau/buddypress/activity/post-form.php index 528ef6f..b9d1c4d 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/post-form.php +++ b/bp-templates/bp-nouveau/buddypress/activity/post-form.php @@ -13,7 +13,7 @@ * Template tag to prepare the activity post form * checks capability and enqueue needed scripts. */ -bp_nouveau_before_activity_post_form() ;?> +bp_nouveau_before_activity_post_form(); ?>
    @@ -22,4 +22,4 @@ * Template tag to load the Javascript * templates of the Post form UI */ -bp_nouveau_after_activity_post_form() ;?> +bp_nouveau_after_activity_post_form(); ?> diff --git a/bp-templates/bp-nouveau/buddypress/activity/single/home.php b/bp-templates/bp-nouveau/buddypress/activity/single/home.php index 79865c4..1cb7609 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/single/home.php +++ b/bp-templates/bp-nouveau/buddypress/activity/single/home.php @@ -14,7 +14,7 @@ diff --git a/bp-templates/bp-nouveau/buddypress/activity/widget.php b/bp-templates/bp-nouveau/buddypress/activity/widget.php index 86508cc..3fa9565 100644 --- a/bp-templates/bp-nouveau/buddypress/activity/widget.php +++ b/bp-templates/bp-nouveau/buddypress/activity/widget.php @@ -32,7 +32,7 @@ - + @@ -51,7 +51,7 @@
    - +
    diff --git a/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php b/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php index 143625a..6214ab1 100644 --- a/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php +++ b/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php @@ -4,6 +4,6 @@
    + do_action( 'embed_content_meta' ); ?>
    - \ No newline at end of file + diff --git a/bp-templates/bp-nouveau/buddypress/blogs/index.php b/bp-templates/bp-nouveau/buddypress/blogs/index.php index ec9eda7..7b00586 100644 --- a/bp-templates/bp-nouveau/buddypress/blogs/index.php +++ b/bp-templates/bp-nouveau/buddypress/blogs/index.php @@ -8,7 +8,7 @@ */ ?> - + @@ -18,12 +18,12 @@
    - +
    -
    +
    - +
    diff --git a/bp-templates/bp-nouveau/buddypress/common/filters/groups-screens-filters.php b/bp-templates/bp-nouveau/buddypress/common/filters/groups-screens-filters.php index 29db61b..4b0484e 100644 --- a/bp-templates/bp-nouveau/buddypress/common/filters/groups-screens-filters.php +++ b/bp-templates/bp-nouveau/buddypress/common/filters/groups-screens-filters.php @@ -13,7 +13,7 @@
    - diff --git a/bp-templates/bp-nouveau/buddypress/common/filters/user-screens-filters.php b/bp-templates/bp-nouveau/buddypress/common/filters/user-screens-filters.php index 62765fb..468a5da 100644 --- a/bp-templates/bp-nouveau/buddypress/common/filters/user-screens-filters.php +++ b/bp-templates/bp-nouveau/buddypress/common/filters/user-screens-filters.php @@ -13,7 +13,7 @@
    - diff --git a/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php b/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php index 64af476..21077aa 100644 --- a/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php +++ b/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php @@ -13,7 +13,7 @@ - + diff --git a/bp-templates/bp-nouveau/buddypress/common/search-&-filters-bar.php b/bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php similarity index 75% rename from bp-templates/bp-nouveau/buddypress/common/search-&-filters-bar.php rename to bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php index a80ea49..8c63be6 100644 --- a/bp-templates/bp-nouveau/buddypress/common/search-&-filters-bar.php +++ b/bp-templates/bp-nouveau/buddypress/common/search-and-filters-bar.php @@ -12,7 +12,7 @@ - - - + + + diff --git a/bp-templates/bp-nouveau/buddypress/common/search/search-form.php b/bp-templates/bp-nouveau/buddypress/common/search/search-form.php index 05efd5c..655d44a 100644 --- a/bp-templates/bp-nouveau/buddypress/common/search/search-form.php +++ b/bp-templates/bp-nouveau/buddypress/common/search/search-form.php @@ -9,13 +9,13 @@ ?> - +
    @@ -54,7 +54,7 @@
    -description ) { ?> +description ) { ?>
    description; ?> diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php b/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php index dc07fc5..1fae0d6 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php @@ -12,7 +12,7 @@
    - +

    - +

    @@ -34,7 +34,7 @@
    - description ) { ?> + description ) { ?>
    description; ?>
    diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/home.php b/bp-templates/bp-nouveau/buddypress/groups/single/home.php index 56c25e1..de122db 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/home.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/home.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Home * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php b/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php index 2b49425..756d126 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/members-loop.php @@ -2,7 +2,7 @@ /** * Group Members Loop template * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -20,7 +20,7 @@ -
  • data-bp-item-id="" data-bp-item-component="members"> +
  • data-bp-item-id="" data-bp-item-component="members">
    diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/members.php b/bp-templates/bp-nouveau/buddypress/groups/single/members.php index 3864b83..1146ce2 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/members.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/members.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Members * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -13,13 +13,13 @@ - +
    -
    +
    diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php b/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php index fdeaf65..ca26e33 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Header item-actions. * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/parts/item-nav.php b/bp-templates/bp-nouveau/buddypress/groups/single/parts/item-nav.php index 5e04bb2..4d2968e 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/parts/item-nav.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/parts/item-nav.php @@ -28,7 +28,7 @@ - + diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/plugins.php b/bp-templates/bp-nouveau/buddypress/groups/single/plugins.php index 2c5a12f..93145f8 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/plugins.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/plugins.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups plugins * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/request-membership.php b/bp-templates/bp-nouveau/buddypress/groups/single/request-membership.php index 89df4fd..9fb7cae 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/request-membership.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/request-membership.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Request Membership * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -12,7 +12,7 @@

    -
    + diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php b/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php index 8293b04..571e227 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/requests-loop.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Requests Loop * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/groups/single/send-invites.php b/bp-templates/bp-nouveau/buddypress/groups/single/send-invites.php index 2e59292..ff41f21 100644 --- a/bp-templates/bp-nouveau/buddypress/groups/single/send-invites.php +++ b/bp-templates/bp-nouveau/buddypress/groups/single/send-invites.php @@ -2,7 +2,7 @@ /** * BuddyPress - Groups Send Invites * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/members/index.php b/bp-templates/bp-nouveau/buddypress/members/index.php index 5a5382a..4a45956 100644 --- a/bp-templates/bp-nouveau/buddypress/members/index.php +++ b/bp-templates/bp-nouveau/buddypress/members/index.php @@ -19,10 +19,10 @@
    - +
    -
    +
    diff --git a/bp-templates/bp-nouveau/buddypress/members/members-loop.php b/bp-templates/bp-nouveau/buddypress/members/members-loop.php index 7098045..8877221 100644 --- a/bp-templates/bp-nouveau/buddypress/members/members-loop.php +++ b/bp-templates/bp-nouveau/buddypress/members/members-loop.php @@ -4,7 +4,7 @@ * * Querystring is set via AJAX in _inc/ajax.php - bp_legacy_theme_object_filter() * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -23,7 +23,7 @@ -
  • data-bp-item-id="" data-bp-item-component="members"> +
  • data-bp-item-id="" data-bp-item-component="members">
    @@ -44,7 +44,7 @@

    - 'ul', 'button_element' => 'button' ) ); ?> + 'ul', 'button_element' => 'button' ) ); ?>
    diff --git a/bp-templates/bp-nouveau/buddypress/members/register.php b/bp-templates/bp-nouveau/buddypress/members/register.php index e992a7c..5e92223 100644 --- a/bp-templates/bp-nouveau/buddypress/members/register.php +++ b/bp-templates/bp-nouveau/buddypress/members/register.php @@ -21,7 +21,7 @@
    - + @@ -61,7 +61,7 @@ bp_nouveau_xprofile_edit_visibilty(); ?> - +

    @@ -94,7 +94,7 @@

    -

    +

    class="show"> diff --git a/bp-templates/bp-nouveau/buddypress/members/single/activity.php b/bp-templates/bp-nouveau/buddypress/members/single/activity.php index 87ebaf0..147a95c 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/activity.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/activity.php @@ -2,7 +2,7 @@ /** * BuddyPress - Users Activity * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -17,10 +17,10 @@ - + - + @@ -28,7 +28,7 @@
      -
    • +
    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/blogs.php b/bp-templates/bp-nouveau/buddypress/members/single/blogs.php index 61cd5a6..1c89f37 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/blogs.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/blogs.php @@ -2,7 +2,7 @@ /** * BuddyPress - Users Blogs * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -17,7 +17,7 @@ - + -
    +
    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php b/bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php index 40ccd8b..c9551bf 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php @@ -26,7 +26,7 @@

    @

    - 'ul', 'button_element' => 'button', 'container_classes' => array('member-header-actions') ) ); ?> + 'ul', 'button_element' => 'button', 'container_classes' => array( 'member-header-actions' ) ) ); ?> diff --git a/bp-templates/bp-nouveau/buddypress/members/single/default-front.php b/bp-templates/bp-nouveau/buddypress/members/single/default-front.php index dbfc106..4fdfe21 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/default-front.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/default-front.php @@ -13,7 +13,7 @@
    - +
    - + -
    +
    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php b/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php index c38e8c3..459fc38 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Friends Requests * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -13,10 +13,10 @@ -
      +
        -
      • data-bp-item-id="" data-bp-item-component="members"> +
      • data-bp-item-id="" data-bp-item-component="members">
        diff --git a/bp-templates/bp-nouveau/buddypress/members/single/groups.php b/bp-templates/bp-nouveau/buddypress/members/single/groups.php index 8bcfbae..decd2cc 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/groups.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/groups.php @@ -2,7 +2,7 @@ /** * BuddyPress - Users Groups * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -24,7 +24,7 @@ - + @@ -39,7 +39,7 @@
        -
        +
        diff --git a/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php b/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php index 7445c37..b3e67a8 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Single Group Invites * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -37,7 +37,7 @@ - 'ul', 'button_element' => 'button' ) ); ?> + 'ul', 'button_element' => 'button' ) ); ?>
    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/home.php b/bp-templates/bp-nouveau/buddypress/members/single/home.php index 9b689b6..e338592 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/home.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/home.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Home * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -11,9 +11,9 @@ - - array('member-header-actions') ) ); ?> + array( 'member-header-actions' ) ) ); ?>
  • diff --git a/bp-templates/bp-nouveau/buddypress/members/single/messages.php b/bp-templates/bp-nouveau/buddypress/members/single/messages.php index 002554d..ee23f22 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/messages.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/messages.php @@ -16,7 +16,7 @@ - - +
    -
    +
    - + diff --git a/bp-templates/bp-nouveau/buddypress/members/single/parts/item-nav.php b/bp-templates/bp-nouveau/buddypress/members/single/parts/item-nav.php index 7a14c52..da368f9 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/parts/item-nav.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/parts/item-nav.php @@ -28,7 +28,7 @@ - + diff --git a/bp-templates/bp-nouveau/buddypress/members/single/parts/profile-visibility.php b/bp-templates/bp-nouveau/buddypress/members/single/parts/profile-visibility.php index 63f62f1..20949a3 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/parts/profile-visibility.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/parts/profile-visibility.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Single Profile Edit Field visibility * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/members/single/plugins.php b/bp-templates/bp-nouveau/buddypress/members/single/plugins.php index 1befbbc..b1a94bd 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/plugins.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/plugins.php @@ -5,7 +5,7 @@ * 3rd-party plugins should use this template to easily add template * support to their plugins for the members component. * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ diff --git a/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php b/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php index 593ae68..b70f5ea 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php @@ -6,26 +6,25 @@ * * @package BP Nouveau */ - ?>

    - +

    - Gravatar associated with your account email we will use that, or you can upload an image from your computer.', 'bp-nouveau' ); ?> + Gravatar associated with your account email we will use that, or you can upload an image from your computer.', 'bp-nouveau' ); ?>

    - + -

    +

    @@ -41,7 +40,7 @@ - +

    @@ -69,13 +68,13 @@ /** * Load the Avatar UI templates * - * @since 2.3.0 + * @since 2.3.0 */ bp_avatar_get_templates(); ?> -

    Gravatar using the same email address as you used to register with this site.', 'bp-nouveau' ); ?>

    +

    Gravatar using the same email address as you used to register with this site.', 'bp-nouveau' ); ?>

    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php b/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php index 3572d63..73c6b81 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Single Profile Edit * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -30,7 +30,7 @@ > - +

    diff --git a/bp-templates/bp-nouveau/buddypress/members/single/settings/capabilities.php b/bp-templates/bp-nouveau/buddypress/members/single/settings/capabilities.php index 971718f..b625372 100644 --- a/bp-templates/bp-nouveau/buddypress/members/single/settings/capabilities.php +++ b/bp-templates/bp-nouveau/buddypress/members/single/settings/capabilities.php @@ -2,7 +2,7 @@ /** * BuddyPress - Members Settings ( Capabilities ) * - * @since 1.0.0 + * @since 1.0.0 * * @package BP Nouveau */ @@ -10,10 +10,10 @@ bp_nouveau_member_hook( 'before', 'settings_template' ); ?>

    - +

    - +