From 7cb48bb460e4e05ed37432aa360896c390d8944c Mon Sep 17 00:00:00 2001 From: Raam Dev Date: Wed, 14 Feb 2018 08:31:35 -0500 Subject: [PATCH] Use correct path to htaccess templates. Props @jamescl https://github.com/websharks/comet-cache/issues/909#issuecomment-361022617 --- .../classes/MenuPage/Options/ApacheOptimizations.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/includes/classes/MenuPage/Options/ApacheOptimizations.php b/src/includes/classes/MenuPage/Options/ApacheOptimizations.php index 5c8e721e..245458a1 100644 --- a/src/includes/classes/MenuPage/Options/ApacheOptimizations.php +++ b/src/includes/classes/MenuPage/Options/ApacheOptimizations.php @@ -44,7 +44,7 @@ public function __construct() echo '

'.__('Or, you can update your configuration manually: [ .htaccess configuration ]', SLUG_TD).'

'."\n"; echo ' '."\n"; @@ -64,7 +64,7 @@ public function __construct() echo '

'.__('Or, you can update your configuration manually: [ .htaccess configuration ]', SLUG_TD).'

'."\n"; echo ' '."\n"; } if (IS_PRO || $this->plugin->isProPreview()) { @@ -78,7 +78,7 @@ public function __construct() echo '

'.__('Or, you can update your configuration manually: [ .htaccess configuration ]', SLUG_TD).'

'."\n"; echo ' '."\n"; } if ((IS_PRO && !empty($GLOBALS['wp_rewrite']->permalink_structure)) || $this->plugin->isProPreview()) { @@ -93,9 +93,9 @@ public function __construct() echo ' '."\n"; } @@ -113,7 +113,7 @@ public function __construct() echo '

'.__('Or, you can update your configuration manually: [ .htaccess configuration ]', SLUG_TD).'

'."\n"; echo ' '."\n"; } echo ' '."\n";