From 5343283f66f7e2847ca85457542572e1210f95a1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 May 2021 12:47:05 +0000 Subject: [PATCH] Twenty Twenty: Update theme information in the `package.json` file. This removes references to the archived Git repository and updates the URLs to point to the theme's WordPress.org Theme Directory URL and Trac. Props arkrs, desrosj, mukesh27. Fixes #53196. Built from https://develop.svn.wordpress.org/trunk@50924 git-svn-id: http://core.svn.wordpress.org/trunk@50533 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/package.json | 8 ++------ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentytwenty/package.json b/wp-content/themes/twentytwenty/package.json index d2895adab8..6bd7bdce93 100644 --- a/wp-content/themes/twentytwenty/package.json +++ b/wp-content/themes/twentytwenty/package.json @@ -9,13 +9,9 @@ "Theme", "TwentyTwenty" ], - "homepage": "https://github.com/wordpress/twentytwenty#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/wordpress/twentytwenty.git" - }, + "homepage": "https://wordpress.org/themes/twentytwenty/", "bugs": { - "url": "https://github.com/wordpress/twentytwenty/issues" + "url": "https://core.trac.wordpress.org/" }, "devDependencies": { "@wordpress/browserslist-config": "^3.0.2", diff --git a/wp-includes/version.php b/wp-includes/version.php index af12dea12e..c521feb437 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50923'; +$wp_version = '5.8-alpha-50924'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.