Making WordPress.org

Ticket #3813: 3813.patch

File 3813.patch, 751 bytes (added by mukesh27, 6 years ago)

Working patch.

  • wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php

    diff -Naur wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php
     
    88global $wptv;
    99?>
    1010<div class="breadcrumb">
    11         <a href="<?php echo esc_attr( home_url() );?>">Home</a>
     11        <a href="<?php echo esc_url( home_url() );?>"><?php echo __( 'Home', 'wptv' ); ?></a>
    1212        <?php
    1313                $wptv->the_category( '<span class="arrow">&raquo;</span>' );
    1414                $wptv->the_event( '<span class="arrow">&raquo;</span>' );