Make WordPress Core


Ignore:
Timestamp:
11/02/2023 12:02:36 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 [56796], [56803], [56838], [56839], [56985].

See #59650.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php

    r56985 r57053  
    132132            if ( ! empty( $latest_posts->posts ) ) {
    133133                $posts = wp_list_sort( $latest_posts->posts, 'post_modified_gmt', 'DESC' );
     134
    134135                $sitemap_entry['lastmod'] = wp_date( DATE_W3C, strtotime( $posts[0]->post_modified_gmt ) );
    135136            }
Note: See TracChangeset for help on using the changeset viewer.