Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #63644


Ignore:
Timestamp:
07/01/2025 11:29:32 PM (9 months ago)
Author:
sabernhardt
Comment:

[58206] introduced twentyseventeen_should_show_featured_image

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63644

    • Property Keywords has-patch added
    • Property Focuses docs added; coding-standards removed
    • Property Version changed from to 6.6
    • Property Summary changed from Missing PHPDoc block for the twentyseventeen_should_show_featured_image filter in Twenty Seventeen theme to Twenty Seventeen: add PHPDoc block for the twentyseventeen_should_show_featured_image filter
  • Ticket #63644 – Description

    initial v2  
    1 The Twenty Seventeen theme lacks a PHPDoc block for the twentyseventeen_should_show_featured_image  filter. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-content/themes/twentyseventeen/functions.php#L711.
     1The Twenty Seventeen theme lacks a PHPDoc block for the `twentyseventeen_should_show_featured_image` filter. For more information, refer to https://github.com/WordPress/wordpress-develop/blob/6.8.1/src/wp-content/themes/twentyseventeen/functions.php#L711.
    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.