Make WordPress Core

Ticket #48906: template-tags.patch

File template-tags.patch, 462 bytes (added by msaari, 5 years ago)

Patch for /inc/template-tags.php

Line 
1330a331
2>                                * @param array $post_meta Post meta visibility settin.
3332c333
4<                               do_action( 'twentytwenty_start_of_post_meta_list', $post_id );
5---
6>                               do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta );
7453a455
8>                                * @param array $post_meta Post meta visibility settin.
9455c457
10<                               do_action( 'twentytwenty_end_of_post_meta_list', $post_id );
11---
12>                               do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta );