Making WordPress.org


Ignore:
Timestamp:
02/15/2019 08:11:47 AM (6 years ago)
Author:
tellyworth
Message:

Header: should be esc_html() not esc_html().

Thanks @ocean90

See #4109

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/header.php

    r8245 r8257  
    1515if ( !isset( $wporg_global_header_options['in_wrapper'] ) )
    1616    $wporg_global_header_options['in_wrapper'] = '';
    17 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html( 'Skip to content', 'wporg' ) . '</a>';
     17$wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#content">' . esc_html__( 'Skip to content', 'wporg' ) . '</a>';
    1818
    1919get_template_part( 'header', 'wporg' );
Note: See TracChangeset for help on using the changeset viewer.