Make WordPress Core


Ignore:
Timestamp:
11/21/2018 03:08:01 PM (6 years ago)
Author:
danielbachhuber
Message:

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

Updates packages: annotations,
api-fetch,
block-library,
blocks,
components,
core-data,
data,
dom, edit-post,
editor,
format-library,
jest-console,
jest-preset-default,
keycodes,
html-entities,
list-reusable-blocks,
notices,
nux,
rich-text,
scripts,
token-list, url,
viewport

Fixes undefined notices in some blocks. Removes incorrect 'gutenberg' textdomain too.

See #45145

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/blocks/categories.php

    r43801 r43919  
    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' );
    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.