Changes between Initial Version and Version 1 of Ticket #50683, comment 18
- Timestamp:
- 10/20/2020 06:54:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50683, comment 18
initial v1 1 1 Just noting that this looks great, but needs some minor cleanup to adjust documentation per the standards, move the test examples to the `tests/phpunit/data/` directory, remove debugging, etc. 2 2 3 Additionally, the `Shortcode_Parser` should probably be `WP_Shortcode_Parser` to avoid conflicts, and should be located in its own file, `wp-includes/class-wp-shortcode-parser.php`, per the coding standards.3 Additionally, the `Shortcode_Parser` class should probably be `WP_Shortcode_Parser` to avoid conflicts, and should be located in its own file, `wp-includes/class-wp-shortcode-parser.php`, per the coding standards.