if ($sniffer->
get_type() !== 'text/html'
) { return null;
} } if ($type & ~SIMPLEPIE_LOCATOR_NONE
) { $this->
get_base();
} if ($type & SIMPLEPIE_LOCATOR_AUTODISCOVERY &&
$working =
$this->
autodiscovery()) { return $working[0
];
} if ($type &
(SIMPLEPIE_LOCATOR_LOCAL_EXTENSION | SIMPLEPIE_LOCATOR_LOCAL_BODY | SIMPLEPIE_LOCATOR_REMOTE_EXTENSION | SIMPLEPIE_LOCATOR_REMOTE_BODY
) &&
$this->
get_links()) { if ($type & SIMPLEPIE_LOCATOR_LOCAL_EXTENSION &&
$working =
$this->
extension($this->local
)) { return $working[0
];
}