Changeset 10530
- Timestamp:
- 12/17/2020 03:32:59 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020
- Files:
-
- 3 edited
-
front-page.php (modified) (1 diff)
-
header.php (modified) (1 diff)
-
searchform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
r10516 r10530 25 25 <strong><?php esc_html_e( 'Lesson Plans', 'wporg-learn' ); ?></strong> 26 26 <?php 27 esc_html_e( 'Are you teaching WordPress toothers? 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' ); 28 28 ?> 29 <u><?php esc_html_e( ' See theLesson Plans', 'wporg-learn' ); ?></u>29 <u><?php esc_html_e( 'Access Lesson Plans', 'wporg-learn' ); ?></u> 30 30 </p> 31 31 </a> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php
r10516 r10530 40 40 <?php 41 41 /* Translators: subhead */ 42 esc_html_e( 'Whether you’re a first-time blogger or seasoned developer, there’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 toothers.', 'wporg-learn' );42 esc_html_e( 'Whether you’re a first-time blogger or seasoned developer, there’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' ); 43 43 ?> 44 44 </p> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/searchform.php
r10528 r10530 8 8 */ 9 9 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' ); 11 11 ?> 12 12 <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.