echo"<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->";
echo'<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->';
<p><?php_e('Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore, this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href="https://knowledgelayer.softlayer.com/faq/how-does-origin-pull-work" target="_blank">origin pull</a>.','wp-super-cache');?></p>
<p><?phpprintf(__('<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.','wp-super-cache'),'<code>'.esc_html($example_cdn_uri).'</code>');?></p>
...
...
@@ -171,11 +189,11 @@ function scossdl_off_options() {
<p><?php_e('You can define different CDN URLs for each site on a multsite network.','wp-super-cache');?></p>
<p><?php_e('CDN functionality provided by <a href="http://wordpress.org/plugins/ossdl-cdn-off-linker/">OSSDL CDN Off Linker</a> by <a href="http://mark.ossdl.de/">Mark Kubacki</a>','wp-super-cache');?></p>
<p><?php_e('CDN functionality provided by <a href="https://wordpress.org/plugins/ossdl-cdn-off-linker/">OSSDL CDN Off Linker</a> by <a href="http://mark.ossdl.de/">Mark Kubacki</a>','wp-super-cache');?></p>
<p><?php_e('Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.','wp-super-cache');?></p>
<?php
if($changed){
if($cache_awaitingmoderation)
$status=__("enabled",'wp-super-cache');
else
$status=__("disabled",'wp-super-cache');
echo"<p><strong>".sprintf(__("Awaiting Moderation is now %s",'wp-super-cache'),$status)."</strong></p>";
if($changed){
if($cache_awaitingmoderation){
$status=__('enabled','wp-super-cache');
}else{
$status=__('disabled','wp-super-cache');
}
echo'<p><strong>'.sprintf(__('Awaiting Moderation is now %s','wp-super-cache'),$status).'</strong></p>';
'desc'=>__('Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.','wp-super-cache'),
'desc'=>__('Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.','wp-super-cache'),