Skip to content

Commit 972da8c

Browse files
committed
Bundled Theme: Include correct Docblock for do_action( ‘wp_body_open’ ).
Props viralsampat. Fixes 63654. git-svn-id: https://develop.svn.wordpress.org/trunk@60407 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a99f57b commit 972da8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/wp-content/themes/twentytwenty/functions.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,11 @@ function twentytwenty_get_custom_logo( $html ) {
361361
* @since Twenty Twenty 1.0
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
}
367371
}

0 commit comments

Comments
 (0)