lol backups and old site first commit

This commit is contained in:
2026-09-06 00:14:06 +02:00
parent 1e8a86873d
commit 56e7e28142
4021 changed files with 1866999 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
/**
* Exception for errors from the Text_Diff package.
*
* {@internal This is a WP native addition to the external Text_Diff package.}
*
* @package WordPress
* @subpackage Text_Diff
*/
class Text_Exception extends Exception {}