Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2013 07:00:29 PM (12 years ago)
Author:
boonebgorges
Message:

Improve syntax of class method definitions, to avoid E_STRICT warnings

Continues the work started in r7277

See #5108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7275 r7289  
    993993     * @return array
    994994     */
    995     public function get_include_ids( $include ) {
     995    public function get_include_ids( $include = array() ) {
    996996        // The following args are specific to group member queries, and
    997997        // are not present in the query_vars of a normal BP_User_Query.
Note: See TracChangeset for help on using the changeset viewer.