Skip to content

Commit 4be7a93

Browse files
committed
Adjust "Learn more" link
See #505
1 parent e20cae1 commit 4be7a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function get_webmention_form_text( $post_id ) {
121121
* @return string
122122
*/
123123
function get_default_webmention_form_text() {
124-
return __( 'To respond on your own website, enter the URL of your response which should contain a link to this post\'s permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post\'s URL again. (<a href="https://indieweb.org/webmention">Learn more about webmention functionality</a>)', 'webmention' );
124+
return __( 'To respond on your own website, enter the URL of your response which should contain a link to this post\'s permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post\'s URL again. (<a href="https://indieweb.org/webmention">Find out more about Webmentions.</a>)', 'webmention' );
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)