Changeset 5465
- Timestamp:
- 05/03/2017 05:32:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/callout-boxes.php
r2489 r5465 138 138 // Callout box output. 139 139 $output .= "<div class='callout {$class}'>"; 140 141 // Temporarily disable o2 processing while formatting content. 142 add_filter( 'o2_process_the_content', '__return_false', 1 ); 140 143 $output .= apply_filters( 'the_content', $content ); 144 remove_filter( 'o2_process_the_content', '__return_false', 1 ); 145 141 146 $output .= '</div>'; 142 147 }
Note: See TracChangeset
for help on using the changeset viewer.