1 | <?php |
||
14 | class SimplePie_Locator { |
||
15 | /** |
||
16 | * Overrides the locator is_feed function to check for |
||
17 | * appropriate podcast elements. |
||
18 | * |
||
19 | * @param SimplePie_File $file The file being checked. |
||
20 | * @param boolean $check_html Adds text/html to the mimetypes checked. |
||
21 | */ |
||
22 | public function is_feed( $file, $check_html = false ) { |
||
25 | } |
||
26 | } |
||
27 |