#37838 closed defect (bug) (invalid)
Merge two similar translation strings in wp-activate.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | multisite | Cc: |
Description
See the attached patch.
Attachments (1)
Change History (8)
#2
follow-up:
↓ 5
@
7 years ago
I think these strings are intentionally slightly different, one is for creating an account and a site, and the other is for just creating an account on the network.
Also, wp_login_url()
won't work outside of switch_to_blog()
/restore_current_blog()
here, see [34790].
#5
in reply to:
↑ 2
@
7 years ago
Replying to SergeyBiryukov:
I think these strings are intentionally slightly different, one is for creating an account and a site, and the other is for just creating an account on the network.
I agree, I don't think this should be changed for the reason you mentioned. I would say invalid.
Note: See
TracTickets for help on using
tickets.
This patch is:
$login_url
var. It is being used once. I moved it into to thesprintf()
.esc_url()
to all the URL's.