diff --git a/inc/roots-options.php b/inc/roots-options.php
index 4ddf47f..0ab6b40 100644
--- a/inc/roots-options.php
+++ b/inc/roots-options.php
@@ -123,7 +123,7 @@ function theme_options_render_page() {
|
@@ -133,7 +133,7 @@ function theme_options_render_page() {
|
|---|
|
@@ -145,7 +145,7 @@ function theme_options_render_page() {
|
@@ -174,12 +174,6 @@ function roots_theme_options_validate($input) {
if (isset($input['google_analytics_id']))
$output['google_analytics_id'] = $input['google_analytics_id'];
- // Link color must be 3 or 6 hexadecimal characters
-// if ( isset( $input['link_color'] ) && preg_match( '/^#?([a-f0-9]{3}){1,2}$/i', $input['link_color'] ) )
-// $output['link_color'] = '#' . strtolower( ltrim( $input['link_color'], '#' ) );
-
-
-
return apply_filters('roots_theme_options_validate', $output, $input, $defaults);
}