Skip to content

Commit 4b0aa30

Browse files
committed
96: Use tab character as separator
1 parent 561cfc8 commit 4b0aa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Theme_Mod_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function get( $args = array(), $assoc_args = array() ) {
9292
$mods = ! empty( $args ) ? array_intersect_key( get_theme_mods(), array_flip( $args ) ) : get_theme_mods();
9393

9494
// Generate the list of items ready for output. We use an initial separator that we can replace later depending on format.
95-
$separator = '!!!';
95+
$separator = '\t';
9696
array_walk(
9797
$mods,
9898
function ( $value, $key ) use ( &$mod_list, $separator ) {

0 commit comments

Comments
 (0)