Remove calendar event limit

This commit is contained in:
Brian Miyaji
2016-11-27 16:59:41 +11:00
parent d4c8557f12
commit 736105e418

View File

@@ -95,7 +95,7 @@ class SP_Calendar extends SP_Custom_Post {
$this->day = get_post_meta( $this->ID, 'sp_day', true ); $this->day = get_post_meta( $this->ID, 'sp_day', true );
if ( ! $this->number ) if ( ! $this->number )
$this->number = 500; $this->number = -1;
} }
/** /**