Commit Graph

10 Commits

Author SHA1 Message Date
Ben Word
dede0bd851 Close #992 - Move some Roots features into Soil 2014-03-11 23:34:17 -05:00
Scott Walkinshaw
9bcd427ab6 Fixes #962 - Not used anymore 2014-01-15 13:45:24 -05:00
Ben Word
ccb79488c9 Move helper constants to config.php 2013-06-23 12:13:15 -05:00
Joel Kuczmarski
9c183bb7f4 reorganize init defines 2013-05-09 19:22:03 -05:00
Scott Walkinshaw
9ac6bc698e Use SERVER_NAME to avoid parsing site_url()
site_url() was previously retrieved and parsed many times per page
before. This is cleaner and done for optimization purposes.
2013-05-09 17:04:26 -04:00
Ben Word
a8c543753a Fix clean URL issues with non-standard setups 2013-05-01 15:51:59 -05:00
Ben Word
260fc4c353 Comments clean up, consistent formatting 2013-02-15 12:13:18 -06:00
petermartin
51ba28379b Added backslash to add_editor_style
Editor style css wasn't being applied for me until adding the backslash.
2013-01-31 12:13:21 -05:00
Scott Walkinshaw
eec11c76b9 Re-order init file 2012-09-21 16:27:33 -04:00
Scott Walkinshaw
ba56e0fa4d Re-organize theme configuration and setup
functions.php should not contain any Roots specific code. It's just used
to require files and bootstrap Roots. lib/init.php now handles initial
theme setup and defines helper constants which did not belong in
lib/config.php.

config.php should be limited to strictly configuration settings.
2012-09-21 16:20:03 -04:00