Opened 11 years ago
Closed 10 years ago
#426 closed defect (bug) (fixed)
phpdoc.wordpress.org is broken
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
See #WP26741.
Change History (8)
This ticket was mentioned in IRC in #wordpress-meta by iandunn. View the logs.
11 years ago
#5
@
10 years ago
Copy & Paste from the #608 Duplicate:
Replying to nacin:
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:
- Check get_defined_functions() for internal functions and send them off to php.net instead.
- Redirect them to developer.wordpress.org otherwise.
- If a function doesn't exist for whatever reason, developer.wordpress.org needs a half-decent 404 page.
- If $redirect is false, then a simple echo of the target URL occurs.
- Locale is received but nothing happens with it.
- Version is received but nothing will happen with it.
This ticket was mentioned in Slack in #meta by nacin. View the logs.
10 years ago
#7
@
10 years ago
Fixed #608. phpdoc remains broken, but I guess we could just kill it off finally and redirect everything to developer.wordpress.org.
#8
@
10 years ago
- Resolution set to fixed
- Status changed from new to closed
When http://make.wordpress.org/systems/2014/12/29/can-i-have-r5763-deploy-for-the-wporg/ is done, phpdoc.wordpress.org (and xref.wordpress.org, an alias) will redirect to developer.wordpress.org/reference/.
Note: See
TracTickets for help on using
tickets.
Currently the search for
get_search_form
has this URL http://api.wordpress.org/core/handbook/1.0/?function=get_search_form&locale=en_US&version=4.0-alpha-src&redirect=true which redirects to http://phpdoc.wordpress.org/trunk/WordPress/Template/_wp-includes---general-template.php.html#functionget_search_formWhat about redirecting to http://developer.wordpress.org/reference/functions/get_search_form/?