Merge pull request #22 from jasongottschalk/incorrect-value-select-options-array

Fixed incorrect value in select options array. Props jasongottschalk.
This commit is contained in:
Lance Willett 2012-08-06 16:12:08 -07:00
commit 587d0c2da1
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function _s_sample_select_options() {
'label' => __( 'Four', '_s' )
),
'5' => array(
'value' => '3',
'value' => '5',
'label' => __( 'Five', '_s' )
)
);