Changes between Initial Version and Version 1 of Ticket #3165
- Timestamp:
- 09/26/2017 03:31:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3165 – Description
initial v1 1 Recently received a contributor note on the reference for `wp_remote_request()` asking about which arguments are accepted, and I realized that we explicitly point to `WP_Http::request()` for additional information on default arguments, except that information isn't exposed anywhere in the wporg-developer theme.1 Recently received a contributor note from @mnelson4 on the reference for `wp_remote_request()` asking about which arguments are accepted, and I realized that we explicitly point to `WP_Http::request()` for additional information on default arguments, except that information isn't exposed anywhere in the wporg-developer theme. 2 2 3 3 I'm thinking maybe we should just expose the contents of the top-level `@see` tags at the end of the description, rather than as part of the explanation (since it's parsed). Either way, this is one very good example of where useful information in the docblock isn't getting translated into the Code Reference for the wider audience.