Skip to content

Commit d541992

Browse files
committed
DSGVO Link in DSGVO Hinweis inkl.
1 parent c476bed commit d541992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msreader-files/views/dashboard-reader/content-single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<span class="spinner spinner-save"></span>
5858
<input type="hidden" name="comment_add_data[comment_parent]" id="comment-parent" value="0">
5959
<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>
60+
<span class="pprivacy"><?php _e('Mit dem absenden des Kommentars stimme ich der' . '&nbsp;'. get_the_privacy_policy_link() . '&nbsp;' . 'zu.'); ?><span>
6161
<input type="hidden" name="nonce_add_comment" id="nonce_add_comment" value="<?php echo wp_create_nonce( 'add_comment' ); ?>">
6262
</p>
6363
</form>

0 commit comments

Comments
 (0)