Skip to:
Content

BuddyPress.org

Changeset 9037


Ignore:
Timestamp:
09/21/2014 04:37:31 AM (12 years ago)
Author:
djpaul
Message:

Forums: correct phpDoc for the property declarations in the main template loop class.

See #5891

File:
1 edited

Legend:

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

    r8782 r9037  
    138138         *
    139139         * @access public
    140          * @var public
     140         * @var int
    141141         */
    142142        var $pag_page;
     
    146146         *
    147147         * @access public
    148          * @var public
     148         * @var int
    149149         */
    150150        var $pag_num;
Note: See TracChangeset for help on using the changeset viewer.