Ticket #2779: 2779.patch
File 2779.patch, 920 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
98 98 <a class="plugin-download button download-button button-large" href="<?php echo esc_url( Template::download_link() ); ?>"><?php _e( 'Download', 'wporg-plugins' ); ?></a> 99 99 </div> 100 100 101 <?php the_title( '<h1 class="plugin-title"> <a href="' . esc_url( get_permalink() ) . '">', '</a></h1>' ); ?>101 <?php the_title( '<h1 class="plugin-title">', '</h1>' ); ?> 102 102 103 103 <span class="byline"><?php 104 104 $url = get_post_meta( get_the_ID(), 'header_author_uri', true );