#62149 closed defect (bug) (fixed)
Interactivity API: Fix code formatting and add better types in docstrings
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | 6.7 |
Component: | Interactivity API | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Follow-up to #62136
Addresses minor formatting issues and adds better types in docstrings.
Change History (7)
This ticket was mentioned in PR #7474 on WordPress/wordpress-develop by @czapla.
6 months ago
#1
- Keywords has-patch added
#2
@
6 months ago
- Owner set to czapla
- Resolution set to fixed
- Status changed from new to closed
In 59153:
6 months ago
#3
Committed with https://core.trac.wordpress.org/changeset/59153
@westonruter commented on PR #7474:
6 months ago
#4
Props me too 😄
6 months ago
#5
Oh, my apologies, Weston! 🙏 I've just read https://make.wordpress.org/core/handbook/best-practices/contributor-attribution-props/ and realized that Props should be given much more liberally than I had thought.
Is there a way to add them post hoc?
@westonruter commented on PR #7474:
6 months ago
#6
No big deal! Just that since most of the PR consisted of my suggestions from the previous PR review, it seemed like I should have been on the props list.
You can fix up props in the Core Props screen on Make/Core: https://make.wordpress.org/core/wp-admin/admin.php?page=props-edit-core
Addresses minor formatting issues and adds better types in docstrings.
Following up on https://github.com/WordPress/wordpress-develop/pull/7460