Changeset 11323 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php
- Timestamp:
- 11/11/2021 03:53:36 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/content-workshop-single.php
r11300 r11323 50 50 </div> 51 51 52 <div class="wp-block-button is-style-secondary-full-width"> 53 <a 54 class="wp-block-button__link" 55 href="https://learn.wordpress.org/social-learning/" 56 style="border-radius:5px" 57 > 58 <?php esc_html_e( 'Join a Social Learning Space', 'wporg-learn' ); ?> 59 </a> 60 </div> 61 62 <p class="terms"> 63 <?php printf( 64 wp_kses_data( __( 'You must agree to our <a href="%s">Code of Conduct</a> in order to participate.', 'wporg-learn' ) ), 65 esc_url( get_permalink( get_page_by_path( 'code-of-conduct' ) ) ) 66 ); ?> 67 </p> 52 <?php get_sidebar( 'workshop' ); ?> 68 53 69 54 </div> <!-- end sidebar column -->
Note: See TracChangeset
for help on using the changeset viewer.