Make WordPress Core


Ignore:
Timestamp:
05/11/2017 10:46:59 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Add "(opens in a new window)" screen reader text to the "News-Nearby Events" dashboard widget footer links.

  • standardizes similar messages in core to always use (opens in a new window)
  • adds translators comments
  • hides the dashicons with aria-hidden="true", see #40428

Fixes #40733.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r40379 r40643  
    41454145                esc_url( __( 'https://codex.wordpress.org/CSS' ) ),
    41464146                __( 'Learn more about CSS' ),
    4147                 __( '(link opens in a new window)' )
     4147                /* translators: accessibility text */
     4148                __( '(opens in a new window)' )
    41484149            ),
    41494150        ) );
Note: See TracChangeset for help on using the changeset viewer.