Formatting

This commit is contained in:
Braad
2015-09-15 11:54:15 -07:00
parent 0c00435d9c
commit 5c921b8ee4
+4 -4
View File
@@ -258,11 +258,11 @@ function trestle_customizer_controls( $wp_customize ) {
'choices' => array( 'choices' => array(
'0' => '0', '0' => '0',
'1' => '1', '1' => '1',
'2' => '2', '2' => '2',
'3' => '3', '3' => '3',
'4' => '4', '4' => '4',
'5' => '5', '5' => '5',
'6' => '6', '6' => '6',
) )
) )
); );