Changeset 7360 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 11/16/2025 10:43:01 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r7348 r7360 802 802 'post_content' => $new_content, 803 803 'post_type' => '', 804 /* translators: %s: Topic tag name */ 804 805 'post_title' => sprintf( esc_html__( 'Topic Tag: %s', 'bbpress' ), bbp_get_topic_tag_name() ), 805 806 'post_status' => bbp_get_public_status_id(),
Note: See TracChangeset
for help on using the changeset viewer.