Changeset 61317
- Timestamp:
- 11/28/2025 08:08:46 PM (7 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
-
functions.php (modified) (1 diff)
-
inc/template-tags.php (modified) (1 diff)
-
template-parts/content-cover.php (modified) (1 diff)
-
template-parts/entry-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r61302 r61317 820 820 * @since Twenty Twenty 1.0 821 821 * 822 * @param array Array of elements.822 * @param array $elements Array of elements. 823 823 */ 824 824 return apply_filters( 'twentytwenty_get_elements_array', $elements ); -
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r61302 r61317 267 267 * @since Twenty Twenty 1.0 268 268 * 269 * @param array Array of post types.269 * @param array $post_types Array of post types. 270 270 */ 271 271 $disallowed_post_types = apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' ) ); -
trunk/src/wp-content/themes/twentytwenty/template-parts/content-cover.php
r55276 r61317 60 60 * @since Twenty Twenty 1.0 61 61 * 62 * @param bool Whether to show the categories in article header. Default true.62 * @param bool $show_categories Whether to show the categories in article header. Default true. 63 63 */ 64 64 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); -
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php
r55276 r61317 26 26 * @since Twenty Twenty 1.0 27 27 * 28 * @param bool Whether to show the categories in header. Default true.28 * @param bool $show_categories Whether to show the categories in header. Default true. 29 29 */ 30 30 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );
Note: See TracChangeset
for help on using the changeset viewer.