A small bug – resolved
-
Hi, your plugin is very useful, but I found a small bug in your script:
for sending correct date in custom format is necessary in public function format_date in Booking.class.php (row 104) change “return apply_filters( ‘get_the_date’, $date );” to “return $date;”, because date is calculated twice – first time in function and second time in $booking->format_date( $booking->date ); (WP_List_Table.BookingsTable.class.php) resp. $this->booking->format_date( $this->booking->date ) (Notification.class.php).After my correction everything works as it should.
Have a nice day!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘A small bug – resolved’ is closed to new replies.