Changeset 13443 for trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/notifications.php
- Timestamp:
- 03/31/2023 05:26:39 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/notifications.php
r12908 r13443 4 4 * 5 5 * @since 3.0.0 6 * @version 3.0.06 * @version 12.0.0 7 7 */ 8 8 … … 17 17 </p> 18 18 19 <form action="<?php echo esc_url( bp_displayed_user_domain() . bp_nouveau_get_component_slug( 'settings' ) . '/notifications'); ?>" method="post" class="standard-form" id="settings-form">19 <form action="<?php bp_displayed_user_link( array( bp_nouveau_get_component_slug( 'settings' ), 'notifications' ) ); ?>" method="post" class="standard-form" id="settings-form"> 20 20 21 21 <?php bp_nouveau_member_email_notice_settings(); ?>
Note: See TracChangeset
for help on using the changeset viewer.