Making WordPress.org

Changeset 13725

Timestamp:
05/17/2024 04:09:15 AM (2 months ago)
Author:
dd32
Message:

Plugin Directory: Remove debug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php

    r13722 r13725  
    10531053            // Search out WP_Block_Type() instances.
    10541054            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 );
    10561055                foreach ( $matches as $match ) {
    10571056                    $blocks[] = (object) [
Note: See TracChangeset for help on using the changeset viewer.