Changeset 13457 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/build/blocks/plugin-card/render.php
- Timestamp:
- 04/05/2024 02:37:07 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/build/blocks/plugin-card/render.php
r13456 r13457 8 8 do_blocks( '<!-- wp:wporg/link-wrapper /-->' ); // Import the styles 9 9 ?> 10 < a class="plugin-card wp-block-wporg-link-wrapper is-style-no-underline" href="<?php the_permalink(); ?>">10 <div class="plugin-card wp-block-wporg-link-wrapper is-style-no-underline"> 11 11 <div class="entry"> 12 12 <div class="entry-thumbnail"> … … 15 15 16 16 <header class="entry-header"> 17 < ?php the_title( '<h3 class="entry-title">', '</h3>' ); ?>17 <h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> 18 18 </header><!-- .entry-header --> 19 19 … … 44 44 <?php endif; ?> 45 45 </footer> 46 </ a>46 </div>
Note: See TracChangeset
for help on using the changeset viewer.