John Blackbourn 2019-10-31 21:20:02 +00:00
parent d1b23193dd
commit be91e3e1b9
4 changed files with 5 additions and 5 deletions

View File

@ -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 </form> tag.
* Fires at the bottom of the comment form, inside the closing form tag.
*
* @since 1.5.0
*

View File

@ -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 <body> tag.
* Triggered after the opening body tag.
*
* @since 5.2.0
*/

View File

@ -22,7 +22,7 @@ if ( ! headers_sent() ) {
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php
/**
* Prints scripts or data in the embed template <head> tag.
* Prints scripts or data in the embed template head tag.
*
* @since 4.4.0
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46623';
$wp_version = '5.4-alpha-46624';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.