From 3623ab0ad81156607379466e8945fa344d118074 Mon Sep 17 00:00:00 2001 From: johnbillion Date: Thu, 31 Oct 2019 21:18:01 +0000 Subject: [PATCH] Docs: Correct some more invalid inline docs. See https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#summary-formerly-short-description See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46624 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- src/wp-includes/general-template.php | 4 ++-- src/wp-includes/theme-compat/header-embed.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 3ba95a20f4..d08f5cf62e 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2628,7 +2628,7 @@ function comment_form( $args = array(), $post_id = null ) { echo apply_filters( 'comment_form_submit_field', $submit_field, $args ); /** - * Fires at the bottom of the comment form, inside the closing tag. + * Fires at the bottom of the comment form, inside the closing form tag. * * @since 1.5.0 * diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 5228322e44..b88954081e 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -2898,13 +2898,13 @@ function wp_footer() { /** * Fire the wp_body_open action. * - * * See {@see 'wp_body_open'}. + * See {@see 'wp_body_open'}. * * @since 5.2.0 */ function wp_body_open() { /** - * Triggered after the opening tag. + * Triggered after the opening body tag. * * @since 5.2.0 */ diff --git a/src/wp-includes/theme-compat/header-embed.php b/src/wp-includes/theme-compat/header-embed.php index 9c0743aa26..c53952ea96 100644 --- a/src/wp-includes/theme-compat/header-embed.php +++ b/src/wp-includes/theme-compat/header-embed.php @@ -22,7 +22,7 @@ if ( ! headers_sent() ) { tag. + * Prints scripts or data in the embed template head tag. * * @since 4.4.0 */