diff --git a/wp-content/themes/twentythirteen/footer.php b/wp-content/themes/twentythirteen/footer.php index 5a24fcdf2f..ebf0cc977a 100644 --- a/wp-content/themes/twentythirteen/footer.php +++ b/wp-content/themes/twentythirteen/footer.php @@ -15,7 +15,14 @@
- + ' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index aa916745a1..5a04f7ed45 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60739'; +$wp_version = '6.9-alpha-60740'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.