Making WordPress.org

Changeset 10530


Ignore:
Timestamp:
12/17/2020 03:32:59 AM (5 years ago)
Author:
tellyworth
Message:

Learn: Sync with GitHub

1698199164e92bbff5c7e83dcbacf6ef2bef5abd

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php

    r10516 r10530  
    2525                        <strong><?php esc_html_e( 'Lesson Plans', 'wporg-learn' ); ?></strong>
    2626                        <?php
    27                         esc_html_e( 'Are you teaching WordPress to others? These lesson plans are designed to guide and inspire you to deliver great content.', 'wporg-learn' );
     27                        esc_html_e( 'Are you sharing WordPress with others? These lesson plans are designed to guide and inspire you to deliver great content.', 'wporg-learn' );
    2828                        ?>
    29                         <u><?php esc_html_e( 'See the Lesson Plans', 'wporg-learn' ); ?></u>
     29                        <u><?php esc_html_e( 'Access Lesson Plans', 'wporg-learn' ); ?></u>
    3030                    </p>
    3131                </a>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php

    r10516 r10530  
    4040                    <?php
    4141                    /* Translators: subhead */
    42                     esc_html_e( 'Whether you&#8217;re a first-time blogger or seasoned developer, there&#8217;s always more to learn. From community members all over the world, these vast resources will help you learn more about WordPress and teach it to others.', 'wporg-learn' );
     42                    esc_html_e( 'Whether you&#8217;re a first-time blogger or seasoned developer, there&#8217;s always more to learn. From community members all over the world, these vast resources will help you learn more about WordPress and share it with others.', 'wporg-learn' );
    4343                    ?>
    4444                </p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/searchform.php

    r10528 r10530  
    88 */
    99
    10 $placeholder = isset( $args['placeholder'] ) ? $args['placeholder'] : _x( 'Search for a teaching resource', 'placeholder', 'wporg-learn' );
     10$placeholder = isset( $args['placeholder'] ) ? $args['placeholder'] : _x( 'Search for a learning resource', 'placeholder', 'wporg-learn' );
    1111?>
    1212<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
Note: See TracChangeset for help on using the changeset viewer.