Make WordPress Core


Ignore:
Timestamp:
07/20/2023 12:04:33 AM (18 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/shortcodes.php

    r56214 r56273  
    223223
    224224    // Ensure this context is only added once if shortcodes are nested.
    225     $has_filter = has_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
     225    $has_filter   = has_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    226226    $filter_added = false;
    227227
Note: See TracChangeset for help on using the changeset viewer.