Make WordPress Core


Ignore:
Timestamp:
10/04/2024 01:17:35 PM (17 months ago)
Author:
desrosj
Message:

Coding Standards: Committing changes after composer format.

This commits some minor changes made when running composer format.

Follow up to [58975], [59011], [59115].
See #61103, #62014, #61648.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r59164 r59166  
    12481248        // List must use plugins if there are any.
    12491249        $mu_plugins = get_mu_plugins();
    1250         $fields = array();
     1250        $fields     = array();
    12511251
    12521252        foreach ( $mu_plugins as $plugin_path => $plugin ) {
Note: See TracChangeset for help on using the changeset viewer.