Ticket #1632: 1632.diff
File 1632.diff, 1.3 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference-archive.php
8 8 9 9 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 10 10 11 <h1><a href=" <?php the_permalink() ?>"><?php the_title(); ?></a></h1>11 <h1><a href="#"><?php the_title(); ?></a></h1> 12 12 13 13 <div class="description"> 14 14 <?php the_excerpt(); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
6 6 7 7 <?php echo get_private_access_message(); ?> 8 8 9 <h1><a href=" <?php the_permalink() ?>"><?php echo get_signature(); ?></a></h1>9 <h1><a href="#"><?php echo get_signature(); ?></a></h1> 10 10 11 11 <section class="summary"> 12 12 <?php echo get_summary(); ?>