Making WordPress.org


Ignore:
Timestamp:
03/01/2017 09:33:34 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Remove extra space from "As the topic:" string introduced in [5025], which resulted in a duplicate string.

See #2543.

File:
1 edited

Legend:

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

    r5025 r5030  
    1616                <a class="bbp-forum-permalink" href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a><br />
    1717
    18                 <?php esc_html_e( 'As the topic: ', 'wporg-forums' ); ?>
     18                <?php esc_html_e( 'As the topic:', 'wporg-forums' ); ?>
    1919                <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_topic_id() ); ?></a>
    2020            </span>
Note: See TracChangeset for help on using the changeset viewer.