Make WordPress Core


Ignore:
Timestamp:
12/17/2018 07:05:30 PM (6 years ago)
Author:
desrosj
Message:

Block Editor: Update @wordpress package dependencies.

Update packages include:

  • block-library
  • components
  • edit-post
  • editor
  • format-library
  • list-reusable-blocks
  • nux

Other changes:

  • Fix a translator comment in edit-form-blocks.php.
  • Rename the gutenberg_ functions in blocks/latest-comments.php.

Props noisy socks, youknowriad, pinto, swissspidy.

Merges [43935] and [43949-43951] into trunk.

See #45145.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r44262 r44273  
    33 * Server-side rendering of the `core/categories` block.
    44 *
    5  * @package gutenberg
     5 * @package WordPress
    66 */
    77
     
    2828        $id                       = 'wp-block-categories-' . $block_id;
    2929        $args['id']               = $id;
    30         $args['show_option_none'] = __( 'Select Category', 'default' );
     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.