Skip to:
Content

bbPress.org

Changeset 5728


Ignore:
Timestamp:
05/10/2015 12:28:59 PM (9 years ago)
Author:
netweb
Message:

Fix copy pasta placeholder argument in loop-single-topic.php template

Props netweb. Fixes #2799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/loop-single-topic.php

    r5689 r5728  
    6565                <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
    6666
    67                 <span class="bbp-topic-started-in"><?php printf( esc_html__( 'in: %2$s', 'bbpress' ), '<a href="' . bbp_get_forum_permalink( bbp_get_topic_forum_id() ) . '">' . bbp_get_forum_title( bbp_get_topic_forum_id() ) . '</a>' ); ?></span>
    68 
     67                <span class="bbp-topic-started-in"><?php printf( esc_html__( 'in: %1$s', 'bbpress' ), '<a href="' . bbp_get_forum_permalink( bbp_get_topic_forum_id() ) . '">' . bbp_get_forum_title( bbp_get_topic_forum_id() ) . '</a>' ); ?></span>
    6968                <?php do_action( 'bbp_theme_after_topic_started_in' ); ?>
    7069
Note: See TracChangeset for help on using the changeset viewer.