We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c99ea8 + f2808e8 commit a5a7ca5Copy full SHA for a5a7ca5
redux-core/inc/classes/class-redux-args.php
@@ -266,7 +266,7 @@ private function no_errors_please( array $args ): array {
266
/* translators: 1: Redux, 2: Link to plugin review */
267
__( 'Enjoyed %1$s? Please leave us a %2$s. We really appreciate your support!', 'redux-framework' ),
268
'<strong>' . __( 'Redux', 'redux-framework' ) . '</strong>',
269
- '<a href="https://wordpress.org/support/plugin/redux-framework/reviews/#new-post" target="_blank">review</a>'
+ '<a href="https://wordpress.org/support/plugin/redux-framework/reviews/#new-post" target="_blank">' . __( 'review', 'redux-framework' ) . '</a>'
270
);
271
$args['footer_credit'] = '<span id="footer-thankyou">' . $footer_text . '</span>';
272
}
0 commit comments