Making WordPress.org


Ignore:
Timestamp:
07/15/2022 12:25:33 AM (3 years ago)
Author:
dufresnesteven
Message:

Learn: Sync with git WordPress/learn@cb551b095dd6941eda68c26750e249d907044142

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  
    1212        <section class="quick-intro">
    1313            <div class="shapes">
    14                 <a class="parallelogram workshops" href="/workshops/">
     14                <a class="parallelogram workshops" href="/tutorials/">
    1515                    <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>
    1717                        <?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' );
    1919                        ?>
    20                         <u><?php esc_html_e( 'Browse Workshops', 'wporg-learn' ); ?></u>
     20                        <u><?php esc_html_e( 'Browse Tutorials', 'wporg-learn' ); ?></u>
    2121                    </p>
    2222                </a>
     
    6363        <section>
    6464            <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>
    6767            </div>
    6868
     
    8787                <div class="row align-middle between section-heading">
    8888                    <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' ); ?>
    9090                    </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' ); ?>
    9393                    </a>
    9494                </div>
     
    101101                    <?php
    102102                    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/'
    105105                    );
    106106                    ?>
Note: See TracChangeset for help on using the changeset viewer.