Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 01:31:37 AM (3 years ago)
Author:
espellcaste
Message:

Properly declare missing properties to several classes.

Closes https://github.com/buddypress/buddypress/pull/54
See #7018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-invite-template.php

    r13372 r13399  
    4242
    4343    /**
     44     * List of invites found and their respective data.
     45     *
     46     * @since 1.1.0
     47     * @var array
     48     */
     49    public $invite_data = array();
     50
     51    /**
    4452     * @since 1.1.0
    4553     * @var bool
     
    6472     */
    6573    public $pag_links;
     74
     75    /**
     76     * URL argument used for the pagination param.
     77     *
     78     * @since 1.1.0
     79     * @var string
     80     */
     81    public $pag_arg;
    6682
    6783    /**
Note: See TracChangeset for help on using the changeset viewer.