Ticket #8890: 8890.7.patch
| File 8890.7.patch, 3.3 KB (added by , 3 years ago) |
|---|
-
src/bp-activity/bp-activity-blocks.php
16 16 * Callback function to render the Latest Activities Block. 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. 21 23 * @return string HTML output. -
src/bp-activity/bp-activity-embeds.php
128 128 * Generates excerpt for an activity embed item. 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. 133 135 * @return string … … 164 166 * Outputs the first embedded item in the activity oEmbed template. 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() { 169 174 // Bail if oEmbed request explicitly hides media. -
src/bp-activity/classes/class-bp-activity-oembed-extension.php
156 156 * Sets a custom <blockquote> for our oEmbed fallback HTML. 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. 161 163 * @return string -
src/bp-blogs/bp-blogs-blocks.php
16 16 * Callback function to render the Recent Posts Block. 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. 21 23 * @return string HTML output. -
src/bp-templates/bp-nouveau/includes/activity/template-tags.php
276 276 * 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. 281 283 * @return array Activity action buttons used into an Activity Loop. … … 783 785 * Get the action buttons for the activity comments 784 786 * 785 787 * @since 3.0.0 788 * 789 * @global BP_Activity_Template $activities_template The Activity template loop. 786 790 * 787 791 * @param array $args Optional. See bp_nouveau_wrapper() for the description of parameters. 788 792 *