-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
73,389 additions
and
4,170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
<div class="clear"></div> | ||
<?php | ||
echo sprintf( | ||
wp_kses( | ||
/* translators: $1$s - Paid Memberships Pro plugin name; $2$s - WP.org review link. */ | ||
__( '<p>Please <a href="%1$s" target="_blank" rel="noopener noreferrer">rate us ★★★★★ on WordPress.org</a> to help others find %2$s. Thank you from the %3$s team!</p>', 'paid-memberships-pro' ), | ||
[ | ||
'a' => [ | ||
'href' => [], | ||
'target' => [], | ||
'rel' => [], | ||
], | ||
'p' => [], | ||
] | ||
), | ||
'https://wordpress.org/support/plugin/paid-memberships-pro/reviews/?filter=5#new-post', | ||
'Paid Memberships Pro', | ||
'PMPro', | ||
); | ||
?> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.