Comments clean up, consistent formatting

This commit is contained in:
Ben Word
2013-02-15 12:13:18 -06:00
parent 601d66f9a1
commit 260fc4c353
14 changed files with 31 additions and 65 deletions

View File

@@ -2,8 +2,6 @@
/**
* Add HTML5 Boilerplate's .htaccess via WordPress
*/
// Add the contents of h5bp-htaccess into .htaccess
function roots_add_h5bp_htaccess($content) {
global $wp_rewrite;
$home_path = function_exists('get_home_path') ? get_home_path() : ABSPATH;