Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/08/2011 07:31:59 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove reference to $post global in bbp_replace_the_content()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-general-template.php

    r3114 r3118  
    21502150
    21512151            // Set the content to be the new content
    2152             $content = apply_filters( 'bbp_replace_the_content', $new_content, $content, $post );
     2152            $content = apply_filters( 'bbp_replace_the_content', $new_content, $content );
    21532153
    21542154            // Clean up after ourselves
Note: See TracChangeset for help on using the changeset viewer.