Skip to:
Content

bbPress.org

Changes between Version 2 and Version 3 of Ticket #3110, comment 3


Ignore:
Timestamp:
11/08/2024 10:26:58 PM (4 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3110, comment 3

    v2 v3  
    44https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#4-hooks-actions-and-filters
    55
    6 There should not be any {{{@return}}} statements, only {{{@params}}}
     6There should not be any {{{@return}}} statements, only {{{@param}}}
     7
     8Also if you have `@since` in the function, you can take it as a reference.