Changes between Initial Version and Version 1 of Ticket #34861
- Timestamp:
- 12/06/2015 04:32:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34861 – Description
initial v1 1 1 `wp_count_terms()` takes an optional `$args` param that is passed to `get_terms`. Although that function is referenced in the docblock, it should probably use a proper `@see` reference. Duplicating the whole hash notation for `$args` probably doesn't make sense, though there's a `@todo` comment about it. 2 2 3 See the [https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/# docblock-formattingPHP documentation standards] for more details.3 See the [https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#1-functions-class-methods PHP documentation standards] for more details.