Skip to content

Commit a5a7ca5

Browse files
authored
Merge pull request #4083 from DAnn2012/patch-1
Fixed string translation in class-redux-args.php
2 parents 3c99ea8 + f2808e8 commit a5a7ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/inc/classes/class-redux-args.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private function no_errors_please( array $args ): array {
266266
/* translators: 1: Redux, 2: Link to plugin review */
267267
__( 'Enjoyed %1$s? Please leave us a %2$s. We really appreciate your support!', 'redux-framework' ),
268268
'<strong>' . __( 'Redux', 'redux-framework' ) . '</strong>',
269-
'<a href="https://wordpress.org/support/plugin/redux-framework/reviews/#new-post" target="_blank">review</a>'
269+
'<a href="https://wordpress.org/support/plugin/redux-framework/reviews/#new-post" target="_blank">' . __( 'review', 'redux-framework' ) . '</a>'
270270
);
271271
$args['footer_credit'] = '<span id="footer-thankyou">' . $footer_text . '</span>';
272272
}

0 commit comments

Comments
 (0)