diff --git src/bp-templates/bp-nouveau/buddypress/activity/index.php src/bp-templates/bp-nouveau/buddypress/activity/index.php
index d9c0f6a46..4f15ce05b 100644
|
|
|
|
| 3 | 3 | * BuddyPress Activity templates |
| 4 | 4 | * |
| 5 | 5 | * @since 2.3.0 |
| 6 | | * @version 3.0.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | ?> |
| 9 | 9 | |
| … |
… |
|
| 39 | 39 | |
| 40 | 40 | </div><!-- // .screen-content --> |
| 41 | 41 | |
| | 42 | <?php bp_nouveau_after_directory_page(); ?> |
diff --git src/bp-templates/bp-nouveau/buddypress/blogs/index.php src/bp-templates/bp-nouveau/buddypress/blogs/index.php
index cf9ec795b..776d28333 100644
|
|
|
|
| 3 | 3 | * BuddyPress - Blogs Directory |
| 4 | 4 | * |
| 5 | 5 | * @since 3.0.0 |
| 6 | | * @version 3.0.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | ?> |
| 9 | 9 | |
| … |
… |
|
| 26 | 26 | <?php bp_nouveau_after_blogs_directory_content(); ?> |
| 27 | 27 | </div><!-- // .screen-content --> |
| 28 | 28 | |
| | 29 | <?php bp_nouveau_after_directory_page(); ?> |
diff --git src/bp-templates/bp-nouveau/buddypress/groups/index.php src/bp-templates/bp-nouveau/buddypress/groups/index.php
index 1558985e1..15844bc16 100644
|
|
|
|
| 3 | 3 | * BP Nouveau - Groups Directory |
| 4 | 4 | * |
| 5 | 5 | * @since 3.0.0 |
| 6 | | * @version 3.0.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | ?> |
| 9 | 9 | |
| … |
… |
|
| 28 | 28 | <?php bp_nouveau_after_groups_directory_content(); ?> |
| 29 | 29 | </div><!-- // .screen-content --> |
| 30 | 30 | |
| | 31 | <?php bp_nouveau_after_directory_page(); ?> |
diff --git src/bp-templates/bp-nouveau/buddypress/members/index.php src/bp-templates/bp-nouveau/buddypress/members/index.php
index b2e6e5db0..ca3e82c58 100644
|
|
|
|
| 2 | 2 | /** |
| 3 | 3 | * BuddyPress Members Directory |
| 4 | 4 | * |
| 5 | | * @version 3.0.0 |
| | 5 | * @since 3.0.0 |
| | 6 | * @version 4.0.0 |
| 6 | 7 | */ |
| 7 | 8 | |
| 8 | 9 | ?> |
| … |
… |
|
| 25 | 26 | |
| 26 | 27 | <?php bp_nouveau_after_members_directory_content(); ?> |
| 27 | 28 | </div><!-- // .screen-content --> |
| | 29 | |
| | 30 | <?php bp_nouveau_after_directory_page(); ?> |
diff --git src/bp-templates/bp-nouveau/includes/blogs/template-tags.php src/bp-templates/bp-nouveau/includes/blogs/template-tags.php
index 8f21a8f86..643a9ed6f 100644
|
|
|
|
| 3 | 3 | * Blogs Template tags |
| 4 | 4 | * |
| 5 | 5 | * @since 3.0.0 |
| 6 | | * @version 3.0.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | // Exit if accessed directly. |
| … |
… |
function bp_nouveau_after_blogs_directory_content() { |
| 71 | 71 | * @since 1.5.0 |
| 72 | 72 | */ |
| 73 | 73 | do_action( 'bp_after_directory_blogs' ); |
| 74 | | |
| 75 | | /** |
| 76 | | * Fires at the bottom of the blogs directory template file. |
| 77 | | * |
| 78 | | * @since 2.3.0 |
| 79 | | */ |
| 80 | | do_action( 'bp_after_directory_blogs_page' ); |
| 81 | 74 | } |
| 82 | 75 | |
| 83 | 76 | /** |
diff --git src/bp-templates/bp-nouveau/includes/groups/template-tags.php src/bp-templates/bp-nouveau/includes/groups/template-tags.php
index 24f4f392d..144cc49fc 100644
|
|
|
|
| 3 | 3 | * Groups Template tags |
| 4 | 4 | * |
| 5 | 5 | * @since 3.0.0 |
| 6 | | * @version 3.2.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | // Exit if accessed directly. |
| … |
… |
function bp_nouveau_after_groups_directory_content() { |
| 65 | 65 | * @since 1.1.0 |
| 66 | 66 | */ |
| 67 | 67 | do_action( 'bp_after_directory_groups' ); |
| 68 | | |
| 69 | | /** |
| 70 | | * Fires at the bottom of the groups directory template file. |
| 71 | | * |
| 72 | | * @since 1.5.0 |
| 73 | | */ |
| 74 | | do_action( 'bp_after_directory_groups_page' ); |
| 75 | 68 | } |
| 76 | 69 | |
| 77 | 70 | /** |
diff --git src/bp-templates/bp-nouveau/includes/members/template-tags.php src/bp-templates/bp-nouveau/includes/members/template-tags.php
index 82058a60c..ffc0efc2f 100644
|
|
|
|
| 3 | 3 | * Members template tags |
| 4 | 4 | * |
| 5 | 5 | * @since 3.0.0 |
| 6 | | * @version 3.1.0 |
| | 6 | * @version 4.0.0 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | // Exit if accessed directly. |
| … |
… |
function bp_nouveau_after_members_directory_content() { |
| 72 | 72 | * @since 1.1.0 |
| 73 | 73 | */ |
| 74 | 74 | do_action( 'bp_after_directory_members' ); |
| 75 | | |
| 76 | | /** |
| 77 | | * Fires at the bottom of the members directory template file. |
| 78 | | * |
| 79 | | * @since 1.5.0 |
| 80 | | */ |
| 81 | | do_action( 'bp_after_directory_members_page' ); |
| 82 | 75 | } |
| 83 | 76 | |
| 84 | 77 | /** |
diff --git src/bp-templates/bp-nouveau/includes/template-tags.php src/bp-templates/bp-nouveau/includes/template-tags.php
index a0341a0bd..3e7404ba9 100644
|
|
|
function bp_dir_is_vert_layout() { |
| 656 | 656 | return (bool) $bp_nouveau->{$component}->directory_vertical_layout; |
| 657 | 657 | } |
| 658 | 658 | |
| | 659 | /** |
| | 660 | * Template tag to wrap the Legacy actions that was used |
| | 661 | * after the components directory page. |
| | 662 | * |
| | 663 | * @since 4.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 4.0.0 Added to the activity directory template file. |
| | 674 | */ |
| | 675 | do_action( "bp_after_directory_{$component}_page" ); |
| | 676 | } |
| | 677 | |
| 659 | 678 | /** |
| 660 | 679 | * Get the full size avatar args. |
| 661 | 680 | * |