Make WordPress Core


Ignore:
Timestamp:
11/29/2022 03:49:49 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Always use parentheses when instantiating an object.

Note: This will be enforced by WPCS 3.0.0.

Props jrf.
See #56791.

File:
1 edited

Legend:

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

    r54133 r54891  
    18001800
    18011801                // Do main query.
    1802                 $get_posts = new WP_Query;
     1802                $get_posts = new WP_Query();
    18031803                $posts     = $get_posts->query( $query );
    18041804
Note: See TracChangeset for help on using the changeset viewer.