From 5f44856a453cc6af2dc3fe373c79848343230492 Mon Sep 17 00:00:00 2001 From: Jason Gottschalk Date: Wed, 6 Jun 2012 14:01:50 -0300 Subject: [PATCH] Fixed incorrect value in select options array. --- inc/theme-options/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/theme-options/theme-options.php b/inc/theme-options/theme-options.php index 61b25f03..d9667042 100644 --- a/inc/theme-options/theme-options.php +++ b/inc/theme-options/theme-options.php @@ -108,7 +108,7 @@ function _s_sample_select_options() { 'label' => __( 'Four', '_s' ) ), '5' => array( - 'value' => '3', + 'value' => '5', 'label' => __( 'Five', '_s' ) ) );