Making WordPress.org

Ticket #2779: 2779.patch

File 2779.patch, 920 bytes (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php

     
    9898                        <a class="plugin-download button download-button button-large" href="<?php echo esc_url( Template::download_link() ); ?>"><?php _e( 'Download', 'wporg-plugins' ); ?></a>
    9999                </div>
    100100
    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>' ); ?>
    102102
    103103                <span class="byline"><?php
    104104                        $url = get_post_meta( get_the_ID(), 'header_author_uri', true );