Make WordPress Core

Changeset 43816


Ignore:
Timestamp:
10/24/2018 08:59:21 AM (6 years ago)
Author:
pento
Message:

Block Editor: Remove some errant debugging included in [43815].

Props bordoni.
See #45037.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-admin/edit-form-blocks.php

    r43815 r43816  
    188188    foreach ( $editor_styles as $style ) {
    189189        if ( preg_match( '~^(https?:)?//~', $style ) ) {
    190             //$response = wp_remote_get( $style );
    191             var_dump( $response );
     190            $response = wp_remote_get( $style );
    192191            if ( ! is_wp_error( $response ) ) {
    193192                $styles[] = array(
Note: See TracChangeset for help on using the changeset viewer.