mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user