diff --git a/wp-content/themes/twentytwentyfour/functions.php b/wp-content/themes/twentytwentyfour/functions.php
index 1234567..89abcde 100644
|
a
|
b
|
|
| 1 | 1 | <?php |
| 2 | | /** |
| 3 | | * Theme functions and definitions |
| 4 | | */ |
| | 2 | /** |
| | 3 | * Theme functions and definitions |
| | 4 | * |
| | 5 | * @package Twenty_Twenty_Four |
| | 6 | */ |
| | 7 | |
| | 8 | |
| 5 | 9 | // If this file is called directly, abort. |
if ( ! defined( 'ABSPATH' ) ) {
exit;
diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php
index aaa111b..ccc222d 100644
|
a
|
b
|
|
| 1 | 1 | <?php |
| 2 | | /** |
| 3 | | * Twenty Twenty theme functions and definitions |
| 4 | | */ |
| | 2 | /** |
| | 3 | * Twenty Twenty theme functions and definitions |
| | 4 | * |
| | 5 | * @package Twenty_Twenty |
| | 6 | */ |
| | 7 | |
| | 8 | |
| 5 | 9 | // Theme setup starts here... |