Opened 10 years ago
Closed 10 years ago
#608 closed defect (bug) (duplicate)
Redirect theme and plugin editor function reference to developer.wordpress.org
Reported by: | netweb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | |
Cc: |
Description
Currently the theme and plugin editor function lookups link to http://phpdoc.wordpress.org/, these should link to the new code reference at https://developer.wordpress.org.
Via http://codex.wordpress.org/WordPress.org_API#Editor
https://api.wordpress.org/core/handbook/1.0/?function={function}&version={wp-version}&redirect=true
e.g. A lookup of register_activation_hook
from a plugin is currently redirecting to http://phpdoc.wordpress.org/trunk/WordPress/Plugin/_wp-includes---plugin.php.html#functionregister_activation_hook
This is the same page as http://phpdoc.wordpress.org/ because all other links either no longer exist or are blocked e.g. http://phpdoc.wordpress.org/trunk/ and return 403 Forbidden
There is nothing worth keeping in the code for that handbook endpoint, so it'll need to be new (and open sourced).
Things to keep in mind: