Changeset 6536
- Timestamp:
- 11/27/2012 09:57:13 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-theme-compatibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-theme-compatibility.php
r6504 r6536 496 496 function bp_replace_the_content( $content = '' ) { 497 497 498 if ( ! in_the_loop() ) 499 return $content; 500 498 501 $new_content = apply_filters( 'bp_replace_the_content', $content ); 499 502
Note: See TracChangeset
for help on using the changeset viewer.