Changeset 7234 for branches/2.6/src/includes/core/filters.php
- Timestamp:
- 02/17/2022 08:04:32 PM (4 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/core/filters.php
r7124 r7234 52 52 // Fix post author id for anonymous posts (set it back to 0) when the post status is changed 53 53 add_filter( 'wp_insert_post_data', 'bbp_fix_post_author', 30, 2 ); 54 55 // Fix untrash post status after a topic or reply is re-instated 56 add_filter( 'wp_untrash_post_status', 'bbp_fix_untrash_post_status', 10, 3 ); 54 57 55 58 // Force comments_status on bbPress post types
Note: See TracChangeset
for help on using the changeset viewer.