Changeset 7361 for trunk/src/includes/common/shortcodes.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/shortcodes.php
r7357 r7361 173 173 $output = ob_get_clean(); 174 174 175 // Filter & return 175 /** 176 * Filters the contents of the output buffer before returning. 177 * 178 * @since 2.0.0 bbPress (r3079) 179 * 180 * @param string $output The contents of the output buffer. 181 * @param string $query_name The query name used for this output. 182 */ 176 183 return apply_filters( 'bbp_display_shortcode', $output, $query_name ); 177 184 }
Note: See TracChangeset
for help on using the changeset viewer.