From 12e27feea330a7199fbf0169658652c6463511bb Mon Sep 17 00:00:00 2001 From: Raam Dev Date: Fri, 13 May 2016 18:16:47 -0400 Subject: [PATCH] Improve wording for new Admin Toolbar option for Logged-In User Caching See websharks/comet-cache#690 --- src/includes/classes/MenuPageOptions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/includes/classes/MenuPageOptions.php b/src/includes/classes/MenuPageOptions.php index 47fae7d3..7430cab7 100644 --- a/src/includes/classes/MenuPageOptions.php +++ b/src/includes/classes/MenuPageOptions.php @@ -616,14 +616,14 @@ public function __construct() echo '

'."\n"; echo '

'.__('Note: Static CDN Filters serve static resources. Static resources, are, simply put, static. Thus, it is not a problem to cache these resources for any visitor (logged-in or not logged-in). To avoid confusion, this defaults to a value of No, and we ask that you set it to Yes on your own so that you\'ll know to expect this behavior; i.e., that static resources will always be served from the CDN (logged-in or not logged-in) even though Logged-In User caching may be disabled above.', SLUG_TD).'

'."\n"; echo '
'."\n"; - echo '

'.__('Enable the Admin Bar for Logged-In Users & Comment Authors?', SLUG_TD).'

'."\n"; - echo '

'.__('When Logged-In User caching is enabled, Comet Cache will automatically disable the WordPress Admin Bar for logged-in users (on the front-end of the site). This option allows you to override this and turn back on the Admin Bar when Logged-In User caching is enabled.).', SLUG_TD).'

'."\n"; + echo '

'.__('Enable the Admin Toolbar for Logged-In Users & Comment Authors?', SLUG_TD).'

'."\n"; + echo '

'.__('When Logged-In User caching is enabled above, Comet Cache will automatically disable the WordPress Admin Toolbar for logged-in users (on the front-end of the site) because the Toolbar is generally NOT cache-compatible. If you want to enable the Toolbar for logged-in users anyway, you can do that below.', SLUG_TD).'

'."\n"; echo '

'."\n"; - echo '

'.__('Note: If you are enabling the WordPress Admin Bar for logged-in users, and are allowing Nonce caching using COMET_CACHE_CACHE_NONCE_VALUES_WHEN_LOGGED_IN;, please see this article.', SLUG_TD).'

'."\n"; + echo '

'.__('Note: Enabling the Toolbar for logged-in users will cause WordPress Nonce values to appear in the page source; nonce values are generally NOT cache-compatible. Please see this article for details.', SLUG_TD).'

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