Changeset 10455 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 01/18/2016 07:34:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r10417 r10455 119 119 * The loop iterator. 120 120 * 121 * @since 1. 5.0121 * @since 1.0.0 122 122 * @var int 123 123 */ … … 127 127 * The activity count. 128 128 * 129 * @since 1. 5.0129 * @since 1.0.0 130 130 * @var int 131 131 */ … … 135 135 * The total activity count. 136 136 * 137 * @since 1. 5.0137 * @since 1.0.0 138 138 * @var int 139 139 */ … … 143 143 * Array of activities located by the query. 144 144 * 145 * @since 1. 5.0145 * @since 1.0.0 146 146 * @var array 147 147 */ … … 151 151 * The activity object currently being iterated on. 152 152 * 153 * @since 1. 5.0153 * @since 1.0.0 154 154 * @var object 155 155 */ … … 159 159 * A flag for whether the loop is currently being iterated. 160 160 * 161 * @since 1. 5.0161 * @since 1.0.0 162 162 * @var bool 163 163 */ … … 175 175 * The page number being requested. 176 176 * 177 * @since 1. 5.0177 * @since 1.0.0 178 178 * @var int 179 179 */ … … 183 183 * The number of items being requested per page. 184 184 * 185 * @since 1. 5.0185 * @since 1.0.0 186 186 * @var int 187 187 */ … … 191 191 * An HTML string containing pagination links. 192 192 * 193 * @since 1. 5.0193 * @since 1.0.0 194 194 * @var string 195 195 */ … … 199 199 * The displayed user's full name. 200 200 * 201 * @since 1. 5.0201 * @since 1.0.0 202 202 * @var string 203 203 */ … … 209 209 * The arguments passed to this class constructor are of the same 210 210 * format as {@link BP_Activity_Activity::get()}. 211 * 212 * @since 1.5.0 211 213 * 212 214 * @see BP_Activity_Activity::get() for a description of the argument … … 395 397 * Whether there are activity items available in the loop. 396 398 * 399 * @since 1.0.0 400 * 397 401 * @see bp_has_activities() 398 402 * … … 410 414 * Set up the next activity item and iterate index. 411 415 * 416 * @since 1.0.0 417 * 412 418 * @return object The next activity item to iterate over. 413 419 */ … … 421 427 /** 422 428 * Rewind the posts and reset post index. 429 * 430 * @since 1.0.0 423 431 */ 424 432 public function rewind_activities() { … … 435 443 * that controls iteration inside the activities loop, eg: 436 444 * while ( bp_activities() ) { ... 445 * 446 * @since 1.0.0 437 447 * 438 448 * @see bp_activities() … … 468 478 * data while looping, so that template tags used during that iteration 469 479 * make reference to the current activity item. 480 * 481 * @since 1.0.0 470 482 * 471 483 * @see bp_the_activity()
Note: See TracChangeset
for help on using the changeset viewer.