Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #63650


Ignore:
Timestamp:
07/01/2025 11:15:57 PM (11 months ago)
Author:
sabernhardt
Comment:

Duplicate of #63648.

I'm combining these four tickets, but you can keep the pull requests separate and update the link in each to https://core.trac.wordpress.org/ticket/63648

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63650

    • Property Status changed from new to closed
    • Property Focuses docs added; coding-standards removed
    • Property Milestone changed from Awaiting Review to
    • Property Keywords has-patch added
    • Property Resolution changed from to duplicate
  • 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.
     1The 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.
    22
    33Please add the PHPDoc block for it as described on https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#4-hooks-actions-and-filters.