Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/06/2020 09:41:44 PM (6 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/blogs/template-tags.php

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