Changeset 13436 for trunk/src/bp-members/bp-members-filters.php
- Timestamp:
- 03/15/2023 08:16:46 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-filters.php
r13433 r13436 239 239 sprintf( 240 240 '<a href="%1$s">%2$s</a>', 241 esc_url( wp_login_url( bp_get_root_ domain() ) ),241 esc_url( wp_login_url( bp_get_root_url() ) ), 242 242 esc_html__( 'log in', 'buddypress' ) 243 243 ) … … 311 311 sprintf( 312 312 '<a href="%1$s">%2$s</a>', 313 esc_url( wp_login_url( bp_get_root_ domain() ) ),313 esc_url( wp_login_url( bp_get_root_url() ) ), 314 314 esc_html__( 'log in', 'buddypress' ) 315 315 ), 316 316 sprintf( 317 317 '<a href="%1$s">%2$s</a>', 318 esc_url( wp_lostpassword_url( bp_get_root_ domain() ) ),318 esc_url( wp_lostpassword_url( bp_get_root_url() ) ), 319 319 esc_html__( 'reset it', 'buddypress' ) 320 320 )
Note: See TracChangeset
for help on using the changeset viewer.