Changes between Version 2 and Version 3 of Ticket #1547, comment 4
- Timestamp:
- 01/29/2016 02:40:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1547, comment 4
v2 v3 1 For example: [https://codex.wordpress.org/Template_Tags/get_posts] is quite detailed. The docblock for get_posts is not, and neither is the new doc page for get_posts [https://developer.wordpress.org/reference/functions/get_posts/] . In this particular case, it's worse tha tincomplete because it provides a subset of the actual arguments as if it was a complete list.1 For example: [https://codex.wordpress.org/Template_Tags/get_posts] is quite detailed. The docblock for get_posts is not, and neither is the new doc page for get_posts [https://developer.wordpress.org/reference/functions/get_posts/] . In this particular case, it's worse than incomplete because it provides a subset of the actual arguments as if it was a complete list. 2 2 3 3 How will the current information be preserved? Does the entire current codex page really need to be put into the docblock? How should code fragments be formatted?