Making WordPress.org

Changeset 8965


Ignore:
Timestamp:
06/19/2019 08:12:12 PM (5 years ago)
Author:
coffee2code
Message:

Developer: Fix links for Code Reference resources listed in 'New & Updated'.

Props imath.
Fixes #4516.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-reference-landing.php

    r8842 r8965  
    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>
Note: See TracChangeset for help on using the changeset viewer.