Make WordPress Core


Ignore:
Timestamp:
07/20/2023 12:04:33 AM (15 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct equals sign alignment in various files.

This resolves a few WPCS warnings:

Equals sign not aligned with surrounding statements

so that the output of composer format is clean.

Follow-up to [55971], [56033], [56056], [56143], [56214].

Props jrf.
See #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r56245 r56273  
    56215621        return $loading_attributes;
    56225622    };
     5623
    56235624    // Closure to increase media count for images with certain minimum threshold, mostly used for header images.
    56245625    $maybe_increase_content_media_count = static function() use ( $attr ) {
Note: See TracChangeset for help on using the changeset viewer.