Making WordPress.org


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.