Make WordPress Core

Changeset 51379


Ignore:
Timestamp:
07/07/2021 10:46:40 PM (3 years ago)
Author:
jorbin
Message:

Fix merge info.

[51378] contained merge info it shouldn't and accidentally a line of code from one of those commits that another one had changed.

See #53604.
Unprops jorbin.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo changed
      /trunkremoved
  • trunk/src/wp-includes/blocks.php

    r51378 r51379  
    717717    );
    718718
    719     $allowed_blocks = array_merge( $allowed_inner_blocks, $allowed_wrapper_blocks );
    720 
    721719    /**
    722720     * Filters the list of blocks that can be used as wrapper blocks, allowing
Note: See TracChangeset for help on using the changeset viewer.