Changeset 13764 for trunk/src/bp-messages/screens/compose.php
- Timestamp:
- 03/09/2024 11:01:57 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/screens/compose.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/screens/compose.php
r13096 r13764 12 12 * 13 13 * @since 1.0.0 14 * 15 * @return void 14 16 */ 15 17 function messages_screen_compose() { … … 30 32 do_action( 'messages_screen_compose' ); 31 33 32 /** 33 * Filters the template to load for the Messages compose screen. 34 * 35 * @since 1.0.0 36 * 37 * @param string $template Path to the messages template to load. 38 */ 39 bp_core_load_template( apply_filters( 'messages_template_compose', 'members/single/home' ) ); 34 $templates = array( 35 /** 36 * Filters the template to load for the Messages compose screen. 37 * 38 * @since 1.0.0 39 * 40 * @param string $template Path to the messages template to load. 41 */ 42 apply_filters( 'messages_template_compose', 'members/single/home' ), 43 'members/single/index', 44 ); 45 46 bp_core_load_template( $templates ); 40 47 }
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)