- Timestamp:
- 03/28/2020 09:21:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-box-template.php
r12426 r12602 163 163 ) ); 164 164 165 $this->threads = $threads['threads'];166 $this->total_thread_count = $threads['total'];165 $this->threads = isset( $threads['threads'] ) ? $threads['threads'] : array(); 166 $this->total_thread_count = isset( $threads['total'] ) ? $threads['total'] : 0; 167 167 } 168 168
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)