Changeset 13725 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 05/17/2024 04:09:15 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r13722 r13725 1053 1053 // Search out WP_Block_Type() instances. 1054 1054 if ( $contents && preg_match_all( "#new\s+WP_Block_Type\s*[(]\s*['\"]([-\w]+\/[-\w]+)['\"](?!\s*[.])(\s*,[^;]{0,500}['\"]title['\"]\s*=>\s*['\"]([^'\"]+)['\"](?!\s*[.]))?#ms", $contents, $matches, PREG_SET_ORDER ) ) { 1055 var_dump( $filename, $matches );1056 1055 foreach ( $matches as $match ) { 1057 1056 $blocks[] = (object) [
Note: See TracChangeset
for help on using the changeset viewer.