Make WordPress Core


Ignore:
Timestamp:
05/25/2021 05:42:58 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some minor coding standards adjustments.

Follow up to [50977], [50987], and [50995].

See #41683, #53156, #53175.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json.php

    r50977 r51007  
    10191019     */
    10201020    public function merge( $incoming, $update_or_remove = 'remove' ) {
    1021         $incoming_data    = $incoming->get_raw_data();
     1021        $incoming_data = $incoming->get_raw_data();
    10221022        $existing_data = $this->theme_json;
    10231023
Note: See TracChangeset for help on using the changeset viewer.