diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
index 40d46470d..09d74beae 100644
|
|
|
class DevHub_Block_Editor_Importer extends DevHub_Docs_Importer { |
| 8 | 8 | parent::do_init( |
| 9 | 9 | 'blocks', |
| 10 | 10 | 'block-editor', |
| 11 | | 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest-devhub.json' |
| | 11 | 'https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/manifest.json' |
| 12 | 12 | ); |
| 13 | 13 | |
| 14 | 14 | add_filter( 'template_redirect', array( $this, 'redirects' ), 1 ); |