Make WordPress Core

Ticket #57069: 57069.3.diff

File 57069.3.diff, 1.2 KB (added by viralsampat, 22 months ago)

I have added another patch

  • src/wp-content/themes/twentythirteen/functions.php

    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' 
    379379 * @param string $title Default title text for current view.
    380380 * @param string $sep   Optional separator.
    381381 * @return string The filtered title.
     382 * @global $paged, $page
    382383 */
    383384function twentythirteen_wp_title( $title, $sep ) {
    384385        global $paged, $page;
    endif; 
    455456if ( ! function_exists( 'twentythirteen_paging_nav' ) ) :
    456457        /**
    457458         * Display navigation to next/previous set of posts when applicable.
    458          *
     459         * @global WP_Query $wp_query WordPress Query object.
    459460         * @since Twenty Thirteen 1.0
    460461         */
    461462        function twentythirteen_paging_nav() {
    add_filter( 'body_class', 'twentythirteen_body_class' ); 
    732733
    733734/**
    734735 * Adjust content_width value for video post formats and attachment templates.
    735  *
     736 * @global $content_width
    736737 * @since Twenty Thirteen 1.0
    737738 */
    738739function twentythirteen_content_width() {