From e984069608ff8702516833e2c7b45e3d98a7b673 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 15:38:57 +0000 Subject: [PATCH] Remove backtick-escaping around a core function in the hook docs for the `comment_form_submit_field` filter. See [31699]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32037 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 f10d56ee59..0e1e3613a6 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2393,7 +2393,7 @@ function comment_form( $args = array(), $post_id = null ) { * @since 4.2.0 * * @param string $submit_field HTML markup for the submit field. - * @param array $args Arguments passed to `comment_form()`. + * @param array $args Arguments passed to comment_form(). */ echo apply_filters( 'comment_form_submit_field', $submit_field, $args );