File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
do_action ( 'webmention_comment_form_template_before ' );
6
6
?>
7
7
<form id="webmention-form" action="<?php echo get_webmention_endpoint (); ?> " method="post">
8
- <p>
9
- <label for="webmention-source"> < ?php echo get_webmention_form_text ( get_the_ID () ); ?> </label >
8
+ <p id="webmention-source-description" >
9
+ <?php echo get_webmention_form_text ( get_the_ID () ); ?>
10
10
</p>
11
11
<p>
12
- <input id="webmention-source" type="url" autocomplete="url" required pattern="^https?:\/\/(.*)" name="source" placeholder="<?php esc_attr_e ( 'URL/Permalink of your article ' , 'webmention ' ); ?> " />
12
+ <label for="webmention-source"><?php esc_attr_e ( 'URL/Permalink of your article ' , 'webmention ' ); ?> </label>
13
+ <input id="webmention-source" type="url" autocomplete="url" required pattern="^https?:\/\/(.*)" name="source" aria-describedby="webmention-source-description" />
13
14
</p>
14
15
<p>
15
16
<input id="webmention-submit" type="submit" name="submit" value="<?php esc_attr_e ( 'Ping me! ' , 'webmention ' ); ?> " />
You can’t perform that action at this time.
0 commit comments