Changeset 9963
- Timestamp:
- 06/16/2020 08:18:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
r9764 r9963 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(
Note: See TracChangeset
for help on using the changeset viewer.