Making WordPress.org

Changeset 4796


Ignore:
Timestamp:
01/26/2017 12:18:12 AM (8 years ago)
Author:
coffee2code
Message:

Support Forums, Ratings: In the new topic message for reviews, clarify in text the link target (e.g. "plugin support forum" and "theme support forum") rather than using "here".

Props SergeyBiryukov.
Fixes #2422.

File:
1 edited

Legend:

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

    r4476 r4796  
    302302            case 'plugin' :
    303303                /* translators: %s: plugin support forum URL */
    304                 $report = __( 'If you are reporting an issue with this plugin, please post <a href="%s">here</a> instead.', 'wporg-forums' );
     304                $report = __( 'If you are reporting an issue with this plugin, please post in the <a href="%s">plugin support forum</a> instead.', 'wporg-forums' );
    305305                $rate   = __( 'In order to rate a plugin, you must also submit a review.', 'wporg-forums' );
    306306                break;
    307307            case 'theme' :
    308308                /* translators: %s: theme support forum URL */
    309                 $report = __( 'If you are reporting an issue with this theme, please post <a href="%s">here</a> instead.', 'wporg-forums' );
     309                $report = __( 'If you are reporting an issue with this theme, please post in the <a href="%s">theme support forum</a> instead.', 'wporg-forums' );
    310310                $rate   = __( 'In order to rate a theme, you must also submit a review.', 'wporg-forums' );
    311311                break;
Note: See TracChangeset for help on using the changeset viewer.