Changeset 9226
- Timestamp:
- 10/23/2019 11:35:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r9224 r9226 331 331 */ 332 332 public function lostpassword_url( $lostpassword_url, $redirect ) { 333 $lostpassword_url = $this->sso_host_url . $this->valid_sso_paths['lostpassword'];333 $lostpassword_url = $this->sso_host_url . '/lostpassword'; 334 334 335 335 if ( ! empty( $redirect ) ) {
Note: See TracChangeset
for help on using the changeset viewer.