Skip to content
Snippets Groups Projects

bugfix(translations): text domain

Merged Grzegorz Rola requested to merge feature/text-domain into master
5 files
+ 11
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -8,7 +8,7 @@
@@ -8,7 +8,7 @@
?><div class="wpdesk-rating-petition" style="text-align: <?php echo esc_attr( $text_align ); ?>;">
?><div class="wpdesk-rating-petition" style="text-align: <?php echo esc_attr( $text_align ); ?>;">
<?php echo wp_kses_post(
<?php echo wp_kses_post(
sprintf(
sprintf(
__( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wpdesk-rating-petition' ),
__( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wp-wpdesk-rating-petition' ),
'<span class="heart">&hearts;</span>',
'<span class="heart">&hearts;</span>',
$plugin_author,
$plugin_author,
'<span class="plugin-title">' . $plugin_title . '</span>',
'<span class="plugin-title">' . $plugin_title . '</span>',
Loading