Plugin Directory

Changeset 187115


Ignore:
Timestamp:
12/26/2009 01:33:14 PM (16 years ago)
Author:
McShelby
Message:

Bugfix for http://core.trac.wordpress.org/ticket/10248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exec-php/trunk/includes/runtime.php

    r43860 r187115  
    2323        $this->m_cache =& $cache;
    2424
     25        add_filter('the_content_raw', array(&$this, 'filter_user_content'), 1);
    2526        add_filter('the_content', array(&$this, 'filter_user_content'), 1);
    2627        add_filter('the_content_rss', array(&$this, 'filter_user_content'), 1);
Note: See TracChangeset for help on using the changeset viewer.