We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c476bed commit d541992Copy full SHA for d541992
msreader-files/views/dashboard-reader/content-single.php
@@ -57,7 +57,7 @@
57
<span class="spinner spinner-save"></span>
58
<input type="hidden" name="comment_add_data[comment_parent]" id="comment-parent" value="0">
59
<input type="checkbox" name="privacy" value="privacy-key" class="privacyBox" aria-req="true">
60
- <span class="pprivacy"> Mit dem absenden des Kommentars stimme ich den Datenschutzrichtlinien zu.<span>
+ <span class="pprivacy"><?php _e('Mit dem absenden des Kommentars stimme ich der' . ' '. get_the_privacy_policy_link() . ' ' . 'zu.'); ?><span>
61
<input type="hidden" name="nonce_add_comment" id="nonce_add_comment" value="<?php echo wp_create_nonce( 'add_comment' ); ?>">
62
</p>
63
</form>
0 commit comments