diff --git a/src/includes/classes/MenuPageOptions.php b/src/includes/classes/MenuPageOptions.php index 84bcb28f..8952d108 100644 --- a/src/includes/classes/MenuPageOptions.php +++ b/src/includes/classes/MenuPageOptions.php @@ -375,9 +375,13 @@ public function __construct() echo '

'.__('In a Multisite Network, each child blog (whether it be a sub-domain, a sub-directory, or a mapped domain); will automatically change the leading http://[sub.]domain/[sub-directory] used in pattern matching. In short, there is no need to add sub-domains or sub-directories for each child blog in these patterns. Please include only the REQUEST_URI (i.e., the path) which leads to the XML Sitemap on all child blogs in the network.', SLUG_TD).'

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

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

'."\n"; + if (IS_PRO || $this->plugin->isProPreview()) { 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.', 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. (Note that wildcards and RegEx\'s are not supported here.)', SLUG_TD), esc_html(NAME)).'

'."\n"; echo '

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