Changes between Initial Version and Version 3 of Ticket #63649
- Timestamp:
- 07/01/2025 11:15:48 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63649
-
Property
Status
changed from
newtoclosed - Property Focuses docs added; coding-standards removed
-
Property
Milestone
changed from
Awaiting Reviewto - Property Keywords has-patch added
-
Property
Resolution
changed from
toduplicate
-
Property
Status
changed from
-
Ticket #63649 – Description
initial v3 1 The Twenty Fourteen theme lacks a PHPDoc block for the twentyfourteen_credits action hook. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-content/themes/twentythirteen/footer.php#L18.1 The Twenty Fourteen theme lacks a PHPDoc block for the `twentyfourteen_credits` action hook. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/6.8.1/src/wp-content/themes/twentythirteen/footer.php#L18. 2 2 3 3 Please add the PHPDoc block for it as described on https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#4-hooks-actions-and-filters.