child theme note

This commit is contained in:
James Koster 2014-08-18 10:19:40 +01:00
parent 737aa5f3cc
commit f3324ce9af

16
functions.php Executable file
View file

@ -0,0 +1,16 @@
<?php
/**
* storefront engine room
*
* @package storefront
*/
/**
* Initialize all the things.
*/
require get_template_directory() . '/inc/init.php';
/**
* Note: Do not add any custom code here. Please use a child theme so that your customizations aren't lost during updates.
* http://codex.wordpress.org/Child_Themes
*/