Opened 12 months ago
Closed 11 months ago
#21149 closed enhancement (fixed)
Misspelled @return statement and wrong function signatures in PHPDocs wp-includes/formatting.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Inline Docs | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | chris@… |
Description
Attachments (3)
Change History (9)
c3mdigital
— 12 months ago
comment:1
c3mdigital
— 12 months ago
- Cc chris@… added
- Component changed from General to Inline Docs
SergeyBiryukov
— 12 months ago
comment:2
follow-up:
↓ 3
SergeyBiryukov
— 12 months ago
- Milestone changed from Awaiting Review to 3.5
comment:3
in reply to:
↑ 2
;
follow-up:
↓ 5
c3mdigital
— 12 months ago
Replying to SergeyBiryukov:
Reviewed and adjusted the patch. Didn't include some changes because they don't seem valid to me.
Thanks for reviewing the patch. One thing I wanted to point out was the @usedby tag. This is a virtual tag, it is created by @uses to cross-reference the used element. http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/DocBlockTags/parserUsedByTag.html
SergeyBiryukov
— 12 months ago
comment:4
georgestephanis
— 12 months ago
+1 to 21149.3.patch
comment:5
in reply to:
↑ 3
SergeyBiryukov
— 12 months ago
- Keywords commit added
Replying to c3mdigital:
This is a virtual tag, it is created by @uses to cross-reference the used element.
Thanks, got it. I didn't notice at first that wp_iso_descrambler() is actually used by wp-mail.php, not by wp_mail().
21149.3.patch also replaces other instances of @usedby.
comment:6
markjaquith
— 11 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In [21241]:
Reviewed and adjusted the patch. Didn't include some changes because they don't seem valid to me.