- Timestamp:
- 01/07/2023 12:18:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13372 r13395 1044 1044 * @since 1.2.0 1045 1045 * 1046 * @global BP_Activity_Template $activities_template 1046 * @global BP_Activity_Template $activities_template The main activity template loop class. 1047 1047 * 1048 1048 * @return string|null HTML … … 1050 1050 function bp_legacy_theme_new_activity_comment() { 1051 1051 global $activities_template; 1052 1053 $bp = buddypress();1054 1052 1055 1053 if ( ! bp_is_post_request() ) {
Note: See TracChangeset
for help on using the changeset viewer.