Making WordPress.org

Changeset 9963


Ignore:
Timestamp:
06/16/2020 08:18:02 PM (4 years ago)
Author:
coffee2code
Message:

Developer theme: Revert to once again importing Block Editor handbook from master branch.

Props mkaz.
See #5020.
Fixes #5266.

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  
    66     */
    77    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';
    139
    1410        parent::do_init(
Note: See TracChangeset for help on using the changeset viewer.