master
Chris Punches 2021-01-12 18:31:13 -05:00
parent 00c1b4d7d4
commit d14de1f704
2 changed files with 1 additions and 3 deletions

View File

@ -124,8 +124,6 @@ function art_ops( $wp_customize ) {
)
)
);
print("art_ops is executing");
}
add_action( 'customize_register', 'art_ops');

View File

@ -124,7 +124,7 @@ get_header();
</div>
<?php
get_sidebar();
//get_sidebar();
get_template_part( 'loader', get_post_format() );
?>