Making WordPress.org

Changeset 8435


Ignore:
Timestamp:
03/11/2019 01:28:27 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Add missing text domain for a string added in [8434]

See #4236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php

    r8434 r8435  
    419419                    /* translators: %s: Forum user guide URL */
    420420                    __( 'Please <a href="%s">do not add links to your review</a>, keep the review about your experience in text only.', 'wporg-forums' ),
    421                     __( 'https://wordpress.org/support/forum-user-guide/faq/#why-are-links-not-allowed-in-reviews' )
     421                    esc_url( __( 'https://wordpress.org/support/forum-user-guide/faq/#why-are-links-not-allowed-in-reviews', 'wporg-forums' ) )
    422422                );
    423423            ?></li>
Note: See TracChangeset for help on using the changeset viewer.