Ticket #4516: 4516.patch
File 4516.patch, 734 bytes (added by , 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(); ?> 58 58 ?> 59 59 60 60 <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(); ?>"> 62 62 <?php the_title(); ?> 63 63 </a> 64 64 </li>