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
|
|
|
8 | 8 | global $wptv; |
9 | 9 | ?> |
10 | 10 | <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> |
12 | 12 | <?php |
13 | 13 | $wptv->the_category( '<span class="arrow">»</span>' ); |
14 | 14 | $wptv->the_event( '<span class="arrow">»</span>' ); |