Changeset 695403
- Timestamp:
- 04/10/2013 06:03:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbpress2-shortcode-whitelist/trunk/bbpress2-shortcode-whitelist-functions.php
r694842 r695403 45 45 return $text; 46 46 } 47 add_filter( 'wp_trim_excerpt', 'tsc_execute_shortcodes_in_excerpts', 10, 2 ); 47 add_filter( 'wp_trim_excerpt', 'bbp_whitelist_do_shortcodes_in_excerpts', 10, 2 ); 48 48 49 49 50 // These are modified versions of the wordpress functions for doing shortcodes,
Note: See TracChangeset
for help on using the changeset viewer.