Making WordPress.org

Changeset 8576


Ignore:
Timestamp:
04/02/2019 11:35:28 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: In new topic form, only quote the forum title, not the Forum word itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php

    r8575 r8576  
    2323                        } else {
    2424                            if ( bbp_is_single_forum() ) {
    25                                 printf( __( 'Create a new topic in “%s Forum”', 'wporg-forums' ), bbp_get_forum_title() );
     25                                printf( __( 'Create a new topic in “%s” Forum', 'wporg-forums' ), bbp_get_forum_title() );
    2626                            } elseif ( bbp_is_single_view() && 'reviews' === bbp_get_view_id() ) {
    2727                                _e( 'Create a new review', 'wporg-forums' );
Note: See TracChangeset for help on using the changeset viewer.