- Timestamp:
- 03/06/2020 09:41:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r12537 r12567 4 4 * 5 5 * @since 3.0.0 6 * @version 4.0.06 * @version 6.0.0 7 7 */ 8 8 … … 655 655 656 656 return (bool) $bp_nouveau->{$component}->directory_vertical_layout; 657 } 658 659 /** 660 * Template tag to wrap the Legacy actions that was used 661 * after the components directory page. 662 * 663 * @since 6.0.0 664 */ 665 function bp_nouveau_after_directory_page() { 666 $component = bp_current_component(); 667 668 /** 669 * Fires at the bottom of the activity, members, groups and blogs directory template file. 670 * 671 * @since 1.5.0 Added to the members, groups directory template file. 672 * @since 2.3.0 Added to the blogs directory template file. 673 * @since 6.0.0 Added to the activity directory template file. 674 */ 675 do_action( "bp_after_directory_{$component}_page" ); 657 676 } 658 677
Note: See TracChangeset
for help on using the changeset viewer.