Making WordPress.org

Changeset 3256


Ignore:
Timestamp:
05/25/2016 10:27:47 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Make the plugin icon clickable on index.

Helps especially on small screens to get to a plugin detail page easier.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php

    r3193 r3256  
    1414?><article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1515    <div class="entry-thumbnail">
    16         <?php echo Template::get_plugin_icon( get_post(), 'html' ); ?>
     16        <a href="<?php the_permalink(); ?>" rel="bookmark">
     17            <?php echo Template::get_plugin_icon( get_post(), 'html' ); ?>
     18        </a>
    1719    </div><div class="entry">
    1820        <header class="entry-header">
Note: See TracChangeset for help on using the changeset viewer.