Changeset 3462 for branches/plugin/bbp-includes/bbp-core-compatibility.php
- Timestamp:
- 08/27/2011 08:21:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-compatibility.php
r3434 r3462 773 773 elseif ( bbp_is_reply_edit() && ( $new_template = bbp_get_reply_edit_template() ) ) : 774 774 775 // Editing a topic tag775 // Viewing a topic tag 776 776 elseif ( bbp_is_topic_tag() && ( $new_template = bbp_get_topic_tag_template() ) ) : 777 777 … … 910 910 // Reset the post with our new title 911 911 bbp_theme_compat_reset_post( array( 912 'post_title' => sprintf( __( ' EditTopic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' )912 'post_title' => sprintf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ) 913 913 ) ); 914 914
Note: See TracChangeset
for help on using the changeset viewer.