Skip to content

Commit 1093596

Browse files
authored
Merge pull request #108 from itsmereal/patch-1
Added missing ";"
2 parents ad0df57 + 857640e commit 1093596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filters-and-actions/custom-css-for-specific-metabox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ function js_add_custom_css_for_metabox( $post_id, $cmb ) {
3131
}
3232

3333
$object = 'post'; // post | term
34-
$cmb_id = 'custom_css_test'
34+
$cmb_id = 'custom_css_test';
3535
add_action( "cmb2_after_{$object}_form_{$cmb_id}", 'js_add_custom_css_for_metabox', 10, 2 );

0 commit comments

Comments
 (0)