Changeset 3629
- Timestamp:
- 07/06/2016 08:13:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
r3626 r3629 24 24 ) ); 25 25 26 add_filter( 'the_content', array( $TOC, 'add_toc' ) ); 27 28 $content = apply_filters( 'the_content', $content ); 29 30 remove_filter( 'the_content', array( $TOC, 'add_toc' ) ); 26 $content = $TOC->add_toc( $content ); 31 27 endif; 32 28 ?>
Note: See TracChangeset
for help on using the changeset viewer.