From 7107fa94395339133419eea9e8328ce893fe1d91 Mon Sep 17 00:00:00 2001 From: Jeff Stieler <jeff.m.stieler@gmail.com> Date: Mon, 1 Aug 2011 13:35:41 -0400 Subject: [PATCH] Fix label for CSS file extensions setting. --- cdn-rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdn-rewrite.php b/cdn-rewrite.php index fffd5ce..d65b21a 100644 --- a/cdn-rewrite.php +++ b/cdn-rewrite.php @@ -91,7 +91,7 @@ class CDN_Rewrite { $section->add_field('root_url', 'CDN Root URL (required)', 'field_input', array('description' => 'The base URL of the CDN.')); $section->add_field('file_extensions', 'File Extensions (required)', 'field_input'); $section->add_field('css_root_url', 'CDN Root URL for CSS Files (optional)', 'field_input', array('description' => 'The base URL of the CDN for CSS Files.')); - $section->add_field('css_file_extensions', 'File Extensions for CSS Files (required)', 'field_input'); + $section->add_field('css_file_extensions', 'File Extensions for CSS Files (optional)', 'field_input'); $section->add_field('js_root_url', 'CDN Root URL for JS Files (optional)', 'field_input', array('description' => 'The base URL of the CDN for JS Files.')); $section->add_field('js_file_extensions', 'File Extensions for JS Files (optional)', 'field_input'); } -- GitLab