Make WordPress Core


Ignore:
Timestamp:
06/13/2024 03:04:50 PM (5 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/themes.php

    r58405 r58408  
    232232        ),
    233233        'l10n'     => array(
    234             'addNew'            => __( 'Add New Theme' ),
    235             'search'            => __( 'Search installed themes' ),
     234            'addNew'        => __( 'Add New Theme' ),
     235            'search'        => __( 'Search installed themes' ),
    236236            /* translators: %d: Number of themes. */
    237             'themesFound'       => __( 'Number of Themes found: %d' ),
    238             'noThemesFound'     => __( 'No themes found. Try a different search.' ),
     237            'themesFound'   => __( 'Number of Themes found: %d' ),
     238            'noThemesFound' => __( 'No themes found. Try a different search.' ),
    239239        ),
    240240    )
Note: See TracChangeset for help on using the changeset viewer.