diff --git a/dms-plugin-pro.php b/dms-plugin-pro.php index 73c628d..510e885 100644 --- a/dms-plugin-pro.php +++ b/dms-plugin-pro.php @@ -4,7 +4,7 @@ Plugin Name: DMS Professional Tools Plugin URI: http://www.pagelines.com/ Description: Pro member code and utilities for PageLines DMS. -Version: 1.0.0 +Version: 1.1 Author: PageLines PageLines: true diff --git a/settings/settings-general.php b/settings/settings-general.php index 6fc3fce..8b59321 100644 --- a/settings/settings-general.php +++ b/settings/settings-general.php @@ -32,7 +32,7 @@ array( 'id' => 'cdn-url', 'title' => 'Your CDN PULL zone.', - 'desc' => sprintf( '

An example of your pullzone might be: cdn.%s

', str_replace( 'http://', '', str_replace( 'www', '', str_replace( 'https://', '', site_url() ) ) ) ), + 'desc' => sprintf( '

If you do not have a pull zone, or have no idea what a CDN or a pull zone is then dont enable this feature ;)
An example of your pullzone might be: cdn.%s

', str_replace( 'http://', '', str_replace( 'www', '', str_replace( 'https://', '', site_url() ) ) ) ), 'type' => 'text', 'std' => site_url() ),