Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/15/2023 05:22:09 AM (3 years ago)
Author:
imath
Message:

Inform about $activities_template usage in some functions inline doc

Props upadalavipul

Fixes #8890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-blocks.php

    r13436 r13517  
    1717 *
    1818 * @since 9.0.0
     19 *
     20 * @global BP_Activity_Template $activities_template The Activity template loop.
    1921 *
    2022 * @param array $attributes The block attributes.
     
    7375        }
    7476
    75         $GLOBALS['activities_template'] = new \stdClass();
     77        $GLOBALS['activities_template'] = new stdClass();
    7678        $activities                     = array();
    7779
Note: See TracChangeset for help on using the changeset viewer.