forked from mirror/_s
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:
commit
587d0c2da1
|
@ -108,7 +108,7 @@ function _s_sample_select_options() {
|
|||
'label' => __( 'Four', '_s' )
|
||||
),
|
||||
'5' => array(
|
||||
'value' => '3',
|
||||
'value' => '5',
|
||||
'label' => __( 'Five', '_s' )
|
||||
)
|
||||
);
|
||||
|
|
Reference in New Issue