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-showcase/header.php

    r8247 r8257  
    44if ( !isset( $wporg_global_header_options['in_wrapper'] ) )
    55    $wporg_global_header_options['in_wrapper'] = '';
    6 $wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#pagebody">' . esc_html( 'Skip to content', 'wporg-showcase' ) . '</a>';
     6$wporg_global_header_options['in_wrapper'] .= '<a class="skip-link screen-reader-text" href="#pagebody">' . esc_html__( 'Skip to content', 'wporg-showcase' ) . '</a>';
    77
    88$prefix = is_ssl() ? 'https://' : 'http://s.';
Note: See TracChangeset for help on using the changeset viewer.