#52628 closed task (blessed) (fixed)
Docblock improvements for WP 5.8
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch commit dev-reviewed |
| Focuses: | docs | Cc: |
Attachments (2)
Change History (77)
#14
@
5 years ago
Thanks for the patch, @sabernhardt. I found another instance of $htmlhint being improperly described in another docblock on line 3537 in wp-includes/general-template.php. I'll address that one as well in the commit that follows.
#18
@
5 years ago
[49597] has limited the return type of wp_get_object_terms() to only arrays of type WP_Term. But depending on the fields argument other array types are supported too. For example int[] in case of 'fields' => 'ids'. Same for the filters in the function.
This ticket was mentioned in Slack in #core by peterwilsoncc. View the logs.
5 years ago
#20
@
5 years ago
Added 52628.class-walker-page.diff to fix an incorrect comment from #43522 (r42808).
This ticket was mentioned in PR #1242 on WordPress/wordpress-develop by bahiirwa.
5 years ago
#23
- Keywords has-patch added
This was skipped in the review for https://core.trac.wordpress.org/changeset/48315
A simple typo.
PS: I don't know how to handle this. I have reported this to https://core.trac.wordpress.org/ticket/52628
#24
@
5 years ago
This was skipped in the review for https://core.trac.wordpress.org/changeset/48315
A simple typo. I have made a PR via https://github.com/WordPress/wordpress-develop/pull/1242. I do not know if that's the right space.
#36
@
4 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 51151:
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
4 years ago
This ticket was mentioned in Slack in #core by desrosj. View the logs.
4 years ago
#56
@
4 years ago
- Keywords commit dev-feedback added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening to backport.
#68
@
4 years ago
- Keywords dev-reviewed added; dev-feedback removed
- Resolution set to fixed
- Status changed from reopened to closed
All changes have been backported. If more are needed, we can reopen to backport those.
@SergeyBiryukov commented on PR #1242:
4 weeks ago
#75
Thanks for the PR! This was merged in r53251.
In 50434: