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
|
b
|
class DevHub_Block_Editor_Importer extends DevHub_Docs_Importer { |
5 | 5 | * Initializes object. |
6 | 6 | */ |
7 | 7 | public function init() { |
8 | | if ( defined( 'WP_CORE_STABLE_BRANCH' ) ) { |
9 | | $manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/wp/' . WP_CORE_STABLE_BRANCH . '/docs/manifest.json'; |
10 | | } else { |
11 | | $manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json'; |
12 | | } |
| 8 | $manifest = 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json'; |
13 | 9 | |
14 | 10 | parent::do_init( |
15 | 11 | 'blocks', |