Changes between Initial Version and Version 1 of Ticket #63711, comment 1
- Timestamp:
- 09/17/2025 01:32:28 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63711, comment 1
initial v1 1 1 Related: 2 * https://core.trac.wordpress.org/ticket/545053 * https://core.trac.wordpress.org/ticket/399752 * #54505 3 * #39975 4 4 5 5 I note that it appears to be impossible to use this code in practice because "auto" chooses between the faster php-xdiff extension and fallback/native PHP code. To use it, one would need to use `new Text_Diff('shell')` or construct the Text_Diff_Engine_shell class directly. Are these two classes considered a public stable API for plugin/theme authors? If not, I could instead remove that part of it.