Changeset 11966 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
- Timestamp:
- 07/15/2022 12:25:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
r11697 r11966 12 12 <section class="quick-intro"> 13 13 <div class="shapes"> 14 <a class="parallelogram workshops" href="/ workshops/">14 <a class="parallelogram workshops" href="/tutorials/"> 15 15 <p class="dashicons-before dashicons-desktop"> 16 <strong><?php esc_html_e( ' Workshops', 'wporg-learn' ); ?></strong>16 <strong><?php esc_html_e( 'Tutorials', 'wporg-learn' ); ?></strong> 17 17 <?php 18 esc_html_e( ' Workshops are a great way to get hands-on with WordPress. Here are some workshops for you to level up your WordPress skills.', 'wporg-learn' );18 esc_html_e( 'Tutorials are a great way to get hands-on with WordPress. Here are some tutorials for you to level up your WordPress skills.', 'wporg-learn' ); 19 19 ?> 20 <u><?php esc_html_e( 'Browse Workshops', 'wporg-learn' ); ?></u>20 <u><?php esc_html_e( 'Browse Tutorials', 'wporg-learn' ); ?></u> 21 21 </p> 22 22 </a> … … 63 63 <section> 64 64 <div class="row align-middle between section-heading"> 65 <h2 class="h4 section-heading_title"><?php esc_html_e( 'Recent Workshops', 'wporg-learn' ); ?></h2>66 <a class="section-heading_link" href="/ workshops/"><span aria-hidden="true"><?php esc_html_e( 'View All Workshops', 'wporg-learn' ); ?></span><span class="screen-reader-text"><?php esc_html_e( 'View All Workshops', 'wporg-learn' ); ?></span></a>65 <h2 class="h4 section-heading_title"><?php esc_html_e( 'Recent Tutorials', 'wporg-learn' ); ?></h2> 66 <a class="section-heading_link" href="/tutorials/"><span aria-hidden="true"><?php esc_html_e( 'View All Tutorials', 'wporg-learn' ); ?></span><span class="screen-reader-text"><?php esc_html_e( 'View All Tutorials', 'wporg-learn' ); ?></span></a> 67 67 </div> 68 68 … … 87 87 <div class="row align-middle between section-heading"> 88 88 <h2 class="h4 section-heading_title"> 89 <?php esc_html_e( 'Upcoming Social Learning Spaces', 'wporg-learn' ); ?>89 <?php esc_html_e( 'Upcoming Online Workshops', 'wporg-learn' ); ?> 90 90 </h2> 91 <a class="section-heading_link" href="/ social-learning/">92 <?php esc_html_e( 'View All Social Learning Spaces', 'wporg-learn' ); ?>91 <a class="section-heading_link" href="/online-workshops/"> 92 <?php esc_html_e( 'View All Online Workshops', 'wporg-learn' ); ?> 93 93 </a> 94 94 </div> … … 101 101 <?php 102 102 printf( 103 wp_kses_post( __( 'Want to facilitate a social learning space? <a href="%s">Apply to become a facilitator</a>.', 'wporg-learn' ) ),104 'https://learn.wordpress.org/ social-learning/'103 wp_kses_post( __( 'Want to facilitate an online workshop? <a href="%s">Apply to become a facilitator</a>.', 'wporg-learn' ) ), 104 'https://learn.wordpress.org/online-workshops/' 105 105 ); 106 106 ?>
Note: See TracChangeset
for help on using the changeset viewer.