Making WordPress.org

Ticket #4222: #4222.diff

File #4222.diff, 848 bytes (added by BharatKambariya, 6 years ago)
  • comments.php

     
    3232                                printf(
    3333                                        /* translators: 1: title. */
    3434                                        esc_html_e( 'One thought on “%1$s”', 'gutenbergtheme' ),
    35                                         '<span>' . get_the_title() . '</span>'
     35                                        '<span>' . esc_html( get_the_title() ) . '</span>'
    3636                                );
    3737                        } else {
    3838                                printf( // WPCS: XSS OK.
  • gutenfront-content.php

     
    11<?php
    22
    3 $localised_domain = parse_url( home_url( '/' ), PHP_URL_HOST );
     3$localised_domain = wp_parse_url( home_url( '/' ), PHP_URL_HOST );
    44
    55$title = __( 'Say Hello to the New Editor', 'wporg' );
    66