Changeset 7363
- Timestamp:
- 11/17/2025 12:30:54 AM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/theme-compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r7360 r7363 642 642 // ...or use the existing page title? 643 643 } else { 644 $new_title = apply_filters( 'the_title', $page->post_title);644 $new_title = apply_filters( 'the_title', $page->post_title, $page->ID ); 645 645 } 646 646 … … 648 648 bbp_theme_compat_reset_post( array( 649 649 'ID' => ! empty( $page->ID ) ? $page->ID : 0, 650 'post_title' => bbp_get_topic_archive_title(),650 'post_title' => $new_title, 651 651 'post_author' => 0, 652 652 'post_date' => bbp_get_empty_datetime(),
Note: See TracChangeset
for help on using the changeset viewer.