Ticket #48906: template-tags.patch
| File template-tags.patch, 462 bytes (added by , 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | 330a331 |
| 2 | > * @param array $post_meta Post meta visibility settin. |
| 3 | 332c333 |
| 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 ); |
| 7 | 453a455 |
| 8 | > * @param array $post_meta Post meta visibility settin. |
| 9 | 455c457 |
| 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 ); |