Ticket #63654: 63654.patch
| File 63654.patch, 589 bytes (added by , 14 months ago) |
|---|
-
src/wp-content/themes/twentytwenty/functions.php
diff --git src/wp-content/themes/twentytwenty/functions.php src/wp-content/themes/twentytwenty/functions.php index 96945243fa..a3ca940c4d 100644
if ( ! function_exists( 'wp_body_open' ) ) { 361 361 * @since Twenty Twenty 1.0 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 } 367 371 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)