tonik / theme

Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
http://labs.tonik.pl/theme/
MIT License
1.33k stars 140 forks source link

Create dedicated `app/Structure/templates.php` file for templates rendering specific functions #49

Closed jedrzejchalubek closed 7 years ago

jedrzejchalubek commented 7 years ago

Templates rendering specific functions and actions should be moved from app\Setup\actions.php to dedicated app\Structure\templates.php.

This will prevent from mixing standard actions with these templates specific.