- Timestamp:
- 01/07/2023 01:31:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-template.php
r13147 r13399 75 75 */ 76 76 public $user_id; 77 78 /** 79 * The status of the notification. 80 * 81 * @since 1.9.0 82 * @var bool 83 */ 84 public $is_new; 85 86 /** 87 * The total notification count. 88 * 89 * @since 1.9.0 90 * @var int 91 */ 92 public $notification_count; 77 93 78 94 /** … … 262 278 * @since 1.9.0 263 279 * 264 * @return BP_Notifications_NotificationThe next notification to iterate over.280 * @return object The next notification to iterate over. 265 281 */ 266 282 public function next_notification() {
Note: See TracChangeset
for help on using the changeset viewer.