Opened 6 years ago
Closed 6 years ago
#47208 closed defect (bug) (fixed)
wp_mail() docblock destcription has typo?
Reported by: | seedsca | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Keywords: | has-patch commit | |
Focuses: | docs | Cc: |
Description
First from should be replaced with for.
It would then change the docblock to say:
Using the two ‘wp_mail_from’ and ‘wp_mail_from_name’ hooks allow for creating a from address like ‘Name email@…‘ when both are set. If just ‘wp_mail_from’ is set, then just the email address will be used with no name.
Attachments (1)
Change History (9)
#1
@
6 years ago
- Keywords needs-patch added
- Severity changed from normal to minor
@seedsca nice catch! Are you able to work up a patch for that one?
#3
@
6 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 5.2.1
@seedsca you win the race to initial response. This looks good to me, thanks!
#4
@
6 years ago
@JeffPaul I didn't know how to get the ticket number to add to the patch file :)
Thanks for your lightning quick response!
#7
@
6 years ago
- Milestone changed from 5.2.1 to 5.3
Thanks for the ticket and the patch!
Going to move this to 5.3, as it's not a regression in 5.2 (the docs were added in [6637]), and we're trying to keep the number of changed files in minor releases to a minimum, due to reliability concerns for background updates.
Patch to clean up typo