[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BuddyPress - Users Messages 4 * 5 * @since 3.0.0 6 * @version 3.0.0 7 */ 8 ?> 9 10 <nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'Messages menu', 'buddypress' ); ?>"> 11 <ul class="subnav"> 12 13 <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?> 14 15 </ul> 16 </nav><!-- .bp-navs --> 17 18 <?php 19 if ( ! in_array( bp_current_action(), array( 'inbox', 'sentbox', 'starred', 'view', 'compose', 'notices' ), true ) ) : 20 21 bp_get_template_part( 'members/single/plugins' ); 22 23 else : 24 25 bp_nouveau_messages_member_interface(); 26 27 endif; 28 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Feb 17 01:01:04 2025 | Cross-referenced by PHPXref 0.7.1 |