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 55do_action ( 'webmention_comment_form_template_before ' );
66?>
77<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 () ); ?>
1010 </p>
1111 <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" />
1314 </p>
1415 <p>
1516 <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