Making WordPress.org


Ignore:
Timestamp:
06/04/2024 11:39:41 PM (22 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@9a7d762

File:
1 edited

Legend:

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

    r13754 r13775  
    2626
    2727    <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|charcoal-4"}}}},"textColor":"charcoal-4"} -->
    28     <p class="has-charcoal-4-color has-text-color has-link-color"><?php esc_html_e( 'Courses take you through a series of lessons.', 'wporg-learn' ); ?></p>
     28    <p class="has-charcoal-4-color has-text-color has-link-color">[TBD Courses take you through a series of lessons.]</p>
    2929    <!-- /wp:paragraph -->
    3030
     
    8989
    9090    <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|charcoal-4"}}}},"textColor":"charcoal-4"} -->
    91     <p class="has-charcoal-4-color has-text-color has-link-color"><?php esc_html_e( 'Lessons are short video tutorials that teach you about a specific topic.', 'wporg-learn' ); ?></p>
     91    <p class="has-charcoal-4-color has-text-color has-link-color">[TBD Lessons are short video tutorials that teach you about a specific topic.]</p>
    9292    <!-- /wp:paragraph -->
    9393
     
    166166
    167167<!-- wp:paragraph {"fontSize":"huge","fontFamily":"eb-garamond"} -->
    168 <p class="has-eb-garamond-font-family has-huge-font-size">[TBD. Paragraph about inviting users to join the Training team to contribute with content creation]</p>
     168<p class="has-eb-garamond-font-family has-huge-font-size">[TBD Paragraph about inviting users to join the Training team to contribute with content creation]</p>
    169169<!-- /wp:paragraph -->
    170170
     
    173173
    174174    <!-- wp:button -->
    175     <div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="/contribute">Contribute</a></div>
     175    <div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="/contribute"><?php esc_html_e( 'Contribute', 'wporg-learn' ); ?></a></div>
    176176    <!-- /wp:button -->
    177177
    178178    <!-- wp:button {"className":"is-style-outline"} -->
    179     <div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="https://make.wordpress.org/training/handbook/"><?php esc_html_e( 'See the Training team\'s handbook', 'wporg-learn' ); ?></a></div>
     179    <div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="https://make.wordpress.org/training/handbook/"><?php esc_html_e( "See the Training team's handbook", 'wporg-learn' ); ?></a></div>
    180180    <!-- /wp:button -->
    181181
Note: See TracChangeset for help on using the changeset viewer.