forked from mirror/_s
Fixed incorrect value in select options array.
This commit is contained in:
parent
55ab0fa5d6
commit
5f44856a45
|
@ -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