wp/wp-includes/SimplePie/Locator.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    92 	public function set_registry(SimplePie_Registry $registry)
    92 	public function set_registry(SimplePie_Registry $registry)
    93 	{
    93 	{
    94 		$this->registry = $registry;
    94 		$this->registry = $registry;
    95 	}
    95 	}
    96 
    96 
    97 	public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working)
    97 	public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working = null)
    98 	{
    98 	{
    99 		if ($this->is_feed($this->file))
    99 		if ($this->is_feed($this->file))
   100 		{
   100 		{
   101 			return $this->file;
   101 			return $this->file;
   102 		}
   102 		}