• On some php configurations line 1672 of fsCalendar.php will produce a warning:

    function fse_print_events($args) {
      global $fsCalendar;
      return $fsCalendar->printEvents($args);
    }

    Should have a default array for arguments same as other functions:

    function fse_print_events($args = array()) {
      global $fsCalendar;
      return $fsCalendar->printEvents($args);
    }

    https://www.ads-software.com/extend/plugins/wp-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • thx, i’ll fix that one!

    Hey Faebu, sorry to contact you like this but I’m wondering how I can get your plugin to work when used as hyperlink.

    The plugin I’m talking about is the Thickbox Announcement. I am trying to create a news button that when clicked on would call on the lightbox and it’s content. Can you explain how i can do this? I’m sure it can be done.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Calendar] PHP warning’ is closed to new replies.