Making WordPress.org

Changeset 8259


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

Themes: should be esc_html(), not esc_html()

See #4109

File:
1 edited

Legend:

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

    r8244 r8259  
    1010if ( !isset( $wporg_global_header_options['in_wrapper'] ) )
    1111    $wporg_global_header_options['in_wrapper'] = '';
    12 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#themes">' . esc_html( 'Skip to content', 'wporg-themes' ) . '</a>';
     12$wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#themes">' . esc_html__( 'Skip to content', 'wporg-themes' ) . '</a>';
    1313
    1414require WPORGPATH . 'header.php';
Note: See TracChangeset for help on using the changeset viewer.