Lines:
1 to 18 of 18
<?php /** * Infinite Scroll Theme Assets * * Register support for Twenty Twelve and enqueue relevant styles. * * @package jetpack */ /* function jetpack_twentytwelve_infinite_scroll_init() – Add theme support for infinite scroll */ add_action( 'after_setup_theme', 'jetpack_twentytwelve_infinite_scroll_init' ); /* function jetpack_twentytwelve_infinite_scroll_enqueue_styles() – Enqueue CSS stylesheet with theme styles for infinity. */ add_action( 'wp_enqueue_scripts', 'jetpack_twentytwelve_infinite_scroll_enqueue_styles', 25 ); /* function jetpack_twentytwelve_has_footer_widgets() – Do we have footer widgets? */