Changeset 55472
- Timestamp:
- 03/07/2023 08:28:40 AM (19 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r55420 r55472 722 722 * Enables installing Twenty Fourteen in WordPress versions before 4.0.0 when the 723 723 * `is_customize_preview` function was introduced. 724 * 725 * @global WP_Customize_Manager $wp_customize Customizer object. 724 726 */ 725 727 if ( ! function_exists( 'is_customize_preview' ) ) : -
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r52013 r55472 39 39 * @since Twenty Seventeen 1.0 40 40 * 41 * @global int|string $twentyseventeencounter Front page section counter. 42 * 41 43 * @param int $num_sections Number of front page sections. 42 44 */ -
trunk/src/wp-content/themes/twentythirteen/functions.php
r55420 r55472 384 384 * @since Twenty Thirteen 1.0 385 385 * 386 * @global int $paged WordPress archive pagination page count. 387 * @global int $page WordPress paginated post page count. 388 * 386 389 * @param string $title Default title text for current view. 387 390 * @param string $sep Optional separator. … … 752 755 * 753 756 * @since Twenty Thirteen 1.0 757 * 758 * @global int $content_width Content width. 754 759 */ 755 760 function twentythirteen_content_width() { -
trunk/src/wp-content/themes/twentytwenty/index.php
r52013 r55472 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
Note: See TracChangeset
for help on using the changeset viewer.