Changeset 9230 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
- Timestamp:
- 10/24/2019 06:54:36 AM (7 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
r6284 r9230 14 14 $tested_up_to = (string) get_post_meta( $post->ID, 'tested', true ); 15 15 ?> 16 <article id="post-<?php the_ID(); ?>"<?php post_class( 'plugin-card' ); ?>>16 <article <?php post_class( 'plugin-card' ); ?>> 17 17 <div class="entry-thumbnail"> 18 <?php 19 $icon_parts = Template::get_plugin_icon( get_post(), 'html-parts' ); 20 echo $icon_parts['style_tag']; 21 ?> 18 22 <a href="<?php the_permalink(); ?>" rel="bookmark"> 19 <?php 20 // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped 21 echo Template::get_plugin_icon( get_post(), 'html' ); 22 ?> 23 <?php echo $icon_parts['icon_tag']; ?> 23 24 </a> 24 25 </div><div class="entry"> … … 60 61 </span> 61 62 </footer> 63 <?php /* This file must not end with a new line */ ?> 62 64 </article>
Note: See TracChangeset
for help on using the changeset viewer.