[wp-trac] [WordPress Trac] #52627: Coding Standards fixes for WP 5.8

WordPress Trac noreply at wordpress.org
Thu Apr 1 15:43:04 UTC 2021


#52627: Coding Standards fixes for WP 5.8
----------------------------+-------------------------------
 Reporter:  SergeyBiryukov  |       Owner:  (none)
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  5.8
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:  coding-standards
----------------------------+-------------------------------

Comment (by davidbaumwald):

 In [50631]:

 Coding Standards: Removing unnecessary parentheses from require_once in
 wp-admin/options-privacy.php.

 In [47198], parentheses were removed from include and require statements,
 as they are language constructs, not function calls.  However, [50161]
 introduced a new require_once instance in wp-admin/options-privacy.php.
 This change removes the unnecessary parentheses.

 See #53627.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52627#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list