Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Remove includes
Browse files Browse the repository at this point in the history
  • Loading branch information
obstschale committed Dec 10, 2015
1 parent cdef5da commit 188a4f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/controller/class-dipo-podcast-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct() {
$this->textdomain = $this->properties->get( 'textdomain' );

$this->register_podcast_hooks();
$this->include_dependencies();

} // END public function __construct()

Expand Down Expand Up @@ -703,7 +702,4 @@ public function get_all_shows( $all_shows ) {
return $shows;
}

private function include_dependencies() {
require_once __DIR__ . '/../libraries/simple-term-meta.php';
}
} // END class Dipo_Podcast_Post_Type

0 comments on commit 188a4f9

Please sign in to comment.