Changeset 2788 for branches/plugin/bbp-includes/bbp-reply-template.php
- Timestamp:
- 01/09/2011 09:19:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r2787 r2788 185 185 * @param string $filter Optional Sanitation filter. See {@link sanitize_post()} 186 186 * @uses get_post() To get the reply 187 * @uses apply_filters() Calls 'bbp_get_reply' with the reply, output type and 188 * sanitation filter 187 189 * @return mixed Null if error or reply (in specified form) if success 188 190 */ … … 212 214 } 213 215 214 return $reply;216 return apply_filters( 'bbp_get_reply', $reply, $output, $filter ); 215 217 } 216 218
Note: See TracChangeset
for help on using the changeset viewer.