From c89a994c92cd27b8499550e3f8f2e3dbd44122eb Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 23 Jun 2013 12:25:52 -0500 Subject: [PATCH] Update comments --- lib/rewrites.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/rewrites.php b/lib/rewrites.php index add141b..25d6060 100644 --- a/lib/rewrites.php +++ b/lib/rewrites.php @@ -2,14 +2,13 @@ /** * URL rewriting * - * Rewrites currently do not happen for child themes (or network installs) - * @todo https://github.com/retlehs/roots/issues/461 + * Rewrites do not happen for multisite installations or child themes * * Rewrite: - * /wp-content/themes/themename/css/ to /css/ - * /wp-content/themes/themename/js/ to /js/ - * /wp-content/themes/themename/img/ to /img/ - * /wp-content/plugins/ to /plugins/ + * /wp-content/themes/themename/assets/css/ to /assets/css/ + * /wp-content/themes/themename/assets/js/ to /assets/js/ + * /wp-content/themes/themename/assets/img/ to /assets/img/ + * /wp-content/plugins/ to /plugins/ * * If you aren't using Apache, alternate configuration settings can be found in the docs. *