Changes between Initial Version and Version 2 of Ticket #63644
- Timestamp:
- 07/01/2025 11:29:32 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63644
- Property Keywords has-patch added
- Property Focuses docs added; coding-standards removed
-
Property
Version
changed from
to6.6 -
Property
Summary
changed from
Missing PHPDoc block for the twentyseventeen_should_show_featured_image filter in Twenty Seventeen themetoTwenty 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.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/6.8.1/src/wp-content/themes/twentyseventeen/functions.php#L711. 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.