Skip to:
Content

BuddyPress.org

Ticket #6486: 6486.01.patch

File 6486.01.patch, 581 bytes (added by r-a-y, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress/members/single/plugins.php

     
    3838
    3939                <?php endif; ?>
    4040
    41                 <h3><?php
     41                <?php if ( has_action( 'bp_template_title' ) ) : ?>
     42                        <h3><?php
    4243
    4344                        /**
    4445                         * Fires inside the member plugin template <h3> tag.
     
    4748                         */
    4849                        do_action( 'bp_template_title' ); ?></h3>
    4950
     51                <?php endif; ?>
     52
    5053                <?php
    5154
    5255                /**