diff --git a/src/wp-content/themes/twentythirteen/functions.php b/src/wp-content/themes/twentythirteen/functions.php
index cd1d3e1f49..c4650c5a83 100644
a
|
b
|
add_action( 'enqueue_block_editor_assets', 'twentythirteen_block_editor_styles' |
379 | 379 | * @param string $title Default title text for current view. |
380 | 380 | * @param string $sep Optional separator. |
381 | 381 | * @return string The filtered title. |
| 382 | * @global $paged, $page |
382 | 383 | */ |
383 | 384 | function twentythirteen_wp_title( $title, $sep ) { |
384 | 385 | global $paged, $page; |
… |
… |
endif; |
455 | 456 | if ( ! function_exists( 'twentythirteen_paging_nav' ) ) : |
456 | 457 | /** |
457 | 458 | * Display navigation to next/previous set of posts when applicable. |
458 | | * |
| 459 | * @global WP_Query $wp_query WordPress Query object. |
459 | 460 | * @since Twenty Thirteen 1.0 |
460 | 461 | */ |
461 | 462 | function twentythirteen_paging_nav() { |
… |
… |
add_filter( 'body_class', 'twentythirteen_body_class' ); |
732 | 733 | |
733 | 734 | /** |
734 | 735 | * Adjust content_width value for video post formats and attachment templates. |
735 | | * |
| 736 | * @global $content_width |
736 | 737 | * @since Twenty Thirteen 1.0 |
737 | 738 | */ |
738 | 739 | function twentythirteen_content_width() { |