Functions.php reorganised, now like scss
authorLaury GvR <laury@gaslightmedia.com>
Wed, 5 Oct 2016 21:11:11 +0000 (17:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 5 Oct 2016 21:11:11 +0000 (17:11 -0400)
commit224d5b8f271ec6f63aec8168f998cdda0eda6f64
treeae824ab812c6b147d6475c26a2716414af6a44e3
parent1bc2cba050905d2cc6a8286316ed68c2a04ca8c0
Functions.php reorganised, now like scss

All the functions are now in their separate, sensible files, like
we've done with our scss. All these files are include_once()'d in
functions.php.
12 files changed:
functions.php
lib/defines.php [new file with mode: 0644]
lib/enqueueing.php [new file with mode: 0644]
lib/force-template-functions.php [new file with mode: 0644]
lib/header.php [new file with mode: 0644]
lib/images.php [new file with mode: 0644]
lib/misc.php [new file with mode: 0644]
lib/plugins.php [new file with mode: 0644]
lib/plugins/member-db.php [new file with mode: 0644]
lib/plugins/woocommerce.php [new file with mode: 0644]
lib/theme-support.php [new file with mode: 0644]
lib/widgets.php [new file with mode: 0644]