Making WordPress.org

Changeset 11546


Ignore:
Timestamp:
02/10/2022 05:43:42 PM (4 years ago)
Author:
ryelle
Message:

Learn: Sync with git WordPress/learn@b1931327587c911be48ee1f720c292ae4db7ba10

Props ryelle, alexstine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/block-workshop-details.php

    r11444 r11546  
    5151                                        <b><?php esc_html_e( 'Transcript', 'wporg-learn' ); ?></b>
    5252                                        <span>
    53                                                 <a class="components-button is-secondary is-small" href="#transcript">
     53                                                <a class="components-button is-secondary is-small" href="#transcript" aria-label="<?php esc_attr_e( 'View Transcript', 'wporg-learn' ); ?>">
    5454                                                        <?php esc_html_e( 'View', 'wporg-learn' ); ?>
    5555                                                </a>
     
    6060                                <b><?php esc_html_e( 'Print View', 'wporg-learn' ); ?></b>
    6161                                <span>
    62                                                 <a class="components-button is-secondary is-small" href="#" onclick="window.print();">
     62                                                <a class="components-button is-secondary is-small" href="#" onclick="window.print();" aria-label="<?php esc_attr_e( 'Print View', 'wporg-learn' ); ?>">
    6363                                                        <?php esc_html_e( 'View', 'wporg-learn' ); ?>
    6464                                                </a>
Note: See TracChangeset for help on using the changeset viewer.