mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Formatting
This commit is contained in:
@@ -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',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user