Removed unused $postcontent variable
This commit is contained in:
@@ -21,7 +21,6 @@ function escapeString($string) {
|
|||||||
|
|
||||||
// Get events in calendar
|
// Get events in calendar
|
||||||
$calendar = new SP_Calendar( $post );
|
$calendar = new SP_Calendar( $post );
|
||||||
$postcontent = "$post->post_content";
|
|
||||||
$events = $calendar->data();
|
$events = $calendar->data();
|
||||||
|
|
||||||
// Get blog locale
|
// Get blog locale
|
||||||
|
|||||||
Reference in New Issue
Block a user