Changeset 51657 for trunk/src/wp-includes/block-supports/layout.php
- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/layout.php
r51301 r51657 132 132 $updated_content = preg_replace_callback( 133 133 $replace_regex, 134 function( $matches ) {134 static function( $matches ) { 135 135 return $matches[1] . '<div class="wp-block-group__inner-container">' . $matches[2] . '</div>' . $matches[3]; 136 136 },
Note: See TracChangeset
for help on using the changeset viewer.