Ticket #6486: 6486.01.patch
File 6486.01.patch, 581 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/members/single/plugins.php
38 38 39 39 <?php endif; ?> 40 40 41 <h3><?php 41 <?php if ( has_action( 'bp_template_title' ) ) : ?> 42 <h3><?php 42 43 43 44 /** 44 45 * Fires inside the member plugin template <h3> tag. … … 47 48 */ 48 49 do_action( 'bp_template_title' ); ?></h3> 49 50 51 <?php endif; ?> 52 50 53 <?php 51 54 52 55 /**