Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58063, comment 8


Ignore:
Timestamp:
04/03/2023 08:35:52 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58063, comment 8

    initial v1  
    11The files in `/wp-includes/IXR/` are part of the `/wp-includes/class-IXR.php` external library. [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/class-IXR.php See the license, copyright], etc.
    22
    3 In that terms it seems the (visual, stylistic) WP coding standards do not apply there unless that class is officially forked by WP and moved to a wordpress.org repo. This does not apply to PHP compatibility fixes, and similar.
     3In that terms it seems the (visual, stylistic) WP coding standards do not apply there unless that class is officially forked by WP and moved to a wordpress.org repo. See all the "improper" (according to the coding standards) line breaks before `{` there. This does not apply to PHP compatibility fixes, and similar.