Make WordPress Core


Ignore:
Timestamp:
07/02/2025 05:46:10 PM (10 months ago)
Author:
desrosj
Message:

Bundled Theme: Include correct Docblock for do_action( ‘wp_body_open’ ).

Props viralsampat.
Fixes 63654.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/functions.php

    r59244 r60407  
    362362     */
    363363    function wp_body_open() {
    364         /** This action is documented in wp-includes/general-template.php */
     364        /**
     365         * Triggered after the opening <body> tag.
     366         *
     367         * @since Twenty Twenty 1.0
     368         */
    365369        do_action( 'wp_body_open' );
    366370    }
Note: See TracChangeset for help on using the changeset viewer.