Changes between Initial Version and Version 1 of Ticket #58063, comment 8
- Timestamp:
- 04/03/2023 08:35:52 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58063, comment 8
initial v1 1 1 The 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. 2 2 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.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. See all the "improper" (according to the coding standards) line breaks before `{` there. This does not apply to PHP compatibility fixes, and similar.