Making WordPress.org


Ignore:
Timestamp:
12/13/2022 06:31:15 PM (2 years ago)
Author:
iandunn
Message:

Support: Create Edit Account screen.

This commits the parts of https://github.com/WordPress/wordpress.org/pull/114 that don't affect production users, and can therefore be deployed now. Adding a link to this screen and removing the email/password settings from the built-in Edit screen will needs to wait until the WPORG Two Factor UI is done.

The rewrite rule was added in r19711-dotorg.

See https://github.com/WordPress/wporg-two-factor/issues/26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-user.php

    r7818 r12321  
    3939            <?php if ( wporg_support_is_single_user_topics_replied_to() ) bbp_get_template_part( 'user', 'topics-replied-to' ); ?>
    4040            <?php if ( bbp_is_single_user_edit()                        ) bbp_get_template_part( 'form', 'user-edit'         ); ?>
     41            <?php if ( wporg_bbp_is_single_user_edit_account()          ) bbp_get_template_part( 'form', 'user-edit-account' ); ?>
    4142            <?php if ( bbp_is_single_user_profile()                     ) bbp_get_template_part( 'user', 'profile'           ); ?>
    4243        </div>
Note: See TracChangeset for help on using the changeset viewer.