Skip to content

Commit

Permalink
fixes #1719
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored Mar 17, 2018
1 parent 3701529 commit acdd574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/advanced/register-control-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_action( 'customize_register', function( $wp_customize ) {
/**
* The custom control class
*/
class Kirki_Controls_Notice_Control extends WP_Customize_Control {
class Kirki_Controls_Notice_Control extends Kirki_Control_Base {
public $type = 'notice';
public function render_content() { ?>
THE CONTROL CONTENT HERE
Expand Down

0 comments on commit acdd574

Please sign in to comment.