Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/06/2020 09:41:44 PM (5 years ago)
Author:
imath
Message:

BP Nouveau: reposition bp_after_directory_{$component}_page hooks

  • Solves a misposition of the bp_after_directory_{$component}_page template hook for Members, Groups and Blogs components.
  • Adds a new bp_after_directory_activity_page hook to be consistent with the other components directory pages.

Props mo3aser, boonebgorges, espellcaste

Fixes #7995

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/members/template-tags.php

    r12280 r12567  
    44 *
    55 * @since 3.0.0
    6  * @version 3.1.0
     6 * @version 6.0.0
    77 */
    88
     
    7373     */
    7474    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' );
    8275}
    8376
Note: See TracChangeset for help on using the changeset viewer.