Ticket #60224: 60224.3.patch
| File 60224.3.patch, 2.3 KB (added by , 2 years ago) |
|---|
-
themes/twentyeleven/functions.php
636 636 * Display navigation to next/previous pages when applicable. 637 637 * 638 638 * @since Twenty Eleven 1.0 639 * 640 * @global WP_Query $wp_query WordPress Query object. 639 641 * 640 642 * @param string $html_id The HTML id attribute. 641 643 */ -
themes/twentythirteen/functions.php
483 483 * Display navigation to next/previous set of posts when applicable. 484 484 * 485 485 * @since Twenty Thirteen 1.0 486 * 487 * @global WP_Query $wp_query WordPress Query object. 486 488 */ 487 489 function twentythirteen_paging_nav() { 488 490 global $wp_query; -
themes/twentytwelve/functions.php
175 175 * Enqueue scripts and styles for front end. 176 176 * 177 177 * @since Twenty Twelve 1.0 178 * 179 * @global WP_Styles $wp_styles 178 180 */ 179 181 function twentytwelve_scripts_styles() { 180 182 global $wp_styles; … … 404 406 * Displays navigation to next/previous pages when applicable. 405 407 * 406 408 * @since Twenty Twelve 1.0 409 * 410 * @global WP_Query $wp_query WordPress Query object. 407 411 */ 408 412 function twentytwelve_content_nav( $html_id ) { 409 413 global $wp_query; … … 623 627 * templates, and when there are no active widgets in the sidebar. 624 628 * 625 629 * @since Twenty Twelve 1.0 630 * 631 * @global int $content_width Content width. 626 632 */ 627 633 function twentytwelve_content_width() { 628 634 if ( is_page_template( 'page-templates/full-width.php' ) || is_attachment() || ! is_active_sidebar( 'sidebar-1' ) ) { -
themes/twentytwenty/functions.php
32 32 * as indicating support for post thumbnails. 33 33 * 34 34 * @since Twenty Twenty 1.0 35 * 36 * @global int $content_width Content width. 37 * 35 38 */ 36 39 function twentytwenty_theme_support() { 37 40