Skip to content

Commit 4123372

Browse files
committed
Made review notice more personal to the user
1 parent 465bd3b commit 4123372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/admin/views/html-notice-please-review.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Admin View: Plugin Review Notice.
44
*
55
* @since 1.0.0
6-
* @version 1.5.5
6+
* @version 1.6.0
77
* @author Sébastien Dumont
88
* @category Admin
99
* @package Auto Load Next Post/Admin/Views
@@ -26,8 +26,8 @@
2626
</div>
2727

2828
<div class="auto-load-next-post-notice-content">
29-
<h3><?php echo esc_html__( 'Are you enjoying Auto Load Next Post?', 'auto-load-next-post' ); ?></h3>
30-
<p><?php printf( esc_html__( 'You have been using %1$s for %2$s now! Mind leaving a quick review and let me know know what you think of the plugin? I\'d really appreciate it!', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), esc_html( $time ) ); ?></p>
29+
<h3><?php printf( esc_html__( 'Hi %s, are you enjoying Auto Load Next Post?', 'auto-load-next-post' ), $current_user->display_name ); ?></h3>
30+
<p><?php printf( esc_html__( 'You have been using %1$s for %2$s now! Mind leaving a review and let me know know what you think of the plugin? I\'d really appreciate it!', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), esc_html( $time ) ); ?></p>
3131
</div>
3232

3333
<div class="auto-load-next-post-review-now">

0 commit comments

Comments
 (0)