Making WordPress.org


Ignore:
Timestamp:
01/29/2019 12:08:18 PM (6 years ago)
Author:
ocean90
Message:

WordPress.org Main Theme: Don't escape static URLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php

    r7456 r8159  
    5656                            /* translators: 1: Link to the Theme Directory Accessible Themes; 2: Link to Accessibility Handbook requirements. */
    5757                            wp_kses_post( __( 'While the WordPress project cannot guarantee that all Themes are compliant, the <a href="%1$s">accessibility-ready themes</a> have been checked by the Theme Review Team to ensure that these themes pass their <a href="%2$s">basic accessibility requirements</a>.', 'wporg' ) ),
    58                             esc_url( site_url( '/themes/tags/accessibility-ready/' ) ),
     58                            esc_url( home_url( '/themes/tags/accessibility-ready/' ) ),
    5959                            'https://make.wordpress.org/themes/handbook/review/accessibility/required/'
    6060                        );
Note: See TracChangeset for help on using the changeset viewer.