Skip to content

Commit f9ae82e

Browse files
committed
Remove errant comma
1 parent ae40882 commit f9ae82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/options/minify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
),
347347
),
348348
'description' => esc_html__( 'Choose how JavaScript files should be combined or minified when using automatic mode.', 'w3-total-cache' ) . $minify_learn_more_output( 'minify-method', 'minify.js.method' ),
349-
),
349+
)
350350
);
351351
endif;
352352
?>

0 commit comments

Comments
 (0)