Skip to content

Commit

Permalink
Missing a $ character
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco authored Mar 28, 2017
1 parent 11e1411 commit ddf89b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters-and-actions/custom-css-for-specific-metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ function js_add_custom_css_for_metabox( $post_id, $cmb ) {

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

0 comments on commit ddf89b3

Please sign in to comment.