- Timestamp:
- 03/04/2017 06:26:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r11438 r11447 613 613 * @since 2.7.0 614 614 * 615 * @return string html615 * @return string|null html 616 616 */ 617 617 function bp_legacy_groups_admin_screen_hidden_input() { … … 663 663 * across page loads. 664 664 * 665 * @since 1.2.0 666 * 665 667 * @param string $query_string Query string for the current request. 666 668 * @param string $object Object for cookie. 667 * @return string Query string for the component loops 668 * @since 1.2.0 669 * @return string Query string for the component loops. 669 670 */ 670 671 function bp_legacy_theme_ajax_querystring( $query_string, $object ) { … … 772 773 * Load the template loop for the current object. 773 774 * 774 * @return string Prints template loop for the specified object775 775 * @since 1.2.0 776 * 777 * @return string|null Prints template loop for the specified object 776 778 */ 777 779 function bp_legacy_theme_object_template_loader() { … … 817 819 * @since 1.6.0 818 820 * 819 * @return string Prints template loop for the Messages component.821 * @return string|null Prints template loop for the Messages component. 820 822 */ 821 823 function bp_legacy_theme_messages_template_loader() { … … 847 849 * Load the activity loop template when activity is requested via AJAX. 848 850 * 849 * @return string JSON object containing 'contents' (output of the template loop850 * for the Activity component) and 'feed_url' (URL to the relevant RSS feed).851 *852 851 * @since 1.2.0 852 * 853 * @return string|null JSON object containing 'contents' (output of the template loop 854 * for the Activity component) and 'feed_url' (URL to the relevant RSS feed). 853 855 */ 854 856 function bp_legacy_theme_activity_template_loader() { … … 903 905 * Processes Activity updates received via a POST request. 904 906 * 905 * @return string HTML906 907 * @since 1.2.0 908 * 909 * @return string|null HTML 907 910 */ 908 911 function bp_legacy_theme_post_update() { … … 991 994 * @global BP_Activity_Template $activities_template 992 995 * 993 * @return string HTML996 * @return string|null HTML 994 997 */ 995 998 function bp_legacy_theme_new_activity_comment() { … … 1188 1191 * @since 1.2.0 1189 1192 * 1190 * @return string HTML1193 * @return string|null HTML 1191 1194 */ 1192 1195 function bp_legacy_theme_mark_activity_favorite() { … … 1208 1211 * @since 1.2.0 1209 1212 * 1210 * @return string HTML1213 * @return string|null HTML 1211 1214 */ 1212 1215 function bp_legacy_theme_unmark_activity_favorite() { … … 1229 1232 * @since 1.5.0 1230 1233 * 1231 * @return string HTML1234 * @return string|null HTML 1232 1235 */ 1233 1236 function bp_legacy_theme_get_single_activity_content() { … … 1352 1355 * @since 1.2.0 1353 1356 * 1354 * @return string HTML1357 * @return string|null HTML 1355 1358 */ 1356 1359 function bp_legacy_theme_ajax_addremove_friend() { … … 1446 1449 * @since 1.2.0 1447 1450 * 1448 * @return string HTML1451 * @return string|null HTML 1449 1452 */ 1450 1453 function bp_legacy_theme_ajax_joinleave_group() { … … 1547 1550 * @since 1.2.0 1548 1551 * 1549 * @return string HTML1552 * @return string|null HTML 1550 1553 */ 1551 1554 function bp_legacy_theme_ajax_messages_send_reply() { … … 1655 1658 * @since 1.2.0 1656 1659 * 1657 * @return string HTML1660 * @return string|null HTML 1658 1661 */ 1659 1662 function bp_legacy_theme_ajax_messages_delete() { … … 1762 1765 * 1763 1766 * @param array $params the current component's feature parameters. 1764 * @return array an array to inform about the css handle to attach the css rules to1767 * @return null|string An array to inform about the css handle to attach the css rules to 1765 1768 */ 1766 1769 function bp_legacy_theme_cover_image( $params = array() ) { … … 1935 1938 * @since 2.7.0 1936 1939 * 1937 * @return string HTML for the search form.1940 * @return string|null HTML for the search form. 1938 1941 */ 1939 1942 function bp_legacy_theme_group_manage_members_add_search() {
Note: See TracChangeset
for help on using the changeset viewer.