Opened 8 years ago
Closed 8 years ago
#39611 closed defect (bug) (fixed)
Change message string in `wp-signup.php`
Reported by: | jignesh.nakrani | Owned by: | flixos90 |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch commit |
Focuses: | multisite | Cc: |
Description
change the message string to Greetings Network Administrator! The network currently allows “%s” registrations. To change or disable registration go to your <a href="%s">Options page</a>.
and the $i18n['blog']
string to site
to match current naming conventions in in wp-signup.php
file
Ref #39209
Attachments (2)
Change History (5)
#1
@
8 years ago
- Component changed from Role/Capability to Networks and Sites
- Focuses multisite added
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.8
- Owner set to flixos90
- Status changed from new to reviewing
- Type changed from enhancement to defect (bug)
Thanks for the patch @jignesh.nakrani!
#2
@
8 years ago
- Keywords commit added
The current string is not i18n-friendly, whe should split it into several strings. See 39611.2.patch.
Note: See
TracTickets for help on using
tickets.
text changes as per #39209