Changeset 60407 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 07/02/2025 05:46:10 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r59244 r60407 362 362 */ 363 363 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 */ 365 369 do_action( 'wp_body_open' ); 366 370 }
Note: See TracChangeset
for help on using the changeset viewer.