From 88652576ea28c692d7d814b38cf72a55f780b169 Mon Sep 17 00:00:00 2001 From: renzms Date: Sat, 4 Jun 2016 22:09:37 +0800 Subject: [PATCH] Updating inline docs; see: websharks/comet-cache#781 --- src/includes/classes/MenuPageOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/classes/MenuPageOptions.php b/src/includes/classes/MenuPageOptions.php index 4037f26a..20320aac 100644 --- a/src/includes/classes/MenuPageOptions.php +++ b/src/includes/classes/MenuPageOptions.php @@ -434,7 +434,7 @@ public function __construct() echo '
'."\n"; echo '

'.__('Misc. Auto-Clear Options', SLUG_TD).'

'."\n"; echo '

'.__('Auto-Clear a List of Custom URLs Too?', SLUG_TD).'

'."\n"; - echo '

'.sprintf(__('When you update a Post/Page, approve a Comment, or make other changes where %1$s can detect that a Post/Page cache should be cleared to keep your site up-to-date; then %1$s will also clear a list of custom URLs that you list here. Please list one URL per line. For individual specific URLs to a post/page, if you wish to clear the cache for a specifc scheme(e.g., to only clear the https:// cache or to only clear the cache for a particular domain that you are using) you can use the full URL including domain name and http:// or https://. A wildcard * character can also be used when necessary; e.g., */category/abc-followed-by-* works without needing to enter the full URL (where * = 0 or more characters that are NOT a slash /). Other special characters include: ** = 0 or more characters of any kind, including / slashes; ^ = beginning of the string; $ = end of the string. To learn more about this syntax, please seeĀ this KB article.', SLUG_TD), esc_html(NAME)).'

'."\n"; + echo '

'.sprintf(__('When you update a Post/Page, approve a Comment, or make other changes where %1$s can detect that a Post/Page cache should be cleared to keep your site up-to-date; then %1$s will also clear a list of custom URLs that you list here. Please list one URL per line. For individual specific URLs to a post/page, if you wish to clear the cache for a specifc scheme (e.g., to only clear the https:// cache or to only clear the cache for a particular domain that you are using) you can use the full URL including domain name and http:// or https://. Relative links for specific URLs should not be used; e.g., /name-of-post. A wildcard * character can also be used when necessary; e.g., https://example.com/category/abc-followed-by-*, (where * = 0 or more characters that are NOT a slash /). Other special characters include: ** = 0 or more characters of any kind, including / slashes; ^ = beginning of the string; $ = end of the string. To learn more about this syntax, please seeĀ this KB article.', SLUG_TD), esc_html(NAME)).'

'."\n"; echo '

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