Making WordPress.org

Changeset 11309


Ignore:
Timestamp:
11/04/2021 01:18:05 AM (3 years ago)
Author:
tellyworth
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/f85bc0a5622798264b141d65a23d9feed1fc8e81...b0cc237f6c2787a04f305bfdd28e0bca92b9415a

Props alexstine.

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

Legend:

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

    r10530 r11309  
    4949            <div class="row align-middle between section-heading">
    5050                <h2 class="h4 section-heading_title"><?php esc_html_e( 'Recent Workshops', 'wporg-learn' ); ?></h2>
    51                 <a class="section-heading_link" href="/workshops"><?php esc_html_e( 'View All »', 'wporg-learn' ); ?></a>
     51                <a class="section-heading_link" href="/workshops"><span aria-hidden="true"><?php esc_html_e( 'View All »', 'wporg-learn' ); ?></span><span class="screen-reader-text"><?php esc_html_e( 'View All Workshops', 'wporg-learn' ); ?></span></a>
    5252            </div>
    5353
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php

    r10880 r11309  
    2525    '/courses/'    => __( 'Courses', 'wporg-learn' ),
    2626    '/lesson-plans/' => __( 'Lesson Plans', 'wporg-learn' ),
     27    '/social-learning/' => __( 'Social Learning', 'wporg-learn' ),
    2728    '/contribute/' => __( 'Contribute', 'wporg-learn' ),
    2829);
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/package.json

    r11300 r11309  
    3737    "stylelint": {
    3838        "extends": "../../../../.stylelintrc",
    39         "ignoreFiles": [
    40             "*/vendor/*",
    41             "**/*.css",
    42             "**/*.css.map"
    43         ]
     39        "ignoreFiles": ["*/vendor/*", "**/*.css", "**/*.css.map"]
    4440    }
    4541}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-submit-idea-cta.php

    r10192 r11309  
    1414<section class="submit-idea-cta">
    1515    <?php if ( isset( $args['icon'] ) ) : ?>
    16         <div class="content-icon"><span class="dashicons dashicons-<?php echo esc_attr( $args['icon'] ); ?>"></span></div>
     16        <div aria-hidden="true" class="content-icon"><span class="dashicons dashicons-<?php echo esc_attr( $args['icon'] ); ?>"></span></div>
    1717    <?php endif; ?>
    1818    <h2><?php esc_html_e( 'Have an Idea for a Workshop? Let us know!', 'wporg-learn' ); ?></h2>
    19     <a class="button button-primary button-large" href="https://learn.wordpress.org/workshop-presenter-application/"><?php esc_html_e( 'Submit an Idea', 'wporg-learn' ); ?></a>
     19    <a class="button button-primary button-large" href="https://learn.wordpress.org/workshop-presenter-application/"><span aria-hidden="true"><?php esc_html_e( 'Submit an Idea', 'wporg-learn' ); ?></span><span class="screen-reader-text"><?php esc_html_e( 'Submit Workshop Idea', 'wporg-learn' ); ?></span></a>
    2020</section>
Note: See TracChangeset for help on using the changeset viewer.