Changeset 6777 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 01/24/2018 01:01:49 AM (8 years 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
r6583 r6777 692 692 bbp_theme_compat_reset_post( array( 693 693 'ID' => 0, 694 'post_title' => __( 'Replies', 'bbpress' ),694 'post_title' => esc_html__( 'Replies', 'bbpress' ), 695 695 'post_author' => 0, 696 696 'post_date' => 0, … … 792 792 'post_content' => $new_content, 793 793 'post_type' => '', 794 'post_title' => sprintf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ),794 'post_title' => sprintf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ), 795 795 'post_status' => bbp_get_public_status_id(), 796 796 'is_tax' => true,
Note: See TracChangeset
for help on using the changeset viewer.