Make WordPress Core


Ignore:
Timestamp:
07/28/2023 01:01:21 PM (19 months ago)
Author:
audrasjb
Message:

Editor: initial update of npm packages for 6.3 RC3.

Includes bug fixes for patterns, command palette and several minor regressions.

Props ramonopoly.
Reviewed by audrasjb, isabel_brison.
Merges [56320] to the 6.3 branch.
See #58926.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/src/wp-includes/blocks/template-part.php

    r56255 r56322  
    251251            ),
    252252            'scope'       => array( 'inserter' ),
    253             'icon'        => $icon_by_area[ $template_part->area ],
     253            'icon'        => isset( $icon_by_area[ $template_part->area ] ) ? $icon_by_area[ $template_part->area ] : null,
    254254            'example'     => array(
    255255                'attributes' => array(
Note: See TracChangeset for help on using the changeset viewer.