A little change to make in widget-event-list.php

WordPress Event Management, Calendars & Registration Forums Report A Bug A little change to make in widget-event-list.php

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 11 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3427

    Line 36 of widget-event-list.php is…

    <ul id="<?php echo esc_attr($id);?>" class="<?php echo esc_attr($classes);?>" >

    But line 30 is…

    $class = $eo_event_loop_args['class'];

    Should it (line 30) be $classes to go with the rest?
    Changing it got rid of a debug notice I had.

    Michael
    #3428

    Yes you’re right -thanks for reporting this! I’ll ensure its corrected for the next release.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.