Changes between Version 2 and Version 3 of Ticket #3110, comment 3
- Timestamp:
- 11/08/2024 10:26:58 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3110, comment 3
v2 v3 4 4 https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#4-hooks-actions-and-filters 5 5 6 There should not be any {{{@return}}} statements, only {{{@params}}} 6 There should not be any {{{@return}}} statements, only {{{@param}}} 7 8 Also if you have `@since` in the function, you can take it as a reference.