Plugin Directory

Changeset 2058464


Ignore:
Timestamp:
03/27/2019 05:24:47 PM (7 years ago)
Author:
danillonunes
Message:

Add support for display attributes on the_mmdimo_donations_list() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makemydonation-imo/trunk/template.php

    r2056376 r2058464  
    174174}
    175175
    176 function the_mmdimo_donations_list( $before = '', $after = '', $echo = true, $content = NULL ) {
    177   $donations = get_the_mmdimo_donations_list(0, $content);
     176function 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());
    178178
    179179  if ( strlen($donations) == 0 ) {
Note: See TracChangeset for help on using the changeset viewer.