Changeset 13517
- Timestamp:
- 07/15/2023 05:22:09 AM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
-
bp-activity/bp-activity-blocks.php (modified) (1 diff)
-
bp-activity/bp-activity-embeds.php (modified) (2 diffs)
-
bp-activity/classes/class-bp-activity-oembed-extension.php (modified) (1 diff)
-
bp-blogs/bp-blogs-blocks.php (modified) (2 diffs)
-
bp-templates/bp-nouveau/includes/activity/template-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-blocks.php
r13108 r13517 17 17 * 18 18 * @since 9.0.0 19 * 20 * @global BP_Activity_Template $activities_template The Activity template loop. 19 21 * 20 22 * @param array $attributes The block attributes. -
trunk/src/bp-activity/bp-activity-embeds.php
r13491 r13517 129 129 * 130 130 * @since 2.6.0 131 * 132 * @global BP_Activity_Template $activities_template The Activity template loop. 131 133 * 132 134 * @param string $content The content to generate an excerpt for. … … 165 167 * 166 168 * @since 2.6.0 169 * 170 * @global BP_Activity_Template $activities_template The Activity template loop. 171 * 167 172 */ 168 173 function bp_activity_embed_media() { -
trunk/src/bp-activity/classes/class-bp-activity-oembed-extension.php
r13436 r13517 157 157 * 158 158 * @since 2.6.0 159 * 160 * @global BP_Activity_Template $activities_template The Activity template loop. 159 161 * 160 162 * @param int $item_id The activity ID. -
trunk/src/bp-blogs/bp-blogs-blocks.php
r13436 r13517 17 17 * 18 18 * @since 9.0.0 19 * 20 * @global BP_Activity_Template $activities_template The Activity template loop. 19 21 * 20 22 * @param array $attributes The block attributes. … … 73 75 } 74 76 75 $GLOBALS['activities_template'] = new \stdClass();77 $GLOBALS['activities_template'] = new stdClass(); 76 78 $activities = array(); 77 79 -
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r13504 r13517 277 277 * @todo This function is too large and needs refactoring and reviewing. 278 278 * @since 3.0.0 279 * 280 * @global BP_Activity_Template $activities_template The Activity template loop. 279 281 * 280 282 * @param array $args See bp_nouveau_wrapper() for the description of parameters. … … 776 778 * 777 779 * @since 3.0.0 780 * 781 * @global BP_Activity_Template $activities_template The Activity template loop. 778 782 * 779 783 * @param array $args Optional. See bp_nouveau_wrapper() for the description of parameters.
Note: See TracChangeset
for help on using the changeset viewer.