Make WordPress Core


Ignore:
Timestamp:
12/14/2018 10:53:17 AM (7 years ago)
Author:
atimmer
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.

Props pento.
Merges [43840] to trunk.
See #45145.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-admin/includes/post.php

    r44153 r44177  
    21082108            'slug'  => 'common',
    21092109            'title' => __( 'Common Blocks' ),
     2110            'icon'  => 'screenoptions',
    21102111        ),
    21112112        array(
    21122113            'slug'  => 'formatting',
    21132114            'title' => __( 'Formatting' ),
     2115            'icon'  => null,
    21142116        ),
    21152117        array(
    21162118            'slug'  => 'layout',
    21172119            'title' => __( 'Layout Elements' ),
     2120            'icon'  => null,
    21182121        ),
    21192122        array(
    21202123            'slug'  => 'widgets',
    21212124            'title' => __( 'Widgets' ),
     2125            'icon'  => null,
    21222126        ),
    21232127        array(
    21242128            'slug'  => 'embed',
    21252129            'title' => __( 'Embeds' ),
     2130            'icon'  => null,
    21262131        ),
    21272132        array(
    21282133            'slug'  => 'reusable',
    21292134            'title' => __( 'Reusable Blocks' ),
     2135            'icon'  => null,
    21302136        ),
    21312137    );
Note: See TracChangeset for help on using the changeset viewer.