Making WordPress.org


Ignore:
Timestamp:
08/13/2020 11:43:14 PM (6 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/1accd3db38a60230689bdc157f9e82081d35d163...38e7793fd20434d72ca898988d017ba2009fb677

File:
1 edited

Legend:

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

    r10146 r10169  
    99
    1010        <main id="main" class="site-main page-full-width" role="main">
    11                 <?php echo get_template_part( 'template-parts/component', 'breadcrumbs' ); ?>
     11                <?php get_template_part( 'template-parts/component', 'breadcrumbs' ); ?>
    1212
    1313                <?php
     
    1818                                <div class="entry-content">
    1919                                        <section class="submit-idea-cta">
    20                                                 <h2><?php _e( 'Is this a Workshop or Lesson Plan idea?' ); ?></h2>
     20                                                <h2><?php esc_html_e( 'Is this a Workshop or Lesson Plan idea?', 'wporg-learn' ); ?></h2>
    2121
    2222                                                <div class="idea-type-lists">
    2323                                                        <div class="col">
    2424                                                                <span class="dashicons dashicons-welcome-learn-more"></span>
    25                                                                 <p>
    26                                                                 Workshops are a collection of lessons and a great way to get people hands-on with WordPress.
    27                                                                 </p>
    28                                                                 <a class="button button-primary button-large" href="/submit-workshop-idea"><?php _e( 'Workshop Idea' ); ?></a>
     25                                                                <p><?php esc_html_e( 'Workshops are a collection of lessons and a great way to get people hands-on with WordPress.', 'wporg-learn' ); ?></p>
     26                                                                <a class="button button-primary button-large" href="/submit-workshop-idea"><?php esc_html_e( 'Workshop Idea', 'wporg-learn' ); ?></a>
    2927                                                        </div>
    3028                                                       
    3129                                                        <div class="col">
    3230                                                                <span class="dashicons dashicons-lightbulb"></span>
    33                                                                 <p>
    34                                                                 Lesson plans are designed to guide and inspire others to deliver great content.
    35                                                                 </p>
    36                                                                 <a class="button button-primary button-large" href="/submit-lesson-idea"><?php _e( 'Lesson Idea' ); ?></a>
     31                                                                <p><?php esc_html_e( 'Lesson plans are designed to guide and inspire others to deliver great content.', 'wporg-learn' ); ?></p>
     32                                                                <a class="button button-primary button-large" href="/submit-lesson-idea"><?php esc_html_e( 'Lesson Idea', 'wporg-learn' ); ?></a>
    3733                                                        </div>
    3834                                                </div>
Note: See TracChangeset for help on using the changeset viewer.