Changeset 2056376
- Timestamp:
- 03/24/2019 07:22:31 PM (7 years ago)
- File:
-
- 1 edited
-
makemydonation-imo/trunk/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
makemydonation-imo/trunk/template.php
r2055658 r2056376 210 210 $display_attributes = array_merge($default_display_attributes, $display_attributes); 211 211 212 if ( $post->ID && $donations['total'] ) {212 if ( $post->ID && isset($donations['total']) && $donations['total'] ) { 213 213 $list = '<ul class="mmdimo-donations-list">'; 214 214
Note: See TracChangeset
for help on using the changeset viewer.