Changeset 13436 for trunk/src/bp-core/bp-core-blocks.php
- Timestamp:
- 03/15/2023 08:16:46 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-blocks.php
r13144 r13436 235 235 $content .= sprintf( 236 236 '<p class="bp-login-widget-pwd-link"><a href="%1$s">%2$s</a></p>', 237 esc_url( wp_lostpassword_url( bp_get_root_ domain() ) ),237 esc_url( wp_lostpassword_url( bp_get_root_url() ) ), 238 238 esc_html__( 'Lost your password?', 'buddypress' ) 239 239 );
Note: See TracChangeset
for help on using the changeset viewer.