Make WordPress Core


Ignore:
Timestamp:
10/04/2024 01:17:35 PM (23 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-includes/blocks.php

    r59132 r59166  
    25342534                        if ( ! empty( $formats ) ) {
    25352535                                // Add the `post-format-` prefix.
    2536                                 $terms = array_map(
     2536                                $terms           = array_map(
    25372537                                        static function ( $format ) {
    25382538                                                return "post-format-$format";
Note: See TracChangeset for help on using the changeset viewer.