Making WordPress.org


Ignore:
Timestamp:
09/16/2016 02:39:24 PM (8 years ago)
Author:
netweb
Message:

Forums Theme: Use consistent textdomain wporg-forums in the forums theme templates.

Props SergeyBiryukov.
Fixes #2049.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php

    r4078 r4079  
    1313    <div class="bbp-meta">
    1414            <span class="bbp-header">
    15                 <?php esc_html_e( 'In reply to: ', 'bbpress' ); ?>
     15                <?php esc_html_e( 'In reply to: ', 'wporg-forums' ); ?>
    1616                <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a>
    1717            </span>
Note: See TracChangeset for help on using the changeset viewer.