Skip to content

Commit e20cae1

Browse files
committed
Make "Learn More" link more descriptive
This way, it's easier to distinguish what this link leads to, especially for screen reader users. #505
1 parent 1fe40c3 commit e20cae1

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</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">Learn more about webmention functionality</a>)', 'webmention' );
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)