Make WordPress Core


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.