Skip to:
Content

BuddyPress.org


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

Add missing field declarations to classes. Fixes #4159

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-template.php

    r5930 r5999  
    983983    var $in_the_loop;
    984984
     985    /**
     986     * Contains a 'total_pages' property holding total number of pages in this loop.
     987     *
     988     * @since BuddyPress (1.2)
     989     * @var stdClass
     990     */
     991    public $pag;
     992
    985993    var $pag_page;
    986994    var $pag_num;
Note: See TracChangeset for help on using the changeset viewer.