Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/05/2014 07:08:27 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Allow topic-tag descriptions to be edited theme-side. Props netweb. Fixes #1613.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/content-topic-tag-edit.php

    r4733 r5310  
    1414    <?php bbp_breadcrumb(); ?>
    1515
    16     <?php bbp_topic_tag_description(); ?>
     16    <?php do_action( 'bbp_template_before_topic_tag_description' ); ?>
     17
     18    <?php bbp_topic_tag_description( array( 'before' => '<div class="bbp-template-notice info"><p>', 'after' => '</p></div>' ) ); ?>
     19
     20    <?php do_action( 'bbp_template_after_topic_tag_description' ); ?>
    1721
    1822    <?php do_action( 'bbp_template_before_topic_tag_edit' ); ?>
Note: See TracChangeset for help on using the changeset viewer.