Changeset 6386
- Timestamp:
- 03/22/2017 05:52:26 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6384 r6386 1597 1597 $retval = sanitize_post_field( $field, $retval, $post->ID, $context ); 1598 1598 1599 return apply_filters( 'bbp_get_global_post_field', $retval, $post );1599 return apply_filters( 'bbp_get_global_post_field', $retval, $post, $field, $context ); 1600 1600 } 1601 1601
Note: See TracChangeset
for help on using the changeset viewer.