diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php
index 100a7f88db..4642cc1b5b 100644
a
|
b
|
if ( ! class_exists( 'Featured_Content' ) && 'plugins.php' !== $GLOBALS['pagenow |
711 | 711 | * |
712 | 712 | * Enables installing Twenty Fourteen in WordPress versions before 4.0.0 when the |
713 | 713 | * `is_customize_preview` function was introduced. |
| 714 | * @global $wp_customize. |
714 | 715 | */ |
715 | 716 | if ( ! function_exists( 'is_customize_preview' ) ) : |
716 | 717 | function is_customize_preview() { |
diff --git a/src/wp-content/themes/twentyseventeen/front-page.php b/src/wp-content/themes/twentyseventeen/front-page.php
index ceeb10037c..237624295c 100644
a
|
b
|
get_header(); ?> |
39 | 39 | * @since Twenty Seventeen 1.0 |
40 | 40 | * |
41 | 41 | * @param int $num_sections Number of front page sections. |
| 42 | * |
| 43 | * @global int $twentyseventeencounter |
42 | 44 | */ |
43 | 45 | $num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 ); |
44 | 46 | global $twentyseventeencounter; |
diff --git a/src/wp-content/themes/twentytwenty/index.php b/src/wp-content/themes/twentytwenty/index.php
index 2efda3596f..0c73e812e3 100644
a
|
b
|
get_header(); |
25 | 25 | $archive_subtitle = ''; |
26 | 26 | |
27 | 27 | if ( is_search() ) { |
| 28 | /** |
| 29 | * @global WP_Query $wp_query WordPress Query object. |
| 30 | */ |
28 | 31 | global $wp_query; |
29 | 32 | |
30 | 33 | $archive_title = sprintf( |