Changeset 3256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
- Timestamp:
- 05/25/2016 10:27:47 PM (9 years ago)
- 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 14 14 ?><article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 15 15 <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> 17 19 </div><div class="entry"> 18 20 <header class="entry-header">
Note: See TracChangeset
for help on using the changeset viewer.