Changeset 187115
- Timestamp:
- 12/26/2009 01:33:14 PM (16 years ago)
- File:
-
- 1 edited
-
exec-php/trunk/includes/runtime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exec-php/trunk/includes/runtime.php
r43860 r187115 23 23 $this->m_cache =& $cache; 24 24 25 add_filter('the_content_raw', array(&$this, 'filter_user_content'), 1); 25 26 add_filter('the_content', array(&$this, 'filter_user_content'), 1); 26 27 add_filter('the_content_rss', array(&$this, 'filter_user_content'), 1);
Note: See TracChangeset
for help on using the changeset viewer.