Opened 4 weeks ago
Closed 4 weeks ago
#7964 closed defect (bug) (fixed)
Update developer.wordpress.org/reference with changes from 6.8
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
It seems as though the parsing of docs for 6.8 either didn't complete fully or didn't complete sucessfully. Two specifics that make me think this is an issue:
- I don't see https://developer.wordpress.org/reference/functions/is_post_embeddable/ which is a new function
- https://developer.wordpress.org/reference/functions/get_post_type_labels/ isn't updated with the new defaults for
add_new_item
andadd_new
Change History (3)
#2
@
4 weeks ago
- Resolution duplicate deleted
- Status changed from closed to reopened
This is subtly different..
#3
@
4 weeks ago
- Resolution set to fixed
- Status changed from reopened to closed
Reimported the 6.8 changes.
It seems that the import that was run for 6.8 was either incomplete, or wasn't run with the proper source checkout.
The PHPDoc parser we use can no longer be run on WordPress.org, as such, it can't be imported directly into developer.w.org and must be run locally on a PHP7 install first, and then exported / uploaded, and then a separate task run to import the code examples..
Filed (and rambled) about the compatility issues in https://github.com/WordPress/phpdoc-parser/issues/246
Note: See
TracTickets for help on using
tickets.
Merging this with #7963 - I suspect it's an issue in the phpdoc-parser + PHP 8.1