Diff: STRATO-apps/wordpress_03/app/wp-includes/SimplePie/library/SimplePie/Core.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
3
+
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
4
+
// SPDX-License-Identifier: BSD-3-Clause
5
+
6
+
declare(strict_types=1);
7
+
8
+
/**
9
+
* SimplePie class.
10
+
*
11
+
* Class for backward compatibility.
12
+
*
13
+
* @deprecated Use {@see SimplePie} directly
14
+
*/
15
+
class SimplePie_Core extends SimplePie
16
+
{
17
+
}
18
+