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-admin/edit-form-blocks.php

    r44270 r44273  
    179179);
    180180
    181 /*
    182  * Set a locale specific default font.
    183  * Translators: Use this to specify the CSS font family for the default font
    184  */
     181/* Translators: Use this to specify the CSS font family for the default font */
    185182$locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' );
    186183$styles[]           = array(
Note: See TracChangeset for help on using the changeset viewer.