Changeset 10248 for trunk/src/bp-forums/bp-forums-template.php
- Timestamp:
- 10/11/2015 04:27:50 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-forums/bp-forums-template.php (modified) (28 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-template.php
r10183 r10248 109 109 * The loop iterator. 110 110 * 111 * @access public112 111 * @var int 113 112 */ … … 117 116 * The number of topics returned by the paged query. 118 117 * 119 * @access public120 118 * @var int 121 119 */ … … 125 123 * Array of topics located by the query. 126 124 * 127 * @access public128 125 * @var array 129 126 */ … … 133 130 * The topic object currently being iterated on. 134 131 * 135 * @access public136 132 * @var object 137 133 */ … … 141 137 * The ID of the forum whose topics are being queried. 142 138 * 143 * @access public144 139 * @var int 145 140 */ … … 149 144 * A flag for whether the loop is currently being iterated. 150 145 * 151 * @access public152 146 * @var bool 153 147 */ … … 157 151 * The page number being requested. 158 152 * 159 * @access public160 153 * @var int 161 154 */ … … 165 158 * The number of items being requested per page. 166 159 * 167 * @access public168 160 * @var int 169 161 */ … … 173 165 * An HTML string containing pagination links. 174 166 * 175 * @access public176 167 * @var string 177 168 */ … … 181 172 * The total number of topics matching the query parameters. 182 173 * 183 * @access public184 174 * @var int 185 175 */ … … 189 179 * Whether requesting a single topic. Not currently used. 190 180 * 191 * @access public192 181 * @var bool 193 182 */ … … 197 186 * Term to sort by. Not currently used. 198 187 * 199 * @access public200 188 * @var string 201 189 */ … … 205 193 * Sort order. Not currently used. 206 194 * 207 * @access public208 195 * @var string 209 196 */ … … 1924 1911 * The loop iterator. 1925 1912 * 1926 * @access public1927 1913 * @var int 1928 1914 */ … … 1932 1918 * The number of posts returned by the paged query. 1933 1919 * 1934 * @access public1935 1920 * @var int 1936 1921 */ … … 1940 1925 * Array of posts located by the query. 1941 1926 * 1942 * @access public1943 1927 * @var array 1944 1928 */ … … 1948 1932 * The post object currently being iterated on. 1949 1933 * 1950 * @access public1951 1934 * @var object 1952 1935 */ … … 1956 1939 * The ID of the forum whose topic is being queried. 1957 1940 * 1958 * @access public1959 1941 * @var int 1960 1942 */ … … 1964 1946 * The ID of the topic whose posts are being queried. 1965 1947 * 1966 * @access public1967 1948 * @var int 1968 1949 */ … … 1972 1953 * The topic object to which the posts belong. 1973 1954 * 1974 * @access public1975 1955 * @var object 1976 1956 */ … … 1980 1960 * A flag for whether the loop is currently being iterated. 1981 1961 * 1982 * @access public1983 1962 * @var bool 1984 1963 */ … … 1997 1976 * The page number being requested. 1998 1977 * 1999 * @access public2000 1978 * @var int 2001 1979 */ … … 2005 1983 * The number of items being requested per page. 2006 1984 * 2007 * @access public2008 1985 * @var int 2009 1986 */ … … 2013 1990 * An HTML string containing pagination links. 2014 1991 * 2015 * @access public2016 1992 * @var string 2017 1993 */ … … 2021 1997 * The total number of posts matching the query parameters. 2022 1998 * 2023 * @access public2024 1999 * @var int 2025 2000 */ … … 2029 2004 * Whether requesting a single topic. Not currently used. 2030 2005 * 2031 * @access public2032 2006 * @var bool 2033 2007 */ … … 2037 2011 * Term to sort by. 2038 2012 * 2039 * @access public2040 2013 * @var string 2041 2014 */ … … 2045 2018 * Sort order. 2046 2019 * 2047 * @access public2048 2020 * @var string 2049 2021 */
Note: See TracChangeset
for help on using the changeset viewer.