Changeset 2058464
- Timestamp:
- 03/27/2019 05:24:47 PM (7 years ago)
- File:
-
- 1 edited
-
makemydonation-imo/trunk/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
makemydonation-imo/trunk/template.php
r2056376 r2058464 174 174 } 175 175 176 function the_mmdimo_donations_list( $before = '', $after = '', $echo = true, $content = NULL ) {177 $donations = get_the_mmdimo_donations_list(0, $content );176 function the_mmdimo_donations_list( $before = '', $after = '', $echo = true, $content = NULL, $display_attributes = array() ) { 177 $donations = get_the_mmdimo_donations_list(0, $content, $display_attributes = array()); 178 178 179 179 if ( strlen($donations) == 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.