Make WordPress Core

Changeset 46624


Ignore:
Timestamp:
10/31/2019 09:18:01 PM (5 years ago)
Author:
johnbillion
Message:

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

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r46596 r46624  
    26292629
    26302630            /**
    2631              * Fires at the bottom of the comment form, inside the closing </form> tag.
     2631             * Fires at the bottom of the comment form, inside the closing form tag.
    26322632             *
    26332633             * @since 1.5.0
  • trunk/src/wp-includes/general-template.php

    r46596 r46624  
    28992899 * Fire the wp_body_open action.
    29002900 *
    2901  * * See {@see 'wp_body_open'}.
     2901 * See {@see 'wp_body_open'}.
    29022902 *
    29032903 * @since 5.2.0
     
    29052905function wp_body_open() {
    29062906    /**
    2907      * Triggered after the opening <body> tag.
     2907     * Triggered after the opening body tag.
    29082908     *
    29092909     * @since 5.2.0
  • trunk/src/wp-includes/theme-compat/header-embed.php

    r46586 r46624  
    2323    <?php
    2424    /**
    25      * Prints scripts or data in the embed template <head> tag.
     25     * Prints scripts or data in the embed template head tag.
    2626     *
    2727     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.