fixed
parent
00c1b4d7d4
commit
d14de1f704
|
@ -124,8 +124,6 @@ function art_ops( $wp_customize ) {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
print("art_ops is executing");
|
|
||||||
}
|
}
|
||||||
add_action( 'customize_register', 'art_ops');
|
add_action( 'customize_register', 'art_ops');
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@ get_header();
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
get_sidebar();
|
//get_sidebar();
|
||||||
get_template_part( 'loader', get_post_format() );
|
get_template_part( 'loader', get_post_format() );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue