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);