Make WordPress Core


Ignore:
Timestamp:
06/13/2024 03:04:50 PM (10 months ago)
Author:
desrosj
Message:

Coding Standards: Apply changes after running composer format.

This applies several formatting related changes made while running composer format.

Follow up to [55720], [58171], [58271], [58282], [58283], [58292], [58299], [58303], [58332].
See #51857, #60719, #60895, #61021, #61118, #61228, #61276, #61324.

File:
1 edited

Legend:

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

    r58310 r58408  
    490490                    'debug' => 'loading...',
    491491                ),
    492                 'fonts_path'   => array(
     492                'fonts_path'     => array(
    493493                    'label' => __( 'Fonts directory location' ),
    494494                    'value' => wp_get_font_dir()['basedir'],
    495495                ),
    496                 'fonts_size'   => array(
     496                'fonts_size'     => array(
    497497                    'label' => __( 'Fonts directory size' ),
    498498                    'value' => $loading,
Note: See TracChangeset for help on using the changeset viewer.