- Timestamp:
- 07/07/2018 09:48:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/template-tags.php
r12082 r12184 62 62 do_action( 'bp_after_member_messages_content' ); 63 63 } 64 65 /** 66 * Output the Member's messages search form. 67 * 68 * @since 3.0.0 69 * @since 3.2.0 Move the function into Template Tags and use a template part. 70 */ 71 function bp_nouveau_message_search_form() { 72 $search_form_html = bp_buffer_template_part( 'common/js-templates/messages/search-form', null, false ); 73 74 /** 75 * Filters the private message component search form. 76 * 77 * @since 2.2.0 78 * 79 * @param string $search_form_html HTML markup for the message search form. 80 */ 81 echo apply_filters( 'bp_message_search_form', $search_form_html ); 82 }
Note: See TracChangeset
for help on using the changeset viewer.