Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/14/2013 10:30:16 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Correct closing HTML tag helper doc in content-single-topic-lead.php Props netweb. Fixes #2252.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/content-single-topic-lead.php

    r4783 r4801  
    9393
    9494            <?php _e( 'Topic', 'bbpress' ); ?>
    95            
     95
    9696        </div><!-- .bbp-topic-content -->
    9797
    9898    </li>
    9999
    100 </ul><!-- #topic-<?php bbp_topic_id(); ?>-replies -->
     100</ul><!-- #bbp-topic-<?php bbp_topic_id(); ?>-lead -->
    101101
    102102<?php do_action( 'bbp_template_after_lead_topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.