Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #63649


Ignore:
Timestamp:
07/01/2025 11:15:48 PM (8 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 #63649

    • 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 #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.
     1The 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.
    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.