diff --git a/src/includes/classes/MenuPageOptions.php b/src/includes/classes/MenuPageOptions.php index 228166b9..0a27d125 100644 --- a/src/includes/classes/MenuPageOptions.php +++ b/src/includes/classes/MenuPageOptions.php @@ -435,8 +435,8 @@ public function __construct() 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. 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 '

'.__('Note: Relative URLs (e.g., /name-of-post) should NOT be used. Each entry above should start with http:// or https:// and include a fully qualified domain name.', SLUG_TD).'

'."\n"; - echo '

'."\n"; + echo '

'."\n"; + echo '

'.__('Note: Relative URLs (e.g., /name-of-post) should NOT be used. Each entry above should start with http:// or https:// and include a fully qualified domain name.', SLUG_TD).'

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