-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Incorrect source for functions on Developer documentation #1806
Comments
Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels. |
/assign |
Hey @karthick-murugan, thanks for your interest in this issue! 🍪🍪🍪 |
|
That is correct, looks like the docs are still broken though. |
@nosilver4u - The document page is still not updated. It will be updated soon. Thanks. |
Just curious, as I was thinking those parts of the documentation were automatically built/pulled from the source on svn/github. Is that the case, and there's just a bug in the automated process, or do they have to be manually fixed/corrected? |
@nosilver4u - Not sure on that part. The @Docs-Team might give us more ideas on this. |
Heads up @docs-reviewers - the "[Status] Review" label was applied to this issue. |
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: