Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjensen committed Apr 13, 2017
1 parent 2cdde75 commit 86093e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options-and-settings-pages/genesis-cpt-archive-metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function admin_hooks() {
// Include CMB CSS in the head to avoid FOUC.
add_action( "admin_print_styles-{$this->admin_hook}", array( 'CMB2_hookup', 'enqueue_cmb_css' ) );

// Hook into the genesis cpt setttings save and add in the CMB2 sanitized values.
// Hook into the genesis cpt settings save and add in the CMB2 sanitized values.
add_filter( "sanitize_option_genesis-cpt-archive-settings-{$this->post_type}", array( $this, 'add_sanitized_values' ), 999 );

// Hook up our Genesis metabox.
Expand Down

0 comments on commit 86093e1

Please sign in to comment.