Changeset 13759 for trunk/src/bp-activity/screens/just-me.php
- Timestamp:
- 03/09/2024 10:46:28 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/screens/just-me.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/screens/just-me.php
r11885 r13759 22 22 do_action( 'bp_activity_screen_my_activity' ); 23 23 24 /** 25 * Filters the template to load for the "My Activity" screen. 26 * 27 * @since 1.0.0 28 * 29 * @param string $template Path to the activity template to load. 30 */ 31 bp_core_load_template( apply_filters( 'bp_activity_template_my_activity', 'members/single/home' ) ); 24 $templates = array( 25 /** 26 * Filters the template to load for the "My Activity" screen. 27 * 28 * @since 1.0.0 29 * 30 * @param string $template Path to the activity template to load. 31 */ 32 apply_filters( 'bp_activity_template_my_activity', 'members/single/home' ), 33 'members/single/index', 34 ); 35 36 bp_core_load_template( $templates ); 32 37 }
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)