Make WordPress Core


Ignore:
Timestamp:
12/17/2018 03:35:21 PM (6 years ago)
Author:
desrosj
Message:

Block Editor: Update @wordpress dependencies to match Gutenberg 4.5.1.

  • Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
  • Upgrades React from 16.5.2 to 16.6.3.
  • Adds a missing wp-date dependency to the editor script.
  • Updates changed dependencies in script-loader.php.
  • Fixes undefined notices in some blocks.
  • Removes incorrect gutenberg textdomain.

Merges [43891], [43903], and [43919] to trunk.

Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-includes/blocks/categories.php

    r44163 r44262  
    2828        $id                       = 'wp-block-categories-' . $block_id;
    2929        $args['id']               = $id;
    30         $args['show_option_none'] = __( 'Select Category', 'gutenberg' );
     30        $args['show_option_none'] = __( 'Select Category', 'default' );
    3131        $wrapper_markup           = '<div class="%1$s">%2$s</div>';
    3232        $items_markup             = wp_dropdown_categories( $args );
Note: See TracChangeset for help on using the changeset viewer.