Skip to content

Commit

Permalink
Made review notice more personal to the user
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Apr 29, 2019
1 parent 465bd3b commit 4123372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/admin/views/html-notice-please-review.php
Expand Up @@ -3,7 +3,7 @@
* Admin View: Plugin Review Notice.
*
* @since 1.0.0
* @version 1.5.5
* @version 1.6.0
* @author Sébastien Dumont
* @category Admin
* @package Auto Load Next Post/Admin/Views
Expand All @@ -26,8 +26,8 @@
</div>

<div class="auto-load-next-post-notice-content">
<h3><?php echo esc_html__( 'Are you enjoying Auto Load Next Post?', 'auto-load-next-post' ); ?></h3>
<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>
<h3><?php printf( esc_html__( 'Hi %s, are you enjoying Auto Load Next Post?', 'auto-load-next-post' ), $current_user->display_name ); ?></h3>
<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>
</div>

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

0 comments on commit 4123372

Please sign in to comment.