Changeset 339740
- Timestamp:
- 02/01/2011 11:21:44 PM (15 years ago)
- File:
-
- 1 edited
-
xxternal-rss/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xxternal-rss/trunk/index.php
r339736 r339740 8 8 Author URI: http://www.pretzlaff.info 9 9 */ 10 # if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } 10 11 # error_reporting(E_ALL); ini_set("display_errors", 1); 11 12 12 13 define('externalrssversion', "0.1.12"); … … 206 207 add_filter('the_excerpt', 'getexternalfeedtags', 10); 207 208 208 # error_reporting(E_ALL); ini_set("display_errors", 1);209 209 210 210 function getexternalfeedtags($content)
Note: See TracChangeset
for help on using the changeset viewer.