From f6914dec530314ac8f6ef5eb5907357cebf5b02c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 30 Jul 2011 13:59:25 -0600 Subject: [PATCH] adding back in the gzip compression to htaccess that was accidentally removed in previous commit, renaming the h5bp htaccess to something more easily readable --- inc/{h5bp-.htaccess => h5bp-htaccess} | 0 inc/roots-htaccess.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename inc/{h5bp-.htaccess => h5bp-htaccess} (100%) diff --git a/inc/h5bp-.htaccess b/inc/h5bp-htaccess similarity index 100% rename from inc/h5bp-.htaccess rename to inc/h5bp-htaccess diff --git a/inc/roots-htaccess.php b/inc/roots-htaccess.php index 45fc70e..d24393f 100644 --- a/inc/roots-htaccess.php +++ b/inc/roots-htaccess.php @@ -18,7 +18,7 @@ function roots_add_h5bp_htaccess($rules) { define('WP_CONTENT_DIR', ABSPATH . 'wp-content'); $theme_name = next(explode('/themes/', get_template_directory())); - $filename = WP_CONTENT_DIR . '/themes/' . $theme_name . '/inc/h5bp-.htaccess'; + $filename = WP_CONTENT_DIR . '/themes/' . $theme_name . '/inc/h5bp-htaccess'; $rules .= $wp_filesystem->get_contents($filename);