Opened 6 years ago
Closed 6 years ago
#46849 closed defect (bug) (fixed)
Incorrect number of arguments to sprintf in wp-includes/ms-load.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
The function ms_site_check()
in wp-includes/ms-load.php
will return a notification when a site is not activated yet with a link to email the multisite admin. This email is inserted into the notification text via sprintf, but is only passed once when the sprintf expects it twice. The attached patch fixes this for correctness.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
patch to fix incorrect number of arguments to sprintf