We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833369e commit 829b76bCopy full SHA for 829b76b
interface/lib/classes/simplepie.inc.php
@@ -10865,7 +10865,7 @@ function strip_comments($data)
10865
return $output . $data;
10866
}
10867
10868
- function parse_date($dt)
+ static function parse_date($dt)
10869
{
10870
$parser = SimplePie_Parse_Date::get();
10871
return $parser->parse($dt);
@@ -13065,7 +13065,7 @@ function SimplePie_Parse_Date()
13065
*
13066
* @access public
13067
*/
13068
- function get()
+ static function get()
13069
13070
static $object;
13071
if (!$object)
0 commit comments