Making WordPress.org

Ticket #4516: 4516.patch

File 4516.patch, 734 bytes (added by imath, 4 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-reference-landing.php

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-reference-landing.php wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-reference-landing.php
    index b10b3b9b3..c6e4cf24f 100755
    get_header(); ?> 
    5858                                                                ?>
    5959
    6060                                                                        <li>
    61                                                                                 <a href="<?php esc_url( get_permalink() ); ?>" title="<?php the_title_attribute(); ?>">
     61                                                                                <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
    6262                                                                                        <?php the_title(); ?>
    6363                                                                                </a>
    6464                                                                        </li>