Making WordPress.org

Changeset 3973


Ignore:
Timestamp:
09/06/2016 02:18:09 PM (8 years ago)
Author:
jmdodd
Message:

Forums Theme: Use bbPress 2 user profiles on the forums.

Users on Rosetta and support forums need to be able to manage their subscriptions/favorites/etc.

Until there is a unified user profile that covers these needs, we should use the forum-specific profiles.

Props SergeyBiryukov, netweb.

Fixes #1868.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php

    r3957 r3973  
    173173    return esc_url( 'https://profiles.wordpress.org/' . $user->user_nicename );
    174174}
    175 add_filter( 'bbp_pre_get_user_profile_url', 'wporg_support_profile_url' );
     175// Temporarily remove the redirect to `https://profiles.wordpress.org/`, see #meta1868.
     176// add_filter( 'bbp_pre_get_user_profile_url', 'wporg_support_profile_url' );
    176177
    177178/** bb Base *******************************************************************/
Note: See TracChangeset for help on using the changeset viewer.