Make WordPress Core


Ignore:
Timestamp:
10/29/2018 07:40:44 AM (6 years ago)
Author:
pento
Message:

Build Tools: Upgrade @wordpress packages to the latest version.

This also includes the new @wordpress/format-library and @wordpress/notices packages.

package-lock.json has been completely regenerated in this commit.

See #45145.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-admin/includes/post.php

    r43811 r43840  
    19591959            'slug'  => 'common',
    19601960            'title' => __( 'Common Blocks' ),
     1961            'icon'  => 'screenoptions',
    19611962        ),
    19621963        array(
    19631964            'slug'  => 'formatting',
    19641965            'title' => __( 'Formatting' ),
     1966            'icon'  => null,
    19651967        ),
    19661968        array(
    19671969            'slug'  => 'layout',
    19681970            'title' => __( 'Layout Elements' ),
     1971            'icon'  => null,
    19691972        ),
    19701973        array(
    19711974            'slug'  => 'widgets',
    19721975            'title' => __( 'Widgets' ),
     1976            'icon'  => null,
    19731977        ),
    19741978        array(
    19751979            'slug'  => 'embed',
    19761980            'title' => __( 'Embeds' ),
     1981            'icon'  => null,
    19771982        ),
    19781983        array(
    19791984            'slug'  => 'reusable',
    19801985            'title' => __( 'Reusable Blocks' ),
     1986            'icon'  => null,
    19811987        ),
    19821988    );
Note: See TracChangeset for help on using the changeset viewer.