Skip to:
Content

BuddyPress.org

Changeset 5999 for trunk/bp-loader.php


Ignore:
Timestamp:
04/21/2012 03:47:05 PM (13 years ago)
Author:
djpaul
Message:

Add missing field declarations to classes. Fixes #4159

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5997 r5999  
    8383
    8484    /** Paths *****************************************************************/
     85
     86    /**
     87     * The absolute path and filename of this file.
     88     *
     89     * @since BuddyPress (1.6)
     90     * @var string
     91     */
     92    public $file;
    8593
    8694    /**
Note: See TracChangeset for help on using the changeset viewer.