Changes between Initial Version and Version 2 of Ticket #63650
- Timestamp:
- 07/01/2025 11:15:57 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63650
-
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 #63650 – Description
initial v2 1 The Twenty Twelve theme lacks a PHPDoc block for the twentytwelve_credits action hook. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-content/themes/twentytwelve/footer.php#L15.1 The Twenty Twelve theme lacks a PHPDoc block for the `twentytwelve_credits` action hook. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/6.8.1/src/wp-content/themes/twentytwelve/footer.php#L15. 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.