From dffed6639ea9c2ce961ab934d33c77a69f9143ef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Apr 2018 21:43:17 +0000 Subject: [PATCH] Docs: Remove backtick-escaping around a core function in the hook docs for the `comment_form_submit_button` filter. This allows the function to be auto-linked in the Developer Reference. See [32037] for `comment_form_submit_field`. See #42505, #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@43023 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index bcda28f87c..39e193db19 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2491,7 +2491,7 @@ function comment_form( $args = array(), $post_id = null ) { * @since 4.2.0 * * @param string $submit_button HTML markup for the submit button. - * @param array $args Arguments passed to `comment_form()`. + * @param array $args Arguments passed to comment_form(). */ $submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );