Changeset 11961 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-discussion-event-short-item.php
- Timestamp:
- 07/13/2022 03:15:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-discussion-event-short-item.php
r11342 r11961 10 10 <li class="discussion-event"> 11 11 <div> 12 <a class="discussion-event-link" href="<?php echo esc_attr( $args['url'] ); ?>"> 13 <h3><?php echo esc_html( $args['title'] ); ?></h3> 14 </a> 12 15 <abbr 13 16 class="discussion-event-date" … … 17 20 <?php echo esc_html( gmdate( 'l, F jS, Y', $timestamp ) ); ?> 18 21 </abbr> 19 <a class="discussion-event-link" href="<?php echo esc_attr( $args['url'] ); ?>">20 <?php echo esc_html( $args['title'] ); ?>21 </a>22 22 </div> 23 23 <div class="wp-block-button is-style-primary"> 24 24 <a class="wp-block-button__link" href="<?php echo esc_attr( $args['url'] ); ?>" style="border-radius:5px"> 25 <?php esc_html_e( 'Join this space', 'wporg-learn' ); ?> 25 <?php esc_html_e( 'Join this space', 'wporg-learn' ); ?><span class="screen-reader-text"><?php echo sprintf( ': %s', esc_html( $args['title'] ) ); ?></span> 26 26 </a> 27 27 </div>
Note: See TracChangeset
for help on using the changeset viewer.