Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2024 04:40:09 AM (23 months ago)
Author:
imath
Message:

Improve some method/function inline docs adding @global docblocks

Props shailu25

Fixes #9116
Closes https://github.com/buddypress/buddypress/pull/252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-feed.php

    r13582 r13757  
    9191     * @since 1.8.0
    9292     *
     93     * @global WP_Query $wp_query WordPress query object.
     94     *
    9395     * @param array $args Optional.
    9496     */
     
    331333     *
    332334     * @since 1.9.0
     335     *
     336     * @global WP_Query $wp_query WordPress query object.
    333337     */
    334338    protected function http_headers() {
Note: See TracChangeset for help on using the changeset viewer.