We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several functions I've looked at recently have the wrong Source code shown on developer.wordpress.org.
https://developer.wordpress.org/reference/functions/wp_get_image_editor/ https://developer.wordpress.org/reference/functions/wp_getimagesize/ I also saw someone report a similar issue in #core-docs but there were no responses: https://developer.wordpress.org/reference/classes/wp_html_tag_processor/ <-- In this case, the Source in the docs for most (maybe all) of the methods are incorrect. For example: https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_tag/ https://developer.wordpress.org/reference/classes/wp_html_tag_processor/next_tag/
In each case, the Source section is showing a completely different section of the file/source.
Because it is pointing to the wrong function(s).
Please make it point to the correct function again.
The text was updated successfully, but these errors were encountered:
Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.
Sorry, something went wrong.
No branches or pull requests
Issue Description
Several functions I've looked at recently have the wrong Source code shown on developer.wordpress.org.
URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/wp_get_image_editor/
https://developer.wordpress.org/reference/functions/wp_getimagesize/
I also saw someone report a similar issue in #core-docs but there were no responses:
https://developer.wordpress.org/reference/classes/wp_html_tag_processor/ <-- In this case, the Source in the docs for most (maybe all) of the methods are incorrect. For example:
https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_tag/
https://developer.wordpress.org/reference/classes/wp_html_tag_processor/next_tag/
Section of Page with the issue
In each case, the Source section is showing a completely different section of the file/source.
Why is this a problem?
Because it is pointing to the wrong function(s).
Suggested Fix
Please make it point to the correct function again.
The text was updated successfully, but these errors were encountered: