diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
index a50049b43..e04b5b9e6 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
@@ -5,11 +5,7 @@ class DevHub_Block_Editor_Importer extends DevHub_Docs_Importer {
 	 * Initializes object.
 	 */
 	public function init() {
-		if ( defined( 'WP_CORE_STABLE_BRANCH' ) ) {
-			$manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/wp/' . WP_CORE_STABLE_BRANCH . '/docs/manifest.json';
-		} else {
-			$manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json';
-		}
+		$manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json';
 
 		parent::do_init(
 			'blocks',
