Changes between Initial Version and Version 1 of Ticket #40258, comment 1
- Timestamp:
- 03/25/2017 10:07:39 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40258, comment 1
initial v1 3 3 `get_template_part( 'components/footer/site'); ` 4 4 5 as we cant add action like this:5 as we cant add action (in [https://core.trac.wordpress.org/browser/tags/4.7/src/wp-includes/general-template.php#L158 ): 6 6 7 add_action('get_template_part_{$slug}' 7 8 8 which should be: 9 9 `add_action('get_template_part_components/footer/site'`