Changeset 13759 for trunk/src/bp-activity/screens/favorites.php
- Timestamp:
- 03/09/2024 10:46:28 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/screens/favorites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/screens/favorites.php
r11885 r13759 23 23 do_action( 'bp_activity_screen_favorites' ); 24 24 25 /** 26 * Filters the template to load for the "Favorites" screen. 27 * 28 * @since 1.2.0 29 * 30 * @param string $template Path to the activity template to load. 31 */ 32 bp_core_load_template( apply_filters( 'bp_activity_template_favorite_activity', 'members/single/home' ) ); 25 $templates = array( 26 /** 27 * Filters the template to load for the "Favorites" screen. 28 * 29 * @since 1.2.0 30 * 31 * @param string $template Path to the activity template to load. 32 */ 33 apply_filters( 'bp_activity_template_favorite_activity', 'members/single/home' ), 34 'members/single/index', 35 ); 36 37 38 bp_core_load_template( $templates ); 33 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)